diff --git a/lang/add_message.sh b/lang/add_message.sh
index 515578bec..886a98c5a 100755
--- a/lang/add_message.sh
+++ b/lang/add_message.sh
@@ -1,3 +1,4 @@
+' ${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)"
+
+?>
diff --git a/lang/add_message_file.sh b/lang/add_message_file.sh
index 58771d133..7a4b5a730 100755
--- a/lang/add_message_file.sh
+++ b/lang/add_message_file.sh
@@ -1,8 +1,8 @@
+' ${file} > ${file}.new
case $file in
english*)
sed -n 's/\(.*\);/\1;/p' $1 >> ${file}.new
@@ -23,10 +22,11 @@ do
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)"
+
+?>
diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php
index 7a3d8c4fe..3744307ba 100644
--- a/lang/afrikaans-utf-8.inc.php
+++ b/lang/afrikaans-utf-8.inc.php
@@ -22,6 +22,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'O
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
+$strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
$strAccessDenied = 'Toegang Geweier';
$strAction = 'Aksie';
$strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
@@ -29,21 +30,20 @@ $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 %s kolom(me)';
-$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
$strAddUser = 'Voeg \'n nuwe gebruiker by';
+$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
+$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug na vorige bladsy';
$strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
-$strAfter = 'Na %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
$strAlterOrderBy = 'Verander tabel sorteer volgens';
+$strAnIndex = '\'n Indeks is bygevoeg op %s';
$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';
@@ -66,9 +66,9 @@ $strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word be
$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';
-$strChange = 'Verander';
$strCharsetOfFile = 'Karakterstel van die leer:';
$strCheckAll = 'Kies Alles';
$strCheckTable = 'Kontroleer tabel';
@@ -82,46 +82,46 @@ $strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
$strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
$strCopyTable = 'Kopieer tabel na (databasis.tabel):';
$strCopyTableOK = 'Tabel %s is gekopieer na %s.';
+$strCreate = 'Skep';
$strCreateIndex = 'Skep \'n indeks op %s 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';
-$strCreate = 'Skep';
$strCriteria = 'Kriteria';
+$strData = 'Data';
+$strDataOnly = 'Slegs Data';
$strDatabase = 'Databasis';
$strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
$strDatabases = 'databasisse';
$strDatabasesStats = 'Databasis statistieke';
-$strData = 'Data';
-$strDataOnly = 'Slegs Data';
$strDefault = 'Verstekwaarde (default)';
-$strDeleted = 'Die ry is verwyder';
$strDelete = 'Verwyder';
+$strDeleted = 'Die ry is verwyder';
$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 ';
+$strDocu = 'Dokumentasie';
$strDrop = 'Verwyder';
-$strDumpingData = 'Stort data vir tabel';
$strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
+$strDumpingData = 'Stort data vir tabel';
$strDynamic = 'dinamies';
+$strEdit = 'Verander';
$strEditPDFPages = 'Verander PDF Bladsye';
$strEditPrivileges = 'Verander Regte';
-$strEdit = 'Verander';
$strEffective = 'Effektief';
$strEmpty = 'Maak Leeg';
$strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
$strEnabled = 'Beskikbaar';
-$strEndCut = 'EINDE UITKNIPSEL';
$strEnd = 'Einde';
+$strEndCut = 'EINDE UITKNIPSEL';
$strEndRaw = 'EINDE ONVERANDERD (RAW)';
$strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
$strError = 'Fout';
@@ -130,41 +130,41 @@ $strExport = 'Export';
$strExtendedInserts = 'Uitgebreide toevoegings';
$strExtra = 'Ekstra';
+$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is verwyder';
+$strFields = 'Velde';
$strFieldsEnclosedBy = 'Velde omring met';
$strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
$strFieldsTerminatedBy = 'Velde beeindig deur';
-$strFields = 'Velde';
-$strField = 'Veld';
$strFlushTable = 'Spoel die tabel ("FLUSH")';
-$strFormat = 'Formaat';
$strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
+$strFormat = 'Formaat';
$strFullText = 'Volle Tekste';
$strFunction = 'Funksie';
$strGenBy = 'Voortgebring deur';
-$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGenTime = 'Generasie Tyd';
+$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGo = 'Gaan';
$strGzip = '"ge-gzip"';
$strHasBeenAltered = 'is verander.';
$strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
-$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHome = 'Tuis';
-$strHostEmpty = 'Die gasheer naam is leeg!';
+$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHost = 'Gasheer (host)';
+$strHostEmpty = 'Die gasheer naam is leeg!';
$strIdxFulltext = 'Volteks';
$strIgnore = 'Ignoreer';
-$strIndexes = 'Indekse';
-$strIndexHasBeenDropped = 'Indeks %s is verwyder';
+$strInUse = 'in gebruik';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s is verwyder';
$strIndexName = 'Indeks naam :';
$strIndexType = 'Indeks tipe :';
-$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
+$strIndexes = 'Indekse';
$strInsert = 'Voeg by';
-$strInUse = 'in gebruik';
+$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strKeepPass = 'Moenie die wagwoord verander nie';
$strKeyname = 'Sleutelnaam';
@@ -177,22 +177,23 @@ $strLinkNotFound = 'Skakel nie gevind nie';
$strLinksTo = 'Skakels na';
$strLocalhost = 'Local';
$strLocationTextfile = 'Soek die teksleer';
-$strLogin = 'Teken aan';
-$strLogout = 'Teken uit';
$strLogPassword = 'Wagwoord:';
$strLogUsername = 'Gebruiker Naam:';
+$strLogin = 'Teken aan';
+$strLogout = 'Teken uit';
$strModifications = 'Veranderinge is gestoor';
-$strModifyIndexTopic = 'Verander \'n indeks';
$strModify = 'Verander';
-$strMoveTableOK = 'Tabel %s is geskuif na %s.';
+$strModifyIndexTopic = 'Verander \'n indeks';
$strMoveTable = 'Skuif tabel na (databasis.tabel):';
+$strMoveTableOK = 'Tabel %s is geskuif na %s.';
$strMySQLCharset = 'MySQL Karakterstel';
$strMySQLSaid = 'MySQL het gepraat: ';
$strMySQLShowProcess = 'Wys prosesse';
$strName = 'Naam';
$strNext = 'Volgende';
+$strNo = 'Nee';
$strNoDatabases = 'Geen databasisse';
$strNoDescription = 'geen Beskrywing';
$strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
@@ -201,18 +202,17 @@ $strNoFrames = 'phpMyAdmin verkies \'n frames-kapabele blaaier.';
$strNoIndex = 'Geen indeks gedefinieer!';
$strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
$strNoModification = 'Geen verandering';
-$strNo = 'Nee';
-$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.';
+$strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
+$strNoValidateSQL = 'Ignoreer SQL Validasie';
+$strNone = 'Geen';
$strNotNumber = 'Hierdie is nie \'n nommer nie';
$strNotOK = 'nie OK';
$strNotSet = '%s 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 %s';
$strNumSearchResultsTotal = 'Totaal:%s ooreenkomste';
@@ -223,36 +223,37 @@ $strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
+$strPHPVersion = 'PHP Version';
$strPageNumber = 'Bladsy nommer:';
$strPartialText = 'Gedeeltelike Tekste';
+$strPassword = 'Wagwoord';
$strPasswordEmpty = 'Die wagwoord is leeg!';
$strPasswordNotSame = 'Die wagwoorde is verskillend!';
-$strPassword = 'Wagwoord';
$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 $cfg[\'PmaAbsoluteUri\'] 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" moet die naam wees van die primere sleutel, en slegs van die primere sleutel!)';
-$strPrimary = 'Primere';
$strPrintView = 'Drukker mooi (print view)';
$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 = 'Regte';
+$strQBE = 'Navraag dmv Voorbeeld';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Navraag dmv Voorbeeld';
$strQueryOnDb = 'SQL-navraag op databasis %s:';
$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.';
+$strReType = 'Tik weer';
$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.';
@@ -262,23 +263,31 @@ $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';
-$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowSize = ' Ry grootte ';
+$strRows = 'Rye';
+$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowsModeHorizontal = 'horisontale';
$strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
$strRowsModeVertical = 'vertikale';
-$strRows = 'Rye';
$strRowsStatistic = 'Ry Statistiek';
-$strRunning = 'op bediener %s';
$strRunQuery = 'Doen Navraag';
$strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
+$strRunning = 'op bediener %s';
+$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';
$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: "%"):';
@@ -287,7 +296,6 @@ $strSearchOption2 = 'alle woorde';
$strSearchOption3 = 'die presiese frase';
$strSearchOption4 = 'as \'n regular expression';
$strSearchResultsFor = 'Soek resultate vir "%s" %s:';
-$strSearch = 'Soek';
$strSearchType = 'Vind:';
$strSelectADb = 'Kies asb. \'n databasis';
$strSelectAll = 'Kies Alles';
@@ -299,28 +307,20 @@ $strServerChoice = 'Bediener Keuse';
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVersion = 'Bediener weergawe';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'... 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 ';
-$strShow = 'Wys';
+$strShowingRecords = 'Vertoon rye';
$strSingly = '(afsonderlik)';
$strSize = 'Grootte';
$strSort = 'Sorteer';
$strSpaceUsage = 'Spasie verbruik';
$strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
-$strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
-$strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
$strStatement = 'Stellings';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktuur en data';
@@ -332,15 +332,15 @@ $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';
-$strTable = 'Tabel';
+$strTables = '%s tabel(le)';
$strTextAreaLength = ' Omrede sy lengte, is hierdie veld moontlik nie veranderbaar nie ';
$strTotal = 'totaal';
$strType = 'Tipe';
@@ -353,15 +353,15 @@ $strUpdateProfileMessage = 'Die profiel is opgedateer.';
$strUpdateQuery = 'Verander Navraag';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Omring tabel en veldname met backquotes';
-$strUserEmpty = 'Die gebruiker naam ontbreek!';
-$strUser = 'Gebruiker';
-$strUserName = 'Gebruiker naam';
$strUseTables = 'Gebruik Tabelle';
+$strUser = 'Gebruiker';
+$strUserEmpty = 'Die gebruiker naam ontbreek!';
+$strUserName = 'Gebruiker naam';
$strValidateSQL = 'Valideer SQL';
$strValue = 'Waarde';
-$strViewDumpDB = 'Sien die storting (skema) van die databasis';
$strViewDump = 'Sien die storting (skema) van die tabel';
+$strViewDumpDB = 'Sien die storting (skema) van die databasis';
$strWelcome = 'Welkom by %s';
$strWithChecked = 'Met gekose:';
@@ -375,7 +375,9 @@ $strZip = '"ge-zip"';
$strAbortedClients = 'Aborted'; //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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
@@ -386,161 +388,258 @@ $strAdministration = 'Administration'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
+$strAsDefined = 'As defined:'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension, please check PHP Configuration'; //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
+$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
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strCommand = 'Command'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompression = 'Compression'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //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
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
+$strDBComment = 'Database comment: ';//to translate
+$strDBCopy = 'Copy database to'; //to translate
+$strDBRename = 'Rename database to'; //to translate
$strDanish = 'Danish'; //to translate
+$strDataDict = 'Data Dictionary'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //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
-$strDataDict = 'Data Dictionary'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
-$strDBComment = 'Database comment: ';//to translate
-$strDBCopy = 'Copy database to'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
-$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
+$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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //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
+$strDelimiter = 'Delimiter'; //to translate
$strDescription = 'Description'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
$strDictionary = 'dictionary'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //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
+$strDumpAllRows = 'Dump all rows'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strEnglish = 'English'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEstonian = 'Estonian'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
-$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
-$strHandler = 'Handler'; //to translate
-$strHebrew = 'Hebrew'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHebrew = 'Hebrew'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strHungarian = 'Hungarian'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
+$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
-$strImport = 'Import'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -551,82 +650,98 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages'; //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: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJapanese = 'Japanese'; //to translate
$strJoins = 'Joins'; //to translate
$strJumpToDB = 'Jump to database "%s".'; //to translate
-$strJustDeleteDescr = 'The "deleted" 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
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strKorean = 'Korean'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLaTeX = 'LaTeX'; //to translate
$strLandscape = 'Landscape'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexContinued = '(continued)';//to translate
+$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
-$strLaTeX = 'LaTeX'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
-$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginInformation = 'Login Information'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //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. 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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
-$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. 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\', 100, b,\'c\'... 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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
@@ -635,26 +750,68 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
-$strNumberOfFields = 'Number of fields'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumTables = 'Tables'; //to translate
+$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrint = 'Print'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
@@ -670,14 +827,16 @@ $strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
-$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
+$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
@@ -687,56 +846,481 @@ $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to tra
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
+$strProcedures = 'Procedures'; //to translate
$strProcesses = 'Processes'; //to translate
$strProcesslist = 'Process list'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryFrame = 'Query window';//to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQuerySQLHistory = 'SQL-history';//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
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
$strReceived = 'Received'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
-$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRelations = 'Relations'; //to translate
-$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
-$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //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
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strRussian = 'Russian'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strSent = 'Sent'; //to translate
-$strServerNotResponding = 'The server is not responding'; //to translate
$strServer = 'Server'; //to translate
-$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
+$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strSessionValue = 'Session value'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -791,13 +1375,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -813,10 +1397,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -829,8 +1413,8 @@ $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_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
@@ -847,50 +1431,134 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
$strStatCheckTime = 'Last check';//to translate
$strStatCreateTime = 'Creation';//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
$strStatUpdateTime = 'Last update';//to translate
+$strStatic = 'static'; //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
$strStatus = 'Status'; //to translate
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
-$strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
+$strThreads = 'Threads'; //to translate
+$strTime = 'Time'; //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
-$strTime = 'Time'; //to translate
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
$strTotalUC = 'Total'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
@@ -900,12 +1568,14 @@ $strTransformation_application_octetstream__hex = 'Displays hexadecimal represen
$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 = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
@@ -915,595 +1585,46 @@ $strUnknown = 'unknown'; //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
$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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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 "%s"'; //to translate
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
-$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
+$strWebServer = 'Web server'; //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
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
$strXML = 'XML';//to translate
-
-$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1512,127 +1633,7 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
+$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
+
?>
diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php
index 489a2ee0c..9d41f3ddc 100644
--- a/lang/albanian-utf-8.inc.php
+++ b/lang/albanian-utf-8.inc.php
@@ -19,11 +19,10 @@ $month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'T
$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';
-$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.';
$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';
@@ -36,23 +35,22 @@ $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 %s kolonës(ave)';
-$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAddUser = 'Shto një përdorues të ri';
+$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAdministration = 'Administrimi';
+$strAfter = 'Mbas %s';
$strAfterInsertBack = 'Mbrapa';
$strAfterInsertNewInsert = 'Shto një regjistrim të ri';
$strAfterInsertSame = 'Kthehu mbrapa tek kjo faqe';
-$strAfter = 'Mbas %s';
-$strAllTableSameWidth = 'vizualizon të gjitha tabelat me të njëjtën gjërësi?';
$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';
-$strAnIndex = 'Një tregues u shtua tek %s';
$strAny = 'Çfarëdo';
$strAnyHost = 'Çfarëdo host';
$strAnyUser = 'Çfarëdo përdorues';
-$strAPrimaryKey = 'Një kyç primar u shtua tek %s';
$strArabic = 'Arabisht';
$strArmenian = 'Armene';
$strAscending = 'Ngjitje';
@@ -73,8 +71,8 @@ $strBookmarkLabel = 'Etiketë';
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
$strBookmarkView = 'Shfaq vetëm';
-$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBrowse = 'Shfaq';
+$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBulgarian = 'Bullgarisht';
$strBzip = '"kompresuar me bzip2"';
@@ -88,19 +86,19 @@ $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.';
-$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
$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';
-$strChange = 'Ndrysho';
$strChangePassword = 'Ndrysho fjalëkalimin';
$strCharset = 'Familje gërmash';
$strCharsetOfFile = 'Familja gërmave të file:';
-$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCharsets = 'Familje gërmash';
+$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCheckAll = 'Zgjidhi të gjithë';
$strCheckOverhead = 'Zgjidh të mbingarkuarit';
$strCheckPrivs = 'Kontrollo të drejtat';
@@ -126,9 +124,9 @@ $strCopyTable = 'Kopjo tabelën tek (databaza.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 %s columns';
$strCreateIndexTopic = 'Krijo një tregues të ri';
-$strCreate = 'Krijo';
$strCreateNewDatabase = 'Krijo një databazë të re';
$strCreateNewTable = 'Krijo një tabelë të re tek databaza %s';
$strCreatePage = 'Krijo një faqe të re';
@@ -140,63 +138,63 @@ $strCyrillic = 'Cyrillic';
$strCzech = 'Çekisht';
$strCzechSlovak = 'Çeko-Sllovak';
+$strDBComment = 'Komenti për Databazën: ';
+$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.';
$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.';
-$strDatabasesStats = 'Statistikat e databazave';
-$strDataDict = 'Data Dictionary';
-$strDataOnly = 'Vetëm të dhëna';
-$strData = 'Të dhëna';
-$strDBComment = 'Komenti për Databazën: ';
$strDbPrivileges = 'Të drejta specifike të databazës';
-$strDBRename = 'Ndysho emrin e databazës në';
$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';
-$strDelayedInserts = 'Përdor shtimet me vonesë';
-$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i të drejtave mund të zgjasë disa çaste më shumë.';
-$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rifresko të drejtat.';
-$strDeleted = 'rreshti u fshi';
-$strDelete = 'Fshi';
-$strDeleting = 'Në fshirje e sipër të %s';
$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';
+$strDeleting = 'Në fshirje e sipër të %s';
$strDescending = 'Zbritës';
$strDescription = 'Përshkrimi';
$strDictionary = 'fjalor';
-$strDisabled = 'Jo aktiv';
$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: "%")';
-$strDocu = 'Dokumentet';
$strDoYouReally = 'Konfermo: ';
-$strDropDatabaseStrongWarning = 'Jeni duke SHKATËRRUAR një databazë komplete!';
+$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.';
-$strDumpingData = 'Dump i të dhënave për tabelën';
$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';
-$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
$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';
-$strEndCut = 'FUNDI I CUT';
$strEnd = 'Fund';
+$strEndCut = 'FUNDI I CUT';
$strEndRaw = 'FUNDI I RAW';
$strEnglish = 'Anglisht';
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
@@ -212,9 +210,9 @@ $strExtra = 'Extra';
$strFailedAttempts = 'Përpjekje të dështuara';
$strField = 'Fusha';
$strFieldHasBeenDropped = 'Fusha %s u eleminua';
+$strFields = 'Fusha';
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
-$strFields = 'Fusha';
$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';
@@ -222,14 +220,14 @@ $strFileNameTemplate = 'Emri i file template';
$strFileNameTemplateRemember = 'kujto template';
$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';
-$strFormat = 'Formati';
$strFormEmpty = 'Mungon një vlerë në formular!';
+$strFormat = 'Formati';
$strFullText = 'Teksti i plotë';
$strFunction = 'Funksioni';
$strGenBy = 'Gjeneruar nga';
-$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGenTime = 'Gjeneruar më';
+$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGeorgian = 'Gjeorgjisht';
$strGerman = 'Gjermanisht';
$strGlobal = 'globale';
@@ -243,48 +241,48 @@ $strGzip = '"kompresuar me gzip"';
$strHasBeenAltered = 'u ndryshua.';
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
$strHebrew = 'Hebraike';
-$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHome = 'Shtëpia';
-$strHostEmpty = 'Emri i host është bosh!';
+$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHost = 'Host';
+$strHostEmpty = 'Emri i host është bosh!';
$strHungarian = 'Hungarisht';
$strIcelandic = 'Islandeze';
$strId = 'ID';
$strIdxFulltext = 'Teksti komplet';
-$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnore = 'Shpërfill';
+$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strImportFiles = 'Importo files';
-$strIndexes = 'Tregues';
+$strInUse = 'në përdorim';
+$strIndex = 'Treguesi';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
$strIndexName = 'Emri i treguesit :';
-$strIndex = 'Treguesi';
$strIndexType = 'Lloji i treguesit :';
+$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.';
-$strInsertAsNewRow = 'Shto një rresht të ri';
$strInsert = 'Shto';
+$strInsertAsNewRow = 'Shto një rresht të ri';
$strInternalRelations = 'Relacione të brendshme';
-$strInUse = 'në përdorim';
$strJapanese = 'Japonisht';
$strJumpToDB = 'Kalo tek databaza "%s".';
-$strJustDeleteDescr = 'Përdoruesit e "fshirë" do të kenë akoma mundësi të futen në server si zakonisht derisa të drejtat të ringarkohen përsëri.';
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e të drejtave.';
+$strJustDeleteDescr = 'Përdoruesit e "fshirë" 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';
$strLandscape = 'Horizontale';
$strLatexCaption = 'Titulli i Tabelës caption';
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
-$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexContinued = '(vazhdon)';
+$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
$strLatexLabel = 'Kyçi i etiketës';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura e tabelës __TABLE__';
$strLatvian = 'Letone';
$strLengthSet = 'Gjatësia/Set*';
@@ -295,31 +293,31 @@ $strLinksTo = 'Lidhje me';
$strLithuanian = 'Lituane';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Pozicioni i file';
-$strLogin = 'Hyrja';
-$strLoginInformation = 'Informacione mbi Identifikimin';
-$strLogout = 'Përfundo seancën';
$strLogPassword = 'Fjalëkalimi:';
$strLogServer = 'Serveri';
$strLogUsername = 'Emri i përdoruesit:';
+$strLogin = 'Hyrja';
+$strLoginInformation = 'Informacione mbi Identifikimin';
+$strLogout = 'Përfundo seancën';
-$strMaximumSize = 'Madhësia maksimum: %s%s';
+$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_MIMEtype = 'Lloji MIME';
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim. Ju lutem pyet autorin, çfarë %s bën.';
-$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_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\', 100, b,\'c\'... 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_transformation_options = 'Opcione të transformimeve';
$strMIME_transformation = 'Transformimi i Shfletuesit';
-$strMIMETypesForTable = 'LLOJET E MIME PËR TABELËN';
+$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\', 100, b,\'c\'... 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';
-$strModifyIndexTopic = 'Ndrysho një tregues';
$strModify = 'Ndrysho';
+$strModifyIndexTopic = 'Ndrysho një tregues';
+$strMoveTable = 'Sposto tabelën në (databaza.tabela):';
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
-$strMoveTable = 'Sposto tabelën në (databaza.tabela):';
$strMultilingual = 'shumëgjuhësh';
$strMySQLCharset = 'Set simbolesh MySQL';
$strMySQLConnectionCollation = 'Vendosja e lidhjes MySQL';
@@ -328,6 +326,7 @@ $strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
$strName = 'Emri';
$strNext = 'Në vazhdim';
+$strNo = ' Jo ';
$strNoDatabases = 'Asnjë databazë';
$strNoDatabasesSelected = 'Nuk është zgjedhur asnjë databazë.';
$strNoDescription = 'asnjë përshkrim';
@@ -336,9 +335,7 @@ $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!';
-$strNo = ' Jo ';
$strNoModification = 'Asnjë ndryshim';
-$strNone = 'Asnjë lloj';
$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.';
@@ -348,11 +345,12 @@ $strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacio
$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 = '%s tabela nuk u gjet ose nuk është përcaktuar tek %s';
-$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
-$strNoValidateSQL = 'Mos vleftëso SQL';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s korrispondon(jnë) tek tabela %s';
$strNumSearchResultsTotal = 'Gjithsej:%s korrispondues(ë)';
@@ -366,12 +364,13 @@ $strOr = 'Ose';
$strOverhead = 'Mbi limit';
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
+$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!';
-$strPassword = 'Fjalëkalimi';
$strPasswordNotSame = 'Fjalëkalimi nuk korrispondon!';
$strPdfDbSchema = 'Skema e databazës "%s" - Faqja %s';
$strPdfInvalidTblName = 'Tabela "%s" nuk ekziston!';
@@ -381,20 +380,19 @@ $strPerMinute = 'në minutë';
$strPerSecond = 'në sekondë';
$strPhoneBook = 'numratori';
$strPhp = 'Krijo kodin PHP';
-$strPHPVersion = 'Versioni i PHP';
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] 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" duhet të jetë emri i, dhe vetëm i, një kyçi primar!)';
-$strPrimary = 'Primar';
$strPrint = 'Printo';
-$strPrintViewFull = 'Shfaq për printim (me full text)';
$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.';
@@ -422,15 +420,15 @@ $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ë.';
-$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strPrivileges = 'Të drejtat';
+$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strProcesses = 'Proceset';
$strProcesslist = 'Lista e Proçeseve';
$strPutColNames = 'Vendos emrat e kollonave tek rreshti i parë';
+$strQBE = 'Query nga shembull';
$strQBEDel = 'Fshi';
$strQBEIns = 'Shto';
-$strQBE = 'Query nga shembull';
$strQueryFrame = 'Dritarja e Query';
$strQueryOnDb = 'SQL-query tek databaza %s:';
$strQuerySQLHistory = 'Kronollogjia e SQL';
@@ -439,51 +437,60 @@ $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';
-$strRelationalSchema = 'Skema relacionale';
$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.';
-$strRelationsForTable = 'RELACIONET PËR TABELËN';
-$strRelations = 'Relacione';
$strRelationView = 'Shiko relacionet';
+$strRelationalSchema = 'Skema relacionale';
+$strRelations = 'Relacione';
+$strRelationsForTable = 'RELACIONET PËR TABELËN';
$strReloadingThePrivileges = 'Duke ringarkuar të drejtat';
$strRemoveSelectedUsers = 'Heq përdoruesit e zgjedhur';
$strRenameDatabaseOK = 'Databazës %s i është ndryshuar emri në %s';
-$strRenameTableOK = 'Tabela %s u riemërtua %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';
-$strReType = 'Rifut';
-$strRevokeAndDeleteDescr = 'Përdoruesit DO TË MUND TË PËRDORIN sidoqoftë të drejtën deri atëhere kur të drejtat të ringarkohen.';
-$strRevokeAndDelete = 'Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi.';
$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';
-$strRowsFrom = 'rreshta duke filluar nga';
$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 ';
-$strRows = 'rreshta';
$strRowsStatistic = 'Statistikat e rreshtave';
-$strRunning = 'në ekzekutim tek %s';
$strRunQuery = 'Dërgo Query';
$strRunSQLQuery = 'Zbato query SQL tek databaza %s';
+$strRunning = 'në ekzekutim tek %s';
$strRussian = 'Rusisht';
-$strSaveOnServer = 'Ruaje në server tek directory %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'Lloji i Eksportit';
+$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):';
-$strSearch = 'Kërko';
$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';
@@ -499,9 +506,9 @@ $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';
-$strServer = 'Serveri';
$strServerStatus = 'Informacione mbi Runtime';
$strServerStatusUptime = 'Ky server MySQL po punon që prej %s. U nis më %s.';
$strServerTabVariables = 'Të ndryshueshmet';
@@ -510,40 +517,31 @@ $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\'... 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';
-$strShowingRecords = 'Shfaqja e regjistrimeve ';
$strShowPHPInfo = 'Trego info mbi PHP';
-$strShow = 'Shfaq';
$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';
-$strSortByKey = 'Rendit sipas kyçit';
$strSort = 'rreshtimi';
+$strSortByKey = 'Rendit sipas kyçit';
$strSpaceUsage = 'Hapësira e përdorur';
$strSpanish = 'Spanjisht';
$strSplitWordsWithSpace = 'Fjalët janë të ndara me një hapsirë (" ").';
-$strSQLExportType = 'Lloji i Eksportit';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Identifikues i pavlefshëm';
-$strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
-$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
$strStatCheckTime = 'Kontrolli i fundit';
$strStatCreateTime = 'Krijimi';
-$strStatement = 'Instruksione';
$strStatUpdateTime = 'Ndryshimi i fundit';
+$strStatement = 'Instruksione';
$strStatus = 'Gjendja';
$strStrucCSV = 'të dhëna CSV';
$strStrucData = 'Struktura dhe të dhëna';
@@ -558,6 +556,7 @@ $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';
@@ -566,9 +565,8 @@ $strTableHasBeenFlushed = 'Tabela %s u rifreskua';
$strTableMaintenance = 'Administrimi i tabelës';
$strTableOfContents = 'Tabela e përmbajtjes';
$strTableOptions = 'Opcione për tabelën';
-$strTables = '%s tabela(at)';
$strTableStructure = 'Struktura e tabelës';
-$strTable = 'Tabela';
+$strTables = '%s tabela(at)';
$strTakeIt = 'merre';
$strTblPrivileges = 'Të drejta relative me tabelat';
$strTextAreaLength = ' Për shkak të gjatësisë saj, kjo fushë nuk mund të ndryshohet ';
@@ -602,33 +600,33 @@ $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';
-$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
$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';
-$strUser = 'Përdorues';
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek "%s"';
-$strUseTables = 'Përdor tabelat';
-$strUseTextField = 'Përdor fushë teksti';
-$strUseThisValue = 'Përdor këtë vlerë';
$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';
-$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
-$strViewDumpDB = 'Shfaq dump (skema) e databazës';
$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';
@@ -648,75 +646,174 @@ $strZip = '"kompresuar me zip"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAfterInsertNext = 'Edit next row'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -725,80 +822,564 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
-$strLatchedPages = 'Latched pages'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLatchedPages = 'Latched pages'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -853,13 +1434,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -875,10 +1456,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -891,8 +1472,8 @@ $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_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
@@ -909,600 +1490,141 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1511,127 +1633,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php
index ebe8e73ab..3eaafc102 100644
--- a/lang/arabic-utf-8.inc.php
+++ b/lang/arabic-utf-8.inc.php
@@ -24,9 +24,10 @@ $datefmt = '%d %B %Y الساعة %H:%M';
$timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية';
+$strAPrimaryKey = 'لقد أُضيف المفتاح الأساسي في %s';
$strAbortedClients = 'ألغي';
-$strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
$strAccessDenied = 'غير مسموح';
+$strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
$strAction = 'العملية';
$strAddAutoIncrement = 'أضف قيمة AUTO_INCREMENT';
$strAddConstraints = 'أضف قيودا';
@@ -38,22 +39,23 @@ $strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة الب
$strAddPrivilegesOnTbl = 'إضافة الصلاحيات على الجدول التالي';
$strAddSearchConditions = 'أضف شروط البحث (جسم من الفقره "where" clause):';
$strAddToIndex = 'إضافه كفهرس %s صف(ـوف)';
-$strAddUserMessage = 'لقد أضفت مستخدم جديد.';
$strAddUser = 'أضف مستخدم جديد';
+$strAddUserMessage = 'لقد أضفت مستخدم جديد.';
$strAdministration = 'إدارة';
+$strAfter = 'بعد %s';
$strAfterInsertBack = 'الرجوع إلى الصفحة السابقة';
$strAfterInsertNewInsert = 'إدخال تسجيل جديد';
-$strAfter = 'بعد %s';
-$strAllTableSameWidth = 'أظهر كل الجداول بنفس العرض؟';
+$strAfterInsertNext = 'عدل الصف التالي';
+$strAfterInsertSame = 'ارجع إلى هذه الصفحة';
$strAll = 'الكل';
+$strAllTableSameWidth = 'أظهر كل الجداول بنفس العرض؟';
$strAlterOrderBy = 'تعديل ترتيب الجدول بـ';
+$strAnIndex = 'لقد أُضيف الفهرس في %s';
$strAnalyzeTable = 'تحليل الجدول';
$strAnd = 'و';
-$strAnIndex = 'لقد أُضيف الفهرس في %s';
+$strAny = 'أي';
$strAnyHost = 'أي مزود';
$strAnyUser = 'أي مستخدم';
-$strAny = 'أي';
-$strAPrimaryKey = 'لقد أُضيف المفتاح الأساسي في %s';
$strArabic = 'العربية';
$strArmenian = 'الأرمنية';
$strAscending = 'تصاعديا';
@@ -66,45 +68,49 @@ $strBack = 'رجوع';
$strBaltic = 'البلطيق';
$strBeginCut = 'بدء القص';
$strBeginRaw = 'بدء بيانات أصلية';
-$strBinaryDoNotEdit = 'ثنائي - لاتحرره';
+$strBinLogEventType = 'نوع الحدث';
+$strBinLogInfo = 'معلومات';
+$strBinLogName = 'اسم السجل';
$strBinary = 'ثنائي';
+$strBinaryDoNotEdit = 'ثنائي - لاتحرره';
+$strBinaryLog = 'سجل ثنائي';
$strBookmarkAllUsers = 'اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية';
$strBookmarkDeleted = 'لقد حذفت العلامة المرجعية.';
$strBookmarkLabel = 'علامة';
$strBookmarkQuery = 'علامة مرجعية SQL-استعلام';
$strBookmarkThis = 'اجعل علامة مرجعية SQL-استعلام';
$strBookmarkView = 'عرض فقط';
-$strBrowseForeignValues = 'استعرض القيم الغريبة';
$strBrowse = 'استعراض';
+$strBrowseForeignValues = 'استعرض القيم الغريبة';
$strBulgarian = 'البلغارية';
$strBzip = '"bzipped"';
$strCannotLogin = 'لا يمكن الدخول إلى خادم MySQL';
-$strCantLoadRecodeIconv = 'لم يمكن تحميل iconv أو إعادة تشفير الامتداد المطلوب لتحويل شيفرة الأحرف، الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في phpMyAdmin.';
$strCantLoad = 'لا يمكن قراءة الامتداد %s، رجاء تأكد من إعدادات PHP.';
+$strCantLoadRecodeIconv = 'لم يمكن تحميل iconv أو إعادة تشفير الامتداد المطلوب لتحويل شيفرة الأحرف، الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في phpMyAdmin.';
$strCantRenameIdxToPrimary = 'لايمكن تغيير اسم الفهرس إلى الأساسي!';
$strCantUseRecodeIconv = 'لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد الامتداد أنه محمل. تأكد من إعدادات PHP.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'غير حساس لحالة الأحرف';
$strCaseSensitive = 'حساس لحالة الأحرف';
$strCentralEuropean = 'أوروبا الوسطى';
+$strChange = 'تغيير';
+$strChangeCopyMode = 'أضف اسم مستخدم جديد بنفس الصلاحيات و...';
$strChangeCopyModeCopy = ' ... أبق القديم.';
$strChangeCopyModeDeleteAndReload = ' ... احذف القديم من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك.';
$strChangeCopyModeJustDelete = ' ... احذف القديم من جداول المستخدمين.';
$strChangeCopyModeRevoke = ' ... استعد كل الصلاحيات الفعالة من القديم واحذهم بعد ذلك.';
-$strChangeCopyMode = 'أضف اسم مستخدم جديد بنفس الصلاحيات و...';
$strChangeCopyUser = 'غير معلومات الدخول / انسخ اسم مستخدم';
$strChangeDisplay = 'اختر الحقل لإظهاره';
$strChangePassword = 'تغيير كلمة السر';
-$strChange = 'تغيير';
-$strCharsetOfFile = 'شيفرة أحرف الملف:';
-$strCharsetsAndCollations = 'مجموعات المحارف وCollations';
-$strCharsets = 'مجموعات المحارف';
$strCharset = 'مجموعة المحارف';
+$strCharsetOfFile = 'شيفرة أحرف الملف:';
+$strCharsets = 'مجموعات المحارف';
+$strCharsetsAndCollations = 'مجموعات المحارف وCollations';
$strCheckAll = 'اختر الكل';
$strCheckOverhead = 'تحقق من overhead';
-$strCheckPrivsLong = 'تحقق من الصلاحيات لقاعدة بيانات "%s".';
$strCheckPrivs = 'تحقق من الصلاحيات';
+$strCheckPrivsLong = 'تحقق من الصلاحيات لقاعدة بيانات "%s".';
$strCheckTable = 'التحقق من الجدول';
$strChoosePage = 'رجاء اختر صفحة لتعديلها';
$strColComFeat = 'إظهار تعليقات العمود';
@@ -121,48 +127,48 @@ $strConnections = 'اتصالات';
$strConstraintsForDumped = 'قيود الجداول المحفوظة';
$strConstraintsForTable = 'القيود للجدول';
$strCookiesRequired = 'يجب تفعيل دعم الكوكيز في هذه المرحلة.';
+$strCopyTable = 'نسخ الجدول إلى';
$strCopyTableOK = 'الجدول %s لقد تم نسخه إلى %s.';
$strCopyTableSameNames = 'لا يمكن نسخ الجدول إلى نفسه!';
-$strCopyTable = 'نسخ الجدول إلى';
$strCouldNotKill = 'لم يستطع phpMyAdmin إيقاف العملية %s. يبدو أنها أوقفت مسبقا.';
-$strCreateIndexTopic = 'تصميم فهرسه جديده';
+$strCreate = 'تكوين';
$strCreateIndex = 'تصميم فهرسه على %s عمود';
+$strCreateIndexTopic = 'تصميم فهرسه جديده';
$strCreateNewDatabase = 'تكوين قاعدة بيانات جديدة';
$strCreateNewTable = 'تكوين جدول جديد في قاعدة البيانات %s';
$strCreatePage = 'أنشئ صفحة جديدة';
$strCreatePdfFeat = 'إنشاء ملفات PDF';
-$strCreate = 'تكوين';
$strCreationDates = 'تواريخ الإنشاء/التحديث/التحقق';
$strCriteria = 'المعايير';
$strCroatian = 'الكرواتية';
$strCyrillic = 'السيريلية';
$strCzech = 'التشيكية';
+$strDBComment = 'ملاحظة قاعدة البيانات: ';
$strDanish = 'الدنمركية';
+$strData = 'بيانات';
+$strDataDict = 'قاموس البيانات';
+$strDataOnly = 'بيانات فقط';
+$strDatabase = 'قاعدة البيانات';
$strDatabaseExportOptions = 'خيارات تصدير قاعدة بيانات';
$strDatabaseHasBeenDropped = 'قاعدة بيانات %s محذوفه.';
+$strDatabases = 'قاعدة بيانات';
$strDatabasesDropped = 'تم حذف قواعد البيانات %s بنجاح.';
+$strDatabasesStats = 'إحصائيات قواعد البيانات';
$strDatabasesStatsDisable = 'أوقف الإحصائيات';
$strDatabasesStatsEnable = 'مكن الإحصائيات';
$strDatabasesStatsHeavyTraffic = 'ملاحظة: تمكين إحصائيات قواعد البيانات هنا قد يسبب تدفق بيانات ثقيل بين خادم الويب وخادم MySQL.';
-$strDatabasesStats = 'إحصائيات قواعد البيانات';
-$strDatabases = 'قاعدة بيانات';
-$strDatabase = 'قاعدة البيانات';
-$strDataDict = 'قاموس البيانات';
-$strDataOnly = 'بيانات فقط';
-$strData = 'بيانات';
-$strDBComment = 'ملاحظة قاعدة البيانات: ';
$strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات';
$strDbSpecific = 'خاص بقاعدة بيانات';
-$strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
$strDefault = 'افتراضي';
-$strDelayedInserts = 'استخدم الإضافات المتأخرة';
-$strDeleteAndFlushDescr = 'هذه هي أنظف طريقة، لكن إعادة قراءة الصلاحيات قد يتطلب بعض الوقت.';
-$strDeleteAndFlush = 'احذف المستخدمين وقم بإعادة قراءة الصلاحيات بعد ذلك.';
-$strDeleted = 'لقد تم حذف الصف';
-$strDelete = 'حذف';
-$strDeleting = 'قيد حذف %s';
+$strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
$strDelOld = 'تحتوي الصفحة الحالية مراجع لجداول لم تعد موجودة. هل تود حذف هذه المراجع؟';
+$strDelayedInserts = 'استخدم الإضافات المتأخرة';
+$strDelete = 'حذف';
+$strDeleteAndFlush = 'احذف المستخدمين وقم بإعادة قراءة الصلاحيات بعد ذلك.';
+$strDeleteAndFlushDescr = 'هذه هي أنظف طريقة، لكن إعادة قراءة الصلاحيات قد يتطلب بعض الوقت.';
+$strDeleted = 'لقد تم حذف الصف';
+$strDeleting = 'قيد حذف %s';
$strDescending = 'تنازليا';
$strDescription = 'الوصف';
$strDictionary = 'قاموس';
@@ -171,27 +177,27 @@ $strDisplayFeat = 'إظهار المزايا';
$strDisplayOrder = 'ترتيب العرض:';
$strDisplayPDF = 'إظهار بناء ملف PDF';
$strDoAQuery = 'تجعل "استعلام بواسطة المثال" (wildcard: "%")';
-$strDocu = 'مستندات وثائقية';
$strDoYouReally = 'هل تريد التنفيذ حقا';
-$strDropUsersDb = 'احذف قواعد البيانات التي لها نفس أسماء المستخدمين.';
+$strDocu = 'مستندات وثائقية';
$strDrop = 'حذف';
-$strDumpingData = 'إرجاع أو استيراد بيانات الجدول';
+$strDropUsersDb = 'احذف قواعد البيانات التي لها نفس أسماء المستخدمين.';
$strDumpSaved = 'تم حفظ الـDump إلى الملف %s.';
$strDumpXRows = 'احدف %s سطر بدء من السطر %s.';
+$strDumpingData = 'إرجاع أو استيراد بيانات الجدول';
$strDynamic = 'ديناميكي';
+$strEdit = 'تحرير';
$strEditPDFPages = 'عدل صفحات PDF';
$strEditPrivileges = 'تحرير الامتيازات';
-$strEdit = 'تحرير';
$strEffective = 'فعال';
-$strEmptyResultSet = 'MySQL قام بإرجاع نتيجة إعداد فارغه (مثلا صف صفري).';
$strEmpty = 'إفراغ محتوى';
+$strEmptyResultSet = 'MySQL قام بإرجاع نتيجة إعداد فارغه (مثلا صف صفري).';
$strEnabled = 'ممكن';
+$strEnd = 'نهاية';
$strEndCut = 'انتهاء القص';
$strEndRaw = 'انتهاء البيانات الأصلية';
-$strEnd = 'نهاية';
-$strEnglishPrivileges = ' ملاحظه: اسم الامتياز لـMySQL يظهر ويقرأ باللغة الإنجليزية فقط ';
$strEnglish = 'الإنجليزية';
+$strEnglishPrivileges = ' ملاحظه: اسم الامتياز لـMySQL يظهر ويقرأ باللغة الإنجليزية فقط ';
$strError = 'خطأ';
$strEstonian = 'الإستونية';
$strExcelEdition = 'إصدارة إكسل';
@@ -202,30 +208,30 @@ $strExtendedInserts = 'إدخال مدد';
$strExtra = 'إضافي';
$strFailedAttempts = 'محاولات أخفقت';
+$strField = 'الحقل';
$strFieldHasBeenDropped = 'حقل محذوف %s';
+$strFields = ' عدد الحقول';
$strFieldsEnclosedBy = 'حقل مضمن بـ';
$strFieldsEscapedBy = 'حقل متجاهل بـ';
$strFieldsTerminatedBy = 'حقل مفصول بـ';
-$strFields = ' عدد الحقول';
-$strField = 'الحقل';
$strFileAlreadyExists = 'المف %s موجود أصلا على الخادم. غير الاسم أو حدد خيار التسجيل على الملف الموجود.';
$strFileCouldNotBeRead = 'لم يمكن قراءة الملف';
-$strFileNameTemplateRemember = 'تذكر القالب';
$strFileNameTemplate = 'قالب اسم الملف';
+$strFileNameTemplateRemember = 'تذكر القالب';
$strFlushPrivilegesNote = 'ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s قبل أن تكمل.';
$strFlushTable = 'إعادة تحميل الجدول ("FLUSH")';
-$strFormat = 'صيغة';
$strFormEmpty = 'يوجد قيمه مفقوده بالنموذج !';
+$strFormat = 'صيغة';
$strFullText = 'نصوص كاملة';
$strFunction = 'دالة';
$strGenBy = 'أنشئ بواسطة';
-$strGeneralRelationFeat = 'المزايا العامّة للرابط';
$strGenTime = 'أنشئ في';
+$strGeneralRelationFeat = 'المزايا العامّة للرابط';
$strGerman = 'الألمانية';
+$strGlobal = 'عام';
$strGlobalPrivileges = 'صلاحيات عامة';
$strGlobalValue = 'قيمة عامة';
-$strGlobal = 'عام';
$strGo = ' تنفيذ ';
$strGrantOption = 'منح';
$strGreek = 'اليونانية';
@@ -234,47 +240,47 @@ $strGzip = '"gzipped"';
$strHasBeenAltered = 'لقد عدل.';
$strHaveToShow = 'عليك اختيار عمود واحد على الأقل للعرض';
$strHebrew = 'العبرية';
-$strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin';
$strHome = 'الصفحة الرئيسية';
-$strHostEmpty = 'اسم المستضيف فارغ!';
+$strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin';
$strHost = 'المزود';
+$strHostEmpty = 'اسم المستضيف فارغ!';
$strHungarian = 'الهنجارية';
-$strIdxFulltext = 'النص كاملا';
$strId = 'رقم';
+$strIdxFulltext = 'النص كاملا';
$strIgnore = 'تجاهل';
$strImportFiles = 'استورد الملفات';
-$strIndexes = 'فهارس';
+$strInUse = 'قيد الإستعمال';
+$strIndex = 'فهرست';
$strIndexHasBeenDropped = 'فهرسة محذوفة %s';
$strIndexName = 'اسم الفهرس :';
$strIndexType = 'نوع الفهرس :';
-$strIndex = 'فهرست';
+$strIndexes = 'فهارس';
$strInnodbStat = 'وضع InnoDB';
$strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
-$strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInsert = 'إدخال';
+$strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInternalRelations = 'العلاقات الداخلية';
-$strInUse = 'قيد الإستعمال';
$strJapanese = 'اليابانية';
$strJumpToDB = 'إذهب إلى قاعدة بيانات "%s".';
-$strJustDeleteDescr = 'سوف يبقى المستخدمون "المحذوفون" قادرون على الوصول للخادم كالعادة حتى يتم إعادة قراءة الصلاحيات.';
$strJustDelete = 'فقط قم بحذف المستخدمين من جدول الصلاحيات.';
+$strJustDeleteDescr = 'سوف يبقى المستخدمون "المحذوفون" قادرون على الوصول للخادم كالعادة حتى يتم إعادة قراءة الصلاحيات.';
$strKeepPass = 'لاتغير كلمة السر';
$strKeyname = 'اسم المفتاح';
$strKill = 'إبطال';
$strKorean = 'الكورية';
+$strLaTeX = 'لاتكس';
$strLandscape = 'عرض الصفحة';
$strLatexCaption = 'عنوان الجدول';
$strLatexContent = 'محتويات الجدول __TABLE__';
-$strLatexContinuedCaption = 'عنوان جدول تابع';
$strLatexContinued = '(تابع)';
+$strLatexContinuedCaption = 'عنوان جدول تابع';
$strLatexIncludeCaption = 'أضف عنوانا للجدول';
$strLatexLabel = 'Label key';
$strLatexStructure = 'بنية الجدول __TABLE__';
-$strLaTeX = 'لاتكس';
$strLengthSet = 'الطول/القيمة';
$strLimitNumRows = 'رقم السجلات لكل صفحة';
$strLinesTerminatedBy = 'خطوط مفصولة بـ';
@@ -283,29 +289,29 @@ $strLinksTo = 'مرتبط بـ';
$strLithuanian = 'الليتوانية';
$strLocalhost = 'محلي';
$strLocationTextfile = 'مكان ملف نصي';
-$strLoginInformation = 'بيانات الدخول';
-$strLogin = 'دخول';
-$strLogout = 'تسجيل خروج';
$strLogPassword = 'كلمة السر:';
$strLogServer = 'خادم السجل';
$strLogUsername = 'اسم المستخدم:';
+$strLogin = 'دخول';
+$strLoginInformation = 'بيانات الدخول';
+$strLogout = 'تسجيل خروج';
+$strMIME_MIMEtype = 'نوع MIME';
$strMIME_available_mime = 'أنواع MIME المتوفرة';
$strMIME_available_transform = 'التحويلات المتوفرة';
$strMIME_description = 'الوصف';
-$strMIME_MIMEtype = 'نوع MIME';
$strMIME_nodescription = 'ليس هناك وصف متوفر لهذا التحويل. رجاء اسأل الناشر، ما يفعله %s.';
-$strMIME_transformation_note = 'لعرض قائمة بخيارات التحويل المتوفرة وأنواع تحويلات MIME الخاصة بها، اضغط على %sخيارات التحويل%s';
-$strMIME_transformation_options_note = 'رجاء أدخل القيم لخيارات التحويل باستخدام هذا التنسيق: \'a\', 100, b,\'c\'... إذا احتجت أن تضع شرطة مائلة ("\") أو علامة تنصيص ("\'") بين هذه القيم، اسبقها بشرطة مائلة )على سبيل المثال \'\\\\xyz\' أو \'a\\\'b\'(.';
-$strMIME_transformation_options = 'خيارات التحويل';
$strMIME_transformation = 'تحويل المتصفح';
+$strMIME_transformation_note = 'لعرض قائمة بخيارات التحويل المتوفرة وأنواع تحويلات MIME الخاصة بها، اضغط على %sخيارات التحويل%s';
+$strMIME_transformation_options = 'خيارات التحويل';
+$strMIME_transformation_options_note = 'رجاء أدخل القيم لخيارات التحويل باستخدام هذا التنسيق: \'a\', 100, b,\'c\'... إذا احتجت أن تضع شرطة مائلة ("\") أو علامة تنصيص ("\'") بين هذه القيم، اسبقها بشرطة مائلة )على سبيل المثال \'\\\\xyz\' أو \'a\\\'b\'(.';
$strMIME_without = 'أنواع MIME التي تظهر بحروف مائلة ليس لها وظيفة تحويل منفصلة';
$strModifications = 'تمت التعديلات';
-$strModifyIndexTopic = 'تعديل الفهرسة';
$strModify = 'تعديل';
+$strModifyIndexTopic = 'تعديل الفهرسة';
+$strMoveTable = 'نقل جدول إلى (قاعدة بيانات.جدول):';
$strMoveTableOK = '%s جدول تم نقله إلى %s.';
$strMoveTableSameNames = 'لايمكن نقل الجدول إلى نفسه!';
-$strMoveTable = 'نقل جدول إلى (قاعدة بيانات.جدول):';
$strMultilingual = 'متعدد اللغات';
$strMySQLCharset = 'شيفرة أحرف MySQL';
$strMySQLSaid = 'MySQL قال: ';
@@ -313,16 +319,16 @@ $strMySQLShowProcess = 'عرض العمليات';
$strName = 'الاسم';
$strNext = 'التالي';
-$strNoDatabasesSelected = 'لا قواعد بيانات محددة';
+$strNo = 'لا';
$strNoDatabases = 'لايوجد قواعد بيانات';
+$strNoDatabasesSelected = 'لا قواعد بيانات محددة';
$strNoDescription = 'بدون وصف';
$strNoDropDatabases = 'معطل "حذف قاعدة بيانات"الأمر ';
$strNoExplain = 'تخطي شرح SQL';
$strNoFrames = 'phpMyAdmin أكثر تفهما مع مستعرض الإطارات.';
-$strNoIndexPartsDefined = 'أجزاء الفهرسة غير معرفة!';
$strNoIndex = 'فهرس غير معرف!';
+$strNoIndexPartsDefined = 'أجزاء الفهرسة غير معرفة!';
$strNoModification = 'لا تغييرات';
-$strNone = 'لاشئ';
$strNoOptions = 'هذا التنسيق ليس له أي خيارات';
$strNoPassword = 'لا كلمة سر';
$strNoPermission = 'خادم الويب ليس لديه صلاحية لحفظ الملف %s.';
@@ -331,12 +337,12 @@ $strNoPrivileges = 'امتياز غير موجود';
$strNoRights = 'ليس لديك الحقوق الكافية بأن تكون هنا الآن!';
$strNoSpace = 'لا توجد مساحة كافية لحفظ الملف %s.';
$strNoTablesFound = 'لا توجد جداول متوفره في قاعدة البيانات هذه!.';
+$strNoUsersFound = 'المستخدم(ون) لم يتم إيجادهم.';
+$strNoValidateSQL = 'تخطي التأكد من SQL';
+$strNone = 'لاشئ';
$strNotNumber = 'هذا ليس رقم!';
$strNotOK = 'ليس صالحا';
$strNotSet = 'الجدول %s غير موجود أو محدد في %s';
-$strNoUsersFound = 'المستخدم(ون) لم يتم إيجادهم.';
-$strNoValidateSQL = 'تخطي التأكد من SQL';
-$strNo = 'لا';
$strNull = 'خالي';
$strNumSearchResultsInTable = '%s مطابقة في الجدول %s';
$strNumSearchResultsTotal = 'المجموع:%sمطابقة';
@@ -349,13 +355,14 @@ $strOr = 'أو';
$strOverhead = 'الفوقي';
$strOverwriteExisting = 'خزن على الملفات الموجودة أصلا';
+$strPHPVersion = ' PHP إصدارة';
$strPageNumber = 'صفحة رقم:';
$strPaperSize = 'حجم الورق';
$strPartialText = 'نصوص جزئية';
+$strPassword = 'كلمة السر';
$strPasswordChanged = 'تم تغيير كلمة المرور لـ %s بنجاح.';
$strPasswordEmpty = 'كلمة السر فارغة !';
$strPasswordNotSame = 'كلمتا السر غير متشابهتان !';
-$strPassword = 'كلمة السر';
$strPdfDbSchema = 'بناء قاعدة البيانات "%s" - الصفحة %s';
$strPdfInvalidTblName = 'الجدول "%s" غير موجود!';
$strPdfNoTables = 'لا يوجد جداول';
@@ -363,20 +370,19 @@ $strPerHour = 'لكل ساعة';
$strPerMinute = 'لكل دقيقة';
$strPerSecond = 'لكل ثانية';
$strPhoneBook = 'دفتر الهاتف';
-$strPHPVersion = ' PHP إصدارة';
$strPhp = 'أنشئ شيفرة PHP';
$strPmaDocumentation = 'مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)';
$strPmaUriError = 'المتغير $cfg[\'PmaAbsoluteUri\'] يجب تعديله في ملف الكوفيك !';
$strPortrait = 'طول الصفحة';
$strPos1 = 'بداية';
$strPrevious = 'سابق';
+$strPrimary = 'أساسي';
$strPrimaryKeyHasBeenDropped = 'لقد تم حذف المفتاح الأساسي';
$strPrimaryKeyName = 'اسم المفتاح الأساسي يجب أن يكون أساسيا... PRIMARY!';
$strPrimaryKeyWarning = '("الأساسي" يجب يجب أن يكون الاسم وأيضاً فقط المفتاح الأساسي!)';
-$strPrimary = 'أساسي';
-$strPrintViewFull = 'عرض الطباعة (مع النصوص الكاملة).';
-$strPrintView = 'عرض نسخة للطباعة';
$strPrint = 'اطبع';
+$strPrintView = 'عرض نسخة للطباعة';
+$strPrintViewFull = 'عرض الطباعة (مع النصوص الكاملة).';
$strPrivDescAllPrivileges = 'يتضمن كل الصلاحيات عدا GRANT.';
$strPrivDescAlter = 'يسمح بتعديل بناء الجداول الموجودة مسبقا.';
$strPrivDescCreateDb = 'يسمح بإنشاء قواعد بيانات وجداول جديدة.';
@@ -404,15 +410,15 @@ $strPrivDescShutdown = 'يسمح بإيقاف عمل الخادم.';
$strPrivDescSuper = 'يسمح بالاتصال، حتى لو وصل حد عدد الاتصالات للأقصى.، مطلوب للمهام الإدارية كضبط الإعدادات العامة other users.';
$strPrivDescUpdate = 'يسمح بتعديل البيانات.';
$strPrivDescUsage = 'لا صلاحيات.';
-$strPrivilegesReloaded = 'تم إعادة قراءة الصلاحيات بنجاح.';
$strPrivileges = 'الإمتيازات';
+$strPrivilegesReloaded = 'تم إعادة قراءة الصلاحيات بنجاح.';
$strProcesses = 'معالَجات';
$strProcesslist = 'سرد العمليات';
$strPutColNames = 'ضع أسماء الحقول في السطر الأول';
+$strQBE = 'استعلام بواسطة مثال';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'استعلام بواسطة مثال';
$strQueryFrame = 'نافذة الاستعلام';
$strQueryOnDb = 'في قاعدة البيانات SQL-إستعلام %s:';
$strQuerySQLHistory = 'نصوص SQL سابقة';
@@ -421,44 +427,54 @@ $strQueryTime = 'استغرق الاستعلام %01.4f ثانية';
$strQueryType = 'نوع الاستعلام';
$strQueryWindowLock = 'لا تخزن على هذا الاستعلام من خارج النافذة';
+$strReType = 'أعد كتابة';
$strReceived = 'استلم';
$strRecords = 'التسجيلات';
$strReferentialIntegrity = 'تحديد التكامل المرجعي:';
-$strRelationalSchema = 'بناء الارتباطات';
$strRelationNotWorking = 'تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%s.';
-$strRelations = 'الروابط';
$strRelationView = 'عرض الروابط';
+$strRelationalSchema = 'بناء الارتباطات';
+$strRelations = 'الروابط';
$strReloadingThePrivileges = 'قيد إعادة قراءة الصلاحيات.';
$strRemoveSelectedUsers = 'احذف المستخدمين المحددين';
-$strRenameTableOK = 'تم تغيير اسمهم إلى %s جدول%s';
$strRenameTable = 'تغيير اسم جدول إلى';
+$strRenameTableOK = 'تم تغيير اسمهم إلى %s جدول%s';
$strRepairTable = 'إصلاح الجدول';
$strReplaceNULLBy = 'استبدل NULL بـ';
$strReplaceTable = 'استبدال بيانات الجدول بالملف';
$strReset = 'إلغاء';
$strResourceLimits = 'حدود المصادر';
-$strReType = 'أعد كتابة';
-$strRevokeAndDeleteDescr = 'سوف تبقى الصلاحية USAGE لدى المستخدمين حتى يتم إعادة قراءة الصلاحيات.';
-$strRevokeAndDelete = 'استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك.';
-$strRevokeMessage = 'لقد أبطلت الامتيازات لـ %s';
$strRevoke = 'إبطال';
+$strRevokeAndDelete = 'استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك.';
+$strRevokeAndDeleteDescr = 'سوف تبقى الصلاحية USAGE لدى المستخدمين حتى يتم إعادة قراءة الصلاحيات.';
+$strRevokeMessage = 'لقد أبطلت الامتيازات لـ %s';
$strRowLength = 'طول الصف';
-$strRowsFrom = 'صفوف تبدأ من';
$strRowSize = ' مقاس الصف ';
+$strRows = 'صفوف';
+$strRowsFrom = 'صفوف تبدأ من';
$strRowsModeFlippedHorizontal = ')عناوين ملتفة( أفقيا';
$strRowsModeHorizontal = 'أفقي';
$strRowsModeOptions = ' %s و إعادة الرؤوس بعد %s حقل';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'إحصائيات';
-$strRows = 'صفوف';
-$strRunning = ' على المزود %s';
$strRunQuery = 'إرسال الاستعلام';
$strRunSQLQuery = 'تنفيذ استعلام/استعلامات SQL على قاعدة بيانات %s';
+$strRunning = ' على المزود %s';
$strRussian = 'الروسية';
-$strSaveOnServer = 'احفظ على الخادم في الدليل %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'نوع التصدير';
+$strSQLParserBugMessage = 'هناك احتمال أنك عثرت على خلل في مدقق SQL. رجاءً اختبر استعلامك بدقة، وتأكد من أن علامات التنصيص صحيحة ومتطابقة. بعض أسباب الإخفاق الأخرى قد تكون أنك تحاول تحميل ملف يحتوي على بيانات غير نصية خارج منطقة التنصيص. يمكنك أيضا تجربة استعلامك بواسطة سطر أوامر MySQL. قد تساعدك رسالة خطأ خادم MySQL أدناه، إن كانت هناك واحدة، على تشخيص المشكلة. إن بقي هناك مشاكل أو إن أخفق المدقق في حين نجح استخدام سطر الأوامر، رجاء قلص حجم استعلامك لاستعلام واحد يسبب المشكلة، وقم بإرسال تقرير خلل مع جزء البيانات في منطقة القص أدناه:';
+$strSQLParserUserError = 'يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه في تشخيص المشكلة، إن كان هناك واحدة،.';
+$strSQLQuery = 'استعلام-SQL';
+$strSQLResult = 'ناتج استعلام SQL';
+$strSQPBugInvalidIdentifer = 'معرف غير صالح';
+$strSQPBugUnclosedQuote = 'علامة تنصيص غير مغلقة';
+$strSQPBugUnknownPunctuation = 'نص تنقيط غير معروف';
$strSave = 'حفظ';
+$strSaveOnServer = 'احفظ على الخادم في الدليل %s';
$strScaleFactorSmall = 'نسبة الحجم المحددة صغيرة جدا لملائمة المخطط في صفحة واحدة.';
+$strSearch = 'ابحث';
$strSearchFormTitle = 'ابحث في قاعدة البيانات';
$strSearchInTables = 'داخل الجدول)الجداول(:';
$strSearchNeedle = 'الكلمات أو القيم المطلوب البحث عنها (wildcard: "%"):';
@@ -468,7 +484,6 @@ $strSearchOption3 = 'الجملة بالضبط';
$strSearchOption4 = 'كصيغة مطابقة';
$strSearchResultsFor = 'ابحث في النتائج عن "%s" %s:';
$strSearchType = 'ابحث:';
-$strSearch = 'ابحث';
$strSecretRequired = 'يحتاج ملف الإعداد الآن إلى كلمة المرور السرية.';
$strSelectADb = 'اختر قاعدة بيانات من القائمة';
$strSelectAll = 'تحديد الكل';
@@ -477,47 +492,38 @@ $strSelectNumRows = 'في الاستعلام';
$strSelectTables = 'اختر الجداول';
$strSend = 'حفظ كملف';
$strSent = 'أرسل';
+$strServer = 'خادم';
$strServerChoice = 'اختيار الخادم';
-$strServerStatusUptime = 'مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s.';
$strServerStatus = 'بيانات التشغيل';
+$strServerStatusUptime = 'مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s.';
$strServerTabVariables = 'متغيرات';
$strServerTrafficNotes = 'سير الخادم: تظهر هذه الجداول إحصائيات سير بيانات الشبكة لهذا الخادم منذ تشغيله.';
$strServerVars = 'متغيرات وإعدادات الخادم';
$strServerVersion = 'إصدارة المزود';
-$strServer = 'خادم';
$strSessionValue = 'قيمة الجلسة';
$strSetEnumVal = 'إذا كان نوع الحقل هو "enum" أو "set", الرجاء إدخال القيم باستخدام هذا التنسيق: \'a\',\'b\',\'c\'... إذا كنت تحتاج بأن تضع علامة الشرطه المائلة لليسار ("\") أو علامة الاقتباس الفردية ("\'") فيما بين تلك القيم، اجعلها كشرطة مائلة لليسار (مثلا \'\\\\xyz\' أو \'a\\\'b\').';
+$strShow = 'عرض';
$strShowAll = 'شاهد الكل';
$strShowColor = 'أظهر اللون';
$strShowDatadictAs = 'تنسيق قاموس البيانات';
$strShowFullQueries = 'اعرض الاستعلامات كاملة';
$strShowGrid = 'أظهر تخطيط الجدول';
-$strShowingRecords = 'مشاهدة السجلات ';
$strShowPHPInfo = 'عرض المعلومات المتعلقة ب PHP';
$strShowTableDimension = 'إظهار أبعاد الجداول';
$strShowTables = 'شاهد الجدول';
$strShowThisQuery = ' عرض هذا الاستعلام هنا مرة أخرى ';
-$strShow = 'عرض';
+$strShowingRecords = 'مشاهدة السجلات ';
$strSimplifiedChinese = 'الصينية المبسطة';
$strSingly = '(فردي)';
$strSize = 'الحجم';
-$strSortByKey = 'رتب حسب المفتاح';
$strSort = 'تصنيف';
+$strSortByKey = 'رتب حسب المفتاح';
$strSpaceUsage = 'المساحة المستغلة';
$strSplitWordsWithSpace = 'الكلمات مفصولة بحرف مسافة (" ").';
-$strSQLExportType = 'نوع التصدير';
-$strSQLParserBugMessage = 'هناك احتمال أنك عثرت على خلل في مدقق SQL. رجاءً اختبر استعلامك بدقة، وتأكد من أن علامات التنصيص صحيحة ومتطابقة. بعض أسباب الإخفاق الأخرى قد تكون أنك تحاول تحميل ملف يحتوي على بيانات غير نصية خارج منطقة التنصيص. يمكنك أيضا تجربة استعلامك بواسطة سطر أوامر MySQL. قد تساعدك رسالة خطأ خادم MySQL أدناه، إن كانت هناك واحدة، على تشخيص المشكلة. إن بقي هناك مشاكل أو إن أخفق المدقق في حين نجح استخدام سطر الأوامر، رجاء قلص حجم استعلامك لاستعلام واحد يسبب المشكلة، وقم بإرسال تقرير خلل مع جزء البيانات في منطقة القص أدناه:';
-$strSQLParserUserError = 'يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه في تشخيص المشكلة، إن كان هناك واحدة،.';
-$strSQLQuery = 'استعلام-SQL';
-$strSQLResult = 'ناتج استعلام SQL';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'معرف غير صالح';
-$strSQPBugUnclosedQuote = 'علامة تنصيص غير مغلقة';
-$strSQPBugUnknownPunctuation = 'نص تنقيط غير معروف';
$strStatCheckTime = 'التحقق الأخير';
$strStatCreateTime = 'الإنشاء';
-$strStatement = 'أوامر';
$strStatUpdateTime = 'التحديث الأخير';
+$strStatement = 'أوامر';
$strStatus = 'وضع';
$strStrucCSV = 'بيانات CSV';
$strStrucData = 'البنية والبيانات';
@@ -531,6 +537,7 @@ $strSum = 'المجموع';
$strSwedish = 'السويدية';
$strSwitchToTable = 'بدل إلى الجدول المنسوخ';
+$strTable = 'الجدول ';
$strTableComments = 'تعليقات على الجدول';
$strTableEmpty = 'اسم الجدول فارغ!';
$strTableHasBeenDropped = 'جدول %s حذفت';
@@ -539,9 +546,8 @@ $strTableHasBeenFlushed = 'لقد تم إعادة تحميل الجدول %s ب
$strTableMaintenance = 'صيانة الجدول';
$strTableOfContents = 'جدول المحتويات';
$strTableOptions = 'خيارات الجدول';
-$strTables = '%s جدول (جداول)';
$strTableStructure = 'بنية الجدول';
-$strTable = 'الجدول ';
+$strTables = '%s جدول (جداول)';
$strTblPrivileges = 'صلاحيات خاصة بالجدول';
$strTextAreaLength = ' بسبب طوله, فمن المحتمل أن هذا الحقل غير قابل للتحرير ';
$strThai = 'التايلندية';
@@ -549,8 +555,8 @@ $strThisHost = 'هذا المضيف';
$strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.';
$strTime = 'وقت';
$strToggleScratchboard = 'toggle scratchboard';
-$strTotalUC = 'مجموع كلي';
$strTotal = 'المجموع';
+$strTotalUC = 'مجموع كلي';
$strTraditionalChinese = 'الصينية التقليدية';
$strTraffic = 'بيانات سير';
$strTransformation_image_jpeg__inline = 'يظهر صورة مصغرة للضغط عليها، الخيارات: العرض، الارتفاع بالبكسل )ويبقي التناسب الأصلي للحجم(.';
@@ -571,14 +577,18 @@ $strUnicode = 'يونيكود';
$strUnique = 'مميز';
$strUnknown = 'غير معروفة';
$strUnselectAll = 'إلغاء تحديد الكل';
+$strUpdComTab = 'رجاء راجع التوثيق لكيفية تحديث جدول Column_comments.';
$strUpdatePrivMessage = 'لقد جددت وحدثت الإمتيازات لـ %s.';
$strUpdateProfileMessage = 'لقد تم تجديد العرض الجانبي.';
$strUpdateQuery = 'تجديد استعلام';
-$strUpdComTab = 'رجاء راجع التوثيق لكيفية تحديث جدول Column_comments.';
$strUpgrade = 'عليك التحديث إلى %s %s أو لاحقا.';
$strUsage = 'المساحة';
$strUseBackquotes = 'حماية أسماء الجداول و الحقول ب "`" ';
$strUseHostTable = 'استخدم الجدول المضيف';
+$strUseTables = 'استخدم الجدول';
+$strUseTextField = 'استخدم حقل نص';
+$strUseThisValue = 'استخدم هذه القيمة';
+$strUser = 'المستخدم';
$strUserAlreadyExists = 'اسم المستخدم %s موجود مسبقاً!';
$strUserEmpty = 'اسم المستخدم فارغ!';
$strUserName = 'اسم المستخدم';
@@ -586,21 +596,17 @@ $strUserNotFound = 'المستخدم المحدد غير موجود في جدو
$strUserOverview = 'معلومات المستخدم';
$strUsersDeleted = 'تم حذف المستخدمين المحددين بنجاح.';
$strUsersHavingAccessToDb = 'المستخدمين ذوي صلاحية الوصول إلى "%s"';
-$strUser = 'المستخدم';
-$strUseTables = 'استخدم الجدول';
-$strUseTextField = 'استخدم حقل نص';
-$strUseThisValue = 'استخدم هذه القيمة';
$strValidateSQL = 'التحقق من استعلام SQL';
$strValidatorError = 'لم يمكن تشغيل محقق SQL. الرجاء التأكد مما إذا كنت ثبتت إضافات PHP كما هو مشروح في %sالتوثيق%s.';
$strValue = 'القيمة';
$strVar = 'متغير';
-$strViewDumpDatabases = 'اعرض أو احفظ بناء قواعد البيانات.';
-$strViewDumpDB = 'عرض بنية قاعدة البيانات';
$strViewDump = 'عرض بنية الجدول ';
+$strViewDumpDB = 'عرض بنية قاعدة البيانات';
+$strViewDumpDatabases = 'اعرض أو احفظ بناء قواعد البيانات.';
-$strWebServerUploadDirectoryError = 'الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه.';
$strWebServerUploadDirectory = 'دليل تحميل الملفات على خادم الشبكة';
+$strWebServerUploadDirectoryError = 'الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه.';
$strWelcome = 'أهلا بك في %s';
$strWestEuropean = 'أوروبا الغربية';
$strWildcard = 'حرف شامل';
@@ -617,89 +623,182 @@ $strZip = '"zipped" "مضغوط"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
-$strAfterInsertNext = 'عدل الصف التالي';
-$strAfterInsertSame = 'ارجع إلى هذه الصفحة';
$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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'سجل ثنائي';
-$strBinLogEventType = 'نوع الحدث';
-$strBinLogInfo = 'معلومات';
-$strBinLogName = 'اسم السجل';
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -708,92 +807,576 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -848,13 +1431,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -870,10 +1453,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -886,8 +1469,8 @@ $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_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
@@ -904,608 +1487,149 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1514,127 +1638,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php
index bd7fb775a..91746773a 100644
--- a/lang/azerbaijani-utf-8.inc.php
+++ b/lang/azerbaijani-utf-8.inc.php
@@ -18,6 +18,7 @@ $month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'İyun', 'İyul', 'Avq', 'Sent
$datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
+$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
$strAbortedClients = 'Dayandırılmış Elaqeler';
$strAccessDenied = 'Giriş Tesdiq Edilmedi';
$strAction = 'Fealiyyetler';
@@ -31,24 +32,23 @@ $strAddPrivilegesOnDb = 'Aşağıdakı me\'lumat bazası üçün selahiyyet müe
$strAddPrivilegesOnTbl = 'Aşağıdakı cedvel üçün selahiyyetler müeyyen et';
$strAddSearchConditions = 'Axtarış şertlerini gir ("where" ifadesinin esas metni):';
$strAddToIndex = 'İndekse %s sütun elave et';
-$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAddUser = 'Yeni İstifadeçi elave Et';
+$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAdministration = 'Administrasiya';
+$strAfter = 'Sonra: %s';
$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';
+$strAnIndex = '%s üzerine indeks elave edildi';
$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';
@@ -72,26 +72,26 @@ $strBulgarian = 'Bolqar Dili';
$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, xahiş edirem PHP Konfiqurasiyanı gözden keçir.';
+$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.';
$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';
+$strChange = 'Deyişdir';
+$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
$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 = '"%s" bazası üçün selahiyyetleri gözden keçir.';
$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
+$strCheckPrivsLong = '"%s" bazası üçün selahiyyetleri gözden keçir.';
$strCheckTable = 'Cedveli yoxla';
$strChoosePage = 'Xahiş edirem, deyişdirilecek Sehifeni seç';
$strColComFeat = 'Sütun Qısa İzahatını Deyişdir';
@@ -110,57 +110,57 @@ $strCopyTable = 'Cedveli kopyala (me\'lumat bazası.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.';
+$strCreate = 'Qur';
$strCreateIndex = ' %s 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';
$strCyrillic = 'Kiril';
$strCzechSlovak = 'Çex-Slovak';
+$strDBComment = 'Baza qısa izahatı: ';
+$strData = 'Me\'lumat';
+$strDataDict = 'Me\'lumat lüğeti';
+$strDataOnly = 'Sadece me\'lumat';
+$strDatabase = 'Me\'lumat Bazası';
$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ı';
+$strDatabasesDropped = '%s bazası müveffeqiyyetle leğv edildi.';
+$strDatabasesStats = 'Me\'lumat Bazası Statistikaları';
$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ı: ';
$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';
+$strDelOld = 'Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin silinmesini istermisiniz?';
+$strDelete = 'Sil';
$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.';
$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!';
+$strDocu = 'Dokumentasiya';
$strDrop = 'Leğv et';
+$strDropDatabaseStrongWarning = 'Bütün bazanı YOX ETMEK üzeresiniz!';
$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.';
+$strDumpingData = 'Sxemi çıxarılan cedvel';
$strDynamic = 'dinamik';
$strEdit = 'Deyişdir';
@@ -170,12 +170,12 @@ $strEffective = 'Effektiv';
$strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş netice çoxluğu gönderdi (ye\'ni sıfır setir).';
$strEnabled = 'Enabled';
+$strEnd = 'Son';
$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.';
+$strEngines = 'Motorlar';
$strEnglish = 'İngilis Dili';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir ';
$strError = 'Xeta';
@@ -187,11 +187,11 @@ $strExtendedInserts = 'Genişletilmiş girişli';
$strExtra = 'Elave Xüs.';
$strFailedAttempts = 'Uğursuz Cehdler';
-$strFieldHasBeenDropped = '%s sahesi leğv edildi';
$strField = 'Sahe';
+$strFieldHasBeenDropped = '%s sahesi leğv edildi';
+$strFields = 'Sahe sayı';
$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';
@@ -199,63 +199,63 @@ $strFileNameTemplate = 'Fayl adı nomenklaturası';
$strFileNameTemplateRemember = 'nomenklaturanı unutma';
$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!';
+$strFormat = 'Format';
$strFullText = 'Tam Metnler (Full Text)';
$strFunction = 'Funksiya';
$strGenBy = 'Qurucu';
-$strGeneralRelationFeat = 'Ümumi elaqe variantları';
$strGenTime = 'Hazırlanma Vaxtı';
+$strGeneralRelationFeat = 'Ümumi elaqe variantları';
$strGeorgian = 'Gürcü';
-$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobal = 'qlobal';
+$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobalValue = 'Qlobal deyer';
$strGo = 'Davam';
$strGrantOption = 'İcaze ver';
$strGzip = '"gzip"lenmiş';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHasBeenAltered = 'deyişdirildi.';
$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
$strHebrew = 'İbrani Dili';
$strHome = 'Başlanğıc';
$strHomepageOfficial = 'phpMyAdmin Resmi İnternet Sehifesi';
-$strHostEmpty = 'Host adı boşdur!';
$strHost = 'Host';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Host adı boşdur!';
$strHungarian = 'Macar Dili';
$strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma';
$strImportFiles = 'Faylları import et';
-$strIndexes = 'Indeksler';
+$strInUse = 'istifadede';
+$strIndex = 'İndeks';
$strIndexHasBeenDropped = '%s indeksi leğv edildi';
$strIndexName = 'İndex adı :';
-$strIndex = 'İndeks';
$strIndexType = 'İndex tipi :';
+$strIndexes = 'Indeksler';
$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';
$strInsert = 'Elave et';
-$strInUse = 'istifadede';
+$strInsertAsNewRow = 'Yeni setir olaraq elave et';
$strJumpToDB = '"%s" me\'lumat bazasına keç.';
-$strJustDeleteDescr = '"Silinmiş" istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
+$strJustDeleteDescr = '"Silinmiş" istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strKeepPass = 'Parolu deyişdirme';
$strKeyname = 'Açar söz';
$strKill = 'Söndür';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landşaft';
$strLatexCaption = 'Cedvel başlığı';
-$strLatexContinuedCaption = 'Cedvel başlığının davamı';
$strLatexContinued = '(davamı)';
+$strLatexContinuedCaption = 'Cedvel başlığının davamı';
$strLatexIncludeCaption = 'Cedvel başlığını daxil et';
$strLatexLabel = 'Etiket açarı';
-$strLaTeX = 'LaTeX';
$strLengthSet = 'Uzunluq/Deyerler*';
$strLimitNumRows = 'Sehife başına düşen setir sayı';
$strLinesTerminatedBy = 'Setir leğvedicisi (Lines terminated by)';
@@ -264,26 +264,26 @@ $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ı:';
+$strLogin = 'Sisteme Giriş';
+$strLoginInformation = 'Sisteme Giriş Me\'lumatı';
+$strLogout = 'Sistemden Çıxış';
-$strMaximumSize = 'En çox: %s%s';
+$strMIME_MIMEtype = 'MIME-tipi';
$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. 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\', 100, b,\'c\'... 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_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'... If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
+$strMaximumSize = 'En çox: %s%s';
$strModifications = 'Modifications have been saved';
-$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
+$strModifyIndexTopic = 'Modify an index';
$strMoveTable = 'Cedveli daşı (me\'lumat bazası.cedvel):';
$strMoveTableOK = '%s cedveli %s - e daşınmışdır.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
@@ -297,6 +297,7 @@ $strMySQLShowProcess = 'Prosesleri göster';
$strName = 'Adı';
$strNext = 'Sonrakı';
+$strNo = 'Xeyir';
$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';
@@ -307,7 +308,6 @@ $strNoFrames = 'phpMyAdmin frame-destekli görüntüleyicilerle (browser)
$strNoIndex = 'İndeks te\'yin edilmedi!';
$strNoIndexPartsDefined = 'İndeks qisimleri 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.';
@@ -316,12 +316,12 @@ $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.';
+$strNoUsersFound = 'İstifadeçi(ler) tapılmadı.';
+$strNoValidateSQL = 'SQL İfadesini Yoxlama';
+$strNone = 'Heç biri';
$strNotNumber = 'Bu reqem deyildir!';
$strNotOK = 'Müveffeqiyyetsiz';
$strNotSet = '%s cedveli %s içerisinde ya tapılmadı 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ı (%s cedvelinde)';
$strNumSearchResultsTotal = 'Cemi:%s uyğunluq';
@@ -334,12 +334,13 @@ $strOr = 'ya da';
$strOverhead = 'Aşma deyeri';
$strOverwriteExisting = 'Mövcud fayl(lar)ın üzerine yaz';
+$strPHPVersion = 'PHP Versiyası';
$strPageNumber = 'Sehife Nömresi:';
$strPartialText = 'Qismi Metnler';
+$strPassword = 'Parol';
$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';
@@ -347,7 +348,6 @@ $strPerHour = 'saatda';
$strPerMinute = 'deqiqede';
$strPerSecond = 'saniyede';
$strPhp = 'PHP Kodunu Hazırla';
-$strPHPVersion = 'PHP Versiyası';
$strPmaDocumentation = 'phpMyAdmin dokumentasiyası (etraflı me\'lumat üçün)';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktivi PMA konfiqurasiya faylınızda QURULMAMIŞDIR!';
$strPortrait = 'Portret';
@@ -386,15 +386,15 @@ $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';
+$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesses = 'Prosesler';
$strProcesslist = 'Proses Siyahısı';
$strPutColNames = 'Sahe adlarını birinci setre yerleşdir';
+$strQBE = 'Sorğu';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Sorğu';
$strQueryFrame = 'Sorğu penceresi';
$strQueryOnDb = 'SQL-query on database %s:';
$strQuerySQLHistory = 'SQL-tarixçesi';
@@ -402,13 +402,14 @@ $strQueryStatistics = 'Sorğu Statistikası: Açıldıqdan bu yana, bu se
$strQueryTime = 'sorğu %01.4f saniyede icra edildi';
$strQueryType = 'Sorğu tipi';
+$strReType = 'Re-type';
$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';
+$strRelationalSchema = 'Relational schema';
+$strRelations = 'Relations';
$strReloadingThePrivileges = 'Reloading the privileges';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameTable = 'Cedveli yeniden adlandır';
@@ -418,26 +419,34 @@ $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';
+$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
+$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
+$strRevokeMessage = 'You have revoked the privileges for %s';
$strRowLength = 'Sıra uzunluğu';
-$strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi';
$strRowSize = ' Sıra boyu ';
+$strRows = 'Sıra sayı';
+$strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi';
$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan başlıqlar)';
$strRowsModeHorizontal = 'üfüqi';
$strRowsModeOptions = '%s rejimde, başlıqlar %s blokdan bir tekrar ederek';
$strRowsModeVertical = 'şaquli';
-$strRows = 'Sıra sayı';
$strRowsStatistic = 'Sıra Statistikası';
-$strRunning = '%s üzerinde işlemektedir';
$strRunQuery = 'Emri İcra Et';
$strRunSQLQuery = '%s me\'lumat bazasına SQL sorğusu(-ları) gönder';
+$strRunning = '%s üzerinde işlemektedir';
-$strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et';
+$strSQL = 'SQL';
+$strSQLExportType = 'Eksport şekli';
+$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';
+$strSQPBugInvalidIdentifer = 'Invalid Identifer';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'Qeyd Et';
+$strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Axtarış';
$strSearchFormTitle = 'Search in database';
@@ -456,8 +465,8 @@ $strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Fayl olaraq qeyd et';
$strSent = 'Gönderildi';
-$strServerChoice = 'Quraşdırılmış Serverler';
$strServer = 'Server';
+$strServerChoice = 'Quraşdırılmış Serverler';
$strServerStatus = 'Runtime Me\'lumatı';
$strServerStatusUptime = 'Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır.';
$strServerTabVariables = 'Deyişenler';
@@ -466,35 +475,26 @@ $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\'... Eger bu deyerlerde ters-kesr ("\") ve ya tek dırnaq ("\'") istifade etmek isteyirsinizse, onları ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
+$strShow = 'Göster';
$strShowAll = 'Hamısını göster';
$strShowColor = 'Rengini göster';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
$strShowGrid = 'Show grid';
-$strShow = 'Göster';
-$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 ';
+$strShowingRecords = 'Gösterilen setirler';
$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';
-$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';
+$strStatement = 'Variantlar';
$strStatus = 'Status';
$strStorageEngine = 'Depolama Motorları';
$strStorageEngines = 'MySQL Depolama Motorları';
@@ -517,8 +517,8 @@ $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';
+$strTables = '%s cedvel';
$strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduğuna göre, bu sahedeki me\'lumatlar deyişdirilmeye biler ';
$strThisHost = 'Bu Host';
@@ -544,13 +544,16 @@ $strUkrainian = 'Ukrayna Dili';
$strUncheckAll = 'Heç Birini Seçme';
$strUnique = 'Unikal';
$strUnselectAll = 'Heç birini seçme';
+$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$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';
+$strUseTables = 'Use Tables';
+$strUseTextField = 'Use text field';
+$strUser = 'İstifadeçi';
$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
$strUserEmpty = 'İstifadeçi adı boş qaldı!';
$strUserName = 'İstifadeçi adı';
@@ -558,20 +561,17 @@ $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 "%s"';
-$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';
+$strViewDumpDatabases = 'Me\'lumat bazalarının sxemini göster';
-$strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı';
$strWebServerUploadDirectory = 'web-server upload direktoriyası';
+$strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı';
$strWelcome = '%s - e Xoş Gelmişsiniz!';
$strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi işare';
@@ -588,96 +588,195 @@ $strZip = '"zip"lenmiş';
// 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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzech = 'Czech'; //to translate
-$strDanish = 'Danish'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDanish = 'Danish'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
$strDescription = 'Description'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
$strDictionary = 'dictionary'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGerman = 'German'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGreek = 'Greek'; //to translate
$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -686,99 +785,583 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJapanese = 'Japanese'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strKorean = 'Korean'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //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
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strRussian = 'Russian'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -833,13 +1416,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -855,10 +1438,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -871,8 +1454,8 @@ $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_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
@@ -889,617 +1472,158 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //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
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //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
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1508,127 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php
index d42c728d3..312f67dd9 100644
--- a/lang/bangla-utf-8.inc.php
+++ b/lang/bangla-utf-8.inc.php
@@ -21,6 +21,7 @@ $month = array('জানুয়ারী', 'ফেব্রুয়ারী', '
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s দিন, %s মাস, %s মিনিট and %s সেকেণ্ড';
+$strAPrimaryKey = 'একটি প্রাইমারী কী যোগ করা হয়েছে %s';
$strAbortedClients = 'বাদ দেওয়া হল';
$strAccessDenied = 'প্রবেশ নিষেধ';
$strAccessDeniedCreateConfig = 'সম্ভবত আপনি কনফিগারেশন ফাইল তৈরী করেননি। আপনি %1$ssetup script%2$s ব্যাবহার করে একটি তৈরী করতে পারেন ';
@@ -48,18 +49,17 @@ $strAfterInsertNewInsert = 'নতুন আরেকটি সাড়ি যো
$strAfterInsertNext = 'পরবর্তী সাড়ি সম্পাদনা করুন';
$strAfterInsertSame = 'এই পাতায় ফিরে যাও';
$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 = 'সব টেবিল সমান প্রশস্থতাসহ প্রদর্শন করুন?';
+$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.';
$strAlterOrderBy = 'টেবিল অর্ডার পরিবর্তন কর';
+$strAnIndex = 'একটি Index যোগ করা হয়েছে %s';
$strAnalyzeTable = 'টেবিল বিশ্লেষণ কর';
$strAnd = 'এবং';
$strAndThen = 'এবং তারপর';
-$strAnIndex = 'একটি Index যোগ করা হয়েছে %s';
$strAny = 'যেকোন';
$strAnyHost = 'যেকোন হোষ্ট';
$strAnyUser = 'যেকোন ব্যাবহারকারী';
$strApproximateCount = 'হয়ত আনুমানিক। FAQ ৩.১১ দেখ। ';
-$strAPrimaryKey = 'একটি প্রাইমারী কী যোগ করা হয়েছে %s';
$strArabic = 'আরবী';
$strArmenian = 'আরমেনিয়ান';
$strAscending = 'Ascending';
@@ -72,15 +72,15 @@ $strBack = 'পিছনে';
$strBaltic = 'ব্যাল্টিক';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'বাইনারী';
-$strBinaryDoNotEdit = 'বাইনারী -সম্পাদনা করবেন না';
-$strBinaryLog = 'বাইনারী লগ';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'তথ্য';
$strBinLogName = 'লগ নাম';
$strBinLogOriginalPosition = 'প্রকৃত অবস্থান';
$strBinLogPosition = 'অবস্থান';
$strBinLogServerId = 'সার্ভারের আইডি';
+$strBinary = 'বাইনারী';
+$strBinaryDoNotEdit = 'বাইনারী -সম্পাদনা করবেন না';
+$strBinaryLog = 'বাইনারী লগ';
$strBookmarkAllUsers = 'সব ব্যাক্তিকে এই বুকমার্কটি দেখার সুযোগ দিন';
$strBookmarkCreated = 'বুকমার্ক %s তৈরী করা হয়েছে';
$strBookmarkDeleted = 'বুকমার্কটি মুছে ফেলা হয়েছে';
@@ -92,17 +92,18 @@ $strBookmarkView = 'শুধু দেখ';
$strBrowse = 'ব্রাউজ করুন';
$strBrowseDistinctValues = 'নির্দিষ্ট মান ব্রাউজ করুন';
$strBrowseForeignValues = 'Browse foreign values';
-$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPoolUsage = 'Buffer Pool Usage';
-$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Write waits in %';
+$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferWriteWaits = 'Write waits';
+$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBulgarian = 'বুলগেরিয়ান';
$strBusyPages = 'ব্যাস্ত পাতাসমূহ';
$strBzip = '"bzipped"';
+$strCSV = 'CSV';
$strCalendar = 'ক্যালেন্ডার';
$strCanNotLoadExportPlugins = 'এক্সপোর্ট প্লাগ ইন লোড করা যায়নি, আপনার ইন্সষ্টলেশন পরীক্ষা করুন';
$strCanNotLoadImportPlugins = 'ইমপোর্ট প্লাগ ইন লোড করা যায়নি, আপনার ইন্সষ্টলেশন পরীক্ষা করুন';
@@ -116,8 +117,8 @@ $strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
-$strChangeCopyModeCopy = '... পুরাতনটা রেখে দাও';
$strChangeCopyMode = 'একই সুবিধা সহ নতুন আরেকটি ব্যাবহারকারী তৈরী করুন...';
+$strChangeCopyModeCopy = '... পুরাতনটা রেখে দাও';
$strChangeCopyModeDeleteAndReload = ' ... ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল এবং এরপর সুবিধাসমূহ পুনরায় লোড কর';
$strChangeCopyModeJustDelete = ' ...ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
@@ -126,8 +127,8 @@ $strChangeDisplay = 'প্রদর্শনের জন্য ক্ষেত
$strChangePassword = 'পাসওয়ার্ড পরিবর্তন কর';
$strCharset = 'Charset';
$strCharsetOfFile = 'ফাইল এর অক্ষরসমূহঃ';
-$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
+$strCharsetsAndCollations = 'Character Sets and Collations';
$strCheckAll = 'সব পরীক্ষা করুন';
$strCheckOverhead = 'ওভারহেড সহ টেবিল পরীক্ষা কর';
$strCheckPrivs = 'সুবিধাসমূহ পরীক্ষা করুন';
@@ -173,12 +174,18 @@ $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (usernam
$strCreationDates = 'তইরী/আপডেট/তারিখ পরীক্ষা কর';
$strCriteria = 'ক্ষেত্র';
$strCroatian = 'Croatian';
-$strCSV = 'CSV';
$strCyrillic = 'Cyrillic';
$strCzech = 'চেক';
$strCzechSlovak = 'চেক-স্লোভাক';
+$strDBComment = 'ডাটাবেজ মন্তব্যসমূহঃ';
+$strDBCopy = 'ডাটাবেজ কপি করঃ';
+$strDBRename = 'ডাটাবেজ রিনেম কর';
$strDanish = 'ড্যানিশ';
+$strData = 'ডাটা';
+$strDataDict = 'ডাটা অভিধান';
+$strDataOnly = 'শুধু ডাটা';
+$strDataPages = 'ডাটাসহ পাতাসমূহ';
$strDatabase = 'ডাটাবেজ';
$strDatabaseEmpty = 'ডাটাবেজ এর নাম দেওয়া হয়নি';
$strDatabaseExportOptions = 'ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ';
@@ -189,46 +196,39 @@ $strDatabasesStats = 'ডাটাবেজসমূহের পরিসংখ
$strDatabasesStatsDisable = 'পরিসংখ্যান বন্ধ কর';
$strDatabasesStatsEnable = 'পরিসংখ্যান চালু কর';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
-$strData = 'ডাটা';
-$strDataDict = 'ডাটা অভিধান';
-$strDataOnly = 'শুধু ডাটা';
-$strDataPages = 'ডাটাসহ পাতাসমূহ';
-$strDBComment = 'ডাটাবেজ মন্তব্যসমূহঃ';
-$strDBCopy = 'ডাটাবেজ কপি করঃ';
$strDbPrivileges = 'ডাটাবেজ-নির্দিষ্ট সুবিধাসমূহ';
-$strDBRename = 'ডাটাবেজ রিনেম কর';
$strDbSpecific = 'ডাটাবেজ-নির্দিষ্ট';
$strDefault = 'ডিফল্ট';
$strDefaultEngine = '%s MySQL সার্ভার এর ডিফল্ট ষ্টোরেজ ইঞ্জিন';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
+$strDelOld = 'এই পাতায় এমন পাতার রেফারেন্স আছে যার অস্তিত্ব আর নেই। আপনি কী রেফারেন্সসমূহ মুছে ফেলতে চান? The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDelayedInserts = 'Use delayed inserts';
+$strDelete = 'মুছে ফেল';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
-$strDelete = 'মুছে ফেল';
-$strDeleted = 'সারিটি মুছে ফেলা হয়েছে';
$strDeleteNoUsersSelected = 'মুছে ফেলার জন্য কোন ব্যাবহারকারী চিহ্নিত করা হয়নি';
+$strDeleted = 'সারিটি মুছে ফেলা হয়েছে';
$strDeleting = '%s মুছে ফেলা হচ্ছে';
$strDelimiter = 'Delimiter';
-$strDelOld = 'এই পাতায় এমন পাতার রেফারেন্স আছে যার অস্তিত্ব আর নেই। আপনি কী রেফারেন্সসমূহ মুছে ফেলতে চান? The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'বর্ণনা';
$strDictionary = 'অভিধান';
$strDirtyPages = 'নোংরা পাতাসমূহ';
-$strDisabled = 'বন্ধ করা হয়েছে';
$strDisableForeignChecks = 'Disable foreign key checks';
+$strDisabled = 'বন্ধ করা হয়েছে';
$strDisplayFeat = 'বৈশিষ্ট্যসমূহ প্রদর্শন কর';
$strDisplayOrder = 'ক্রম প্রদর্শন কর';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
-$strDocu = 'বর্ণনা';
$strDoYouReally = 'আপনি কি সত্যি চান?';
-$strDropDatabaseStrongWarning = 'আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন';
+$strDocu = 'বর্ণনা';
$strDrop = 'মুছে ফেল';
+$strDropDatabaseStrongWarning = 'আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন';
$strDropUsersDb = 'ব্যাবহারকারীর নামে নাম এমন ডাটাবেজসমূহ মুছে ফেল';
-$strDumpingData = 'টেবিল এর জন্য ডাটা ডাম্পিং করুন';
$strDumpSaved = 'ডাম্প %s ফাইল এ সেভ করা হয়েছে';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
+$strDumpingData = 'টেবিল এর জন্য ডাটা ডাম্পিং করুন';
$strDynamic = 'ডায়নামিক';
$strEdit = 'সম্পাদনা কর';
@@ -239,13 +239,13 @@ $strEmpty = 'খালি';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
-$strEndCut = 'END CUT';
$strEnd = 'End';
+$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = 'MySQL সার্ভার এর জন্য %s বন্ধ করা হয়েছে %s has been disabled for this MySQL server.';
-$strEngines = 'ইঞ্জিনসমূহ';
$strEngineUnsupported = 'এই MySQL সার্ভার %s ধরনের স্টোরেজ ইঞ্জিন সমর্থন করেনা This MySQL server does not support the %s storage engine.';
+$strEngines = 'ইঞ্জিনসমূহ';
$strEnglish = 'ইংরেজী';
$strEnglishPrivileges = 'নোটঃ MySQL সুবিধাসমূহের নাম ইংরেজীতে প্রকাশ করা হয় Note: MySQL privilege names are expressed in English ';
$strError = 'ভূল';
@@ -265,17 +265,17 @@ $strExtra = 'অতিরিক্ত';
$strFailedAttempts = 'ব্যার্থ হওয়া চেষ্টাসমূহ';
$strField = 'ক্ষেত্র';
$strFieldHasBeenDropped = '%s ক্ষেত্র মুছে ফেলা হয়েছে';
+$strFields = 'ক্ষেত্রসমূহ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
-$strFields = 'ক্ষেত্রসমূহ';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'ফাইল পড়া যায়নি';
+$strFileNameTemplate = 'ফাইল নাম এর টেমপ্লেট';
+$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.';
$strFileNameTemplateDescriptionDatabase = 'ডাটাবেজ এর নাম';
$strFileNameTemplateDescriptionServer = 'সার্ভার এর নাম';
$strFileNameTemplateDescriptionTable = 'টেবিল এর নাম';
-$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 = 'ফাইল নাম এর টেমপ্লেট';
$strFileNameTemplateRemember = 'টেমপ্লেট মনে রাখ';
$strFileToImport = 'ইম্পোর্ট করার জন্য ফাইল';
$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.';
@@ -283,18 +283,18 @@ $strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFontSize = 'ফন্ট এর আকার';
-$strFormat = 'ফরমেট';
$strFormEmpty = 'Missing value in the form!';
+$strFormat = 'ফরমেট';
$strFreePages = 'ফ্রী পাতাসমূহ';
$strFullText = 'Full Texts';
$strFunction = 'ফাংশন';
$strFunctions = 'ফাংশনসমূহ';
$strGenBy = 'Generated by';
+$strGenTime = 'তৈরী করার জন্য সময়';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'তৈরী কর';
$strGeneratePassword = 'পাসওয়ার্ড তৈরী কর';
-$strGenTime = 'তৈরী করার জন্য সময়';
$strGeorgian = 'জরজীয়ান';
$strGerman = 'জার্মান';
$strGlobal = 'global';
@@ -305,34 +305,35 @@ $strGrantOption = 'Grant';
$strGreek = 'গ্রীক';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'পরিবর্তন করা হয়েছে';
$strHaveToShow = 'আপনাকে প্রদর্শন করার জন্য কমপক্ষে একটি কলাম নির্দিষ্ট করতে হবে';
$strHebrew = 'হীব্রূ';
$strHome = 'মূল পাতা';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
-$strHostEmpty = 'হোষ্ট নাম পূরন করা হয়নি';
$strHost = 'হোষ্ট';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'হোষ্ট নাম পূরন করা হয়নি';
$strHungarian = 'হাংগেরিয়ান';
$strIcelandic = 'Icelandic';
$strId = 'আইডি';
$strIdxFulltext = 'Fulltext';
-$strIgnoreDuplicates = 'ডুপ্লিকেট সারি অবহেলা করুন';
$strIgnore = 'Ignore';
+$strIgnoreDuplicates = 'ডুপ্লিকেট সারি অবহেলা করুন';
$strIgnoreInserts = 'Use ignore inserts';
+$strImport = 'ইম্পোর্ট কর';
$strImportFiles = 'ফাইল ইম্পোর্ট কর';
$strImportFormat = 'ইম্পোর্ট করা ফাইল ফরমেট কর';
-$strImport = 'ইম্পোর্ট কর';
$strImportSuccessfullyFinished = 'ইম্পোর্ট সফলভাবে সম্পন্ন হয়েছে। %d সংখ্যক query সম্পাদন করা হয়েছে';
-$strIndexes = 'ইন্ডেস্ক সমূহ';
-$strIndexHasBeenDropped = '%s ইন্ডেস্ক মুছে ফেলা হয়েছে';
+$strInUse = 'in use';
$strIndex = 'ইন্ডেস্ক';
+$strIndexHasBeenDropped = '%s ইন্ডেস্ক মুছে ফেলা হয়েছে';
$strIndexName = 'ইন্ডেস্ক নামঃ';
$strIndexType = 'ইন্ডেস্ক এর ধরনঃ';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
+$strIndexes = 'ইন্ডেস্ক সমূহ';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
@@ -343,16 +344,15 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'পাতাসমুহ';
$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';
$strInsert = 'Insert';
+$strInsertAsNewRow = 'Insert as new row';
$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';
+$strInvalidColumn = 'Invalid column (%s) specified!';
+$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidDatabase = 'Invalid database';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
@@ -365,8 +365,8 @@ $strInvalidTableName = 'Invalid table name';
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database "%s".';
-$strJustDeleteDescr = 'The "deleted" 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.';
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
@@ -374,21 +374,21 @@ $strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'কোরিয়ান';
+$strLDI = 'CSV using LOAD DATA';
+$strLDILocal = 'লোকাল কী-ওয়ার্ড ব্যাবহার করুন';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landscape';
$strLanguage = 'ভাষা';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
-$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
+$strLatexContinuedCaption = 'Continued table caption';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
-$strLDI = 'CSV using LOAD DATA';
-$strLDILocal = 'লোকাল কী-ওয়ার্ড ব্যাবহার করুন';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
@@ -397,61 +397,62 @@ $strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'লোকাল';
$strLocationTextfile = 'Location of the text file';
-$strLoginInformation = 'Login Information';
-$strLogin = 'লগ ইন';
-$strLogout = 'লগ আউট';
$strLogPassword = 'পাসওয়ার্ড';
$strLogServer = 'সার্ভার';
$strLogUsername = 'ব্যাবহারকারী';
+$strLogin = 'লগ ইন';
+$strLoginInformation = 'Login Information';
+$strLogout = 'লগ আউট';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'মাইম এর ধরন';
+$strMIME_available_mime = 'Available MIME types';
+$strMIME_available_transform = 'Available transformations';
+$strMIME_description = 'বর্ণনা';
+$strMIME_nodescription = 'No description is available for this transformation. 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\'... 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_without = 'MIME types printed in italics do not have a separate transformation function';
$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 = 'বর্ণনা';
-$strMIME_MIMEtype = 'মাইম এর ধরন';
-$strMIME_nodescription = 'No description is available for this transformation. 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\'... 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';
+$strModifyIndexTopic = 'Modify an index';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'বহুভাষী';
$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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
+$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).';
$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 = 'থ্রেড রিপেয়ার করুন';
-$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
+$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.';
$strMyISAMSortBufferSize = 'Sort buffer size';
+$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMySQLCharset = 'MySQL charset';
-$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'প্রসেসসমূহ দেখান';
+$strMysqlClientVersion = 'MySQL client version';
$strName = 'নাম';
$strNext = 'পরবর্তী';
+$strNo = 'না';
$strNoActivity = 'No activity within %s seconds; please log in again';
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';
$strNoDatabases = 'কোন ডাটাবেজ নাই';
$strNoDatabasesSelected = 'No databases selected.';
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';
$strNoDescription = 'কোন বর্ণনা নাই';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
@@ -461,8 +462,6 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
-$strNone = 'কোনটিই নয়';
-$strNo = 'না';
$strNoOptions = 'This format has no options';
$strNoPassword = 'কোন পাসওয়ার্ড নাই';
$strNoPermission = 'The web server does not have permission to save the file %s.';
@@ -473,16 +472,17 @@ $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.';
+$strNoUsersFound = 'No user(s) found.';
+$strNoValidateSQL = 'Skip Validate SQL';
+$strNone = 'কোনটিই নয়';
$strNotNumber = 'এটি কোন সংখ্যা না';
$strNotOK = 'ঠিক নাই';
$strNotSet = '%s table not found or not set in %s';
-$strNoUsersFound = 'No user(s) found.';
-$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'খালি';
-$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table %s';
$strNumSearchResultsTotal = 'Total:%s match(es)';
$strNumTables = 'টেবিলসমূহ';
+$strNumberOfFields = 'Number of fields';
$strOK = 'ঠিক আছে';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -495,42 +495,42 @@ $strOr = 'অথবা';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
+$strPDFReportTitle = 'Report title';
+$strPHPVersion = 'PHP Version';
$strPageNumber = 'পাতার সংখ্যাঃ';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'পাতার আকার';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
+$strPassword = 'পাসওয়ার্ড';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'পাসওয়ার্ড দেওয়া হয়নি';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
-$strPassword = 'পাসওয়ার্ড';
$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'কোন টেবিল নাই';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
-$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'পারসিয়ান';
$strPhoneBook = 'phone book';
$strPhp = 'PHP কোড তৈরী করুনCreate PHP Code';
-$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!';
$strPolish = 'পোলিশ';
$strPortrait = 'Portrait';
$strPos1 = 'শুরু';
$strPrevious = 'পূর্ববর্তী';
+$strPrimary = 'প্রাথমিক';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)';
-$strPrimary = 'প্রাথমিক';
$strPrint = 'প্রিন্ট কর';
-$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
+$strPrintViewFull = 'Print view (with full texts)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
@@ -543,8 +543,8 @@ $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.';
+$strPrivDescExecute5 = 'Allows executing stored routines.';
$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.';
@@ -573,9 +573,9 @@ $strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$strPutColNames = 'Put fields names in the first row';
+$strQBE = 'Query';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database %s:';
@@ -586,52 +586,63 @@ $strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
+$strReType = 'Re-type';
$strReadRequests = 'Read requests';
$strReceived = 'গৃহীত';
$strRecords = 'রেকর্ডসমূহ';
$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';
+$strRelationalSchema = 'Relational schema';
+$strRelations = 'Relations';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadPrivileges = 'Reload privileges';
+$strReloadingThePrivileges = 'Reloading the privileges';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
-$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'টেবিল রিনেম করুন';
+$strRenameTableOK = 'Table %s has been renamed to %s';
$strRepairTable = 'টেবিল রিপেয়ার করুন';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'রিসেট করুন';
$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';
+$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
+$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
+$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'রোমানিয়ান';
$strRowLength = 'সাড়ির দৈর্ঘ্য';
-$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' সাড়ির আকার';
+$strRows = 'Rows';
+$strRowsFrom = 'row(s) starting from record #';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'আনুভূমিক';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'লম্ব';
-$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';
+$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
+$strRunning = 'running on %s';
$strRussian = 'রাশিয়ান';
-$strSaveOnServer = 'Save on server in %s directory';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL compatibility mode';
+$strSQLExportType = 'Export type';
+$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';
+$strSQPBugInvalidIdentifer = 'Invalid Identifer';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'সেভ করুন';
+$strSaveOnServer = 'Save on server in %s directory';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
+$strSearch = 'খুঁজুন';
$strSearchFormTitle = 'ডাটাবে এ খুজুঁনSearch in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
@@ -640,7 +651,6 @@ $strSearchOption2 = 'সব শব্দ';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "%s" %s:';
-$strSearch = 'খুঁজুন';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
@@ -651,29 +661,27 @@ $strSelectNumRows = 'in query';
$strSelectTables = 'টেবিল সিলেক্ট করুন';
$strSend = 'ফাইল হিসেবে সেভ করুন';
$strSent = 'Sent';
+$strServer = 'সার্ভার';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
-$strServer = 'সার্ভার';
-$strServers = 'সার্ভারসমূহ';
-$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
+$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabVariables = 'চলকসমূহ';
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
+$strServers = 'সার্ভারসমূহ';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'... 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\').';
+$strShow = 'দেখান';
$strShowAll = 'Show all';
$strShowColor = 'রং দেখান';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
-$strShowingBookmark = 'বুকমার্ক দেখান';
-$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
-$strShow = 'দেখান';
$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.';
@@ -727,13 +735,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_createdDescr = 'The number of pages created.';
$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_avgDescr = 'The average time to acquire a row lock, 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.';
@@ -749,10 +757,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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.';
+$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$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.';
@@ -765,8 +773,8 @@ $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_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_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.';
@@ -786,6 +794,8 @@ $strShowStatusThreads_runningDescr = 'The number of threads that are not sleepin
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
+$strShowingBookmark = 'বুকমার্ক দেখান';
+$strShowingRecords = 'Showing rows';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'আকার';
@@ -793,30 +803,20 @@ $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)';
+$strSort = 'সাজাঁন';
$strSortByKey = 'Sort by key';
$strSorting = 'সাজাঁন';
-$strSort = 'সাজাঁন';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
-$strSQLCompatibility = 'SQL compatibility mode';
-$strSQLExportType = 'Export type';
-$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';
+$strStatUpdateTime = 'সর্বশেষ আপডেট';
$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 = 'সর্বশেষ আপডেট';
$strStatus = 'অবস্থা';
-$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
+$strStorageEngines = 'Storage Engines';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucExcelCSV = 'CSV for MS Excel';
@@ -831,6 +831,7 @@ $strSwedish = 'সুইডিশ';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
+$strTable = 'টেবিল';
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'টেবিল এর নাম পূরন করা হয়নি';
@@ -840,27 +841,26 @@ $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 = 'টেবিল';
+$strTables = '%s table(s)';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length, this field might not be editable ';
$strThai = 'Thai';
+$strTheme = 'Theme / Style';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
-$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
+$strThemeNotFound = 'Theme %s not found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
-$strTheme = 'Theme / Style';
$strThisHost = 'This Host';
-$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
+$strThreads = 'Threads';
+$strTime = 'সময়';
$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 = 'সময়';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'মোট';
$strTotalUC = 'মোট';
@@ -891,16 +891,21 @@ $strUnique = 'Unique';
$strUnknown = 'অজানা';
$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.';
+$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$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.';
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';
$strUsage = 'ব্যাবহার';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table';
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
+$strUseTables = 'টেবিল ব্যাবহারকারী';
+$strUseTextField = 'Use text field';
+$strUseThisValue = 'Use this value';
+$strUser = 'User';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'ব্যাভারকারীর নাম';
@@ -908,25 +913,20 @@ $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 "%s"';
-$strUser = 'User';
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
-$strUseTables = 'টেবিল ব্যাবহারকারী';
-$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 = 'মান';
$strVar = 'চলক';
$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';
$strView = 'View';
+$strViewDump = 'View dump (schema) of table';
+$strViewDumpDB = 'View dump (schema) of database';
+$strViewDumpDatabases = 'View dump (schema) of databases';
+$strViewHasBeenDropped = 'View %s has been dropped';
-$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
+$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
@@ -942,543 +942,690 @@ $strYes = 'হ্যাঁ';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
+// To translate:
$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
+$strFiles = 'Files'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
+
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+$strTriggers = 'Triggers'; //to translate
+
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1487,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php
index a68e7ebee..193518df9 100644
--- a/lang/basque-utf-8.inc.php
+++ b/lang/basque-utf-8.inc.php
@@ -15,9 +15,10 @@ $month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'U
$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';
-$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.';
$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';
@@ -32,19 +33,18 @@ $strAddToIndex = ' %s zutabe indizean gehituta';
$strAddUser = 'Erabiltzaile berria gehitu';
$strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
$strAdministration = 'Kudeaketa';
+$strAfter = '%s(a)ren ondoren';
$strAfterInsertBack = 'Itzuli';
$strAfterInsertNewInsert = 'Erregistro berria gehitu';
-$strAfter = '%s(a)ren ondoren';
$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';
-$strAnIndex = 'Indize bat gehitu da hemen: %s';
$strAny = 'edozein';
$strAnyHost = 'Edozein zerbitzari';
$strAnyUser = 'Edozein erabiltzaile';
-$strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
$strArabic = 'Arabiera';
$strArmenian = 'Armeniera';
$strAscending = 'Goranzko';
@@ -79,9 +79,9 @@ $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.';
-$strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
$strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
$strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
$strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
@@ -89,12 +89,12 @@ $strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
$strChangePassword = 'Pasahitza aldatu';
$strCharset = 'Karaktere-jokoa';
$strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
-$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCharsets = 'Karaktere-multzoa';
+$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCheckAll = 'Guztiak egiaztatu';
$strCheckOverhead = 'Arazteko hondakinak egiaztatu';
-$strCheckPrivsLong = '"%s" datu-basearen pribilegioak egiaztatu.';
$strCheckPrivs = 'Pribilegioak egiaztatu';
+$strCheckPrivsLong = '"%s" datu-basearen pribilegioak egiaztatu.';
$strCheckTable = 'Taula egiaztatu';
$strChoosePage = 'Aukeratu editatzeko orria mesedez';
$strColComFeat = 'Zutabearen iruzkinak erakusten';
@@ -111,24 +111,28 @@ $strConnections = 'Konexioak';
$strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
$strConstraintsForTable = 'Taularentzako murrizketak';
$strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
+$strCopyTable = 'Taula hona kopiatu: (datu-base.taula):';
$strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
$strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
-$strCopyTable = 'Taula hona kopiatu: (datu-base.taula):';
$strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
+$strCreate = 'Sortu';
$strCreateIndex = 'Indize bat sortu %s 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';
-$strCreate = 'Sortu';
$strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
$strCriteria = 'Irizpidea';
$strCroatian = 'Croaziera';
$strCyrillic = 'Zirilikoa';
$strCzech = 'Txekiera';
+$strDBComment = 'Datu-basearen iruzkina: ';
$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.';
@@ -138,21 +142,17 @@ $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.';
-$strData = 'Datuak';
-$strDataDict = 'Datu-hiztegia';
-$strDataOnly = 'Datuak soilik';
-$strDBComment = 'Datu-basearen iruzkina: ';
$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';
-$strDelayedInserts = 'Use delayed inserts';
-$strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
-$strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
-$strDeleted = 'Errenkada ezabatua izan da';
-$strDelete = 'Ezabatu';
-$strDeleting = '%s ezabatzen';
$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';
+$strDeleting = '%s ezabatzen';
$strDescending = 'Beherantz';
$strDescription = 'Deskribapena';
$strDictionary = 'hiztegia';
@@ -161,13 +161,13 @@ $strDisplayFeat = 'Eginbideak erakutsi';
$strDisplayOrder = 'Ordena erakutsi:';
$strDisplayPDF = 'PDF eskema erakutsi';
$strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
-$strDocu = 'Dokumentazioa';
$strDoYouReally = 'Benetan nahi al duzu ';
+$strDocu = 'Dokumentazioa';
$strDrop = 'Ezabatu';
$strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
-$strDumpingData = 'Taula honen datuak irauli';
$strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
$strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
+$strDumpingData = 'Taula honen datuak irauli';
$strDynamic = 'dinamikoa';
$strEdit = 'Editatu';
@@ -194,24 +194,24 @@ $strExtra = 'Extra';
$strFailedAttempts = 'Erratutako saiakerak';
$strField = 'Eremua';
$strFieldHasBeenDropped = '%s eremua ezabatu da';
-$strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
$strFields = 'Eremuak';
+$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';
-$strFileNameTemplateRemember = 'txantiloia gogoratu';
$strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
+$strFileNameTemplateRemember = 'txantiloia gogoratu';
$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")';
-$strFormat = 'Formatoa';
$strFormEmpty = 'Balioa bat falta da formularioan!';
+$strFormat = 'Formatoa';
$strFullText = 'Testu osoak';
$strFunction = 'Funtzioak';
$strGenBy = 'Egilea:';
-$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGenTime = 'Sortzeko denbora';
+$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGerman = 'Alemaniera';
$strGlobal = 'orokorra';
$strGlobalPrivileges = 'Pribilegio orokorrak';
@@ -226,40 +226,40 @@ $strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
$strHebrew = 'Hebreera';
$strHome = 'Hasiera-orria';
$strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
-$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHost = 'Zerbitzaria';
+$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHungarian = 'Hungariera';
$strId = 'ID';
$strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi';
$strImportFiles = 'Fitxategiak inportatu';
-$strIndexes = 'Indizeak';
-$strIndexHasBeenDropped = '%s indizea ezabatu da';
+$strInUse = 'lanean';
$strIndex = 'Indizea';
+$strIndexHasBeenDropped = '%s indizea ezabatu da';
$strIndexName = 'Indizearen izena :';
$strIndexType = 'Indize mota :';
+$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.';
-$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsert = 'Txertatu';
+$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInternalRelations = 'Barne-erlazioak';
-$strInUse = 'lanean';
$strJapanese = 'Japoniera';
$strJumpToDB = '"%s" datu-basera joan.';
-$strJustDeleteDescr = '"Ezabatutako" erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
$strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
+$strJustDeleteDescr = '"Ezabatutako" 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';
$strLatexCaption = 'Taularen epigrafea';
$strLatexContent = '__TABLE__ taularen edukina';
$strLatexIncludeCaption = 'Taularen epigrafea gehitu';
-$strLaTeX = 'LaTeX';
$strLatexStructure = '__TABLE__ taularen egitura';
$strLengthSet = 'Luzera/Balioak*';
$strLimitNumRows = 'Errenkada kopurua orriko';
@@ -269,17 +269,17 @@ $strLinksTo = 'Estekak honi:';
$strLithuanian = 'Lithuaniera';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Testu-fitxategiaren kokapena';
-$strLogin = 'Hasi saioa';
-$strLoginInformation = 'Saioa hasteko informazioa';
-$strLogout = 'Saioa bukatu';
$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_MIMEtype = 'MIME-mota';
$strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri. 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';
@@ -289,9 +289,9 @@ $strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio
$strModifications = 'Aldaketak gorde dira';
$strModify = 'Aldatu';
$strModifyIndexTopic = 'Indize bat aldatu';
+$strMoveTable = 'Taula hona mugitu (datu-basea.taula):';
$strMoveTableOK = '%s taula hona mugitu da: %s.';
$strMoveTableSameNames = 'Ezin taula berberara mugitu!';
-$strMoveTable = 'Taula hona mugitu (datu-basea.taula):';
$strMultilingual = 'eleanitza';
$strMySQLCharset = 'MySQL karaktere-multzoa';
$strMySQLSaid = 'MySQL-ek zera dio: ';
@@ -299,17 +299,16 @@ $strMySQLShowProcess = 'Erakutsi prozesuak';
$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';
-$strNo = 'Ez';
$strNoFrames = 'phpMyAdmin askoz erabilerraza da frame-ak onartzen duen nabigatzaile batekin.';
$strNoIndex = 'Ez dago indizerik definituta!';
$strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
$strNoModification = 'Aldaketarik ez';
-$strNone = 'Batez';
$strNoOptions = 'Formato honek ez du aukerarik';
$strNoPassword = 'Pasahitzik ez';
$strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
@@ -318,11 +317,12 @@ $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 = '%s taula ez da aurkitu edo ez da definitu hemen: %s';
-$strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
-$strNoValidateSQL = 'SQL-ren balidapena saltatu';
$strNull = 'Nulua';
$strNumSearchResultsInTable = '%s emaitza(k) %s taulan';
$strNumSearchResultsTotal = 'Guztira:%s emaitza(k)';
@@ -335,13 +335,14 @@ $strOr = 'Edo';
$strOverhead = 'Arazteko hondakina';
$strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
+$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!';
-$strPassword = 'Pasahitza';
$strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
$strPdfInvalidTblName = '"%s" taula ez da existitzen!';
$strPdfNoTables = 'Taularik ez';
@@ -350,19 +351,18 @@ $strPerMinute = 'minutuko';
$strPerSecond = 'segunduko';
$strPhoneBook = 'Telefono-agenda';
$strPhp = 'PHP kodea sortu';
-$strPHPVersion = 'PHP Bertsioa';
$strPmaDocumentation = 'phpMyAdmin dokumentazioa';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] 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, soilik, lehen mailako gako baten izena izan behar du!)';
-$strPrimary = 'Lehen mailakoa';
$strPrint = 'Inprimatu';
-$strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
$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.';
@@ -396,9 +396,9 @@ $strProcesses = 'Prozesuak';
$strProcesslist = 'Prozesuen zerrenda';
$strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
+$strQBE = 'Kontsulta';
$strQBEDel = 'Ezabatu';
$strQBEIns = 'Txertatu';
-$strQBE = 'Kontsulta';
$strQueryFrame = 'Kontsulta-leihoa';
$strQueryOnDb = 'SQL-kontsulta %s datu-basean:';
$strQuerySQLHistory = 'SQL-historia';
@@ -407,41 +407,50 @@ $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:';
-$strRelationalSchema = 'Erlazio-eskema';
$strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
-$strRelations = 'Erlazioak';
$strRelationView = 'Erlazioen ikuspegia';
+$strRelationalSchema = 'Erlazio-eskema';
+$strRelations = 'Erlazioak';
$strReloadingThePrivileges = 'Pribilegioak berkargatzen';
$strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
-$strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
$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';
-$strReType = 'Berridatzi';
-$strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
-$strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
$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';
-$strRowSize = ' Errenkadaren tamaina ';
$strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
$strRowsModeVertical = 'bertikal';
$strRowsStatistic = 'Errenkadaren estatistikak';
-$strRunning = 'hemen ibiltzen: %s';
$strRunQuery = 'Kontsulta bidali';
$strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
+$strRunning = 'hemen ibiltzen: %s';
$strRussian = 'Errusiera';
+$strSQL = 'SQL';
+$strSQLExportType = 'Esportazio mota';
+$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';
@@ -463,46 +472,37 @@ $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.';
$strServerTabVariables = 'Aldagaiak';
$strServerTrafficNotes = 'Zerbitzariaren trafikoa: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
$strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
$strServerVersion = 'Zerbitzariaren bertsioa';
-$strServer = 'Zerbitzaria';
$strSessionValue = 'Saioaren balioa';
$strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'... 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';
-$strShow = 'Erakutsi';
$strShowFullQueries = 'Kontsulta osoak erakutsi';
$strShowGrid = 'Sareta erakutsi';
-$strShowingRecords = 'Errenkadak erakusten';
$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';
-$strSortByKey = 'Gakoaren arabera ordenatu';
$strSort = 'Ordenatu';
+$strSortByKey = 'Gakoaren arabera ordenatu';
$strSpaceUsage = 'Erabilitako lekua';
$strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
-$strSQLExportType = 'Esportazio mota';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
-$strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
-$strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
$strStatCheckTime = 'Azken egiaztapena';
$strStatCreateTime = 'Sortzea';
-$strStatement = 'Sententziak';
$strStatUpdateTime = 'Azken eguneraketa';
+$strStatement = 'Sententziak';
$strStatus = 'Egoera';
$strStrucCSV = 'CSV datuak';
$strStrucData = 'Egitura eta datuak';
@@ -516,6 +516,7 @@ $strSum = 'Gehiketa';
$strSwedish = 'Suediera';
$strSwitchToTable = 'Kopiatutako taulara aldatu';
+$strTable = 'Taula';
$strTableComments = 'Taularen iruzkinak';
$strTableEmpty = 'Taularen izena hutsik dago!';
$strTableHasBeenDropped = '%s taula ezabatu egin da';
@@ -524,9 +525,8 @@ $strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
$strTableMaintenance = 'Taularen mantenua';
$strTableOfContents = 'Edukinen taula';
$strTableOptions = 'Taularen hobespenak';
-$strTables = '%s taula(k)';
$strTableStructure = 'Taularen egitura taula honentzat: ';
-$strTable = 'Taula';
+$strTables = '%s taula(k)';
$strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik, eremu hau ez da editagarria ';
$strThai = 'Thailandiarra';
@@ -556,36 +556,36 @@ $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';
-$strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
$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!';
-$strUser = 'Erabiltzailea';
$strUserName = 'Erabiltzaile-izena';
$strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
$strUserOverview = 'Erabiltzailearen info orokorra';
$strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
$strUsersHavingAccessToDb = '"%s"-(e)ra sarbidea duten erabiltzaileak';
-$strUseTables = 'Taulak erabili';
-$strUseTextField = 'Testu-eremua erabili';
-$strUseThisValue = 'Erabili balio hau';
$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';
-$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
-$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
$strViewDump = 'Ikusi taularen iraulketa (eskema)';
+$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
+$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
-$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
+$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWelcome = 'Ongietorriak %s(e)ra';
$strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina';
@@ -602,90 +602,189 @@ $strZip = '"zipatuta"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -694,97 +793,581 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strLandscape = 'Horizontal'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
-$strLatchedPages = 'Latched pages'; //to translate
-$strLatexContinuedCaption = 'Continued table caption'; //to translate
-$strLatexContinued = '(continued)'; //to translate
-$strLatexLabel = 'Label key'; //to translate
-$strLatvian = 'Latvian'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLandscape = 'Horizontal'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLatchedPages = 'Latched pages'; //to translate
+$strLatexContinued = '(continued)'; //to translate
+$strLatexContinuedCaption = 'Continued table caption'; //to translate
+$strLatexLabel = 'Label key'; //to translate
+$strLatvian = 'Latvian'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
-$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -839,13 +1422,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -861,10 +1444,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -877,8 +1460,8 @@ $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_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
@@ -895,608 +1478,149 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1505,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php
index 58d1e7a84..b53ac6fb7 100644
--- a/lang/belarusian_cyrillic-utf-8.inc.php
+++ b/lang/belarusian_cyrillic-utf-8.inc.php
@@ -21,11 +21,13 @@ $month = array('Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Лі
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў';
+$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strAbortedClients = 'Спынена';
+$strAccessDenied = 'У доступе адмоўлена';
$strAccessDeniedCreateConfig = 'Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучыцца да сэрвэра MySQL, але сэрвэр адхіліў злучэньне. Праверце імя хосту, карыстальніка і пароль у config.inc.php і ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-сэрвэра.';
-$strAccessDenied = 'У доступе адмоўлена';
$strAction = 'Дзеяньне';
+$strActions = 'Дзеяньні';
$strAddAutoIncrement = 'Дадаць значэньне AUTO_INCREMENT';
$strAddClause = 'Дадаць %s';
$strAddConstraints = 'Дадаць абмежаваньні';
@@ -48,20 +50,22 @@ $strAfterInsertNewInsert = 'Дадаць яшчэ адзін радок';
$strAfterInsertNext = 'Рэдагаваць наступны радок';
$strAfterInsertSame = 'Вярнуцца да гэтай старонкі';
$strAll = 'Усе';
-$strAllowInterrupt = 'Дазволіць спыненьне імпартаваньня ў выпадку, калі скрыпт высьветліць, што скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі.';
$strAllTableSameWidth = 'Паказаць усе табліцы аднолькавай шырыні?';
+$strAllowInterrupt = 'Дазволіць спыненьне імпартаваньня ў выпадку, калі скрыпт высьветліць, што скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі.';
$strAlterOrderBy = 'Зьмяніць парадак табліцы';
+$strAnIndex = 'Быў дададзены індэкс для %s';
+$strAnalyze = 'Прааналізаваць';
$strAnalyzeTable = 'Аналізаваць табліцу';
$strAnd = 'І';
$strAndThen = 'і пасьля';
-$strAnIndex = 'Быў дададзены індэкс для %s';
+$strAngularLinks = 'Вуглавыя лініі сувязяў';
$strAny = 'Любы';
$strAnyHost = 'Любы хост';
$strAnyUser = 'Любы карыстальнік';
$strApproximateCount = 'Значэньне можа быць прыблізным. Гл. FAQ 3.11';
-$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strArabic = 'Арабская';
$strArmenian = 'Армянская';
+$strAsDefined = 'Як вызначана:';
$strAscending = 'прамы';
$strAtBeginningOfTable = 'У пачатку табліцы';
$strAtEndOfTable = 'У канцы табліцы';
@@ -72,15 +76,15 @@ $strBack = 'Назад';
$strBaltic = 'Балтыйская';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Двайковы';
-$strBinaryDoNotEdit = 'Двайковыя дадзеныя — не рэдагуюцца';
-$strBinaryLog = 'Двайковы лог';
$strBinLogEventType = 'Тып падзеі';
$strBinLogInfo = 'Інфармацыя';
$strBinLogName = 'Імя логу';
$strBinLogOriginalPosition = 'Першапачатковая пазыцыя';
$strBinLogPosition = 'Пазыцыя';
$strBinLogServerId = 'ID сэрвэра';
+$strBinary = 'Двайковы';
+$strBinaryDoNotEdit = 'Двайковыя дадзеныя — не рэдагуюцца';
+$strBinaryLog = 'Двайковы лог';
$strBookmarkAllUsers = 'Даць кожнаму карыстальніку доступ да гэтай закладкі';
$strBookmarkCreated = 'Закладка %s створаная';
$strBookmarkDeleted = 'Закладка была выдаленая.';
@@ -89,11 +93,11 @@ $strBookmarkQuery = 'Закладзены SQL-запыт';
$strBookmarkReplace = 'Замяніць існую закладку з такім жа імем';
$strBookmarkThis = 'Дадаць гэты SQL-запыт у закладкі';
$strBookmarkView = 'Толькі прагляд';
+$strBrowse = 'Прагляд';
$strBrowseDistinctValues = 'Прагляд розных значэньняў';
$strBrowseForeignValues = 'Праглядзець зьнешнія значэньні';
-$strBrowse = 'Прагляд';
-$strBufferPoolActivity = 'Актыўнасьць пулу буфэру';
$strBufferPool = 'Пул буфэру';
+$strBufferPoolActivity = 'Актыўнасьць пулу буфэру';
$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру';
$strBufferReadMisses = 'Пропускаў чытаньня';
$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %';
@@ -103,9 +107,11 @@ $strBulgarian = 'Баўгарская';
$strBusyPages = 'Занятых старонак';
$strBzip = 'сьціскаць у bzip';
+$strCSV = 'CSV';
$strCalendar = 'Каляндар';
$strCanNotLoadExportPlugins = 'Немагчыма загрузіць плагіны экспартаваньня, калі ласка, праверце ўсталяваныя файлы!';
$strCanNotLoadImportPlugins = 'Немагчыма загрузіць плагіны імпартаваньня, калі ласка, праверце ўсталёўку!';
+$strCancel = 'Скасаваць';
$strCannotLogin = 'Немагчыма залагавацца на сэрвэр MySQL';
$strCantLoad = 'немагчыма загрузіць пашырэньне %s; калі ласка, праверце канфігурацыю PHP';
$strCantLoadRecodeIconv = 'Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin.';
@@ -115,19 +121,20 @@ $strCardinality = 'Колькасьць элемэнтаў';
$strCaseInsensitive = 'без уліку рэгістру';
$strCaseSensitive = 'з улікам рэгістру';
$strCentralEuropean = 'Цэнтральнаэўрапейская';
+$strChange = 'Зьмяніць';
+$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeCopy = '... пакінуць старога.';
$strChangeCopyModeDeleteAndReload = ' ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strChangeCopyModeJustDelete = ' ... выдаліць старога з табліцы карыстальнікаў.';
-$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.';
$strChangeCopyUser = 'Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка';
-$strChange = 'Зьмяніць';
$strChangeDisplay = 'Выберыце поле для адлюстраваньня';
$strChangePassword = 'Зьмяніць пароль';
$strCharset = 'Кадыроўка';
$strCharsetOfFile = 'Кадыроўка файла:';
-$strCharsetsAndCollations = 'Раскладкі і супастаўленьні';
$strCharsets = 'Кадыроўкі';
+$strCharsetsAndCollations = 'Раскладкі і супастаўленьні';
+$strCheck = 'Праверыць';
$strCheckAll = 'Адзначыць усё';
$strCheckOverhead = 'Адзначыць тыя, што патрабуюць аптымізацыі';
$strCheckPrivs = 'Праверыць прывілеі';
@@ -139,6 +146,7 @@ $strCollation = 'Супастаўленьне';
$strColumnNames = 'Назвы калёнак';
$strColumnPrivileges = 'Спэцыфічныя прывілеі калёнак';
$strCommand = 'Каманда';
+$strComment = 'Камэнтар';
$strComments = 'Камэнтары';
$strCompatibleHashing = 'Сумяшчальнае з MySQL 4.0';
$strCompleteInserts = 'Поўная ўстаўка';
@@ -151,21 +159,24 @@ $strConnectionError = 'Немагчыма падлучыцца: няправіл
$strConnections = 'Падлучэньні';
$strConstraintsForDumped = 'Абмежаваньні для экспартаваных табліц';
$strConstraintsForTable = 'Абмежаваньні для табліцы';
+$strControluserFailed = 'Не атрымалася ўсталяваць злучэньне для controluser, вызначанае ў вашым канфігурацыйным файле.';
$strCookiesRequired = 'Cookies мусяць быць уключанымі пасьля гэтага месца.';
-$strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s';
$strCopy = 'Скапіяваць';
+$strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s';
$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных.табліца):';
$strCopyTableOK = 'Табліца %s была скапіяваная ў %s.';
$strCopyTableSameNames = 'Немагчыма скапіяваць табліцу ў саму сябе!';
$strCouldNotKill = 'phpMyAdmin ня можа спыніць працэс %s. Напэўна, ён ужо спынены.';
+$strCreate = 'Стварыць';
$strCreateDatabaseBeforeCopying = 'выканаць CREATE DATABASE перад капіяваньнем';
$strCreateIndex = 'Стварыць індэкс на %s калёнках';
$strCreateIndexTopic = 'Стварыць новы індэкс';
$strCreateNewDatabase = 'Стварыць новую базу дадзеных';
$strCreateNewTable = 'Стварыць новую табліцу ў БД %s';
-$strCreate = 'Стварыць';
$strCreatePage = 'Стварыць новую старонку';
$strCreatePdfFeat = 'Стварэньне PDF-файлаў';
+$strCreateRelation = 'Стварыць сувязь';
+$strCreateTable = 'Стварыць табліцу';
$strCreateUserDatabase = 'База дадзеных для карыстальніка';
$strCreateUserDatabaseName = 'Стварыць базу дадзеных з такім самым імем і надзяліць усімі прывілеямі';
$strCreateUserDatabaseNone = 'Ніякая';
@@ -173,128 +184,146 @@ $strCreateUserDatabaseWildcard = 'Надзяліць усімі прывілея
$strCreationDates = 'Стварэньне/Абнаўленьне/Праверка дат';
$strCriteria = 'Крытэр';
$strCroatian = 'Харвацкая';
-$strCSV = 'CSV';
+$strCustomColor = 'Іншы колер';
$strCyrillic = 'Кірылічная';
-$strCzechSlovak = 'Чэхаславацкая';
$strCzech = 'Чэская';
+$strCzechSlovak = 'Чэхаславацкая';
+$strDBComment = 'Камэнтар да базы дадзеных: ';
+$strDBCopy = 'Капіяваць базу дадзеных у';
+$strDBRename = 'Перайменаваць базу дадзеных у';
$strDanish = 'Дацкая';
$strData = 'Дадзеныя';
-$strDatabase = 'База дадзеных';
-$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
-$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
-$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
-$strDatabases = 'Базы дадзеных';
-$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
-$strDatabasesStatsDisable = 'Адключыць статыстыку';
-$strDatabasesStatsEnable = 'Уключыць статыстыку';
-$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
-$strDatabasesStats = 'Статыстыка базаў дадзеных';
$strDataDict = 'Слоўнік дадзеных';
$strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі';
-$strDBComment = 'Камэнтар да базы дадзеных: ';
-$strDBCopy = 'Капіяваць базу дадзеных у';
+$strDatabase = 'База дадзеных';
+$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
+$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
+$strDatabaseHasBeenCreated = 'База дадзеных %1$s створаная.';
+$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
+$strDatabases = 'Базы дадзеных';
+$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
+$strDatabasesStats = 'Статыстыка базаў дадзеных';
+$strDatabasesStatsDisable = 'Адключыць статыстыку';
+$strDatabasesStatsEnable = 'Уключыць статыстыку';
+$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
+$strDbIsEmpty = 'База дадзеных — пустая!';
$strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных';
-$strDBRename = 'Перайменаваць базу дадзеных у';
$strDbSpecific = 'спэцыфічны для базы дадзеных';
-$strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.';
$strDefault = 'Па змоўчаньні';
+$strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.';
$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a';
$strDefragment = 'Дэфрагмэнтаваць табліцу';
+$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDelayedInserts = 'Выкарыстоўваць адкладзеныя ўстаўкі';
+$strDelete = 'Выдаліць';
$strDeleteAndFlush = 'Выдаліць карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.';
-$strDelete = 'Выдаліць';
-$strDeleted = 'Радок быў выдалены';
$strDeleteNoUsersSelected = 'На выбраныя карыстальнікі для выдаленьня!';
+$strDeleteRelation = 'Выдаліць сувязь';
+$strDeleted = 'Радок быў выдалены';
$strDeleting = 'Выдаленьне %s';
$strDelimiter = 'Разьдзяляльнік';
-$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDescending = 'адваротны';
$strDescription = 'Апісаньне';
+$strDesigner = 'Дызайнэр';
+$strDesignerHelpDisplayField = 'Адлюстраваныя палі паказваюцца ружовым колерам. Каб зьмяніць сьпіс адлюстраваных палёў, націсьніце іконку «Выберыце поле для адлюстраваньня» і націсьніце на адпаведнае імя поля.';
+$strDetails = 'Падрабязьней...';
$strDictionary = 'слоўнік';
+$strDirectLinks = 'Прамыя лініі сувязяў';
$strDirtyPages = 'Брудных старонак';
-$strDisabled = 'Адключана';
$strDisableForeignChecks = 'Адключыць праверку зьнешніх ключоў';
+$strDisabled = 'Адключана';
$strDisplayFeat = 'Паказваць магчымасьці';
$strDisplayOrder = 'Парадак прагляду:';
$strDisplayPDF = 'Паказаць PDF-схему';
$strDoAQuery = 'Выканаць "запыт згодна прыклада" (сымбаль падстаноўкі: "%")';
-$strDocu = 'Дакумэнтацыя';
$strDoYouReally = 'Ці сапраўды вы жадаеце ';
+$strDocSQL = 'DocSQL';
+$strDocu = 'Дакумэнтацыя';
$strDrop = 'Выдаліць';
$strDropDatabaseStrongWarning = 'Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!';
$strDropUsersDb = 'Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі.';
-$strDumpingData = 'Дамп дадзеных табліцы';
$strDumpSaved = 'Дамп захаваны ў файл %s.';
$strDumpXRows = 'Дамп %s радкоў, пачынаючы з %s.';
+$strDumpingData = 'Дамп дадзеных табліцы';
$strDynamic = 'дынамічны';
+$strEdit = 'Рэдагаваць';
$strEditPDFPages = 'Рэдагаваць PDF-старонкі';
$strEditPrivileges = 'Рэдагаваць прывілеі';
-$strEdit = 'Рэдагаваць';
$strEffective = 'Эфэктыўнасьць';
$strEmpty = 'Ачысьціць';
$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).';
$strEnabled = 'Уключана';
$strEncloseInTransaction = 'Экспартаваць за адну транзакцыю';
-$strEndCut = 'END CUT';
$strEnd = 'Апошняя старонка';
+$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s даступная на гэтым MySQL-сэрвэры.';
$strEngineDisabled = '%s была адключаная для рэтага MySQL-сэрвэра.';
-$strEngines = 'Машыны';
$strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.';
+$strEngines = 'Машыны';
$strEnglish = 'Ангельская';
$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску ';
$strError = 'Памылка';
$strErrorInZipFile = 'Памылка ў ZIP-архіве:';
+$strErrorRelationAdded = 'Памылка: сувязь не дададзеная.';
+$strErrorRelationExists = 'Памылка: сувязь ужо існуе.';
$strErrorRenamingTable = 'Памылка перайменаваньня табліцы %1$s у %2$s';
+$strErrorSaveTable = 'Памылка захаваньня каардынатаў.';
$strEscapeWildcards = 'Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \ для іх літаральнага выкарыстаньня';
$strEsperanto = 'Эспэранта';
$strEstonian = 'Эстонская';
+$strEvent = 'Падзея';
+$strEvents = 'Падзеі';
$strExcelEdition = 'Вэрсія Excel';
$strExecuteBookmarked = 'Выканаць запыт з закладак';
$strExplain = 'Тлумачыць SQL';
-$strExportMustBeFile = 'Дадзеныя выбранага тыпу экспартаваньня мусяць быць зазаванымі ў файл!';
$strExport = 'Экспарт';
+$strExportImportToScale = 'Маштаб';
+$strExportMustBeFile = 'Дадзеныя выбранага тыпу экспартаваньня мусяць быць зазаванымі ў файл!';
$strExtendedInserts = 'Пашыраныя ўстаўкі';
$strExtra = 'Дадаткова';
$strFailedAttempts = 'Няўдалых спробаў';
-$strFieldHasBeenDropped = 'Поле %s было выдаленае';
$strField = 'Поле';
+$strFieldHasBeenDropped = 'Поле %s было выдаленае';
+$strFieldInsertFromFileTempDirNotExists = 'Памылка перамяшчэньня загружанага файла. Глядзіце разьдзел 1.11 у FAQ';
+$strFields = 'Палі';
$strFieldsEnclosedBy = 'Палі ўзятыя ў';
$strFieldsEscapedBy = 'Палі экрануюцца';
-$strFields = 'Палі';
$strFieldsTerminatedBy = 'Палі падзеленыя';
$strFileAlreadyExists = 'Файл %s ужо існуе на сэрвэры, зьмяніце імя файла або праверце опцыю перазапісу.';
$strFileCouldNotBeRead = 'Немагчыма прачытаць файл';
+$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateDescription = 'Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць.';
$strFileNameTemplateDescriptionDatabase = 'імя базы дадзеных';
$strFileNameTemplateDescriptionServer = 'імя сэрвэра';
$strFileNameTemplateDescriptionTable = 'імя табліцы';
-$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateRemember = 'запомніць шаблён';
$strFileToImport = 'Імпартаваць файл';
+$strFiles = 'Файлы';
$strFlushPrivilegesNote = 'Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце.';
$strFlushQueryCache = 'Скінуць кэш запытаў';
$strFlushTable = 'Скінуць кэш табліцы ("FLUSH")';
$strFlushTables = 'Скінуць (закрыць) усе табліцы';
$strFontSize = 'Памер шрыфта';
-$strFormat = 'Фармат';
+$strForeignKeyError = 'Памылка стварэньня зьнешняга ключа на %1$s (праверце тыпы калёнак)';
+$strForeignKeyRelationAdded = 'Сувязь FOREIGN KEY была дададзеная';
$strFormEmpty = 'Не зададзенае значэньне ў форме!';
+$strFormat = 'Фармат';
$strFreePages = 'Вольных старонак';
$strFullText = 'Поўныя тэксты';
$strFunction = 'Функцыя';
$strFunctions = 'Функцыі';
$strGenBy = 'Створаны';
+$strGenTime = 'Час стварэньня';
$strGeneralRelationFeat = 'Магчымасьці асноўных сувязяў';
$strGenerate = 'Згенэраваць';
$strGeneratePassword = 'Згенэраваць пароль';
-$strGenTime = 'Час стварэньня';
$strGeorgian = 'Грузінская';
$strGerman = 'Нямецкая';
$strGlobal = 'глябальны';
@@ -305,18 +334,24 @@ $strGrantOption = 'Grant';
$strGreek = 'Грэцкая';
$strGzip = 'архіваваны ў gzip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Апрацоўнік';
$strHasBeenAltered = 'была зьмененая.';
$strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня';
$strHebrew = 'Габрэйская';
+$strHelp = 'Дапамога';
+$strHexForBLOB = 'Шаснаццатковыя значэньні для поляў тыпу BLOB';
+$strHide = 'Схаваць';
+$strHideShowAll = 'Схаваць/паказаць усе табліцы';
+$strHideShowNoRelation = 'Схаваць/паказаць табліцы бяз сувязяў';
$strHome = 'Да пачатку';
$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin';
-$strHostEmpty = 'Пустое імя хосту!';
$strHost = 'Хост';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Пустое імя хосту!';
$strHungarian = 'Вугорская';
+$strIEUnsupported = 'Internet Explorer не падтрымлівае гэтую функцыю.';
$strIcelandic = 'Ісьляндзкая';
$strId = 'ID';
$strIdxFulltext = 'Поўнатэкстэкставае';
@@ -324,35 +359,41 @@ $strIgnore = 'Ігнараваць';
$strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца';
$strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў';
$strImport = 'Імрарт';
+$strImportExportCoords = 'Імпартаваць/Экспартаваць каардынаты табліц ў PDF-схему';
$strImportFiles = 'Імпартаваць файлы';
$strImportFormat = 'Фармат імпартаванага файла';
$strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.';
+$strInUse = 'выкарыстоўваецца';
$strIndex = 'Індэкс';
-$strIndexes = 'Індэксы';
$strIndexHasBeenDropped = 'Індэкс %s быў выдалены';
$strIndexName = 'Імя індэкса:';
$strIndexType = 'Тып індэкса:';
$strIndexWarningTable = 'Праблемы з індэксамі для табліцы `%s`';
+$strIndexes = 'Індэксы';
+$strIndexesSeemEqual = 'Падобна, што індэксы %1$s і %2$s зьяўляюцца аднолькавымі, а таму адзін зь іх, магчыма, можна выдаліць.';
$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прырашчэньне';
$strInnoDBAutoextendIncrementDesc = ' Памер прырашчэньня для пашырэньня памеру прасторы аўтапашыральнай табліцы, калі яна запоўніцца.';
-$strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.';
$strInnoDBBufferPoolSize = 'Памер пулу буфэру';
+$strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.';
$strInnoDBDataFilePath = 'Файлы дадзеных';
-$strInnoDBDataHomeDirDesc = 'Агульная частка шляху тэчкі да ўсіх файлаў дадзеных InnoDB.';
$strInnoDBDataHomeDir = 'Хатняя тэчка дадзеных';
+$strInnoDBDataHomeDirDesc = 'Агульная частка шляху тэчкі да ўсіх файлаў дадзеных InnoDB.';
$strInnoDBPages = 'старонак';
$strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
-$strInsertAsNewRow = 'Уставіць як новы радок';
$strInsert = 'Уставіць';
+$strInsertAsNewRow = 'Уставіць як новы радок';
+$strInsertedRowId = 'ID устаўленага радку: %1$d';
+$strInterface = 'Інтэрфэйс';
+$strInternalAndForeign = 'Унутраная сувязь не зьяўляецца абавязковай, калі існуе адпаведная сувязь FOREIGN KEY.';
+$strInternalRelationAdded = 'Унутраная сувязь дададзеная';
$strInternalRelations = 'Унутраныя сувязі';
-$strInUse = 'выкарыстоўваецца';
$strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:';
-$strInvalidColumn = 'Вызначаная некарэктная калёнка (%s)!';
-$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.';
$strInvalidCSVFieldCount = 'Няправільная колькасьць палёў у CSV-дадзеных у радку %d.';
$strInvalidCSVFormat = 'Некарэктны фармат CSV-дадзеных у радку %d.';
$strInvalidCSVParameter = 'Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s';
+$strInvalidColumn = 'Вызначаная некарэктная калёнка (%s)!';
+$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.';
$strInvalidDatabase = 'Няправільная база дадзеных';
$strInvalidFieldAddCount = 'Трэба дадаць прынамсі адно поле.';
$strInvalidFieldCount = 'Табліца мусіць мець прынамсі адно поле.';
@@ -365,30 +406,31 @@ $strInvalidTableName = 'Некарэктнае імя табліцы';
$strJapanese = 'Японская';
$strJoins = 'Аб\'яднаньні';
$strJumpToDB = 'Перайсьці да базы дадзеных "%s".';
-$strJustDeleteDescr = '"Выдаленыя" карыстальнікі ўсё яшчэ змогуць атрымаць доступ да сэрвэра як звычайна, пакуль прывілеі ня будуць перазагружаныя.';
$strJustDelete = 'Проста выдаліць карыстальнікаў з табліц прывілеяў.';
+$strJustDeleteDescr = '"Выдаленыя" карыстальнікі ўсё яшчэ змогуць атрымаць доступ да сэрвэра як звычайна, пакуль прывілеі ня будуць перазагружаныя.';
$strKeepPass = 'Не зьмяняць пароль';
$strKeyCache = 'Кэш ключоў';
$strKeyname = 'Імя ключа';
$strKill = 'Спыніць';
+$strKnownExternalBug = 'Існуе вядомая памылка з выкарыстаньнем парамэтра %s, глядзіце апісаньне на %s';
$strKorean = 'Карэйская';
+$strLDI = 'CSV з выкарыстаньнем LOAD DATA';
+$strLDILocal = 'Выкарыстоўваць ключавое слова LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Краявід';
$strLanguage = 'Мова';
$strLanguageUnknown = 'Невядомая мова: %1$s.';
$strLatchedPages = 'Фіксаваныя старонкі';
$strLatexCaption = 'Загаловак табліцы';
$strLatexContent = 'Зьмесьціва табліцы __TABLE__';
-$strLatexContinuedCaption = 'Працягнуты загаловак табліцы';
$strLatexContinued = '(працяг)';
+$strLatexContinuedCaption = 'Працягнуты загаловак табліцы';
$strLatexIncludeCaption = 'Уключыць загаловак табліцы';
$strLatexLabel = 'Ключ меткі';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Структура табліцы __TABLE__';
$strLatvian = 'Латвійская';
-$strLDI = 'CSV з выкарыстаньнем LOAD DATA';
-$strLDILocal = 'Выкарыстоўваць ключавое слова LOCAL';
$strLengthSet = 'Даўжыня/Значэньні*';
$strLimitNumRows = 'Колькасьць радкоў на старонку';
$strLinesTerminatedBy = 'Радкі падзеленыя';
@@ -397,72 +439,73 @@ $strLinksTo = 'Зьвязаная з';
$strLithuanian = 'Літоўская';
$strLocalhost = 'Лякальны';
$strLocationTextfile = 'Месцазнаходжаньне тэкставага файла';
-$strLoginInformation = 'Інфармацыя пра ўваход';
-$strLogin = 'Уваход у сыстэму';
-$strLogout = 'Выйсьці з сыстэмы';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сэрвэр';
$strLogUsername = 'Імя карыстальніка:';
+$strLogin = 'Уваход у сыстэму';
+$strLoginInformation = 'Інфармацыя пра ўваход';
+$strLogout = 'Выйсьці з сыстэмы';
$strLongOperation = 'Гэтая апэрацыя можа заняць шмат часу. Працягваць?';
-$strMaxConnects = 'максымум адначасовых злучэньняў';
-$strMaximalQueryLength = 'Максымальная даўжыня створанага запыту';
-$strMaximumSize = 'Максымальны памер: %s%s';
-$strMbExtensionMissing = 'Пашырэньне PHP mbstring ня знойдзенае, а вы, здаецца, выкарыстоўваеце шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў.';
-$strMbOverloadWarning = 'Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!';
+$strMIMETypesForTable = 'MIME-тыпы табліцы';
+$strMIME_MIMEtype = 'MIME-тып';
$strMIME_available_mime = 'Даступныя MIME-тыпы';
$strMIME_available_transform = 'Даступныя пераўтварэньні';
$strMIME_description = 'Апісаньне';
-$strMIME_MIMEtype = 'MIME-тып';
$strMIME_nodescription = 'Няма даступных апісаньняў для гэтага пераўтварэньня. Калі ласка, спытайце аўтара, што робіць %s.';
$strMIME_transformation = 'Пераўтварэньне MIME-тыпу браўзэрам';
$strMIME_transformation_note = 'Для атрыманьня сьпісу даступных опцыяў трансфармацыі і пераўтварэньняў іхных MIME-тыпаў, націсьніце на %sапісаньні пераўтварэньняў%s';
$strMIME_transformation_options = 'Опцыі пераўтварэньня';
$strMIME_transformation_options_note = 'Калі ласка, уводзьце значэньні опцыяў пераўтварэньня выкарыстоўваючы гэты фармат: \'a\', 100, b,\'c\'... Калі вам трэба ўжыць зваротны слэш ("\") або апостраф ("\'") у гэтых значэньнях, устаўце зваротны слэш перад імі (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
-$strMIMETypesForTable = 'MIME-тыпы табліцы';
$strMIME_without = 'MIME-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня';
+$strMaxConnects = 'максымум адначасовых злучэньняў';
+$strMaximalQueryLength = 'Максымальная даўжыня створанага запыту';
+$strMaximumSize = 'Максымальны памер: %s%s';
+$strMbExtensionMissing = 'Пашырэньне PHP mbstring ня знойдзенае, а вы, здаецца, выкарыстоўваеце шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў.';
+$strMbOverloadWarning = 'Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!';
$strModifications = 'Мадыфікацыі былі захаваныя';
$strModify = 'Зьмяніць';
$strModifyIndexTopic = 'Зьмяніць індэкс';
+$strMoveMenu = 'Перасунуць мэню';
$strMoveTable = 'Перанесьці табліцу ў (база дадзеных.табліца):';
$strMoveTableOK = 'Табліца %s была перанесеная ў %s.';
$strMoveTableSameNames = 'Немагчыма перанесьці табліцу ў саму сябе!';
$strMultilingual = 'шматмоўная';
-$strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.';
$strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Калі памер часовага файла, які выкарыстоўваецца для хуткага стварэньня індэксу MyISAM, будзе большы, чым выкарыстаньне для кэшу ключоў памеру, пазначанага тут, выберыце мэтад кэшаваньня ключоў.';
+$strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Максымальны памер часовых файлаў для стварэньня індэксу';
-$strMyISAMMaxSortFileSizeDesc = 'Максымальны памер часовага файла MySQL, які дазволена выкарыстоўваць для перастварэньня індэксу MyISAM (падчас REPAIR TABLE, ALTER TABLE, або LOAD DATA INFILE).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Калі памер часовага файла, які выкарыстоўваецца для хуткага стварэньня індэксу MyISAM, будзе большы, чым выкарыстаньне для кэшу ключоў памеру, пазначанага тут, выберыце мэтад кэшаваньня ключоў.';
$strMyISAMMaxSortFileSize = 'Максымальны памер для часовых файлаў сартаваньня';
-$strMyISAMRecoverOptionsDesc = 'Рэжым для аўтаматычнага ўзнаўленьня пашкоджаных табліц MyISAM, як вызначаны праз опцыю --myisam-recover загрузкі сэрвэра.';
+$strMyISAMMaxSortFileSizeDesc = 'Максымальны памер часовага файла MySQL, які дазволена выкарыстоўваць для перастварэньня індэксу MyISAM (падчас REPAIR TABLE, ALTER TABLE, або LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Рэжым аўтаматычнага ўзнаўленьня';
-$strMyISAMRepairThreadsDesc = 'Калі гэтае значэньне большае за 1, індэксы табліц MyISAM будуць стварацца паралельна (кожны індэкс у сваім уласным патоку) падчас узнаўленьня працэсам сартаваньня.';
+$strMyISAMRecoverOptionsDesc = 'Рэжым для аўтаматычнага ўзнаўленьня пашкоджаных табліц MyISAM, як вызначаны праз опцыю --myisam-recover загрузкі сэрвэра.';
$strMyISAMRepairThreads = 'Патокаў узнаўленьня';
-$strMyISAMSortBufferSizeDesc = 'Буфэр, які выдзяляецца для сартаваньня індэксаў MyISAM падчас REPAIR TABLE або падчас стварэньня індэксаў, выкарыстоўваючы CREATE INDEX ці ALTER TABLE.';
+$strMyISAMRepairThreadsDesc = 'Калі гэтае значэньне большае за 1, індэксы табліц MyISAM будуць стварацца паралельна (кожны індэкс у сваім уласным патоку) падчас узнаўленьня працэсам сартаваньня.';
$strMyISAMSortBufferSize = 'Памер буфэру сартаваньня';
+$strMyISAMSortBufferSizeDesc = 'Буфэр, які выдзяляецца для сартаваньня індэксаў MyISAM падчас REPAIR TABLE або падчас стварэньня індэксаў, выкарыстоўваючы CREATE INDEX ці ALTER TABLE.';
$strMySQLCharset = 'Кадыроўка MySQL';
-$strMysqlClientVersion = 'Вэрсія кліента MySQL';
$strMySQLConnectionCollation = 'Супастаўленьне падлучэньня да MySQL';
$strMySQLSaid = 'Адказ MySQL: ';
$strMySQLShowProcess = 'Паказаць працэсы';
+$strMysqlClientVersion = 'Вэрсія кліента MySQL';
+$strMysqlLibDiffersServerVersion = 'Вэрсія вашай бібліятэкі MySQL для PHP %s адрозьніваецца ад вэрсіі вашага сэрвэра MySQL %s. Гэта можа выклікаць непрадказальныя паводзіны.';
$strName = 'Назва';
$strNext = 'Наступная старонка';
+$strNo = 'Не';
$strNoActivity = 'Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце зноў';
+$strNoDataReceived = 'Дадзеныя для імпартаваньня не атрыманыя. Альбо ніводны файл ня быў загружаны, альбо памер файла перавысіў максымальны памер, вызначаны канфігурацыяй PHP. Гл. FAQ 1.16.';
$strNoDatabases = 'Базы дадзеных адсутнічаюць';
$strNoDatabasesSelected = 'Ня выбраная база дадзеных.';
-$strNoDataReceived = 'Дадзеныя для імпартаваньня не атрыманыя. Альбо ніводны файл ня быў загружаны, альбо памер файла перавысіў максымальны памер, вызначаны канфігурацыяй PHP. Гл. FAQ 1.16.';
$strNoDescription = 'няма апісаньня';
$strNoDetailsForEngine = 'Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная.';
$strNoDropDatabases = 'Каманды "DROP DATABASE" адключаныя.';
$strNoExplain = 'Не тлумачыць SQL';
$strNoFilesFoundInZip = 'Файлы ў ZIP-архіве ня знойдзеныя!';
$strNoFrames = 'Для работы phpMyAdmin патрэбны браўзэр з падтрымкай фрэймаў.';
-$strNo = 'Не';
$strNoIndex = 'Індэкс ня вызначаны!';
$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!';
$strNoModification = 'Няма зьменаў';
-$strNone = 'Няма';
$strNoOptions = 'Гэты фармат ня мае опцыяў';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Вэб-сэрвэр ня мае дазволу для захаваньня ў файл %s.';
@@ -473,16 +516,18 @@ $strNoRowsSelected = 'Ніводны радок ня выбраны';
$strNoSpace = 'Недастаткова месца для захаваньня ў файл %s.';
$strNoTablesFound = 'У базе дадзеных табліц ня выяўлена.';
$strNoThemeSupport = 'Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя тэмы ў тэчцы %s.';
+$strNoUsersFound = 'Не знойдзены карыстальнік.';
+$strNoValidateSQL = 'Не правяраць SQL';
+$strNone = 'Няма';
$strNotNumber = 'Гэта ня лік!';
$strNotOK = 'не OK';
$strNotSet = 'Табліца %s ня знойдзеная або ня вызначаная ў %s';
-$strNoUsersFound = 'Не знойдзены карыстальнік.';
-$strNoValidateSQL = 'Не правяраць SQL';
$strNull = 'Нуль';
-$strNumberOfFields = 'Колькасьць палёў';
$strNumSearchResultsInTable = '%s супадзеньняў у табліцы %s';
$strNumSearchResultsTotal = 'Агулам:%s супадзеньняў';
$strNumTables = 'Табліц';
+$strNumberOfFields = 'Колькасьць палёў';
+$strNumberOfTables = 'Колькасьць табліц';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Спэцыфікацыя Open Document';
@@ -490,34 +535,67 @@ $strOpenDocumentText = 'Тэкст Open Document';
$strOpenNewWindow = 'Адкрыць новае акно phpMyAdmin';
$strOperations = 'Апэрацыі';
$strOperator = 'Апэратар';
+$strOptimize = 'Аптымізаваць';
$strOptimizeTable = 'Аптымізаваць табліцу';
+$strOptions = 'Налады';
$strOr = 'Або';
$strOverhead = 'Выкарыстаньне рэсурсаў';
$strOverwriteExisting = 'Перазапісваць існуючы(я) файл(ы)';
+$strPBXTCheckpointFrequency = 'Частата кантрольных кропак';
+$strPBXTCheckpointFrequencyDesc = 'Колькасьць дадзеных, якія запісваюцца ў лог транзакцый перад тым, як выканаецца кантрольная кропка. Значэньне па змоўчаньні — 24 МБ.';
+$strPBXTDataFileGrowSize = 'Памер павелічэньня файлаў з дадзенымі';
+$strPBXTDataFileGrowSizeDesc = 'Памер павелічэньня файлаў апрацоўкі дадзеных (.xtd).';
+$strPBXTDataLogThreshold = 'Парог лагаваньня дадзеных';
+$strPBXTDataLogThresholdDesc = 'Максымальны памер файла логу дадзеных. Памер па змоўчаньні — 64МБ. PBXT мода ствараць да 32000 логаў дадзеных, якія выкарыстоўваюцца ўсімі табліцамі. Такім чынам, значэньне гэтай зьменнай можа быць павялічана, каб павялічаць агульную колькасьць дадзеных, якія могуць захоўвацца ў базе дадзеных.';
+$strPBXTGarbageThreshold = 'Парог сьмецьця';
+$strPBXTGarbageThresholdDesc = 'Адсотак сьмецьця ў файле логу дадзеных перад тым, як ён будзе сьціснуты. Гэтае значэньне можа знаходзіцца ў межах ад 1 да 99. Значэньне па змоўчаньні — 50.';
+$strPBXTIndexCacheSize = 'Памер кэшу індэксаў';
+$strPBXTIndexCacheSizeDesc = 'Гэта памер памяці, якая выдзяляецца для кэшу індэксаў. Памер па змоўчаньні — 32 МБ. Гэта памяць выкарыстоўваецца толькі для кэшаваньня старонак індэксаў.';
+$strPBXTLogBufferSize = 'Памер буфэру логу';
+$strPBXTLogBufferSizeDesc = 'Памер буфэру, які выкарыстоўваецца падчас запісу логу. Памер па змоўчаньні складае 256МБ. Машына захаваньня дадзеных выдзяляе па аднаму буфэру на кожны паток, але толькі калі патоку патрабуецца запісваць лог дадзеных.';
+$strPBXTLogCacheSize = 'Памер кэшу логаў';
+$strPBXTLogCacheSizeDesc = 'Колькасьць памяці, якая выдзяляецца для кэшу логу транзакцый, які выкарыстоўваецца для кэшаваньня дадзеныя логу транзакцый. Памер па змоўчаньні — 16 МБ.';
+$strPBXTLogFileCount = 'Колькасьць файлаў логу';
+$strPBXTLogFileCountDesc = 'Гэта колькасьць файлаў логу транзакцый (pbxt/system/xlog*.xt), якія можа падтрымліваць сыстэма. У выпадку, калі колькасьць файлаў логу перавысіць гэтае значэньне, старыя файлы логу будуць выдаленыя. У іншым выпадку яны будуць перайменаваныя і ім будзе дадзены чарговы найвышэйшы нумар.';
+$strPBXTLogFileThreshold = 'Парог файла логу';
+$strPBXTLogFileThresholdDesc = 'Памер логу транзакцый перад выкананьнем выкананьня, да моманту, пакуль будзе створаны новы файл. Значэньне па Памер — 16 МБ.';
+$strPBXTRecordCacheSize = 'Памер кэшу запісаў';
+$strPBXTRecordCacheSizeDesc = 'Колькасьць памяці, якая выдзяляецца для кэшу запісаў, што выкарыстоўваецца для кэшаваньня дадзеных табліцы. Памер па змоўчаньні — 32 МБ. Гэтая памяць выкарыстоўваецца для кэшаваньня зьменаў файлаў апрацоўкі дадзеных (.xtd) і файлаў указальнікаў радкоў (.xtr).';
+$strPBXTRowFileGrowSize = 'Памер павелічэньня файлаў радкоў';
+$strPBXTRowFileGrowSizeDesc = 'Памер павелічэньня файлаў указальнікаў на радкі (.xtr).';
+$strPBXTTransactionBufferSize = 'Памер буфэру транзакцый';
+$strPBXTTransactionBufferSizeDesc = 'Памер глябальнага буфэру логу транзакцый (кожная машына захаваньня дадзеных выдзяляле 2 буфэры гэтага памеру). Памер па змоўчаньні — 1 МБ.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Генэруе справаздачу з дадзенымі асобнай табліцы)';
+$strPDFReportTitle = 'Загаловак справаздачы';
+$strPHPExtension = 'Пашырэньне PHP';
+$strPHPVersion = 'Вэрсія PHP';
+$strPacked = 'Сьціснутая';
$strPageNumber = 'Старонка:';
$strPagesToBeFlushed = 'Скінуць кэш старонак';
$strPaperSize = 'Памер паперы';
$strPartialImport = 'Частковы імпарт';
$strPartialText = 'Частковыя тэксты';
+$strPartition = 'Падзел %s';
+$strPartitionDefinition = 'Азначэньне PARTITION';
+$strPartitionMaintenance = 'Падтрымка падзелаў';
+$strPartitioned = 'падзеленая на сэкцыі';
+$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s пасьпяхова зьменены.';
$strPasswordEmpty = 'Пусты пароль!';
$strPasswordHashing = 'Хэшаваньне паролю';
-$strPassword = 'Пароль';
$strPasswordNotSame = 'Паролі не супадаюць!';
$strPdfDbSchema = 'Структура базы "%s" — старонка %s';
$strPdfInvalidTblName = 'Табліцы "%s" не існуе!';
$strPdfNoTables = 'Няма табліц';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Генэруе справаздачу з дадзенымі асобнай табліцы)';
-$strPDFReportTitle = 'Загаловак справаздачы';
$strPerHour = 'у гадзіну';
$strPerMinute = 'у хвіліну';
$strPerSecond = 'у сэкунду';
$strPersian = 'Пэрсыдзкая';
$strPhoneBook = 'тэлефонная кніга';
$strPhp = 'Стварыць PHP-код';
-$strPHPVersion = 'Вэрсія PHP';
+$strPleaseSelectPrimaryOrUniqueKey = 'Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)';
$strPmaDocumentation = 'Дакумэнтацыя па phpMyAdmin';
$strPmaUriError = 'Дырэктыва $cfg[\'PmaAbsoluteUri\'] ПАВІННА быць вызначаная ў вашым канфігурацыйным файле!';
$strPolish = 'Польская';
@@ -543,8 +621,9 @@ $strPrivDescCreateView = 'Дазваляе ствараць новыя праг
$strPrivDescDelete = 'Дазваляе выдаляць дадзеныя.';
$strPrivDescDropDb = 'Дазваляе выдаляць базы дадзеных і табліцы.';
$strPrivDescDropTbl = 'Дазваляе выдаляць табліцы.';
-$strPrivDescExecute5 = 'Дазваляе выкананьне праграмаў, якія захоўваюцца.';
+$strPrivDescEvent = 'Дазваляе ствараць падзеі ў пляніроўніку падзеяў';
$strPrivDescExecute = 'Дазваляе выкананьне захаваных працэдур; Не працуе ў гэтай вэрсіі MySQL.';
+$strPrivDescExecute5 = 'Дазваляе выкананьне праграмаў, якія захоўваюцца.';
$strPrivDescFile = 'Дазваляе імпартаваць дадзеныя з файлаў і экспартаваць дадзеныя ў файлы.';
$strPrivDescGrant = 'Дазваляе дадаваць карыстальнікаў і прывілеі без перазагрузкі табліц прывілеяў.';
$strPrivDescIndex = 'Дазваляе ствараць і выдаляць індэксы.';
@@ -554,6 +633,7 @@ $strPrivDescMaxConnections = 'Абмяжоўвае колькасьць новы
$strPrivDescMaxQuestions = 'Абмяжоўвае колькасьць запытаў, якія карыстальнік можа адправіць на сэрвэр на працягу гадзіны.';
$strPrivDescMaxUpdates = 'Абмяжоўвае колькасьць камандаў, зьмяняючых любую табліцу або базу дадзеных, якія карыстальнік можа выканаць на працягу гадзіны.';
$strPrivDescMaxUserConnections = 'Абмяжоўвае колькасьць адначасовых злучэньняў, якія можа мець карыстальнік.';
+$strPrivDescProcess = 'Дазваляе праглядаць працэсы ўсіх карыстальнікаў';
$strPrivDescReferences = 'Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescReload = 'Дазваляе перазагружаць налады сэрвэра і ачышчаць кэш сэрвэра.';
$strPrivDescReplClient = 'Дазваляе карыстальніку пытацца, дзе знаходзяцца slaves / masters.';
@@ -563,6 +643,7 @@ $strPrivDescShowDb = 'Дае доступ да поўнага сьпісу ба
$strPrivDescShowView = 'Дазваляе выкананьне запытаў SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Дазваляе спыняць сэрвэр.';
$strPrivDescSuper = 'Дазваляе падлучэньне, нават калі дасягнуты максымальны лік падлучэньняў; Патрабуецца для большасьці адміністратыўных апэрацыяў, такіх як вызначэньне глябальных зьменных або спыненьне патокаў іншых карыстальнікаў.';
+$strPrivDescTrigger = 'Дазваляе стварэньне і выдаленьне трыгераў';
$strPrivDescUpdate = 'Дазваляе зьмяняць дадзеныя.';
$strPrivDescUsage = 'Без прывілеяў.';
$strPrivileges = 'Прывілеі';
@@ -570,6 +651,7 @@ $strPrivilegesReloaded = 'Прывілеі былі пасьпяхова пер
$strProcedures = 'Працэдуры';
$strProcesses = 'Працэсы';
$strProcesslist = 'Сьпіс працэсаў';
+$strProfiling = 'Прафіляваньне';
$strProtocolVersion = 'Вэрсія пратаколу';
$strPutColNames = 'Пазначыць назвы палёў у першым радку';
@@ -586,54 +668,80 @@ $strQueryTime = 'Запыт выконваўся %01.4f сэк';
$strQueryType = 'Тып запыту';
$strQueryWindowLock = 'Не перазапісвайце гэты запыт у іншых вокнах';
+$strReType = 'Пацьверджаньне';
$strReadRequests = 'Запыты чытаньня';
+$strRebuild = 'Перабудаваць';
$strReceived = 'Атрымана';
+$strRecommended = 'рэкамэндаваны';
$strRecords = 'Запісы';
$strReferentialIntegrity = 'Праверыць цэласнасьць дадзеных:';
$strRefresh = 'Абнавіць';
-$strRelationalSchema = 'Рэляцыйная схема';
+$strRelationDeleted = 'Сувязь выдаленая';
$strRelationNotWorking = 'Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб высьветліць чаму, націсьніце %sтут%s.';
-$strRelationsForTable = 'Сувязі ў табліцы';
-$strRelations = 'Сувязі';
$strRelationView = 'Прагляд залежнасьцяў';
-$strReloadingThePrivileges = 'Перазагрузіць прывілеі';
+$strRelationalDisplayField = 'Адлюстраванае поле сувязі';
+$strRelationalKey = 'Ключ сувязі';
+$strRelationalSchema = 'Рэляцыйная схема';
+$strRelations = 'Сувязі';
+$strRelationsForTable = 'Сувязі ў табліцы';
+$strReload = 'Абнавіць';
$strReloadPrivileges = 'Перазагрузіць прывілеі';
+$strReloadingThePrivileges = 'Перазагрузіць прывілеі';
+$strRemovePartitioning = 'Скасаваць падзел на часткі';
$strRemoveSelectedUsers = 'Выдаліць выбраных карыстальнікаў';
$strRenameDatabaseOK = 'База дадзеных %s была перайменаваная ў %s';
$strRenameTable = 'Перайменаваць табліцу ў';
$strRenameTableOK = 'Табліца %s была перайменаваная ў %s';
+$strRepair = 'Адрамантаваць';
$strRepairTable = 'Рамантаваць табліцу';
$strReplaceNULLBy = 'Замяняць NULL на';
$strReplaceTable = 'Замяніць дадзеныя табліцы дадзенымі з файла';
$strReplication = 'Рэплікацыя';
$strReset = 'Скінуць';
$strResourceLimits = 'Абмежаваньні рэсурсаў';
-$strReType = 'Пацьверджаньне';
+$strRestartInsertion = 'Пачаць устаўку зноў з %s-га радку';
$strRevoke = 'Ануляваць';
$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.';
$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.';
$strRevokeMessage = 'Вы анулявалі прывілеі для %s';
$strRomanian = 'Румынская';
+$strRoutineReturnType = 'Тып працэдуры';
+$strRoutines = 'Працэдуры';
$strRowLength = 'Даўжыня радка';
-$strRows = 'Радкі';
-$strRowsFrom = 'радкоў, пачынаючы з запісу #';
$strRowSize = ' Памер радка ';
+$strRows = 'Радкі';
+$strRowsAffected = 'Зьменена радкоў: %1$d.';
+$strRowsDeleted = 'Выдалена радкоў: %1$d.';
+$strRowsFrom = 'радкоў, пачынаючы з запісу #';
+$strRowsInserted = 'Устаўлена радкоў: %1$d.';
$strRowsModeFlippedHorizontal = 'гарызантальна (павернутыя загалоўкі)';
$strRowsModeHorizontal = 'гарызантальна';
$strRowsModeOptions = 'у рэжыме %s і паўтараць загалоўкі праз кожныя %s радкоў';
$strRowsModeVertical = 'вэртыкальна';
$strRowsStatistic = 'Статыстыка радку';
-$strRunning = 'на %s';
$strRunQuery = 'Выканаць запыт';
$strRunSQLQuery = 'Выканаць SQL-запыт(ы) на базе дадзеных %s';
$strRunSQLQueryOnServer = 'Выканаць SQL-запыт(ы) на сэрвэры %s';
+$strRunning = 'на %s';
$strRussian = 'Расейская';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Рэжым сумяшчальнасьці SQL';
+$strSQLExportType = 'Тып экспарту';
+$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двайковымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
+$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
+$strSQLQuery = 'SQL-запыт';
+$strSQLResult = 'SQL-вынік';
+$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
+$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
+$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
$strSave = 'Захаваць';
$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s';
+$strSavePosition = 'Захаваць разьмяшчэньне табліц';
$strScaleFactorSmall = 'Маштаб замалы для таго, каб схема займала ўсю старонку';
-$strSearchFormTitle = 'Пошук у базе дадзеных';
$strSearch = 'Пошук';
+$strSearchFormTitle = 'Пошук у базе дадзеных';
+$strSearchInField = 'Унутры поля:';
$strSearchInTables = 'У табліцы(ах):';
$strSearchNeedle = 'Слова(ы) або значэньне(і) для пошуку (маска: "%"):';
$strSearchOption1 = 'прынамсі адно з словаў';
@@ -647,14 +755,15 @@ $strSelectADb = 'Калі ласка, выберыце базу дадзеных
$strSelectAll = 'Выбраць усё';
$strSelectBinaryLog = 'Вылучыце двайковы лог для прагляду';
$strSelectFields = 'Выбраць палі (прынамсі адно):';
+$strSelectForeignKey = 'Выберыце зьнешні ключ';
$strSelectNumRows = 'па запыту';
+$strSelectReferencedKey = 'Выберыце спасылкавы ключ';
$strSelectTables = 'Выберыце табліцу(ы)';
$strSend = 'Захаваць як файл';
$strSent = 'Адпраўлена';
+$strServer = 'Сэрвэр';
$strServerChoice = 'Выбар сэрвэра';
$strServerNotResponding = 'Сэрвэр не адказвае';
-$strServer = 'Сэрвэр';
-$strServers = 'Сэрвэры';
$strServerStatus = 'Бягучая інфармацыя';
$strServerStatusDelayedInserts = 'Адкладзеныя ўстаўкі';
$strServerStatusUptime = 'Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s.';
@@ -662,16 +771,17 @@ $strServerTabVariables = 'Зьменныя';
$strServerTrafficNotes = 'Трафік сэрвэра: Гэтыя табліцы паказваюць статыстыку сеткавага трафіку гэтага сэрвэра MySQL ад моманту ягонага запуску.';
$strServerVars = 'Налады і зьменныя сэрвэра';
$strServerVersion = 'Вэрсія сэрвэра';
+$strServers = 'Сэрвэры';
+$strSessionStartupErrorGeneral = 'Немагчыма без памылак распачаць сэсію. Калі ласка, праверце памылкі ў вашым логу PHP і, магчыма, таксама ў логу вэб-сэрвэра і сканфігуруйце PHP правільна.';
$strSessionValue = 'Значэньне сэсіі';
$strSetEnumVal = 'Калі тып поля "enum" або "set", калі ласка, уводзьце значэньні выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'... Калі вам патрэбна ўжыць зваротны слэш ("\") або апостраф ("\'") сярод гэтых значэньняў, пастаўце перад імі зваротны слэш (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
+$strShow = 'Паказаць';
$strShowAll = 'Паказаць усе';
$strShowColor = 'Паказаць колер';
$strShowDatadictAs = 'Фармат слоўніка дадзеных';
$strShowFullQueries = 'Паказаць поўныя запыты';
$strShowGrid = 'Паказаць сетку';
-$strShow = 'Паказаць';
-$strShowingBookmark = 'Паказваючы закладку';
-$strShowingRecords = 'Паказаныя запісы';
+$strShowHideLeftMenu = 'Паказаць/схаваць мэню зьлева';
$strShowOpenTables = 'Паказаць адкрытыя табліцы';
$strShowPHPInfo = 'Паказаць інфармацыю пра PHP';
$strShowSlaveHosts = 'Паказаць залежныя сэрвэры';
@@ -727,13 +837,13 @@ $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_createdDescr = 'Колькасьць створаных старонак.';
$strShowStatusInnodb_pages_readDescr = 'Колькасьць прачытаных старонак.';
$strShowStatusInnodb_pages_writtenDescr = 'Колькасьць запісаных старонак.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Колькасьць блякаваньняў радкоў, чаканьне якіх адбываецца на бягучы момант.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Сярэдні час атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_timeDescr = 'Агульны час чаканьня атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Сярэдні час атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Максымальны час атраманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Колькасьць разоў, калі даводзілася чакаць блякаваньне радку.';
$strShowStatusInnodb_rows_deletedDescr = 'Колькасьць радкоў, выдаленых з табліц InnoDB.';
@@ -749,10 +859,10 @@ $strShowStatusKey_write_requestsDescr = 'Колькасьць запытаў н
$strShowStatusKey_writesDescr = 'Колькасьць фізычных запісаў блёку ключоў на дыск.';
$strShowStatusLast_query_costDescr = 'Агульны кошт апошняга зкампіляванага запыту, падлічанага аптымізатарам запытаў. Карысна для параўнаньня розных спосабаў рэалізацыі аднаго запыту. Значэньне па змоўчаньні 0 азначае, што ніводны запыт яшчэ ня быў зкампіляваны.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Колькасьць радкоў для запісу, адкладзеных запытамі INSERT DELAYED.';
-$strShowStatusOpened_tablesDescr = 'Колькасьць табліц, якія былі адкрытыя. Калі адкрытыя табліцы вялікія, значэньне кэшу табліц імаверна вельмі малое.';
$strShowStatusOpen_filesDescr = 'Колькасьць адкрытых файлаў.';
$strShowStatusOpen_streamsDescr = 'Колькасьць адкрытых патокаў (выкарыстоўваюцца пераважна для лагаваньня).';
$strShowStatusOpen_tablesDescr = 'Колькасьць адкрытых табліц.';
+$strShowStatusOpened_tablesDescr = 'Колькасьць табліц, якія былі адкрытыя. Калі адкрытыя табліцы вялікія, значэньне кэшу табліц імаверна вельмі малое.';
$strShowStatusQcache_free_blocksDescr = 'Колькасьць вольных блёкаў памяці ў кэшы запытаў.';
$strShowStatusQcache_free_memoryDescr = 'Колькасьць вольнай памяці для кэшу запытаў.';
$strShowStatusQcache_hitsDescr = 'Колькасьць зваротаў да кэшу.';
@@ -765,8 +875,8 @@ $strShowStatusReset = 'Скінуць статыстыку';
$strShowStatusRpl_statusDescr = 'Стан абароненай ад памылак рэплікацыі (яшчэ не рэалізаваная).';
$strShowStatusSelect_full_joinDescr = 'Колькасьць аб\'яднаньняў, якія не выкарыстоўвяюць індэксы. Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.';
$strShowStatusSelect_full_range_joinDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі пошук па масцы ў мэтавай табліцы.';
-$strShowStatusSelect_range_checkDescr = 'Колькасьць аб\'яднаньняў без выкарыстаньня ключоў, якія правяралі наяўнасьць ключа пасьля кожнага радка. (Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.)';
$strShowStatusSelect_rangeDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі спалучэньні палёў у першай табліцы. (Звычайна не крытычна, нават калі гэтае значэньне вялікае.)';
+$strShowStatusSelect_range_checkDescr = 'Колькасьць аб\'яднаньняў без выкарыстаньня ключоў, якія правяралі наяўнасьць ключа пасьля кожнага радка. (Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.)';
$strShowStatusSelect_scanDescr = 'Колькасьць аб\'яднаньняў, якія правялі поўны прагляд першай табліцы.';
$strShowStatusSlave_open_temp_tablesDescr = 'Колькасьць часовых табліц, якія ў бягучы момант адкрытыя залежным SQL-патокам.';
$strShowStatusSlave_retried_transactionsDescr = 'Агульная (ад загрузкі) колькасьць разоў, калі залежны SQL-паток рэплікацыі паўтараў транзакцыі.';
@@ -786,34 +896,31 @@ $strShowStatusThreads_runningDescr = 'Колькасьць патокаў, як
$strShowTableDimension = 'Паказаць разьмернасьць табліц';
$strShowTables = 'Паказаць табліцы';
$strShowThisQuery = ' Паказаць гэты запыт зноў ';
+$strShowingBookmark = 'Паказваючы закладку';
+$strShowingPhp = 'У выглядзе PHP-коду';
+$strShowingRecords = 'Паказаныя запісы';
+$strShowingSQL = 'У выглядзе SQL-запыту';
$strSimplifiedChinese = 'Кітайская спрошчаная';
$strSingly = '(асобна)';
$strSize = 'Памер';
$strSkipQueries = 'Колькасьць (запытаў), якія трэба прапусьціць ад пачатку';
$strSlovak = 'Славацкая';
$strSlovenian = 'Славенская';
+$strSmallBigAll = 'Згарнуць/разгарнуць адлюстраваньне ўсіх табліц';
+$strSnapToGrid = 'Зьвяць зь сеткай';
$strSocketProblem = '(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)';
-$strSortByKey = 'Сартаваць па ключы';
$strSort = 'Парадак';
+$strSortByKey = 'Сартаваць па ключы';
$strSorting = 'Сартаваньне';
$strSpaceUsage = 'Выкарыстаньне прасторы';
$strSpanish = 'Гішпанская';
$strSplitWordsWithSpace = 'Словы, падзеленыя прагалам (" ").';
-$strSQLCompatibility = 'Рэжым сумяшчальнасьці SQL';
-$strSQLExportType = 'Тып экспарту';
-$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двайковымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
-$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
-$strSQLQuery = 'SQL-запыт';
-$strSQLResult = 'SQL-вынік';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
-$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
-$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
+$strStandInStructureForView = 'Замяняльная структура для прагляду';
$strStatCheckTime = 'Апошняя праверка';
$strStatCreateTime = 'Створаная';
+$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatement = 'Выразы';
$strStatisticsOverrun = 'На загружаным сэрвэры байтавыя лічыльнікі могуць пераскокваць кола, таму статыстыка, якую паказвае MySQL-сэрвэр, можа быць няправільнай.';
-$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatus = 'Стан';
$strStorageEngine = 'Машына захаваньня дадзеных';
$strStorageEngines = 'Машыны захаваньня дадзеных';
@@ -824,44 +931,58 @@ $strStrucNativeExcel = 'Родны фармат MS Excel';
$strStrucOnly = 'Толькі структуру';
$strStructPropose = 'Прапанаваная структура табліцы';
$strStructure = 'Структура';
+$strStructureForView = 'Структура для прагляду';
$strSubmit = 'Адправіць';
$strSuccess = 'Ваш SQL-запыт быў пасьпяхова выкананы';
+$strSuhosin = 'На сэрвэры запушчаны Suhosin. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для атрыманьня апісаньня магчымых праблемаў.';
$strSum = 'Усяго';
$strSwedish = 'Швэдзкая';
+$strSwekeyAuthFailed = 'Апаратная аўтэнтыфікацыя скончылася няўдала';
+$strSwekeyAuthenticating = 'Аўтэнтыфікацыя...';
+$strSwekeyNoKey = 'Дзейны ключ аўтэнтыфікацыі не падключаны';
+$strSwekeyNoKeyId = 'Файл %s ня ўтрымлівае ніякага ідэнтыфікатара ключа';
$strSwitchToDatabase = 'Перайсьці да скапіяванай базы дадзеных';
$strSwitchToTable = 'Перайсьці да скапіяванай табліцы';
+$strTable = 'Табліца';
$strTableAlreadyExists = 'Табліца %s ужо існуе!';
+$strTableAlteredSuccessfully = 'Табліца %1$s была пасьпяхова зьмененая';
$strTableComments = 'Камэнтар да табліцы';
$strTableEmpty = 'Пустая назва табліцы!';
+$strTableHasBeenCreated = 'Табліца %1$s створаная.';
$strTableHasBeenDropped = 'Табліца %s была выдаленая';
$strTableHasBeenEmptied = 'Табліца %s была ачышчаная';
$strTableHasBeenFlushed = 'Кэш табліцы %s быў ачышчаны';
+$strTableIsEmpty = 'Табліца — пустая!';
$strTableMaintenance = 'Абслугоўваньне табліцы';
-$strTable = 'Табліца';
+$strTableName = 'Імя табліцы';
$strTableOfContents = 'Зьмест';
$strTableOptions = 'Опцыі табліцы';
-$strTables = '%s табліц(ы)';
$strTableStructure = 'Структура табліцы';
+$strTables = '%s табліц(ы)';
$strTakeIt = 'гэтая';
$strTblPrivileges = 'Прывілеі, спэцыфічныя для табліцы';
$strTempData = 'Часовыя дадзеныя';
$strTextAreaLength = ' З-за вялікай даўжыні, гэтае поле ня можа быць адрэдагаванае ';
+$strTexyText = 'Тэкст Texy!';
$strThai = 'Тайляндзкая';
+$strTheme = 'Тэма / Стыль';
$strThemeDefaultNotFound = 'Тэма па змоўчаньні %s ня знойдзеная!';
$strThemeNoPreviewAvailable = 'Папярэдні прагляд недаступны.';
-$strThemeNotFound = 'Тэма %s ня знойдзеная!';
$strThemeNoValidImgPath = 'Дапушчальны шлях да малюнкаў тэмы %s ня знойдзены!';
-$strTheme = 'Тэма / Стыль';
+$strThemeNotFound = 'Тэма %s ня знойдзеная!';
$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!';
$strThisHost = 'Гэты хост';
-$strThreads = 'Патокі';
$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.';
+$strThreads = 'Патокі';
$strTime = 'Час';
$strTimeoutInfo = 'Папярэдняе імпартаваньне спынілася з-за недахопу часу. Пасьля новай загрузкі імпартаваньне будзе працягнутае з пазыцыі %d.';
$strTimeoutNothingParsed = 'Аднак, падчас апошняга выкананьня ніякія дадзеныя былі апрацаваныя. Гэта звычайна значыць, што phpMyAdmin ня зможа скончыць гэтае імпартаваньня, калі вы не павялічыце ліміты выкананьня php-скрыптоў.';
$strTimeoutPassed = 'Выйшаў дазволены час выкананьня скрыпта. Калі вы хочаце завершыць імпартаваньне, калі ласка, загрузіце файл зноў і імпартаваньне ўзнавіцца.';
+$strToFromPage = 'старонка';
+$strToSelectRelation = 'Каб выбраць сувязь, націсьніце на кропцы злучэньня, як паказана на выяве:';
$strToggleScratchboard = 'Паказаць папярэдні прагляд';
+$strToggleSmallBig = 'Пераключыць маленькі/вялікі';
$strTotal = 'усяго';
$strTotalUC = 'Агулам';
$strTraditionalChinese = 'Традыцыйная кітайская';
@@ -873,12 +994,14 @@ $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 альбо лікавую метку часу Unix як адфарматаваную дату. Першы парамэтар — гэта колькасьць гадзінаў, якія будуць дададзеныя да меткі часу (па змоўчаньні — 0). Другі парамэтар выкарыстоўвайце, каб пазначыць іншы фармат даты/часу. Трэці парамэтар вызначае тып даты, якая будзе паказаная: вашая лякальная дата альбо дата UTC (выкарыстоўвайце для гэтага парамэтры «local» і «utc» адпаведна). У залежнасьці ад гэтага фармат даты мае розныя значэньні: для атрыманьня парамэтраў лякальнай даты глядзіце дакумэнтацыю для функцыі PHP strftime(), а для грынвіцкага часу (парамэтар «utc») — дакумэнтацыю функцыі gmdate().';
$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). Другая опцыя — колькасьць сымбаляў, якія трэба вярнуць (Па змоўчаньні: да канца радка). Трэцяя опцыя — радок, які трэба далучыць да канца і/або з пачатку радка, калі адбудзецца ўсячэньне (Па змоўчаньні: "...") .';
+$strTriggers = 'Трыгеры';
$strTruncateQueries = 'Абразаць паказаныя запыты';
$strTurkish = 'Турэцкая';
$strType = 'Тып';
@@ -890,28 +1013,35 @@ $strUnique = 'Унікальнае';
$strUnknown = 'невядома';
$strUnselectAll = 'Зьняць усе адзнакі';
$strUnsupportedCompressionDetected = 'Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай канфігурацыі.';
+$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpdatePrivMessage = 'Вы зьмянілі прывілеі для %s.';
$strUpdateProfileMessage = 'Профіль быў адноўлены.';
$strUpdateQuery = 'Абнавіць запыт';
-$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpgrade = 'Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай.';
+$strUploadErrorCantWrite = 'Памылка запісу на дыск.';
+$strUploadErrorExtension = 'Загрузка файла спыненая пашырэньнем.';
+$strUploadErrorFormSize = 'Памер загружанага файла пераўзыходзіць парамэтар MAX_FILE_SIZE, які быў вызначаны ў HTML-форме.';
+$strUploadErrorIniSize = 'Памер загружанага файла пераўзыходзіць парамэтар upload_max_filesize у php.ini.';
+$strUploadErrorNoTempDir = 'Адсутнічае часовая тэчка.';
+$strUploadErrorPartial = 'Файл быў загружаны толькі часткова.';
+$strUploadErrorUnknown = 'Падчас загрузкі файла адбылася невядомая памылка.';
$strUploadLimit = 'Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае абмежаваньне.';
$strUploadsNotAllowed = 'Загрузкі файлаў не дазволеныя на гэтым сэрвэры.';
$strUsage = 'Выкарыстаньне';
$strUseBackquotes = 'Зваротнае двукосьсе ў імёнах табліц і палёў';
$strUseHostTable = 'Выкарыстоўваць табліцу хостаў';
-$strUserAlreadyExists = 'Карыстальнік %s ужо існуе!';
+$strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца';
+$strUseTables = 'Выкарыстоўваць табліцы';
+$strUseTextField = 'Выкарыстоўваць тэкставае поле';
+$strUseThisValue = 'Выкарыстоўваць гэта значэньне';
$strUser = 'Карыстальнік';
+$strUserAlreadyExists = 'Карыстальнік %s ужо існуе!';
$strUserEmpty = 'Пустое імя карыстальніка!';
$strUserName = 'Імя карыстальніка';
$strUserNotFound = 'Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў.';
$strUserOverview = 'Карыстальнікі';
$strUsersDeleted = 'Выбраныя карыстальнікі былі пасьпяхова выдаленыя.';
$strUsersHavingAccessToDb = 'Карыстальнікі з правамі доступу да "%s"';
-$strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца';
-$strUseTables = 'Выкарыстоўваць табліцы';
-$strUseTextField = 'Выкарыстоўваць тэкставае поле';
-$strUseThisValue = 'Выкарыстоўваць гэта значэньне';
$strValidateSQL = 'Праверыць SQL';
$strValidatorError = 'Немагчыма праініцыялізаваць праверку SQL. Калі ласка, праверце, ці ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў %sдакумэнтацыі%s.';
@@ -919,15 +1049,19 @@ $strValue = 'Значэньне';
$strVar = 'Зьменная';
$strVersionInformation = 'Інфармацыя пра вэрсію';
$strView = 'Выгляд';
-$strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных';
-$strViewDumpDB = 'Праглядзець дамп (схему) базы дадзеных';
$strViewDump = 'Праглядзець дамп (схему) табліцы';
+$strViewDumpDB = 'Праглядзець дамп (схему) базы дадзеных';
+$strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных';
+$strViewHasAtLeast = 'Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.';
$strViewHasBeenDropped = 'Выгляд %s быў выдалены';
+$strViewName = 'Назва прагляду';
-$strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў';
+$strWebServer = 'Вэб-сэрвэр';
$strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў';
+$strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў';
$strWelcome = 'Запрашаем у %s';
$strWestEuropean = 'Заходнеэўрапейская';
+$strWiki = 'Wiki';
$strWildcard = 'шаблён';
$strWindowNotFound = 'Немагчыма абнавіць мэтавае акно браўзэра. Магчыма, вы закрылі бацькоўскае акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне міжваконных ўзаемадзеяньняў';
$strWithChecked = 'З адзначанымі:';
@@ -941,544 +1075,552 @@ $strYes = 'Так';
$strZeroRemovesTheLimit = 'Заўвага: Пазначэньне гэтых опцыяў як 0 (нуль) здымае абмежаваньне.';
$strZip = 'архіваваны ў zip';
-$strTransformation_text_plain__dateformat = 'Паказвае TIME, TIMESTAMP, DATETIME альбо лікавую метку часу Unix як адфарматаваную дату. Першы парамэтар — гэта колькасьць гадзінаў, якія будуць дададзеныя да меткі часу (па змоўчаньні — 0). Другі парамэтар выкарыстоўвайце, каб пазначыць іншы фармат даты/часу. Трэці парамэтар вызначае тып даты, якая будзе паказаная: вашая лякальная дата альбо дата UTC (выкарыстоўвайце для гэтага парамэтры «local» і «utc» адпаведна). У залежнасьці ад гэтага фармат даты мае розныя значэньні: для атрыманьня парамэтраў лякальнай даты глядзіце дакумэнтацыю для функцыі PHP strftime(), а для грынвіцкага часу (парамэтар «utc») — дакумэнтацыю функцыі gmdate().';
-$strDocSQL = 'DocSQL';
-$strTableName = 'Імя табліцы';
-$strTableIsEmpty = 'Табліца — пустая!';
-$strDbIsEmpty = 'База дадзеных — пустая!';
-$strShowingPhp = 'У выглядзе PHP-коду';
-$strShowingSQL = 'У выглядзе SQL-запыту';
-$strDesigner = 'Дызайнэр';
-$strNumberOfTables = 'Колькасьць табліц';
-$strCreateTable = 'Стварыць табліцу';
-$strCreateRelation = 'Стварыць сувязь';
-$strSavePosition = 'Захаваць разьмяшчэньне табліц';
-$strSelectForeignKey = 'Выберыце зьнешні ключ';
-$strHide = 'Схаваць';
-$strShowHideLeftMenu = 'Паказаць/схаваць мэню зьлева';
-$strReload = 'Абнавіць';
-$strSmallBigAll = 'Згарнуць/разгарнуць адлюстраваньне ўсіх табліц';
-$strImportExportCoords = 'Імпартаваць/Экспартаваць каардынаты табліц ў PDF-схему';
-$strMoveMenu = 'Перасунуць мэню';
-$strAngularLinks = 'Вуглавыя лініі сувязяў';
-$strDirectLinks = 'Прамыя лініі сувязяў';
-$strHideShowAll = 'Схаваць/паказаць усе табліцы';
-$strHideShowNoRelation = 'Схаваць/паказаць табліцы бяз сувязяў';
-$strInternalRelationAdded = 'Унутраная сувязь дададзеная';
-$strRelationDeleted = 'Сувязь выдаленая';
-$strToSelectRelation = 'Каб выбраць сувязь, націсьніце на кропцы злучэньня, як паказана на выяве:';
-$strExportImportToScale = 'Маштаб';
-$strRecommended = 'рэкамэндаваны';
-$strToFromPage = 'старонка';
-$strSelectReferencedKey = 'Выберыце спасылкавы ключ';
-$strPleaseSelectPrimaryOrUniqueKey = 'Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)';
-$strHelp = 'Дапамога';
-$strCancel = 'Скасаваць';
-$strDeleteRelation = 'Выдаліць сувязь';
-$strKnownExternalBug = 'Існуе вядомая памылка з выкарыстаньнем парамэтра %s, глядзіце апісаньне на %s';
-$strStructureForView = 'Структура для прагляду';
-$strStandInStructureForView = 'Замяняльная структура для прагляду';
-$strToggleSmallBig = 'Пераключыць маленькі/вялікі';
-$strIEUnsupported = 'Internet Explorer не падтрымлівае гэтую функцыю.';
-$strErrorRelationAdded = 'Памылка: сувязь не дададзеная.';
-$strErrorRelationExists = 'Памылка: сувязь ужо існуе.';
-$strErrorSaveTable = 'Памылка захаваньня каардынатаў.';
-$strSnapToGrid = 'Зьвяць зь сеткай';
-$strDesignerHelpDisplayField = 'Адлюстраваныя палі паказваюцца ружовым колерам. Каб зьмяніць сьпіс адлюстраваных палёў, націсьніце іконку «Выберыце поле для адлюстраваньня» і націсьніце на адпаведнае імя поля.';
-$strUploadErrorIniSize = 'Памер загружанага файла пераўзыходзіць парамэтар upload_max_filesize у php.ini.';
-$strUploadErrorFormSize = 'Памер загружанага файла пераўзыходзіць парамэтар MAX_FILE_SIZE, які быў вызначаны ў HTML-форме.';
-$strUploadErrorPartial = 'Файл быў загружаны толькі часткова.';
-$strUploadErrorNoTempDir = 'Адсутнічае часовая тэчка.';
-$strUploadErrorCantWrite = 'Памылка запісу на дыск.';
-$strUploadErrorExtension = 'Загрузка файла спыненая пашырэньнем.';
-$strUploadErrorUnknown = 'Падчас загрузкі файла адбылася невядомая памылка.';
-$strSessionStartupErrorGeneral = 'Немагчыма без памылак распачаць сэсію. Калі ласка, праверце памылкі ў вашым логу PHP і, магчыма, таксама ў логу вэб-сэрвэра і сканфігуруйце PHP правільна.';
-$strFieldInsertFromFileTempDirNotExists = 'Памылка перамяшчэньня загружанага файла. Глядзіце разьдзел 1.11 у FAQ';
-$strViewName = 'Назва прагляду';
-$strOptions = 'Налады';
-$strFiles = 'Файлы';
-$strMysqlLibDiffersServerVersion = 'Вэрсія вашай бібліятэкі MySQL для PHP %s адрозьніваецца ад вэрсіі вашага сэрвэра MySQL %s. Гэта можа выклікаць непрадказальныя паводзіны.';
-$strRoutines = 'Працэдуры';
-$strRoutineReturnType = 'Тып працэдуры';
-$strControluserFailed = 'Не атрымалася ўсталяваць злучэньне для controluser, вызначанае ў вашым канфігурацыйным файле.';
-$strHexForBLOB = 'Шаснаццатковыя значэньні для поляў тыпу BLOB';
-$strRestartInsertion = 'Пачаць устаўку зноў з %s-га радку';
-$strTriggers = 'Трыгеры';
-$strEvent = 'Падзея';
-$strProfiling = 'Прафіляваньне';
-$strPartitionDefinition = 'Азначэньне PARTITION';
-$strPrivDescTrigger = 'Дазваляе стварэньне і выдаленьне трыгераў';
-$strPrivDescEvent = 'Дазваляе ствараць падзеі ў пляніроўніку падзеяў';
-$strPrivDescProcess = 'Дазваляе праглядаць працэсы ўсіх карыстальнікаў';
-$strPartitioned = 'падзеленая на сэкцыі';
-$strTableAlteredSuccessfully = 'Табліца %1$s была пасьпяхова зьмененая';
-$strDatabaseHasBeenCreated = 'База дадзеных %1$s створаная.';
-$strTableHasBeenCreated = 'Табліца %1$s створаная.';
-$strForeignKeyError = 'Памылка стварэньня зьнешняга ключа на %1$s (праверце тыпы калёнак)';
-$strRowsDeleted = 'Выдалена радкоў: %1$d.';
-$strRowsAffected = 'Зьменена радкоў: %1$d.';
-$strRowsInserted = 'Устаўлена радкоў: %1$d.';
-$strInsertedRowId = 'ID устаўленага радку: %1$d';
-$strIndexesSeemEqual = 'Падобна, што індэксы %1$s і %2$s зьяўляюцца аднолькавымі, а таму адзін зь іх, магчыма, можна выдаліць.';
-$strPartitionMaintenance = 'Падтрымка падзелаў';
-$strPartition = 'Падзел %s';
-$strAnalyze = 'Прааналізаваць';
-$strCheck = 'Праверыць';
-$strOptimize = 'Аптымізаваць';
-$strRebuild = 'Перабудаваць';
-$strRepair = 'Адрамантаваць';
-$strRemovePartitioning = 'Скасаваць падзел на часткі';
-$strSearchInField = 'Унутры поля:';
-$strTexyText = 'Тэкст Texy!';
-$strDetails = 'Падрабязьней...';
-$strComment = 'Камэнтар';
-$strPacked = 'Сьціснутая';
-$strActions = 'Дзеяньні';
-$strInterface = 'Інтэрфэйс';
-$strSuhosin = 'На сэрвэры запушчаны Suhosin. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для атрыманьня апісаньня магчымых праблемаў.';
-$strEvents = 'Падзеі';
-$strForeignKeyRelationAdded = 'Сувязь FOREIGN KEY была дададзеная';
-$strInternalAndForeign = 'Унутраная сувязь не зьяўляецца абавязковай, калі існуе адпаведная сувязь FOREIGN KEY.';
-$strViewHasAtLeast = 'Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.';
-$strRelationalKey = 'Ключ сувязі';
-$strRelationalDisplayField = 'Адлюстраванае поле сувязі';
-$strSwekeyNoKey = 'Дзейны ключ аўтэнтыфікацыі не падключаны';
-$strSwekeyNoKeyId = 'Файл %s ня ўтрымлівае ніякага ідэнтыфікатара ключа';
-$strSwekeyAuthFailed = 'Апаратная аўтэнтыфікацыя скончылася няўдала';
-$strSwekeyAuthenticating = 'Аўтэнтыфікацыя...';
-$strPBXTIndexCacheSize = 'Памер кэшу індэксаў';
-$strPBXTRecordCacheSize = 'Памер кэшу запісаў';
-$strPBXTLogCacheSize = 'Памер кэшу логаў';
-$strPBXTLogFileThreshold = 'Парог файла логу';
-$strPBXTTransactionBufferSize = 'Памер буфэру транзакцый';
-$strPBXTCheckpointFrequency = 'Частата кантрольных кропак';
-$strPBXTDataLogThreshold = 'Парог лагаваньня дадзеных';
-$strPBXTGarbageThreshold = 'Парог сьмецьця';
-$strPBXTLogBufferSize = 'Памер буфэру логу';
-$strPBXTDataFileGrowSize = 'Памер павелічэньня файлаў з дадзенымі';
-$strPBXTRowFileGrowSize = 'Памер павелічэньня файлаў радкоў';
-$strPBXTRowFileGrowSizeDesc = 'Памер павелічэньня файлаў указальнікаў на радкі (.xtr).';
-$strPBXTDataFileGrowSizeDesc = 'Памер павелічэньня файлаў апрацоўкі дадзеных (.xtd).';
-$strPBXTLogBufferSizeDesc = 'Памер буфэру, які выкарыстоўваецца падчас запісу логу. Памер па змоўчаньні складае 256МБ. Машына захаваньня дадзеных выдзяляе па аднаму буфэру на кожны паток, але толькі калі патоку патрабуецца запісваць лог дадзеных.';
-$strPBXTGarbageThresholdDesc = 'Адсотак сьмецьця ў файле логу дадзеных перад тым, як ён будзе сьціснуты. Гэтае значэньне можа знаходзіцца ў межах ад 1 да 99. Значэньне па змоўчаньні — 50.';
-$strPBXTDataLogThresholdDesc = 'Максымальны памер файла логу дадзеных. Памер па змоўчаньні — 64МБ. PBXT мода ствараць да 32000 логаў дадзеных, якія выкарыстоўваюцца ўсімі табліцамі. Такім чынам, значэньне гэтай зьменнай можа быць павялічана, каб павялічаць агульную колькасьць дадзеных, якія могуць захоўвацца ў базе дадзеных.';
-$strPBXTCheckpointFrequencyDesc = 'Колькасьць дадзеных, якія запісваюцца ў лог транзакцый перад тым, як выканаецца кантрольная кропка. Значэньне па змоўчаньні — 24 МБ.';
-$strPBXTTransactionBufferSizeDesc = 'Памер глябальнага буфэру логу транзакцый (кожная машына захаваньня дадзеных выдзяляле 2 буфэры гэтага памеру). Памер па змоўчаньні — 1 МБ.';
-$strPBXTLogFileThresholdDesc = 'Памер логу транзакцый перад выкананьнем выкананьня, да моманту, пакуль будзе створаны новы файл. Значэньне па Памер — 16 МБ.';
-$strPBXTLogCacheSizeDesc = 'Колькасьць памяці, якая выдзяляецца для кэшу логу транзакцый, які выкарыстоўваецца для кэшаваньня дадзеныя логу транзакцый. Памер па змоўчаньні — 16 МБ.';
-$strPBXTRecordCacheSizeDesc = 'Колькасьць памяці, якая выдзяляецца для кэшу запісаў, што выкарыстоўваецца для кэшаваньня дадзеных табліцы. Памер па змоўчаньні — 32 МБ. Гэтая памяць выкарыстоўваецца для кэшаваньня зьменаў файлаў апрацоўкі дадзеных (.xtd) і файлаў указальнікаў радкоў (.xtr).';
-$strPBXTIndexCacheSizeDesc = 'Гэта памер памяці, якая выдзяляецца для кэшу індэксаў. Памер па змоўчаньні — 32 МБ. Гэта памяць выкарыстоўваецца толькі для кэшаваньня старонак індэксаў.';
-$strPBXTLogFileCount = 'Колькасьць файлаў логу';
-$strPBXTLogFileCountDesc = 'Гэта колькасьць файлаў логу транзакцый (pbxt/system/xlog*.xt), якія можа падтрымліваць сыстэма. У выпадку, калі колькасьць файлаў логу перавысіць гэтае значэньне, старыя файлы логу будуць выдаленыя. У іншым выпадку яны будуць перайменаваныя і ім будзе дадзены чарговы найвышэйшы нумар.';
-$strAsDefined = 'Як вызначана:';
-$strWiki = 'Wiki';
-$strWebServer = 'Вэб-сэрвэр';
-$strPHPExtension = 'Пашырэньне PHP';
-$strCustomColor = 'Іншы колер';
+// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1487,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php
index 3fa13b36a..636d51575 100644
--- a/lang/belarusian_latin-utf-8.inc.php
+++ b/lang/belarusian_latin-utf-8.inc.php
@@ -21,11 +21,25 @@ $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier',
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
+kali łaska, praviercie kanfihuracyju PHP';
+Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.
+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.
+Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
+
+Kali łaska, spytajcie aŭtara, što robić %s.';
+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\').';
+
+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\').';
+
+hetaje pole nia moža być adredagavanaje ';
+
+$strAPrimaryKey = 'Pieršasny kluč byŭ dadadzieny da %s';
$strAbortedClients = 'Spyniena';
+$strAccessDenied = 'U dostupie admoŭlena';
$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';
+$strActions = 'Dziejańni';
$strAddAutoIncrement = 'Dadać značeńnie AUTO_INCREMENT';
$strAddClause = 'Dadać %s';
$strAddConstraints = 'Dadać abmiežavańni';
@@ -48,20 +62,22 @@ $strAfterInsertNewInsert = 'Dadać jašče adzin radok';
$strAfterInsertNext = 'Redagavać nastupny radok';
$strAfterInsertSame = 'Viarnucca da hetaj staronki';
$strAll = 'Usie';
-$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?';
+$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.';
$strAlterOrderBy = 'Źmianić paradak tablicy';
+$strAnIndex = 'Byŭ dadadzieny indeks dla %s';
+$strAnalyze = 'Praanalizavać';
$strAnalyzeTable = 'Analizavać tablicu';
$strAnd = 'I';
$strAndThen = 'i paśla';
-$strAnIndex = 'Byŭ dadadzieny indeks dla %s';
+$strAngularLinks = 'Vuhłavyja linii suviaziaŭ';
$strAny = 'Luby';
$strAnyHost = 'Luby chost';
$strAnyUser = 'Luby karystalnik';
$strApproximateCount = 'Značeńnie moža być prybliznym. Hł. FAQ 3.11';
-$strAPrimaryKey = 'Pieršasny kluč byŭ dadadzieny da %s';
$strArabic = 'Arabskaja';
$strArmenian = 'Armianskaja';
+$strAsDefined = 'Jak vyznačana:';
$strAscending = 'pramy';
$strAtBeginningOfTable = 'U pačatku tablicy';
$strAtEndOfTable = 'U kancy tablicy';
@@ -72,15 +88,15 @@ $strBack = 'Nazad';
$strBaltic = 'Bałtyjskaja';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Dvajkovy';
-$strBinaryDoNotEdit = 'Dvajkovyja dadzienyja — nie redagujucca';
-$strBinaryLog = 'Dvajkovy łog';
$strBinLogEventType = 'Typ padziei';
$strBinLogInfo = 'Infarmacyja';
$strBinLogName = 'Imia łogu';
$strBinLogOriginalPosition = 'Pieršapačatkovaja pazycyja';
$strBinLogPosition = 'Pazycyja';
$strBinLogServerId = 'ID servera';
+$strBinary = 'Dvajkovy';
+$strBinaryDoNotEdit = 'Dvajkovyja dadzienyja — nie redagujucca';
+$strBinaryLog = 'Dvajkovy łog';
$strBookmarkAllUsers = 'Dać kožnamu karystalniku dostup da hetaj zakładki';
$strBookmarkCreated = 'Zakładka %s stvoranaja';
$strBookmarkDeleted = 'Zakładka była vydalenaja.';
@@ -89,11 +105,11 @@ $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';
+$strBrowse = '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';
+$strBufferPoolActivity = 'Aktyŭnaść pułu buferu';
$strBufferPoolUsage = 'Vykarystańnie pułu buferu';
$strBufferReadMisses = 'Propuskaŭ čytańnia';
$strBufferReadMissesInPercent = 'Propuskaŭ čytańnia ŭ %';
@@ -103,12 +119,13 @@ $strBulgarian = 'Baŭharskaja';
$strBusyPages = 'Zaniatych staronak';
$strBzip = 'ściskać u bzip';
+$strCSV = 'CSV';
$strCalendar = 'Kalandar';
$strCanNotLoadExportPlugins = 'Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie ŭstalavanyja fajły!';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
+$strCancel = 'Skasavać';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;
-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.';
@@ -116,19 +133,20 @@ $strCardinality = 'Kolkaść elementaŭ';
$strCaseInsensitive = 'biez uliku rehistru';
$strCaseSensitive = 'z ulikam rehistru';
$strCentralEuropean = 'Centralnaeŭrapiejskaja';
+$strChange = 'Źmianić';
+$strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ...';
$strChangeCopyModeCopy = '... pakinuć staroha.';
$strChangeCopyModeDeleteAndReload = ' ... vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strChangeCopyModeJustDelete = ' ... vydalić staroha z tablicy karystalnikaŭ.';
-$strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ...';
$strChangeCopyModeRevoke = ' ... anulavać usie aktyŭnyja pryvilei staroha i paśla vydalić jaho.';
$strChangeCopyUser = 'Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika';
-$strChange = 'Źmianić';
$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';
+$strCharsetsAndCollations = 'Raskładki i supastaŭleńni';
+$strCheck = 'Pravieryć';
$strCheckAll = 'Adznačyć usio';
$strCheckOverhead = 'Adznačyć tyja, što patrabujuć aptymizacyi';
$strCheckPrivs = 'Pravieryć pryvilei';
@@ -140,6 +158,7 @@ $strCollation = 'Supastaŭleńnie';
$strColumnNames = 'Nazvy kalonak';
$strColumnPrivileges = 'Specyfičnyja pryvilei kalonak';
$strCommand = 'Kamanda';
+$strComment = 'Kamentar';
$strComments = 'Kamentary';
$strCompatibleHashing = 'Sumiaščalnaje z MySQL 4.0';
$strCompleteInserts = 'Poŭnaja ŭstaŭka';
@@ -147,29 +166,29 @@ $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ł!
-Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.
-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.
-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';
+$strControluserFailed = 'Nie atrymałasia ŭstalavać złučeńnie dla controluser, vyznačanaje ŭ vašym kanfihuracyjnym fajle.';
$strCookiesRequired = 'Cookies musiać być uklučanymi paśla hetaha miesca.';
-$strCopyDatabaseOK = 'Baza dadzienych %s była skapijavanaja ŭ %s';
$strCopy = 'Skapijavać';
+$strCopyDatabaseOK = 'Baza dadzienych %s była skapijavanaja ŭ %s';
$strCopyTable = 'Skapijavać tablicu ŭ (baza dadzienych.tablica):';
$strCopyTableOK = 'Tablica %s była skapijavanaja ŭ %s.';
$strCopyTableSameNames = 'Niemahčyma skapijavać tablicu ŭ samu siabie!';
$strCouldNotKill = 'phpMyAdmin nia moža spynić praces %s. Napeŭna, jon užo spynieny.';
+$strCreate = 'Stvaryć';
$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';
-$strCreate = 'Stvaryć';
$strCreatePage = 'Stvaryć novuju staronku';
$strCreatePdfFeat = 'Stvareńnie PDF-fajłaŭ';
+$strCreateRelation = 'Stvaryć suviaź';
+$strCreateTable = 'Stvaryć tablicu';
$strCreateUserDatabase = 'Baza dadzienych dla karystalnika';
$strCreateUserDatabaseName = 'Stvaryć bazu dadzienych z takim samym imiem i nadzialić usimi pryvilejami';
$strCreateUserDatabaseNone = 'Nijakaja';
@@ -177,128 +196,146 @@ $strCreateUserDatabaseWildcard = 'Nadzialić usimi pryvilejami bazy z imienami p
$strCreationDates = 'Stvareńnie/Abnaŭleńnie/Pravierka dat';
$strCriteria = 'Kryter';
$strCroatian = 'Charvackaja';
-$strCSV = 'CSV';
+$strCustomColor = 'Inšy koler';
$strCyrillic = 'Kiryličnaja';
-$strCzechSlovak = 'Čechasłavackaja';
$strCzech = 'Českaja';
+$strCzechSlovak = 'Čechasłavackaja';
+$strDBComment = 'Kamentar da bazy dadzienych: ';
+$strDBCopy = 'Kapijavać bazu dadzienych u';
+$strDBRename = 'Pierajmienavać bazu dadzienych u';
$strDanish = 'Dackaja';
$strData = 'Dadzienyja';
-$strDatabase = 'Baza dadzienych';
-$strDatabaseEmpty = 'Imia bazy dadzienych nie paznačanaje!';
-$strDatabaseExportOptions = 'Nałady ekspartu bazy dadzienych';
-$strDatabaseHasBeenDropped = 'Baza dadzienych %s była vydalenaja.';
-$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ž web-serveram i serveram MySQL.';
-$strDatabasesStats = 'Statystyka bazaŭ dadzienych';
$strDataDict = 'Słoŭnik dadzienych';
$strDataOnly = 'Tolki dadzienyja';
$strDataPages = 'Staronak z dadzienymi';
-$strDBComment = 'Kamentar da bazy dadzienych: ';
-$strDBCopy = 'Kapijavać bazu dadzienych u';
+$strDatabase = 'Baza dadzienych';
+$strDatabaseEmpty = 'Imia bazy dadzienych nie paznačanaje!';
+$strDatabaseExportOptions = 'Nałady ekspartu bazy dadzienych';
+$strDatabaseHasBeenCreated = 'Baza dadzienych %1$s stvoranaja.';
+$strDatabaseHasBeenDropped = 'Baza dadzienych %s była vydalenaja.';
+$strDatabases = 'Bazy dadzienych';
+$strDatabasesDropped = '%s bazaŭ dadzienych byli paśpiachova vydalenyja.';
+$strDatabasesStats = 'Statystyka bazaŭ dadzienych';
+$strDatabasesStatsDisable = 'Adklučyć statystyku';
+$strDatabasesStatsEnable = 'Uklučyć statystyku';
+$strDatabasesStatsHeavyTraffic = 'Zaŭvaha: Uklučeńnie statystyki bazy dadzienych moža vyklikać vialikuju kolkaść trafiku pamiž web-serveram i serveram MySQL.';
+$strDbIsEmpty = 'Baza dadzienych — pustaja!';
$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';
+$strDefaultEngine = '%s źjaŭlajecca mašynaj zachavańnia dadzienych pa zmoŭčańni na hetym MySQL-servery.';
$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';
+$strDelOld = 'Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. Ci žadajecie vy vydalić hetyja spasyłki?';
$strDelayedInserts = 'Vykarystoŭvać adkładzienyja ŭstaŭki';
+$strDelete = 'Vydalić';
$strDeleteAndFlush = 'Vydalić karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strDeleteAndFlushDescr = 'Heta lepšy sposab, ale pierazahruzka pryvilejaŭ moža zaniać peŭny čas.';
-$strDelete = 'Vydalić';
-$strDeleted = 'Radok byŭ vydaleny';
$strDeleteNoUsersSelected = 'Na vybranyja karystalniki dla vydaleńnia!';
+$strDeleteRelation = 'Vydalić suviaź';
+$strDeleted = 'Radok byŭ vydaleny';
$strDeleting = 'Vydaleńnie %s';
$strDelimiter = 'Raździalalnik';
-$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';
+$strDesigner = 'Dyzajner';
+$strDesignerHelpDisplayField = 'Adlustravanyja pali pakazvajucca ružovym koleram. Kab źmianić śpis adlustravanych paloŭ, naciśnicie ikonku «Vybierycie pole dla adlustravańnia» i naciśnicie na adpaviednaje imia pola.';
+$strDetails = 'Padrabiaźniej...';
$strDictionary = 'słoŭnik';
+$strDirectLinks = 'Pramyja linii suviaziaŭ';
$strDirtyPages = 'Brudnych staronak';
-$strDisabled = 'Adklučana';
$strDisableForeignChecks = 'Adklučyć pravierku źniešnich klučoŭ';
+$strDisabled = 'Adklučana';
$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 ';
+$strDocSQL = 'DocSQL';
+$strDocu = 'Dakumentacyja';
$strDrop = 'Vydalić';
$strDropDatabaseStrongWarning = 'Vy źbirajecie VYDALIĆ bazu dadzienych całkam!';
$strDropUsersDb = 'Vydalić bazy dadzienych, jakija majuć takija ž imiony jak i karystalniki.';
-$strDumpingData = 'Damp dadzienych tablicy';
$strDumpSaved = 'Damp zachavany ŭ fajł %s.';
$strDumpXRows = 'Damp %s radkoŭ, pačynajučy z %s.';
+$strDumpingData = 'Damp dadzienych tablicy';
$strDynamic = 'dynamičny';
+$strEdit = 'Redagavać';
$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 = 'Apošniaja staronka';
+$strEndCut = 'END CUT';
$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.';
+$strEngines = 'Mašyny';
$strEnglish = 'Anhielskaja';
$strEnglishPrivileges = ' Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku ';
$strError = 'Pamyłka';
$strErrorInZipFile = 'Pamyłka ŭ ZIP-archivie:';
+$strErrorRelationAdded = 'Pamyłka: suviaź nie dadadzienaja.';
+$strErrorRelationExists = 'Pamyłka: suviaź užo isnuje.';
$strErrorRenamingTable = 'Pamyłka pierajmienavańnia tablicy %1$s u %2$s';
+$strErrorSaveTable = 'Pamyłka zachavańnia kaardynataŭ.';
$strEscapeWildcards = 'Symbali padstanoŭki _ i % musiać być ekranavanymi symbalem \ dla ich litaralnaha vykarystańnia';
$strEsperanto = 'Esperanta';
$strEstonian = 'Estonskaja';
+$strEvent = 'Padzieja';
+$strEvents = 'Padziei';
$strExcelEdition = 'Versija Excel';
$strExecuteBookmarked = 'Vykanać zapyt z zakładak';
$strExplain = 'Tłumačyć SQL';
-$strExportMustBeFile = 'Dadzienyja vybranaha typu ekspartavańnia musiać być zazavanymi ŭ fajł!';
$strExport = 'Ekspart';
+$strExportImportToScale = 'Maštab';
+$strExportMustBeFile = 'Dadzienyja vybranaha typu ekspartavańnia musiać być zazavanymi ŭ fajł!';
$strExtendedInserts = 'Pašyranyja ŭstaŭki';
$strExtra = 'Dadatkova';
$strFailedAttempts = 'Niaŭdałych sprobaŭ';
-$strFieldHasBeenDropped = 'Pole %s było vydalenaje';
$strField = 'Pole';
+$strFieldHasBeenDropped = 'Pole %s było vydalenaje';
+$strFieldInsertFromFileTempDirNotExists = 'Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł 1.11 u FAQ';
+$strFields = 'Pali';
$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';
$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ść.';
$strFileNameTemplateDescriptionDatabase = 'imia bazy dadzienych';
$strFileNameTemplateDescriptionServer = 'imia servera';
$strFileNameTemplateDescriptionTable = 'imia tablicy';
-$strFileNameTemplate = 'Šablon nazvy fajła';
$strFileNameTemplateRemember = 'zapomnić šablon';
$strFileToImport = 'Impartavać fajł';
+$strFiles = 'Fajły';
$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';
$strFontSize = 'Pamier šryfta';
-$strFormat = 'Farmat';
+$strForeignKeyError = 'Pamyłka stvareńnia źniešniaha kluča na %1$s (praviercie typy kalonak)';
+$strForeignKeyRelationAdded = 'Suviaź FOREIGN KEY była dadadzienaja';
$strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!';
+$strFormat = 'Farmat';
$strFreePages = 'Volnych staronak';
$strFullText = 'Poŭnyja teksty';
$strFunction = 'Funkcyja';
$strFunctions = 'Funkcyi';
$strGenBy = 'Stvorany';
+$strGenTime = 'Čas stvareńnia';
$strGeneralRelationFeat = 'Mahčymaści asnoŭnych suviaziaŭ';
$strGenerate = 'Zgieneravać';
$strGeneratePassword = 'Zgieneravać parol';
-$strGenTime = 'Čas stvareńnia';
$strGeorgian = 'Hruzinskaja';
$strGerman = 'Niamieckaja';
$strGlobal = 'hlabalny';
@@ -309,18 +346,24 @@ $strGrantOption = 'Grant';
$strGreek = 'Hreckaja';
$strGzip = 'archivavany ŭ gzip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Apracoŭnik';
$strHasBeenAltered = 'była źmienienaja.';
$strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravańnia';
$strHebrew = 'Habrejskaja';
+$strHelp = 'Dapamoha';
+$strHexForBLOB = 'Šasnaccatkovyja značeńni dla polaŭ typu BLOB';
+$strHide = 'Schavać';
+$strHideShowAll = 'Schavać/pakazać usie tablicy';
+$strHideShowNoRelation = 'Schavać/pakazać tablicy biaz suviaziaŭ';
$strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
-$strHostEmpty = 'Pustoje imia chostu!';
$strHost = 'Chost';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Pustoje imia chostu!';
$strHungarian = 'Vuhorskaja';
+$strIEUnsupported = 'Internet Explorer nie padtrymlivaje hetuju funkcyju.';
$strIcelandic = 'Iślandzkaja';
$strId = 'ID';
$strIdxFulltext = 'Poŭnatekstekstavaje';
@@ -328,35 +371,41 @@ $strIgnore = 'Ignaravać';
$strIgnoreDuplicates = 'Ignaravać radki, jakija paŭtarajucca';
$strIgnoreInserts = 'Vykarystoŭvać ustaŭki ignaravańniaŭ';
$strImport = 'Imrart';
+$strImportExportCoords = 'Impartavać/Ekspartavać kaardynaty tablic ŭ PDF-schiemu';
$strImportFiles = 'Impartavać fajły';
$strImportFormat = 'Farmat impartavanaha fajła';
$strImportSuccessfullyFinished = 'Impartravańnie paśpiachova zavieršanaje, vykanana %d zapytaŭ.';
+$strInUse = 'vykarystoŭvajecca';
$strIndex = 'Indeks';
-$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Indeks %s byŭ vydaleny';
$strIndexName = 'Imia indeksa:';
$strIndexType = 'Typ indeksa:';
$strIndexWarningTable = 'Prablemy z indeksami dla tablicy `%s`';
+$strIndexes = 'Indeksy';
+$strIndexesSeemEqual = 'Padobna, što indeksy %1$s i %2$s źjaŭlajucca adnolkavymi, a tamu adzin ź ich, mahčyma, možna vydalić.';
$strInnoDBAutoextendIncrement = 'Aŭtapašyralnaje pryrašč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';
+$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBDataFilePath = 'Fajły dadzienych';
-$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
$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';
$strInsert = 'Ustavić';
+$strInsertAsNewRow = 'Ustavić jak novy radok';
+$strInsertedRowId = 'ID ustaŭlenaha radku: %1$d';
+$strInterface = 'Interfejs';
+$strInternalAndForeign = 'Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali isnuje adpaviednaja suviaź FOREIGN KEY.';
+$strInternalRelationAdded = 'Unutranaja suviaź dadadzienaja';
$strInternalRelations = 'Unutranyja suviazi';
-$strInUse = 'vykarystoŭvajecca';
$strInvalidAuthMethod = 'U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:';
-$strInvalidColumn = 'Vyznačanaja niekarektnaja kalonka (%s)!';
-$strInvalidColumnCount = 'Kolkaść kalonak musić być bolšaj za nul.';
$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';
+$strInvalidColumn = 'Vyznačanaja niekarektnaja kalonka (%s)!';
+$strInvalidColumnCount = 'Kolkaść kalonak musić być bolšaj za nul.';
$strInvalidDatabase = 'Niapravilnaja baza dadzienych';
$strInvalidFieldAddCount = 'Treba dadać prynamsi adno pole.';
$strInvalidFieldCount = 'Tablica musić mieć prynamsi adno pole.';
@@ -369,30 +418,31 @@ $strInvalidTableName = 'Niekarektnaje imia tablicy';
$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ŭ.';
+$strJustDeleteDescr = '"Vydalenyja" karystalniki ŭsio jašče zmohuć atrymać dostup da servera jak zvyčajna, pakul pryvilei nia buduć pierazahružanyja.';
$strKeepPass = 'Nie źmianiać parol';
$strKeyCache = 'Keš klučoŭ';
$strKeyname = 'Imia kluča';
$strKill = 'Spynić';
+$strKnownExternalBug = 'Isnuje viadomaja pamyłka z vykarystańniem parametra %s, hladzicie apisańnie na %s';
$strKorean = 'Karejskaja';
+$strLDI = 'CSV z vykarystańniem LOAD DATA';
+$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Krajavid';
$strLanguage = 'Mova';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
-$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
$strLatexContinued = '(praciah)';
+$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
$strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
$strLatvian = 'Łatvijskaja';
-$strLDI = 'CSV z vykarystańniem LOAD DATA';
-$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
$strLengthSet = 'Daŭžynia/Značeńni*';
$strLimitNumRows = 'Kolkaść radkoŭ na staronku';
$strLinesTerminatedBy = 'Radki padzielenyja';
@@ -401,74 +451,73 @@ $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:';
+$strLogin = 'Uvachod u systemu';
+$strLoginInformation = 'Infarmacyja pra ŭvachod';
+$strLogout = 'Vyjści z systemy';
$strLongOperation = 'Hetaja aperacyja moža zaniać šmat času. Praciahvać?';
+$strMIMETypesForTable = 'MIME-typy tablicy';
+$strMIME_MIMEtype = 'MIME-typ';
+$strMIME_available_mime = 'Dastupnyja MIME-typy';
+$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
+$strMIME_description = 'Apisańnie';
+$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.
+$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
+$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 = 'Opcyi pieraŭtvareńnia';
+$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'...
+$strMIME_without = 'MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia';
$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.
-Kali łaska, spytajcie aŭtara, što robić %s.';
-$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
-$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 = 'Opcyi pieraŭtvareńnia';
-$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'...
-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\').';
-$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';
+$strMoveMenu = 'Pierasunuć meniu';
$strMoveTable = 'Pieranieści tablicu ŭ (baza dadzienych.tablica):';
$strMoveTableOK = 'Tablica %s była pieraniesienaja ŭ %s.';
$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ŭ.';
+$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.';
$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).';
+$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ŭ.';
$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.';
+$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).';
$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.';
+$strMyISAMRecoverOptionsDesc = 'Režym dla aŭtamatyčnaha ŭznaŭleńnia paškodžanych tablic MyISAM, jak vyznačany praz opcyju --myisam-recover zahruzki servera.';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Pamier buferu sartavań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.';
$strMySQLCharset = 'Kadyroŭka MySQL';
-$strMysqlClientVersion = 'Versija klijenta MySQL';
$strMySQLConnectionCollation = 'Supastaŭleńnie padłučeńnia da MySQL';
$strMySQLSaid = 'Adkaz MySQL: ';
$strMySQLShowProcess = 'Pakazać pracesy';
+$strMysqlClientVersion = 'Versija klijenta MySQL';
+$strMysqlLibDiffersServerVersion = 'Versija vašaj biblijateki MySQL dla PHP %s adroźnivajecca ad versii vašaha servera MySQL %s. Heta moža vyklikać niepradkazalnyja pavodziny.';
$strName = 'Nazva';
$strNext = 'Nastupnaja staronka';
+$strNo = 'Nie';
$strNoActivity = 'Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie znoŭ';
+$strNoDataReceived = 'Dadzienyja dla impartavańnia nie atrymanyja. Albo nivodny fajł nia byŭ zahružany, albo pamier fajła pieravysiŭ maksymalny pamier, vyznačany kanfihuracyjaj PHP. Hł. FAQ 1.16.';
$strNoDatabases = 'Bazy dadzienych adsutničajuć';
$strNoDatabasesSelected = 'Nia vybranaja baza dadzienych.';
-$strNoDataReceived = 'Dadzienyja dla impartavańnia nie atrymanyja. Albo nivodny fajł nia byŭ zahružany, albo pamier fajła pieravysiŭ maksymalny pamier, vyznačany kanfihuracyjaj PHP. Hł. FAQ 1.16.';
$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 frejmaŭ.';
-$strNo = 'Nie';
$strNoIndex = 'Indeks nia vyznačany!';
$strNoIndexPartsDefined = 'Častki indeksu nia vyznačanyja!';
$strNoModification = 'Niama źmienaŭ';
-$strNone = 'Niama';
$strNoOptions = 'Hety farmat nia maje opcyjaŭ';
$strNoPassword = 'Biez parola';
$strNoPermission = 'Web-server nia maje dazvołu dla zachavańnia ŭ fajł %s.';
@@ -479,16 +528,18 @@ $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.';
+$strNoUsersFound = 'Nie znojdzieny karystalnik.';
+$strNoValidateSQL = 'Nie praviarać SQL';
+$strNone = 'Niama';
$strNotNumber = 'Heta nia lik!';
$strNotOK = 'nie OK';
$strNotSet = 'Tablica %s 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 %s';
$strNumSearchResultsTotal = 'Ahułam: %s supadzieńniaŭ';
$strNumTables = 'Tablic';
+$strNumberOfFields = 'Kolkaść paloŭ';
+$strNumberOfTables = 'Kolkaść tablic';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Specyfikacyja Open Document';
@@ -496,34 +547,67 @@ $strOpenDocumentText = 'Tekst Open Document';
$strOpenNewWindow = 'Adkryć novaje akno phpMyAdmin';
$strOperations = 'Aperacyi';
$strOperator = 'Aperatar';
+$strOptimize = 'Aptymizavać';
$strOptimizeTable = 'Aptymizavać tablicu';
+$strOptions = 'Nałady';
$strOr = 'Abo';
$strOverhead = 'Vykarystańnie resursaŭ';
$strOverwriteExisting = 'Pierazapisvać isnujučy(ja) fajł(y)';
+$strPBXTCheckpointFrequency = 'Častata kantrolnych kropak';
+$strPBXTCheckpointFrequencyDesc = 'Kolkaść dadzienych, jakija zapisvajucca ŭ łog tranzakcyj pierad tym, jak vykanajecca kantrolnaja kropka. Značeńnie pa zmoŭčańni — 24 MB.';
+$strPBXTDataFileGrowSize = 'Pamier pavieličeńnia fajłaŭ z dadzienymi';
+$strPBXTDataFileGrowSizeDesc = 'Pamier pavieličeńnia fajłaŭ apracoŭki dadzienych (.xtd).';
+$strPBXTDataLogThreshold = 'Paroh łahavańnia dadzienych';
+$strPBXTDataLogThresholdDesc = 'Maksymalny pamier fajła łogu dadzienych. Pamier pa zmoŭčańni — 64MB. PBXT moda stvarać da 32000 łogaŭ dadzienych, jakija vykarystoŭvajucca ŭsimi tablicami. Takim čynam, značeńnie hetaj źmiennaj moža być pavialičana, kab pavialičać ahulnuju kolkaść dadzienych, jakija mohuć zachoŭvacca ŭ bazie dadzienych.';
+$strPBXTGarbageThreshold = 'Paroh śmiećcia';
+$strPBXTGarbageThresholdDesc = 'Adsotak śmiećcia ŭ fajle łogu dadzienych pierad tym, jak jon budzie ścisnuty. Hetaje značeńnie moža znachodzicca ŭ miežach ad 1 da 99. Značeńnie pa zmoŭčańni — 50.';
+$strPBXTIndexCacheSize = 'Pamier kešu indeksaŭ';
+$strPBXTIndexCacheSizeDesc = 'Heta pamier pamiaci, jakaja vydzialajecca dla kešu indeksaŭ. Pamier pa zmoŭčańni — 32 MB. Heta pamiać vykarystoŭvajecca tolki dla kešavańnia staronak indeksaŭ.';
+$strPBXTLogBufferSize = 'Pamier buferu łogu';
+$strPBXTLogBufferSizeDesc = 'Pamier buferu, jaki vykarystoŭvajecca padčas zapisu łogu. Pamier pa zmoŭčańni składaje 256MB. Mašyna zachavańnia dadzienych vydzialaje pa adnamu buferu na kožny patok, ale tolki kali patoku patrabujecca zapisvać łog dadzienych.';
+$strPBXTLogCacheSize = 'Pamier kešu łogaŭ';
+$strPBXTLogCacheSizeDesc = 'Kolkaść pamiaci, jakaja vydzialajecca dla kešu łogu tranzakcyj, jaki vykarystoŭvajecca dla kešavańnia dadzienyja łogu tranzakcyj. Pamier pa zmoŭčańni — 16 MB.';
+$strPBXTLogFileCount = 'Kolkaść fajłaŭ łogu';
+$strPBXTLogFileCountDesc = 'Heta kolkaść fajłaŭ łogu tranzakcyj (pbxt/system/xlog*.xt), jakija moža padtrymlivać systema. U vypadku, kali kolkaść fajłaŭ łogu pieravysić hetaje značeńnie, staryja fajły łogu buduć vydalenyja. U inšym vypadku jany buduć pierajmienavanyja i im budzie dadzieny čarhovy najvyšejšy numar.';
+$strPBXTLogFileThreshold = 'Paroh fajła łogu';
+$strPBXTLogFileThresholdDesc = 'Pamier łogu tranzakcyj pierad vykanańniem vykanańnia, da momantu, pakul budzie stvorany novy fajł. Značeńnie pa Pamier — 16 MB.';
+$strPBXTRecordCacheSize = 'Pamier kešu zapisaŭ';
+$strPBXTRecordCacheSizeDesc = 'Kolkaść pamiaci, jakaja vydzialajecca dla kešu zapisaŭ, što vykarystoŭvajecca dla kešavańnia dadzienych tablicy. Pamier pa zmoŭčańni — 32 MB. Hetaja pamiać vykarystoŭvajecca dla kešavańnia źmienaŭ fajłaŭ apracoŭki dadzienych (.xtd) i fajłaŭ ukazalnikaŭ radkoŭ (.xtr).';
+$strPBXTRowFileGrowSize = 'Pamier pavieličeńnia fajłaŭ radkoŭ';
+$strPBXTRowFileGrowSizeDesc = 'Pamier pavieličeńnia fajłaŭ ukazalnikaŭ na radki (.xtr).';
+$strPBXTTransactionBufferSize = 'Pamier buferu tranzakcyj';
+$strPBXTTransactionBufferSizeDesc = 'Pamier hlabalnaha buferu łogu tranzakcyj (kožnaja mašyna zachavańnia dadzienych vydzialale 2 bufery hetaha pamieru). Pamier pa zmoŭčańni — 1 MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Hieneruje spravazdaču z dadzienymi asobnaj tablicy)';
+$strPDFReportTitle = 'Zahałovak spravazdačy';
+$strPHPExtension = 'Pašyreńnie PHP';
+$strPHPVersion = 'Versija PHP';
+$strPacked = 'Ścisnutaja';
$strPageNumber = 'Staronka:';
$strPagesToBeFlushed = 'Skinuć keš staronak';
$strPaperSize = 'Pamier papiery';
$strPartialImport = 'Častkovy impart';
$strPartialText = 'Častkovyja teksty';
+$strPartition = 'Padzieł %s';
+$strPartitionDefinition = 'Aznačeńnie PARTITION';
+$strPartitionMaintenance = 'Padtrymka padziełaŭ';
+$strPartitioned = 'padzielenaja na sekcyi';
+$strPassword = 'Parol';
$strPasswordChanged = 'Parol dla %s paśpiachova źmienieny.';
$strPasswordEmpty = 'Pusty parol!';
$strPasswordHashing = 'Chešavańnie parolu';
-$strPassword = 'Parol';
$strPasswordNotSame = 'Paroli nie supadajuć!';
$strPdfDbSchema = 'Struktura bazy "%s" — staronka %s';
$strPdfInvalidTblName = 'Tablicy "%s" nie isnuje!';
$strPdfNoTables = 'Niama tablic';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Hieneruje spravazdaču z dadzienymi asobnaj tablicy)';
-$strPDFReportTitle = 'Zahałovak spravazdačy';
$strPerHour = 'u hadzinu';
$strPerMinute = 'u chvilinu';
$strPerSecond = 'u sekundu';
$strPersian = 'Persydzkaja';
$strPhoneBook = 'telefonnaja kniha';
$strPhp = 'Stvaryć PHP-kod';
-$strPHPVersion = 'Versija PHP';
+$strPleaseSelectPrimaryOrUniqueKey = 'Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)';
$strPmaDocumentation = 'Dakumentacyja pa phpMyAdmin';
$strPmaUriError = 'Dyrektyva $cfg[\'PmaAbsoluteUri\'] PAVINNA być vyznačanaja ŭ vašym kanfihuracyjnym fajle!';
$strPolish = 'Polskaja';
@@ -549,8 +633,9 @@ $strPrivDescCreateView = 'Dazvalaje stvarać novyja prahlady.';
$strPrivDescDelete = 'Dazvalaje vydalać dadzienyja.';
$strPrivDescDropDb = 'Dazvalaje vydalać bazy dadzienych i tablicy.';
$strPrivDescDropTbl = 'Dazvalaje vydalać tablicy.';
-$strPrivDescExecute5 = 'Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca.';
+$strPrivDescEvent = 'Dazvalaje stvarać padziei ŭ planiroŭniku padziejaŭ';
$strPrivDescExecute = 'Dazvalaje vykanańnie zachavanych pracedur; Nie pracuje ŭ hetaj versii MySQL.';
+$strPrivDescExecute5 = 'Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca.';
$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.';
@@ -560,6 +645,7 @@ $strPrivDescMaxConnections = 'Abmiažoŭvaje kolkaść novych złučeńniaŭ, ja
$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.';
+$strPrivDescProcess = 'Dazvalaje prahladać pracesy ŭsich karystalnikaŭ';
$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.';
@@ -569,6 +655,7 @@ $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ŭ.';
+$strPrivDescTrigger = 'Dazvalaje stvareńnie i vydaleńnie tryhieraŭ';
$strPrivDescUpdate = 'Dazvalaje źmianiać dadzienyja.';
$strPrivDescUsage = 'Biez pryvilejaŭ.';
$strPrivileges = 'Pryvilei';
@@ -576,6 +663,7 @@ $strPrivilegesReloaded = 'Pryvilei byli paśpiachova pierazahružanyja.';
$strProcedures = 'Pracedury';
$strProcesses = 'Pracesy';
$strProcesslist = 'Śpis pracesaŭ';
+$strProfiling = 'Prafilavańnie';
$strProtocolVersion = 'Versija pratakołu';
$strPutColNames = 'Paznačyć nazvy paloŭ u pieršym radku';
@@ -592,54 +680,80 @@ $strQueryTime = 'Zapyt vykonvaŭsia %01.4f sek';
$strQueryType = 'Typ zapytu';
$strQueryWindowLock = 'Nie pierazapisvajcie hety zapyt u inšych voknach';
+$strReType = 'Paćvierdžańnie';
$strReadRequests = 'Zapyty čytańnia';
+$strRebuild = 'Pierabudavać';
$strReceived = 'Atrymana';
+$strRecommended = 'rekamendavany';
$strRecords = 'Zapisy';
$strReferentialIntegrity = 'Pravieryć cełasnaść dadzienych:';
$strRefresh = 'Abnavić';
-$strRelationalSchema = 'Relacyjnaja schiema';
+$strRelationDeleted = 'Suviaź vydalenaja';
$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';
+$strRelationalDisplayField = 'Adlustravanaje pole suviazi';
+$strRelationalKey = 'Kluč suviazi';
+$strRelationalSchema = 'Relacyjnaja schiema';
+$strRelations = 'Suviazi';
+$strRelationsForTable = 'Suviazi ŭ tablicy';
+$strReload = 'Abnavić';
$strReloadPrivileges = 'Pierazahruzić pryvilei';
+$strReloadingThePrivileges = 'Pierazahruzić pryvilei';
+$strRemovePartitioning = 'Skasavać padzieł na častki';
$strRemoveSelectedUsers = 'Vydalić vybranych karystalnikaŭ';
$strRenameDatabaseOK = 'Baza dadzienych %s była pierajmienavanaja ŭ %s';
$strRenameTable = 'Pierajmienavać tablicu ŭ';
$strRenameTableOK = 'Tablica %s była pierajmienavanaja ŭ %s';
+$strRepair = 'Adramantavać';
$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';
+$strRestartInsertion = 'Pačać ustaŭku znoŭ z %s-ha radku';
$strRevoke = 'Anulavać';
$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.';
$strRevokeMessage = 'Vy anulavali pryvilei dla %s';
$strRomanian = 'Rumynskaja';
+$strRoutineReturnType = 'Typ pracedury';
+$strRoutines = 'Pracedury';
$strRowLength = 'Daŭžynia radka';
-$strRows = 'Radki';
-$strRowsFrom = 'radkoŭ, pačynajučy z zapisu #';
$strRowSize = ' Pamier radka ';
+$strRows = 'Radki';
+$strRowsAffected = 'Źmieniena radkoŭ: %1$d.';
+$strRowsDeleted = 'Vydalena radkoŭ: %1$d.';
+$strRowsFrom = 'radkoŭ, pačynajučy z zapisu #';
+$strRowsInserted = 'Ustaŭlena radkoŭ: %1$d.';
$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';
$strRowsStatistic = 'Statystyka radku';
-$strRunning = 'na %s';
$strRunQuery = 'Vykanać zapyt';
$strRunSQLQuery = 'Vykanać SQL-zapyt(y) na bazie dadzienych %s';
$strRunSQLQueryOnServer = 'Vykanać SQL-zapyt(y) na servery %s';
+$strRunning = 'na %s';
$strRussian = 'Rasiejskaja';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Režym sumiaščalnaści SQL';
+$strSQLExportType = 'Typ ekspartu';
+$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 dvajkovymi 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';
+$strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
+$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
+$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strSave = 'Zachavać';
$strSaveOnServer = 'Zachavać na servery ŭ tečcy %s';
+$strSavePosition = 'Zachavać raźmiaščeńnie tablic';
$strScaleFactorSmall = 'Maštab zamały dla taho, kab schiema zajmała ŭsiu staronku';
-$strSearchFormTitle = 'Pošuk u bazie dadzienych';
$strSearch = 'Pošuk';
+$strSearchFormTitle = 'Pošuk u bazie dadzienych';
+$strSearchInField = 'Unutry pola:';
$strSearchInTables = 'U tablicy(ach):';
$strSearchNeedle = 'Słova(y) abo značeńnie(i) dla pošuku (maska: "%"):';
$strSearchOption1 = 'prynamsi adno z słovaŭ';
@@ -653,14 +767,15 @@ $strSelectADb = 'Kali łaska, vybierycie bazu dadzienych';
$strSelectAll = 'Vybrać usio';
$strSelectBinaryLog = 'Vyłučycie dvajkovy łog dla prahladu';
$strSelectFields = 'Vybrać pali (prynamsi adno):';
+$strSelectForeignKey = 'Vybierycie źniešni kluč';
$strSelectNumRows = 'pa zapytu';
+$strSelectReferencedKey = 'Vybierycie spasyłkavy kluč';
$strSelectTables = 'Vybierycie tablicu(y)';
$strSend = 'Zachavać jak fajł';
$strSent = 'Adpraŭlena';
+$strServer = 'Server';
$strServerChoice = 'Vybar servera';
$strServerNotResponding = 'Server nie adkazvaje';
-$strServer = 'Server';
-$strServers = 'Servery';
$strServerStatus = 'Biahučaja infarmacyja';
$strServerStatusDelayedInserts = 'Adkładzienyja ŭstaŭki';
$strServerStatusUptime = 'Hety server MySQL pracuje %s. Jon byŭ zapuščany %s.';
@@ -668,17 +783,17 @@ $strServerTabVariables = 'Źmiennyja';
$strServerTrafficNotes = 'Trafik servera: Hetyja tablicy pakazvajuć statystyku sietkavaha trafiku hetaha servera MySQL ad momantu jahonaha zapusku.';
$strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
+$strServers = 'Servery';
+$strSessionStartupErrorGeneral = 'Niemahčyma biez pamyłak raspačać sesiju. Kali łaska, praviercie pamyłki ŭ vašym łogu PHP i, mahčyma, taksama ŭ łogu web-servera i skanfihurujcie PHP pravilna.';
$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\'...
-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\').';
+$strShow = 'Pakazać';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
$strShowFullQueries = 'Pakazać poŭnyja zapyty';
$strShowGrid = 'Pakazać sietku';
-$strShow = 'Pakazać';
-$strShowingBookmark = 'Pakazvajučy zakładku';
-$strShowingRecords = 'Pakazanyja zapisy';
+$strShowHideLeftMenu = 'Pakazać/schavać meniu źleva';
$strShowOpenTables = 'Pakazać adkrytyja tablicy';
$strShowPHPInfo = 'Pakazać infarmacyju pra PHP';
$strShowSlaveHosts = 'Pakazać zaležnyja servery';
@@ -734,13 +849,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Kolkaść synchranizavynych zapisaŭ,
$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_createdDescr = 'Kolkaść stvoranych staronak.';
$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_avgDescr = 'Siaredni čas 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.';
@@ -756,10 +871,10 @@ $strShowStatusKey_write_requestsDescr = 'Kolkaść zapytaŭ na zapis bloku kluč
$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 DELAYED.';
-$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.';
+$strShowStatusOpened_tablesDescr = 'Kolkaść tablic, jakija byli adkrytyja. Kali adkrytyja tablicy vialikija, značeńnie kešu tablic imavierna vielmi małoje.';
$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.';
@@ -772,8 +887,8 @@ $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_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_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.';
@@ -793,34 +908,31 @@ $strShowStatusThreads_runningDescr = 'Kolkaść patokaŭ, jakija nie źjaŭlajuc
$strShowTableDimension = 'Pakazać raźmiernaść tablic';
$strShowTables = 'Pakazać tablicy';
$strShowThisQuery = ' Pakazać hety zapyt znoŭ ';
+$strShowingBookmark = 'Pakazvajučy zakładku';
+$strShowingPhp = 'U vyhladzie PHP-kodu';
+$strShowingRecords = 'Pakazanyja zapisy';
+$strShowingSQL = 'U vyhladzie SQL-zapytu';
$strSimplifiedChinese = 'Kitajskaja sproščanaja';
$strSingly = '(asobna)';
$strSize = 'Pamier';
$strSkipQueries = 'Kolkaść (zapytaŭ), jakija treba prapuścić ad pačatku';
$strSlovak = 'Słavackaja';
$strSlovenian = 'Słavienskaja';
+$strSmallBigAll = 'Zharnuć/razharnuć adlustravańnie ŭsich tablic';
+$strSnapToGrid = 'Źviać ź sietkaj';
$strSocketProblem = '(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)';
-$strSortByKey = 'Sartavać pa klučy';
$strSort = 'Paradak';
+$strSortByKey = 'Sartavać pa klučy';
$strSorting = 'Sartavańnie';
$strSpaceUsage = 'Vykarystańnie prastory';
$strSpanish = 'Hišpanskaja';
$strSplitWordsWithSpace = 'Słovy, padzielenyja prahałam (" ").';
-$strSQLCompatibility = 'Režym sumiaščalnaści SQL';
-$strSQLExportType = 'Typ ekspartu';
-$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 dvajkovymi 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';
+$strStandInStructureForView = 'Zamianialnaja struktura dla prahladu';
$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
+$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$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';
@@ -831,45 +943,58 @@ $strStrucNativeExcel = 'Rodny farmat MS Excel';
$strStrucOnly = 'Tolki strukturu';
$strStructPropose = 'Prapanavanaja struktura tablicy';
$strStructure = 'Struktura';
+$strStructureForView = 'Struktura dla prahladu';
$strSubmit = 'Adpravić';
$strSuccess = 'Vaš SQL-zapyt byŭ paśpiachova vykanany';
+$strSuhosin = 'Na servery zapuščany Suhosin. Kali łaska, źviarniciesia da %sdakumentacyi%s dla atrymańnia apisańnia mahčymych prablemaŭ.';
$strSum = 'Usiaho';
$strSwedish = 'Švedzkaja';
+$strSwekeyAuthFailed = 'Aparatnaja aŭtentyfikacyja skončyłasia niaŭdała';
+$strSwekeyAuthenticating = 'Aŭtentyfikacyja...';
+$strSwekeyNoKey = 'Dziejny kluč aŭtentyfikacyi nie padklučany';
+$strSwekeyNoKeyId = 'Fajł %s nia ŭtrymlivaje nijakaha identyfikatara kluča';
$strSwitchToDatabase = 'Pierajści da skapijavanaj bazy dadzienych';
$strSwitchToTable = 'Pierajści da skapijavanaj tablicy';
+$strTable = 'Tablica';
$strTableAlreadyExists = 'Tablica %s užo isnuje!';
+$strTableAlteredSuccessfully = 'Tablica %1$s była paśpiachova źmienienaja';
$strTableComments = 'Kamentar da tablicy';
$strTableEmpty = 'Pustaja nazva tablicy!';
+$strTableHasBeenCreated = 'Tablica %1$s stvoranaja.';
$strTableHasBeenDropped = 'Tablica %s była vydalenaja';
$strTableHasBeenEmptied = 'Tablica %s była ačyščanaja';
$strTableHasBeenFlushed = 'Keš tablicy %s byŭ ačyščany';
+$strTableIsEmpty = 'Tablica — pustaja!';
$strTableMaintenance = 'Absłuhoŭvańnie tablicy';
-$strTable = 'Tablica';
+$strTableName = 'Imia tablicy';
$strTableOfContents = 'Źmiest';
$strTableOptions = 'Opcyi tablicy';
-$strTables = '%s tablic(y)';
$strTableStructure = 'Struktura tablicy';
+$strTables = '%s tablic(y)';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
$strTextAreaLength = ' Z-za vialikaj daŭžyni,
-hetaje pole nia moža być adredagavanaje ';
+$strTexyText = 'Tekst Texy!';
$strThai = 'Tajlandzkaja';
+$strTheme = 'Tema / Styl';
$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!';
-$strTheme = 'Tema / Styl';
+$strThemeNotFound = 'Tema %s nia znojdzienaja!';
$strThemePathNotFound = 'Nia znojdzieny šlach da temy %s!';
$strThisHost = 'Hety chost';
-$strThreads = 'Patoki';
$strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.';
+$strThreads = 'Patoki';
$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.';
+$strToFromPage = 'staronka';
+$strToSelectRelation = 'Kab vybrać suviaź, naciśnicie na kropcy złučeńnia, jak pakazana na vyjavie:';
$strToggleScratchboard = 'Pakazać papiaredni prahlad';
+$strToggleSmallBig = 'Pieraklučyć maleńki/vialiki';
$strTotal = 'usiaho';
$strTotalUC = 'Ahułam';
$strTraditionalChinese = 'Tradycyjnaja kitajskaja';
@@ -881,12 +1006,14 @@ $strTransformation_application_octetstream__hex = 'Pakazvaje dadzienyja ŭ šasn
$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 TIME, TIMESTAMP, DATETIME albo likavuju mietku času Unix jak adfarmatavanuju datu. Pieršy parametar — heta kolkaść hadzinaŭ, jakija buduć dadadzienyja da mietki času (pa zmoŭčańni — 0). Druhi parametar vykarystoŭvajcie, kab paznačyć inšy farmat daty/času. Treci parametar vyznačaje typ daty, jakaja budzie pakazanaja: vašaja lakalnaja data albo data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). U zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia parametraŭ lakalnaj daty hladzicie dakumentacyju dla funkcyi PHP strftime(), a dla hrynvickaha času (parametar «utc») — dakumentacyju funkcyi gmdate().';
$strTransformation_text_plain__external = 'TOLKI DLA LINUX: Zapuskaje źniešniuju pragramu i pieradaje joj dadzienyja pola praz standartny ŭvod. Viartaje standartny vyvad pragramy. Pragrama 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 pragramaŭ, jakija vy chočacie zrabić dastupnymi. Pieršaja opcyja — tady numar pragramy, jakuju vy chočacie vykarystoŭvać, druhaja opcyja — parametry dla pragramy. 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: "...") .';
+$strTriggers = 'Tryhiery';
$strTruncateQueries = 'Abrazać pakazanyja zapyty';
$strTurkish = 'Tureckaja';
$strType = 'Typ';
@@ -898,28 +1025,35 @@ $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.';
+$strUpdComTab = 'Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali łaska, da dakumentacyi';
$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.';
+$strUploadErrorCantWrite = 'Pamyłka zapisu na dysk.';
+$strUploadErrorExtension = 'Zahruzka fajła spynienaja pašyreńniem.';
+$strUploadErrorFormSize = 'Pamier zahružanaha fajła pieraŭzychodzić parametar MAX_FILE_SIZE, jaki byŭ vyznačany ŭ HTML-formie.';
+$strUploadErrorIniSize = 'Pamier zahružanaha fajła pieraŭzychodzić parametar upload_max_filesize u php.ini.';
+$strUploadErrorNoTempDir = 'Adsutničaje časovaja tečka.';
+$strUploadErrorPartial = 'Fajł byŭ zahružany tolki častkova.';
+$strUploadErrorUnknown = 'Padčas zahruzki fajła adbyłasia nieviadomaja pamyłka.';
$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.';
$strUploadsNotAllowed = 'Zahruzki fajłaŭ nie dazvolenyja na hetym servery.';
$strUsage = 'Vykarystańnie';
$strUseBackquotes = 'Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ';
$strUseHostTable = 'Vykarystoŭvać tablicu chostaŭ';
-$strUserAlreadyExists = 'Karystalnik %s užo isnuje!';
+$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';
$strUser = 'Karystalnik';
+$strUserAlreadyExists = 'Karystalnik %s užo isnuje!';
$strUserEmpty = 'Pustoje imia karystalnika!';
$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.';
@@ -927,15 +1061,19 @@ $strValue = 'Značeńnie';
$strVar = 'Źmiennaja';
$strVersionInformation = 'Infarmacyja pra versiju';
$strView = 'Vyhlad';
-$strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych';
-$strViewDumpDB = 'Prahladzieć damp (schiemu) bazy dadzienych';
$strViewDump = 'Prahladzieć damp (schiemu) tablicy';
+$strViewDumpDB = 'Prahladzieć damp (schiemu) bazy dadzienych';
+$strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych';
+$strViewHasAtLeast = 'Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da %sdakumentacyi%s.';
$strViewHasBeenDropped = 'Vyhlad %s byŭ vydaleny';
+$strViewName = 'Nazva prahladu';
-$strWebServerUploadDirectoryError = 'Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ';
+$strWebServer = 'Web-server';
$strWebServerUploadDirectory = 'tečka web-servera dla zahruzki fajłaŭ';
+$strWebServerUploadDirectoryError = 'Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ';
$strWelcome = 'Zaprašajem u %s';
$strWestEuropean = 'Zachodnieeŭrapiejskaja';
+$strWiki = 'Wiki';
$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:';
@@ -949,544 +1087,552 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavańnie.';
$strZip = 'archivavany ŭ zip';
-$strTransformation_text_plain__dateformat = 'Pakazvaje TIME, TIMESTAMP, DATETIME albo likavuju mietku času Unix jak adfarmatavanuju datu. Pieršy parametar — heta kolkaść hadzinaŭ, jakija buduć dadadzienyja da mietki času (pa zmoŭčańni — 0). Druhi parametar vykarystoŭvajcie, kab paznačyć inšy farmat daty/času. Treci parametar vyznačaje typ daty, jakaja budzie pakazanaja: vašaja lakalnaja data albo data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). U zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia parametraŭ lakalnaj daty hladzicie dakumentacyju dla funkcyi PHP strftime(), a dla hrynvickaha času (parametar «utc») — dakumentacyju funkcyi gmdate().';
-$strDocSQL = 'DocSQL';
-$strTableName = 'Imia tablicy';
-$strTableIsEmpty = 'Tablica — pustaja!';
-$strDbIsEmpty = 'Baza dadzienych — pustaja!';
-$strShowingPhp = 'U vyhladzie PHP-kodu';
-$strShowingSQL = 'U vyhladzie SQL-zapytu';
-$strDesigner = 'Dyzajner';
-$strNumberOfTables = 'Kolkaść tablic';
-$strCreateTable = 'Stvaryć tablicu';
-$strCreateRelation = 'Stvaryć suviaź';
-$strSavePosition = 'Zachavać raźmiaščeńnie tablic';
-$strSelectForeignKey = 'Vybierycie źniešni kluč';
-$strHide = 'Schavać';
-$strShowHideLeftMenu = 'Pakazać/schavać meniu źleva';
-$strReload = 'Abnavić';
-$strSmallBigAll = 'Zharnuć/razharnuć adlustravańnie ŭsich tablic';
-$strImportExportCoords = 'Impartavać/Ekspartavać kaardynaty tablic ŭ PDF-schiemu';
-$strMoveMenu = 'Pierasunuć meniu';
-$strAngularLinks = 'Vuhłavyja linii suviaziaŭ';
-$strDirectLinks = 'Pramyja linii suviaziaŭ';
-$strHideShowAll = 'Schavać/pakazać usie tablicy';
-$strHideShowNoRelation = 'Schavać/pakazać tablicy biaz suviaziaŭ';
-$strInternalRelationAdded = 'Unutranaja suviaź dadadzienaja';
-$strRelationDeleted = 'Suviaź vydalenaja';
-$strToSelectRelation = 'Kab vybrać suviaź, naciśnicie na kropcy złučeńnia, jak pakazana na vyjavie:';
-$strExportImportToScale = 'Maštab';
-$strRecommended = 'rekamendavany';
-$strToFromPage = 'staronka';
-$strSelectReferencedKey = 'Vybierycie spasyłkavy kluč';
-$strPleaseSelectPrimaryOrUniqueKey = 'Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)';
-$strHelp = 'Dapamoha';
-$strCancel = 'Skasavać';
-$strDeleteRelation = 'Vydalić suviaź';
-$strKnownExternalBug = 'Isnuje viadomaja pamyłka z vykarystańniem parametra %s, hladzicie apisańnie na %s';
-$strStructureForView = 'Struktura dla prahladu';
-$strStandInStructureForView = 'Zamianialnaja struktura dla prahladu';
-$strToggleSmallBig = 'Pieraklučyć maleńki/vialiki';
-$strIEUnsupported = 'Internet Explorer nie padtrymlivaje hetuju funkcyju.';
-$strErrorRelationAdded = 'Pamyłka: suviaź nie dadadzienaja.';
-$strErrorRelationExists = 'Pamyłka: suviaź užo isnuje.';
-$strErrorSaveTable = 'Pamyłka zachavańnia kaardynataŭ.';
-$strSnapToGrid = 'Źviać ź sietkaj';
-$strDesignerHelpDisplayField = 'Adlustravanyja pali pakazvajucca ružovym koleram. Kab źmianić śpis adlustravanych paloŭ, naciśnicie ikonku «Vybierycie pole dla adlustravańnia» i naciśnicie na adpaviednaje imia pola.';
-$strUploadErrorIniSize = 'Pamier zahružanaha fajła pieraŭzychodzić parametar upload_max_filesize u php.ini.';
-$strUploadErrorFormSize = 'Pamier zahružanaha fajła pieraŭzychodzić parametar MAX_FILE_SIZE, jaki byŭ vyznačany ŭ HTML-formie.';
-$strUploadErrorPartial = 'Fajł byŭ zahružany tolki častkova.';
-$strUploadErrorNoTempDir = 'Adsutničaje časovaja tečka.';
-$strUploadErrorCantWrite = 'Pamyłka zapisu na dysk.';
-$strUploadErrorExtension = 'Zahruzka fajła spynienaja pašyreńniem.';
-$strUploadErrorUnknown = 'Padčas zahruzki fajła adbyłasia nieviadomaja pamyłka.';
-$strSessionStartupErrorGeneral = 'Niemahčyma biez pamyłak raspačać sesiju. Kali łaska, praviercie pamyłki ŭ vašym łogu PHP i, mahčyma, taksama ŭ łogu web-servera i skanfihurujcie PHP pravilna.';
-$strFieldInsertFromFileTempDirNotExists = 'Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł 1.11 u FAQ';
-$strViewName = 'Nazva prahladu';
-$strOptions = 'Nałady';
-$strFiles = 'Fajły';
-$strMysqlLibDiffersServerVersion = 'Versija vašaj biblijateki MySQL dla PHP %s adroźnivajecca ad versii vašaha servera MySQL %s. Heta moža vyklikać niepradkazalnyja pavodziny.';
-$strRoutines = 'Pracedury';
-$strRoutineReturnType = 'Typ pracedury';
-$strControluserFailed = 'Nie atrymałasia ŭstalavać złučeńnie dla controluser, vyznačanaje ŭ vašym kanfihuracyjnym fajle.';
-$strHexForBLOB = 'Šasnaccatkovyja značeńni dla polaŭ typu BLOB';
-$strRestartInsertion = 'Pačać ustaŭku znoŭ z %s-ha radku';
-$strTriggers = 'Tryhiery';
-$strEvent = 'Padzieja';
-$strProfiling = 'Prafilavańnie';
-$strPartitionDefinition = 'Aznačeńnie PARTITION';
-$strPrivDescTrigger = 'Dazvalaje stvareńnie i vydaleńnie tryhieraŭ';
-$strPrivDescEvent = 'Dazvalaje stvarać padziei ŭ planiroŭniku padziejaŭ';
-$strPrivDescProcess = 'Dazvalaje prahladać pracesy ŭsich karystalnikaŭ';
-$strPartitioned = 'padzielenaja na sekcyi';
-$strTableAlteredSuccessfully = 'Tablica %1$s była paśpiachova źmienienaja';
-$strDatabaseHasBeenCreated = 'Baza dadzienych %1$s stvoranaja.';
-$strTableHasBeenCreated = 'Tablica %1$s stvoranaja.';
-$strForeignKeyError = 'Pamyłka stvareńnia źniešniaha kluča na %1$s (praviercie typy kalonak)';
-$strRowsDeleted = 'Vydalena radkoŭ: %1$d.';
-$strRowsAffected = 'Źmieniena radkoŭ: %1$d.';
-$strRowsInserted = 'Ustaŭlena radkoŭ: %1$d.';
-$strInsertedRowId = 'ID ustaŭlenaha radku: %1$d';
-$strIndexesSeemEqual = 'Padobna, što indeksy %1$s i %2$s źjaŭlajucca adnolkavymi, a tamu adzin ź ich, mahčyma, možna vydalić.';
-$strPartitionMaintenance = 'Padtrymka padziełaŭ';
-$strPartition = 'Padzieł %s';
-$strAnalyze = 'Praanalizavać';
-$strCheck = 'Pravieryć';
-$strOptimize = 'Aptymizavać';
-$strRebuild = 'Pierabudavać';
-$strRepair = 'Adramantavać';
-$strRemovePartitioning = 'Skasavać padzieł na častki';
-$strSearchInField = 'Unutry pola:';
-$strTexyText = 'Tekst Texy!';
-$strDetails = 'Padrabiaźniej...';
-$strComment = 'Kamentar';
-$strPacked = 'Ścisnutaja';
-$strActions = 'Dziejańni';
-$strInterface = 'Interfejs';
-$strSuhosin = 'Na servery zapuščany Suhosin. Kali łaska, źviarniciesia da %sdakumentacyi%s dla atrymańnia apisańnia mahčymych prablemaŭ.';
-$strEvents = 'Padziei';
-$strForeignKeyRelationAdded = 'Suviaź FOREIGN KEY była dadadzienaja';
-$strInternalAndForeign = 'Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali isnuje adpaviednaja suviaź FOREIGN KEY.';
-$strViewHasAtLeast = 'Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da %sdakumentacyi%s.';
-$strRelationalKey = 'Kluč suviazi';
-$strRelationalDisplayField = 'Adlustravanaje pole suviazi';
-$strSwekeyNoKey = 'Dziejny kluč aŭtentyfikacyi nie padklučany';
-$strSwekeyNoKeyId = 'Fajł %s nia ŭtrymlivaje nijakaha identyfikatara kluča';
-$strSwekeyAuthFailed = 'Aparatnaja aŭtentyfikacyja skončyłasia niaŭdała';
-$strSwekeyAuthenticating = 'Aŭtentyfikacyja...';
-$strPBXTIndexCacheSize = 'Pamier kešu indeksaŭ';
-$strPBXTRecordCacheSize = 'Pamier kešu zapisaŭ';
-$strPBXTLogCacheSize = 'Pamier kešu łogaŭ';
-$strPBXTLogFileThreshold = 'Paroh fajła łogu';
-$strPBXTTransactionBufferSize = 'Pamier buferu tranzakcyj';
-$strPBXTCheckpointFrequency = 'Častata kantrolnych kropak';
-$strPBXTDataLogThreshold = 'Paroh łahavańnia dadzienych';
-$strPBXTGarbageThreshold = 'Paroh śmiećcia';
-$strPBXTLogBufferSize = 'Pamier buferu łogu';
-$strPBXTDataFileGrowSize = 'Pamier pavieličeńnia fajłaŭ z dadzienymi';
-$strPBXTRowFileGrowSize = 'Pamier pavieličeńnia fajłaŭ radkoŭ';
-$strPBXTRowFileGrowSizeDesc = 'Pamier pavieličeńnia fajłaŭ ukazalnikaŭ na radki (.xtr).';
-$strPBXTDataFileGrowSizeDesc = 'Pamier pavieličeńnia fajłaŭ apracoŭki dadzienych (.xtd).';
-$strPBXTLogBufferSizeDesc = 'Pamier buferu, jaki vykarystoŭvajecca padčas zapisu łogu. Pamier pa zmoŭčańni składaje 256MB. Mašyna zachavańnia dadzienych vydzialaje pa adnamu buferu na kožny patok, ale tolki kali patoku patrabujecca zapisvać łog dadzienych.';
-$strPBXTGarbageThresholdDesc = 'Adsotak śmiećcia ŭ fajle łogu dadzienych pierad tym, jak jon budzie ścisnuty. Hetaje značeńnie moža znachodzicca ŭ miežach ad 1 da 99. Značeńnie pa zmoŭčańni — 50.';
-$strPBXTDataLogThresholdDesc = 'Maksymalny pamier fajła łogu dadzienych. Pamier pa zmoŭčańni — 64MB. PBXT moda stvarać da 32000 łogaŭ dadzienych, jakija vykarystoŭvajucca ŭsimi tablicami. Takim čynam, značeńnie hetaj źmiennaj moža być pavialičana, kab pavialičać ahulnuju kolkaść dadzienych, jakija mohuć zachoŭvacca ŭ bazie dadzienych.';
-$strPBXTCheckpointFrequencyDesc = 'Kolkaść dadzienych, jakija zapisvajucca ŭ łog tranzakcyj pierad tym, jak vykanajecca kantrolnaja kropka. Značeńnie pa zmoŭčańni — 24 MB.';
-$strPBXTTransactionBufferSizeDesc = 'Pamier hlabalnaha buferu łogu tranzakcyj (kožnaja mašyna zachavańnia dadzienych vydzialale 2 bufery hetaha pamieru). Pamier pa zmoŭčańni — 1 MB.';
-$strPBXTLogFileThresholdDesc = 'Pamier łogu tranzakcyj pierad vykanańniem vykanańnia, da momantu, pakul budzie stvorany novy fajł. Značeńnie pa Pamier — 16 MB.';
-$strPBXTLogCacheSizeDesc = 'Kolkaść pamiaci, jakaja vydzialajecca dla kešu łogu tranzakcyj, jaki vykarystoŭvajecca dla kešavańnia dadzienyja łogu tranzakcyj. Pamier pa zmoŭčańni — 16 MB.';
-$strPBXTRecordCacheSizeDesc = 'Kolkaść pamiaci, jakaja vydzialajecca dla kešu zapisaŭ, što vykarystoŭvajecca dla kešavańnia dadzienych tablicy. Pamier pa zmoŭčańni — 32 MB. Hetaja pamiać vykarystoŭvajecca dla kešavańnia źmienaŭ fajłaŭ apracoŭki dadzienych (.xtd) i fajłaŭ ukazalnikaŭ radkoŭ (.xtr).';
-$strPBXTIndexCacheSizeDesc = 'Heta pamier pamiaci, jakaja vydzialajecca dla kešu indeksaŭ. Pamier pa zmoŭčańni — 32 MB. Heta pamiać vykarystoŭvajecca tolki dla kešavańnia staronak indeksaŭ.';
-$strPBXTLogFileCount = 'Kolkaść fajłaŭ łogu';
-$strPBXTLogFileCountDesc = 'Heta kolkaść fajłaŭ łogu tranzakcyj (pbxt/system/xlog*.xt), jakija moža padtrymlivać systema. U vypadku, kali kolkaść fajłaŭ łogu pieravysić hetaje značeńnie, staryja fajły łogu buduć vydalenyja. U inšym vypadku jany buduć pierajmienavanyja i im budzie dadzieny čarhovy najvyšejšy numar.';
-$strAsDefined = 'Jak vyznačana:';
-$strWiki = 'Wiki';
-$strWebServer = 'Web-server';
-$strPHPExtension = 'Pašyreńnie PHP';
-$strCustomColor = 'Inšy koler';
+// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1495,127 +1641,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php
index ca21cc0cb..8e095a1d6 100644
--- a/lang/bosnian-utf-8.inc.php
+++ b/lang/bosnian-utf-8.inc.php
@@ -21,9 +21,10 @@ $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'o
$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';
-$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.';
$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';
@@ -37,19 +38,18 @@ $strAddToIndex = 'Dodaj u ključ %s kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
+$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
-$strAfter = 'Poslije %s';
$strAll = 'Sve';
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
+$strAnIndex = 'Ključ je upravo dodan %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
-$strAnIndex = 'Ključ je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji host';
$strAnyUser = 'Bilo koji korisnik';
-$strAPrimaryKey = 'Osnovni ključ je upravo dodan %s';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastući';
@@ -69,8 +69,8 @@ $strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Obilježen SQL-upit';
$strBookmarkThis = 'Obilježi SQL-upit';
$strBookmarkView = 'Vidi samo';
-$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBrowse = 'Pregled';
+$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBulgarian = 'Bugarski';
$strBzip = '"bzip-ovano"';
@@ -83,22 +83,22 @@ $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.';
-$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 = 'Promijeni';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
-$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCharsets = 'Kodne strane';
+$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Označi sve';
-$strCheckPrivsLong = 'Provjeri privilegije za bazu "%s".';
$strCheckPrivs = 'Provjeri privilegije';
+$strCheckPrivsLong = 'Provjeri privilegije za bazu "%s".';
$strCheckTable = 'Provjeri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
@@ -117,9 +117,9 @@ $strCopyTable = 'Kopiraj tabelu u (baza.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 %s kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
-$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
@@ -129,30 +129,30 @@ $strCroatian = 'Hrvatski';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
+$strDBComment = 'Komentar baze:';
$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.';
$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.';
-$strDatabasesStats = 'Statistika baze';
-$strDataDict = 'Rečnik podataka';
-$strDataOnly = 'Samo podaci';
-$strData = 'Podaci';
-$strDBComment = 'Komentar baze:';
$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';
-$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';
-$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?';
+$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';
+$strDeleting = 'Brišem %s';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDictionary = 'riječnik';
@@ -161,24 +161,24 @@ $strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
-$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno hoćete da ';
+$strDocu = 'Dokumentacija';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
-$strDumpingData = 'Prikaz podataka tabele';
$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';
-$strEdit = 'Promeni';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omogućeno';
-$strEndCut = 'KRAJ REZ';
$strEnd = 'Kraj';
+$strEndCut = 'KRAJ REZ';
$strEndRaw = 'KRAJ SIROVO';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
@@ -191,26 +191,26 @@ $strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
$strFailedAttempts = 'Neuspelih pokušaja';
-$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strField = 'Polje';
+$strFieldHasBeenDropped = 'Polje %s je obrisano';
+$strFields = 'Polja';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter ';
-$strFields = 'Polja';
$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';
-$strFileNameTemplateRemember = 'zapamti šablon';
$strFileNameTemplate = 'Šablon imena datoteke';
+$strFileNameTemplateRemember = 'zapamti šablon';
$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")';
-$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
+$strFormat = 'Format';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
$strGenBy = 'Generirao';
-$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenTime = 'Vrijeme kreiranja';
+$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGerman = 'Njemački';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
@@ -223,39 +223,39 @@ $strGzip = '"gzip-ovano"';
$strHasBeenAltered = 'je promijenjen(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Jevrejski';
-$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Početna strana';
-$strHostEmpty = 'Ime hosta je prazno!';
+$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Host';
+$strHostEmpty = 'Ime hosta je prazno!';
$strHungarian = 'Mađarski';
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši';
$strImportFiles = 'Uvoz fajlova';
-$strIndexes = 'Ključevi';
-$strIndexHasBeenDropped = 'Ključ %s je obrisan';
+$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.';
-$strInsertAsNewRow = 'Unesi kao novi red';
$strInsert = 'Novi zapis';
-$strInUse = 'se koristi';
+$strInsertAsNewRow = 'Unesi kao novi red';
$strJapanese = 'Japanski';
$strJumpToDB = 'Pređi na bazu "%s".';
-$strJustDeleteDescr = '"Obrisani" korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
+$strJustDeleteDescr = '"Obrisani" 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';
-$strLandscape = 'Položeno';
$strLaTeX = 'LaTeX';
+$strLandscape = 'Položeno';
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
@@ -264,27 +264,27 @@ $strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
-$strLoginInformation = 'Podatci o prijavi';
-$strLogin = 'Prijavljivanje';
-$strLogout = 'Odjavljivanje';
$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_MIMEtype = 'MIME-tipovi';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju. 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 vrijednosti za opcije transformacije koristeći ovaj oblik: \'a\', 100, b,\'c\'... 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_transformation_options = 'Opcije transformacije';
$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\', 100, b,\'c\'... 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';
-$strModifyIndexTopic = 'Izmijeni ključ';
$strModify = 'Promijeni';
-$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
+$strModifyIndexTopic = 'Izmijeni ključ';
$strMoveTable = 'Pomjeri tabelu u (baza.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';
@@ -293,6 +293,7 @@ $strMySQLShowProcess = 'Prikaži listu procesa';
$strName = 'Ime';
$strNext = 'Slijedeći';
+$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
@@ -302,8 +303,6 @@ $strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
$strNoIndex = 'Ključ nije definisan!';
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definisani!';
$strNoModification = 'Nema izmjena';
-$strNo = 'Ne';
-$strNone = 'nema';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
@@ -312,11 +311,12 @@ $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 = '%s tabela nije pronađena ili nije postavljena u %s';
-$strNoUsersFound = 'Korisnik nije nađen.';
-$strNoValidateSQL = 'Preskoči provjeru SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele %s';
$strNumSearchResultsTotal = 'Ukupno:%s pogodaka';
@@ -329,12 +329,13 @@ $strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće fajlove';
+$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!';
-$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke nisu identične!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
@@ -344,16 +345,15 @@ $strPerMinute = 'u minuti';
$strPerSecond = 'u sekundi';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
-$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] 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" mora biti ime samo primarnog ključa!)';
-$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
@@ -389,9 +389,9 @@ $strProcesses = 'Procesi';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
+$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Upit po primeru';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi %s:';
$strQuerySQLHistory = 'SQL istorijat';
@@ -400,44 +400,53 @@ $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:';
-$strRelationalSchema = 'Relaciona shema';
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
-$strRelations = 'Relacije';
$strRelationView = 'Relacioni pogled';
+$strRelationalSchema = 'Relaciona shema';
+$strRelations = 'Relacije';
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
-$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
$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';
-$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';
+$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';
-$strRowsFrom = ' redova počev od 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';
-$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
-$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
+$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
-$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
+$strSQL = 'SQL';
+$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: "%"):';
@@ -445,7 +454,6 @@ $strSearchOption1 = 'bar jednu od riječi';
$strSearchOption2 = 'sve riječi';
$strSearchOption3 = 'tačan izraz';
$strSearchOption4 = 'kao regularni izraz';
-$strSearch = 'Pretraživanje';
$strSearchResultsFor = 'Rezultati pretrage za "%s" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
@@ -456,8 +464,8 @@ $strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
-$strServerChoice = 'Izbor servera';
$strServer = 'Server';
+$strServerChoice = 'Izbor servera';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabVariables = 'Promjenljive';
@@ -466,35 +474,27 @@ $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\'... 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';
-$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';
+$strShowingRecords = 'Prikaz zapisa';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSplitWordsWithSpace = 'Riječi se odvajaju razmakom (" ").';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
-$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
-$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Napravljeno';
-$strStatement = 'Ime';
$strStatUpdateTime = 'Posljednja izmjena';
+$strStatement = 'Ime';
$strStatus = 'Status';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podatci';
@@ -508,6 +508,7 @@ $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';
@@ -516,9 +517,8 @@ $strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
-$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
-$strTable = 'Tabela';
+$strTables = '%s tabela';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje možda nećete moći da izmenite';
$strThai = 'Tajlandski ';
@@ -526,8 +526,8 @@ $strThisHost = 'Ovaj server';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme';
$strToggleScratchboard = 'Uključuje/isključuje scratchboard';
-$strTotalUC = 'Ukupno';
$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)';
@@ -548,32 +548,32 @@ $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';
-$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$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!';
-$strUser = 'Korisnik';
$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 "%s"';
-$strUseTables = 'Koristi tabele';
-$strUseTextField = 'Koristi tekst polje';
-$strUseThisValue = 'Koristi ovu vrijednost';
$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';
-$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
-$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$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';
@@ -593,97 +593,196 @@ $strZip = '"zipovano"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -692,102 +791,587 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
-$strLatexContinuedCaption = 'Continued table caption'; //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
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -842,13 +1426,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -864,10 +1448,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -880,8 +1464,8 @@ $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_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
@@ -898,611 +1482,151 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1511,127 +1635,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php
index c4ccb5a54..c53ba2ecf 100644
--- a/lang/brazilian_portuguese-utf-8.inc.php
+++ b/lang/brazilian_portuguese-utf-8.inc.php
@@ -20,6 +20,7 @@ $datefmt = '%B %d, %Y as %I:%M %p';
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
+$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAccessDenied = 'Acesso negado';
$strAccessDeniedCreateConfig = 'A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o %1$ssetup script%2$s para criar um.';
@@ -47,21 +48,20 @@ $strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir novo registro';
$strAfterInsertNext = 'Editar próximo registro';
$strAfterInsertSame = 'Voltar para esta página';
-$strAllowInterrupt = 'Permitir interromper a importação caso se detecte que o script demorará perto do tempo limite. Isso pode ser um bom caminho para importar arquivos grandes, entretanto isso pode interromper as transações.';
-$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
$strAll = 'Todos';
+$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
+$strAllowInterrupt = 'Permitir interromper a importação caso se detecte que o script demorará perto do tempo limite. Isso pode ser um bom caminho para importar arquivos grandes, entretanto isso pode interromper as transações.';
$strAlterOrderBy = 'Alterar tabela ordenada por';
+$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyze = 'Analizar';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAndThen = 'e então';
$strAngularLinks = 'Links Angulares';
-$strAnIndex = 'Um índice foi adicionado a %s';
-$strAnyHost = 'Qualquer servidor';
$strAny = 'Qualquer';
+$strAnyHost = 'Qualquer servidor';
$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';
@@ -74,15 +74,15 @@ $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';
+$strBinary = ' Binário ';
+$strBinaryDoNotEdit = ' Binário - não edite ';
+$strBinaryLog = 'Log binário';
$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
$strBookmarkCreated = 'Marcador %s criado';
$strBookmarkDeleted = 'O marcador foi removido.';
@@ -91,24 +91,25 @@ $strBookmarkQuery = 'Consulta SQL gravada';
$strBookmarkReplace = 'Substituir marcador de mesmo nome existente';
$strBookmarkThis = 'Gravar essa consulta SQL';
$strBookmarkView = 'Apenas visualizar';
+$strBrowse = 'Visualizar';
$strBrowseDistinctValues = 'Navegador distingue valores';
$strBrowseForeignValues = 'Visualizar valores estrangeiros';
-$strBrowse = 'Visualizar';
-$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPoolUsage = 'Uso do Buffer Pool';
-$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferReadMisses = 'Leitura falhou';
+$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferWriteWaits = 'Escrever as esperas';
$strBufferWriteWaitsInPercent = 'Escrita esperada em %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Página ocupadas';
$strBzip = '"compactado com bzip"';
+$strCSV = 'CSV';
$strCalendar = 'Calendário';
-$strCancel = 'Cancelar';
$strCanNotLoadExportPlugins = 'Não pode carregar exportação dos plugins, verifique sua instalação!';
$strCanNotLoadImportPlugins = 'Não foi possível importar plugins, verifique sua instalação!';
+$strCancel = 'Cancelar';
$strCannotLogin = 'Não foi possível se logar no servidor MySQL';
$strCantLoad = 'não carregou extensão %s, verifique a configurações do php';
$strCantLoadRecodeIconv = 'Não é possível carregar iconv 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.';
@@ -119,8 +120,8 @@ $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 ...';
+$strChangeCopyModeCopy = '... manter o antigo.';
$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.';
@@ -129,13 +130,13 @@ $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';
+$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
$strCheck = 'Checar';
+$strCheckAll = 'Marcar todos';
$strCheckOverhead = 'Verificar sobre-carga';
-$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados "%s".';
$strCheckPrivs = 'Verificar privilégios';
+$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados "%s".';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha a página para editar';
$strColComFeat = 'Exibindo comentários da coluna';
@@ -181,12 +182,18 @@ $strCreateUserDatabaseWildcard = 'Conceder todos os privilégios no nome coringa
$strCreationDates = 'Criar/Atualizar/Verificar datas';
$strCriteria = 'Critério';
$strCroatian = 'Croata';
-$strCSV = 'CSV';
$strCyrillic = 'Cirílico';
-$strCzechSlovak = 'Tcheco-Eslováquio';
$strCzech = 'Tcheco';
+$strCzechSlovak = 'Tcheco-Eslováquio';
+$strDBComment = 'Comentário do Banco de Dados: ';
+$strDBCopy = 'Copiar Banco de Dados para';
+$strDBRename = 'Renomear Banco de Dados para';
$strDanish = 'Dinamarquês';
+$strData = 'Dados';
+$strDataDict = 'Dicionário de dados';
+$strDataOnly = 'Dados apenas';
+$strDataPages = 'Páginas contendo dados';
$strDatabase = 'Banco de Dados';
$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
@@ -194,34 +201,27 @@ $strDatabaseHasBeenCreated = 'Banco de dados %1$s foi criado.';
$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
$strDatabases = 'Banco de Dados';
$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
+$strDatabasesStats = 'Estatísticas do Banco de Dados';
$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';
$strDbIsEmpty = 'Banco de Dados parece estar vazio!';
$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';
+$strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
$strDefragment = 'Desfragmentar tabela';
+$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
$strDelayedInserts = 'Usar inserções demoradas';
+$strDelete = 'Remover';
$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';
$strDeleteNoUsersSelected = 'Nenhum usuário selecionado para exclusão!';
$strDeleteRelation = 'Apagar relacionamento';
-$strDelete = 'Remover';
+$strDeleted = 'Registro eliminado';
$strDeleting = 'Eliminando %s';
$strDelimiter = 'Delimitadores';
-$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';
$strDesigner = 'Designer';
@@ -230,21 +230,21 @@ $strDetails = 'Detalhes...';
$strDictionary = 'dicionário';
$strDirectLinks = 'Links diretos';
$strDirtyPages = 'Páginas sujas';
-$strDisabled = 'Desabilitado';
$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
+$strDisabled = 'Desabilitado';
$strDisplayFeat = 'Exibir recursos';
$strDisplayOrder = 'Ordenado por:';
$strDisplayPDF = 'Exibir esquema PDF';
$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
+$strDoYouReally = 'Confirmar';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentação';
-$strDoYouReally = 'Confirmar';
-$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$strDrop = 'Eliminar';
+$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$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.';
+$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
$strEdit = 'Editar';
@@ -255,13 +255,13 @@ $strEmpty = 'Limpar';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Encapsular exportação numa transação';
-$strEndCut = 'FIM CORTE';
$strEnd = 'Fim';
+$strEndCut = 'FIM CORTE';
$strEndRaw = 'FIM CRU';
$strEngineAvailable = '%s está disponível neste servidor MySQL.';
$strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
-$strEngines = 'Engines'; //sem traducao
$strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
+$strEngines = 'Engines'; //sem traducao
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
$strError = 'Erro';
@@ -294,32 +294,32 @@ $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';
-$strFileNameTemplateDescriptionDatabase = 'nome do Banco de Dados';
+$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateDescription = 'Esse valor é interpretado usando %1$sstrftime%2$s, então você pode usar as strings de formatação de tempo. Adicionalmente a seguinte transformação ocorrerá: %3$s. Outros textos serão mantidos como são.';
+$strFileNameTemplateDescriptionDatabase = 'nome do Banco de Dados';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da tabela';
-$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateRemember = 'lembrar modelo';
-$strFiles = 'Arquivos';
$strFileToImport = 'Arquivo para importar';
+$strFiles = 'Arquivos';
$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..';
$strFlushQueryCache = 'Nivelar cache da consulta'; //está correto isso?
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFlushTables = 'Nivelar (fechar) todas as tabelas'; //está correto isso?
$strFontSize = 'Tamanho da fonte';
$strForeignKeyError = 'Erro ao criar chave externa no %1$s (check data types)';
-$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores no formulário!';
+$strFormat = 'Formato';
$strFreePages = 'Páginas livres';
$strFullText = 'Textos completos';
$strFunction = 'Funções';
$strFunctions = 'Funções';
$strGenBy = 'Gerado por';
+$strGenTime = 'Tempo de Geração';
$strGeneralRelationFeat = 'Recursos de relações gerais';
$strGenerate = 'Gerar';
$strGeneratePassword = 'Gerar Senha';
-$strGenTime = 'Tempo de Geração';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global';
@@ -330,6 +330,8 @@ $strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"compactado com gzip"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Alimentador'; //está correto isso? seria Gestor??
$strHasBeenAltered = 'foi alterado.';
$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
@@ -339,56 +341,54 @@ $strHexForBLOB = 'Usar hexadecimal para BLOB';
$strHide = 'Ocultar';
$strHideShowAll = 'Ocultar/Exibir tudo';
$strHideShowNoRelation = 'Ocultar/Exibir Tabelas sem relacionamento';
-$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHome = 'Principal';
-$strHostEmpty = 'O nome do servidor está vazio!';
+$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Servidor';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'O nome do servidor está vazio!';
$strHungarian = 'Húngaro';
+$strIEUnsupported = 'Internet Explorer não suporta esta função.';
$strIcelandic = 'Islandês';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
-$strIEUnsupported = 'Internet Explorer não suporta esta função.';
-$strIgnoreDuplicates = 'Ignorar linhas duplicadas';
$strIgnore = 'Ignorar';
+$strIgnoreDuplicates = 'Ignorar linhas duplicadas';
$strIgnoreInserts = 'Usar inserções ignoradas';
+$strImport = 'Importar';
$strImportExportCoords = 'Importar/Exportar coordenadas para esquema PDF';
$strImportFiles = 'Importar arquivos';
$strImportFormat = 'Formato do arquivo importado';
-$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importação finalizada com sucesso, %d consultas executadas.';
-$strIndexes = 'Índices';
-$strIndexesSeemEqual = 'A indexação %1$s e %2$s parecem ser iguais ou uma delas pode ter sido removida.';
-$strIndexHasBeenDropped = 'Índice %s foi eliminado';
+$strInUse = 'em uso';
$strIndex = 'Índice';
+$strIndexHasBeenDropped = 'Índice %s foi eliminado';
$strIndexName = 'Nome do índice:';
$strIndexType = 'Tipo de índice:';
$strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
-$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
+$strIndexes = 'Índices';
+$strIndexesSeemEqual = 'A indexação %1$s e %2$s parecem ser iguais ou uma delas pode ter sido removida.';
$strInnoDBAutoextendIncrement = 'Incremento autoextendido';
-$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
+$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
$strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
+$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
$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';
+$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$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.';
+$strInsert = 'Inserir';
$strInsertAsNewRow = 'Inserir como um novo registro';
$strInsertedRowId = 'Id da linha inserida: %1$d';
-$strInsert = 'Inserir';
$strInterface = 'Interface'; // Não há tradução clara...
$strInternalRelationAdded = 'Adicionado relacionamento Interno';
$strInternalRelations = 'Relações internas';
-$strInUse = 'em uso';
$strInvalidAuthMethod = 'Método de autenticação inválido informado nas configurações:';
-$strInvalidColumn = 'Coluna especificada (%s) é inválida!';
-$strInvalidColumnCount = 'Contador da coluna deve ser maior que zero.';
$strInvalidCSVFieldCount = 'Contador de campo inválido na linha %d da entrada CSV.';
$strInvalidCSVFormat = 'Formato inválido na linha %d da entrada CSV.';
$strInvalidCSVParameter = 'Parâmetro inválido para importação CSV: %s';
+$strInvalidColumn = 'Coluna especificada (%s) é inválida!';
+$strInvalidColumnCount = 'Contador da coluna deve ser maior que zero.';
$strInvalidDatabase = 'Banco de Dados inválido';
$strInvalidFieldAddCount = 'Você deve adicionar pelo menos um campo.';
$strInvalidFieldCount = 'Tabela deve ter pelo menos um campo.';
@@ -411,21 +411,21 @@ $strKill = 'Matar';
$strKnownExternalBug = 'A funcionalidade %s é afetada por um bug conhecido, veja %s';
$strKorean = 'Coreano';
+$strLDI = 'CSV usando LOAD DATA';
+$strLDILocal = 'Usar palavra-chave LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Paisagem';
$strLanguage = 'Linguagem';
$strLanguageUnknown = 'Linguagem desconhecida: %1$s.';
$strLatchedPages = 'Páginas trancadas';
$strLatexCaption = 'Leganda da Tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
-$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
+$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir legenda da tabela';
$strLatexLabel = 'Rótulo da chave';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonês';
-$strLDI = 'CSV usando LOAD DATA';
-$strLDILocal = 'Usar palavra-chave LOCAL';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
@@ -434,63 +434,64 @@ $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:';
+$strLogin = 'Autenticação';
+$strLoginInformation = 'Informação de login';
+$strLogout = 'Sair';
$strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
+$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
+$strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
+$strMIME_available_mime = 'MIME-type disponíveis';
+$strMIME_available_transform = 'Transformações disponíveis';
+$strMIME_description = 'Descrição';
+$strMIME_nodescription = 'Sem descrição disponível para essa transformação. Pergunte ao autor o que %s faz.';
+$strMIME_transformation = 'Transformações do navegador';
+$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 = 'Opções de transformação';
+$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\', 100, b,\'c\'... 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_without = 'MIME-types em itálico não têm uma função de transformação separada';
$strMaxConnects = 'máx. de conexões concorrentes';
$strMaximalQueryLength = 'Tamanho máximo da consulta gerada';
$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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Modificar um índice';
$strMoveMenu = 'Mover Menu';
$strMoveTable = 'Mover tabela para (Banco de Dados.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.';
+$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.';
$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).';
+$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.';
$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.';
+$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).';
$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 processo) durante o Reparo pelo processo 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.';
$strMyISAMRepairThreads = 'Processos 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.';
+$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio processo) durante o Reparo pelo processo de ordenação.';
$strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
+$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.';
$strMySQLCharset = 'Conjunto de caracteres MySQL';
-$strMysqlClientVersion = 'Versão do cliente MySQL';
$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
-$strMysqlLibDiffersServerVersion = 'Sua versão %s da biblioteca MySQL do PHP difere da versão %s do seu servidor MySQL. Isso pode causar um comportamento estranho.';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostrar os Processos';
+$strMysqlClientVersion = 'Versão do cliente MySQL';
+$strMysqlLibDiffersServerVersion = 'Sua versão %s da biblioteca MySQL do PHP difere da versão %s do seu servidor MySQL. Isso pode causar um comportamento estranho.';
$strName = 'Nome';
$strNext = 'Próximo';
+$strNo = 'Não';
$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
-$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
-$strNoDatabases = 'Sem bases';
$strNoDataReceived = 'Nenhum dado foi recebido pra importar. Tampouco um nome de arquivo foi submetido, ou o tamanho do arquivo excedeu o tamanho máximo permitido pelas suas configurações do PHP. Veja FAQ 1.16.';
+$strNoDatabases = 'Sem bases';
+$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
$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.';
@@ -500,8 +501,6 @@ $strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir
$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.';
@@ -512,17 +511,18 @@ $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.';
+$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
+$strNoValidateSQL = 'Pular validação SQL';
+$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = '%s tabela não encontrada ou não configurada em %s';
-$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
-$strNoValidateSQL = 'Pular validação SQL';
$strNull = 'Nulo';
-$strNumberOfFields = 'Número de arquivos';
-$strNumberOfTables = 'Numero de tabelas';
$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela %s';
$strNumSearchResultsTotal = 'Total:%s resultado(s)';
$strNumTables = 'Tabelas';
+$strNumberOfFields = 'Número de arquivos';
+$strNumberOfTables = 'Numero de tabelas';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Abrir Documento Planilha';
@@ -537,34 +537,34 @@ $strOr = 'Ou';
$strOverhead = 'Sobrecarga';
$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Gerado um relatório contendo dados da tabela simples)';
+$strPDFReportTitle = 'Título do Relatório';
+$strPHPVersion = 'Versão do PHP';
$strPacked = 'Pacote';
$strPageNumber = 'Numero da página:';
$strPagesToBeFlushed = 'Páginas para serem niveladas';
$strPaperSize = 'Tamanho do papel';
$strPartialImport = 'Importação parcial';
$strPartialText = 'Textos parciais';
-$strPartitionDefinition = 'Definição da PARTIÇÃO';
-$strPartitioned = 'Particionado';
-$strPartitionMaintenance = 'Manutenção da partição';
$strPartition = 'Partição %s';
+$strPartitionDefinition = 'Definição da PARTIÇÃO';
+$strPartitionMaintenance = 'Manutenção da partição';
+$strPartitioned = 'Particionado';
+$strPassword = 'Senha';
$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';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Gerado um relatório contendo dados da tabela simples)';
-$strPDFReportTitle = 'Título do Relatório';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Pérsa';
$strPhoneBook = 'Agenda de telefones';
$strPhp = 'Criar código PHP';
-$strPHPVersion = 'Versão do PHP';
$strPleaseSelectPrimaryOrUniqueKey = 'Por favor, selecione uma chave primária ou uma chave única';
$strPmaDocumentation = 'Documentação do phpMyAdmin ';
$strPmaUriError = 'A variável $cfg[\'PmaAbsoluteUri\'] deve ser setada';
@@ -572,13 +572,13 @@ $strPolish = 'Polonês';
$strPortrait = 'Retrato';
$strPos1 = 'Início';
$strPrevious = 'Anterior';
+$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" precisa ser o nome de e apenas da chave primária!)';
-$strPrimary = 'Primária';
$strPrint = 'Imprimir';
-$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrintView = 'Visualização para impressão';
+$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
$strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
@@ -592,8 +592,8 @@ $strPrivDescDelete = 'Permitir apagar dados.';
$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
$strPrivDescDropTbl = 'Permitir eliminar tabelas.';
$strPrivDescEvent = 'Permitir iniciar eventos no cronograma de eventos';
-$strPrivDescExecute5 = 'Permitir executar stored routines.';
$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
+$strPrivDescExecute5 = 'Permitir executar stored routines.';
$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.';
@@ -625,9 +625,9 @@ $strProfiling = 'Perfil';
$strProtocolVersion = 'Versão do Protocolo';
$strPutColNames = 'Colocar nome do campo na primeira linha';
+$strQBE = 'Procurar por exemplo';
$strQBEDel = 'Del'; // (used in tbl_qbe.php)
$strQBEIns = 'Ins'; // (used in tbl_qbe.php)
-$strQBE = 'Procurar por exemplo';
$strQueryCache = 'Consulta do cache';
$strQueryFrame = 'Janela de consulta';
$strQueryOnDb = 'Consulta no Banco de Dados %s:';
@@ -638,6 +638,7 @@ $strQueryTime = 'Consulta levou %01.4f segundos';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
+$strReType = 'Re-digite';
$strReadRequests = 'Leitura requisitada';
$strRebuild = 'Reconstruir';
$strReceived = 'Recebido';
@@ -645,21 +646,21 @@ $strRecommended = 'recomendado';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strRefresh = 'Atualizar';
-$strRelationalKey = 'Chave de relação';
-$strRelationalSchema = 'Esquema relacional';
$strRelationDeleted = 'Relacionamento apagado';
$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';
-$strReloadPrivileges = 'Recarregar privilégios';
+$strRelationalKey = 'Chave de relação';
+$strRelationalSchema = 'Esquema relacional';
+$strRelations = 'Relações';
+$strRelationsForTable = 'RELAÇÕES PARA A TABELA';
$strReload = 'Recarregar';
+$strReloadPrivileges = 'Recarregar privilégios';
+$strReloadingThePrivileges = 'Recarregando os privilégios';
$strRemovePartitioning = 'Remover partição';
$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 ';
+$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepair = 'Reparar';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
@@ -668,36 +669,46 @@ $strReplication = 'Replicação';
$strReset = 'Resetar';
$strResourceLimits = 'Limite dos recursos';
$strRestartInsertion = 'Reiniciar inserção com %s registros';
-$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';
+$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
+$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
+$strRevokeMessage = 'Você revogou os privilégios para %s';
$strRomanian = 'Romêno';
$strRoutineReturnType = 'Tipo de returno';
$strRoutines = 'Rotinas';
$strRowLength = 'Tamanho do registro';
+$strRowSize = ' Tamanho do registro ';
+$strRows = 'Registros';
$strRowsAffected = '%1$d linha(s) afetadas.';
$strRowsDeleted = '%1$d linhas(s) excluídas.';
$strRowsFrom = 'registro(s) começando de';
$strRowsInserted = '%1$d linha(s) inseridas.';
-$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';
-$strRows = 'Registros';
$strRowsStatistic = 'Estatísticas do registros';
-$strRunning = 'Rodando em %s';
$strRunQuery = 'Enviar consulta SQL';
$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
$strRunSQLQueryOnServer = 'Rodar consulta(s) SQL no servidor %s';
+$strRunning = 'Rodando em %s';
$strRussian = 'Russo';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Modo de compatibilidade SQL';
+$strSQLExportType = 'Tipo de exportação';
+$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';
+$strSQPBugInvalidIdentifer = 'Identificador inválido';
+$strSQPBugUnclosedQuote = 'Aspas não fechada';
+$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
+$strSave = 'Salvar';
$strSaveOnServer = 'Salvar no servidor no diretório %s';
$strSavePosition = 'Salvar posição';
-$strSave = 'Salvar';
$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
+$strSearch = 'Procurar';
$strSearchFormTitle = 'Procurar no Banco de Dados';
$strSearchInField = 'Dentro do campo:';
$strSearchInTables = 'Dentro da(s) tabela(s):';
@@ -706,7 +717,6 @@ $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 "%s" %s:';
$strSearchType = 'Encontrar:';
$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
@@ -720,31 +730,27 @@ $strSelectReferencedKey = 'Seleciona chave referenciada';
$strSelectTables = 'Tabelas selecionadas';
$strSend = 'Enviado';
$strSent = 'Enviar';
+$strServer = 'Servidor';
$strServerChoice = 'Seleção do Servidor';
$strServerNotResponding = 'O servidor não está respondendo';
-$strServer = 'Servidor';
-$strServers = 'Servidores';
-$strServerStatusDelayedInserts = 'Inserções demoradas';
$strServerStatus = 'Informações de Runtime';
+$strServerStatusDelayedInserts = 'Inserções demoradas';
$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = 'Tráfico do servidor: 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';
+$strServers = 'Servidores';
$strSessionStartupErrorGeneral = 'Não pôde iniciar a sessão sem erros, cheque os erros ocorridos nos logs do PHP e/ou do seu servidor web e configure a instalação do PHP corretamente.';
$strSessionValue = 'Valor da sessão';
$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'... 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\').';
+$strShow = 'Mostrar';
$strShowAll = 'Mostrar todos';
$strShowColor = 'Mostrar cor';
$strShowDatadictAs = 'Formato do dicionário de dados';
$strShowFullQueries = 'Mostrar consultas completas';
$strShowGrid = 'Mostrar grade';
$strShowHideLeftMenu = 'Exibir/Ocultar menu da esquerda';
-$strShowingBookmark = 'Exibindo marcadores';
-$strShowingPhp = 'Exibindo como código PHP';
-$strShowingRecords = 'Mostrando registros ';
-$strShowingSQL = 'Exibindo consulta SQL';
-$strShow = 'Mostrar';
$strShowOpenTables = 'Exibir tabelas abertas';
$strShowPHPInfo = 'Mostrar informações do PHP';
$strShowSlaveHosts = 'Exibir servidores escravos';
@@ -800,13 +806,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'O número de escritas fsyncs feitas n
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'O número de arquivos de log fsyncs pendentes.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrita de arquivos de log pendentes.';
$strShowStatusInnodb_os_log_writtenDescr = 'O número de bytes escritos para o arquivo de log.';
-$strShowStatusInnodb_pages_createdDescr = 'O número de páginas criadas.';
$strShowStatusInnodb_page_sizeDescr = 'O tamanho de página compilada do InnoDB (padrão 16KB). Muitos valores são contados em páginas; o tamanho de página permite que sejam facilmente convertidos em bytes.';
+$strShowStatusInnodb_pages_createdDescr = 'O número de páginas criadas.';
$strShowStatusInnodb_pages_readDescr = 'O número de páginas lidas.';
$strShowStatusInnodb_pages_writtenDescr = 'O número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'O número de linhas trancadas que estão esperando atualmente.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'O tempo médio para recuperar uma linha trancada, em milísegundo.';
$strShowStatusInnodb_row_lock_timeDescr = 'O tempo total gasto para recuperar linhas trancadas, em milísegundo.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'O tempo médio para recuperar uma linha trancada, em milísegundo.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'O máximo de tempo para recuperar uma linha trancada, em milísegundo.';
$strShowStatusInnodb_row_lock_waitsDescr = 'O número de vezes que uma linhas trancada teve que esperar para ser escrita.';
$strShowStatusInnodb_rows_deletedDescr = 'O número de linhas deletadas de tabelas InnoDB.';
@@ -822,10 +828,10 @@ $strShowStatusKey_write_requestsDescr = 'O número de requisições para escreve
$strShowStatusKey_writesDescr = 'O número de escritas físicas para um bloco chave para o disco.';
$strShowStatusLast_query_costDescr = 'O custo total da última consulta compilada como computado pelo otimizador de consultas. Útil para comparar o custo de diferentes planos de consulta para a mesma consulta. O valor padrão 0 significa que nenhuma consulta foi compilada ainda.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'O número de linhas esperando para serem escritas na fila de INSERT DELAYED.';
-$strShowStatusOpened_tablesDescr = 'O número de tabelas que devem estar abertas. Se aberta, as tabelas são grandes, o valor do cache de suas tabelas é provavelmente muito pequeno.';
$strShowStatusOpen_filesDescr = 'O número de arquivos que estão abertos.';
$strShowStatusOpen_streamsDescr = 'O número de streams que estão abertos (usados principalmente para log).';
$strShowStatusOpen_tablesDescr = 'O número de tabelas que estão abertas.';
+$strShowStatusOpened_tablesDescr = 'O número de tabelas que devem estar abertas. Se aberta, as tabelas são grandes, o valor do cache de suas tabelas é provavelmente muito pequeno.';
$strShowStatusQcache_free_blocksDescr = 'O número de blocos de memória livre na consulta do cache.';
$strShowStatusQcache_free_memoryDescr = 'O montante de memória livre para a consulta do cache.';
$strShowStatusQcache_hitsDescr = 'O número de hits do cache.';
@@ -838,8 +844,8 @@ $strShowStatusReset = 'Resetar';
$strShowStatusRpl_statusDescr = 'O status da replicação à prova de falhas (não implementado).';
$strShowStatusSelect_full_joinDescr = 'O número de junções que não usaram índices. Se este valor não for 0, você deve cuidadosamente verificar os índices de suas tabelas.';
$strShowStatusSelect_full_range_joinDescr = 'O número de junções que usaram uma pesquisa de escala na tabela de referência.'; //está correto isso?
-$strShowStatusSelect_range_checkDescr = 'O número de junções sem chaves que verificam para ver se há o uso da chave após cada linha. (Se este não for 0, você deve cuidadosamente verificar os índices de suas tabelas.)';
$strShowStatusSelect_rangeDescr = 'O número de junções que usaram escalas na primeira tabela. (Não é normalmente crítico mesmo se este for grande.)';
+$strShowStatusSelect_range_checkDescr = 'O número de junções sem chaves que verificam para ver se há o uso da chave após cada linha. (Se este não for 0, você deve cuidadosamente verificar os índices de suas tabelas.)';
$strShowStatusSelect_scanDescr = 'O número junções que fez uma varredura completa da primeira tabela.';
$strShowStatusSlave_open_temp_tablesDescr = 'O número de tabelas temporárias abertas atualmente pelo processo SQL escravo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total (desde o início) de vezes que o processo SQL escravo de replicação teve que tentar transações.';
@@ -859,6 +865,10 @@ $strShowStatusThreads_runningDescr = 'O número de processos que não estão dor
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostrar tabelas';
$strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
+$strShowingBookmark = 'Exibindo marcadores';
+$strShowingPhp = 'Exibindo como código PHP';
+$strShowingRecords = 'Mostrando registros ';
+$strShowingSQL = 'Exibindo consulta SQL';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
@@ -868,31 +878,21 @@ $strSlovenian = 'Eslovênio';
$strSmallBigAll = 'Tudo Pequeno/Grande';
$strSnapToGrid = 'Ajustar à grade';
$strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
+$strSort = 'Ordenar';
$strSortByKey = 'Ordenar pela chave';
$strSorting = 'Ordenando';
-$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espaço';
$strSpanish = 'Espanhol';
$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
-$strSQLCompatibility = 'Modo de compatibilidade SQL';
-$strSQLExportType = 'Tipo de exportação';
-$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';
$strStandInStructureForView = 'Estrutura stand-in para visualizar';
$strStatCheckTime = 'Última verificação';
$strStatCreateTime = 'Criação';
+$strStatUpdateTime = 'Última atualização';
$strStatement = 'Comandos';
$strStatisticsOverrun = 'Em servidores ocupados, os contadores de byte podem sobrecarregar, então as estatísticas como relatadas pelo servidor MySQL podem estar incorretas.';
-$strStatUpdateTime = 'Última atualização';
$strStatus = 'Status';
-$strStorageEngines = 'Storage Engines'; // sem traducao
$strStorageEngine = 'Storage Engine'; // sem traducao
+$strStorageEngines = 'Storage Engines'; // sem traducao
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucExcelCSV = 'CSV para dados MS Excel';
@@ -906,11 +906,12 @@ $strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSuhosin = 'Servidor rodando com \'Suhosin\'. Verifique a %sdocumentation%s para possíveis razões do erro.';
$strSum = 'Soma';
$strSwedish = 'Suéco';
-$strSwekeyAuthenticating = 'Autenticando...';
$strSwekeyAuthFailed = 'Falha na autenticação de hardware';
+$strSwekeyAuthenticating = 'Autenticando...';
$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
$strSwitchToTable = 'Mudar para a tabela copiada';
+$strTable = 'Tabela';
$strTableAlreadyExists = 'Tabela %s já existe!';
$strTableAlteredSuccessfully = 'A tabela %1$s foi alterada com sucesso';
$strTableComments = 'Comentários da tabela';
@@ -924,32 +925,31 @@ $strTableMaintenance = 'Tabela de Manutenção';
$strTableName = 'Nome da Tabela';
$strTableOfContents = 'Tabela de conteúdos';
$strTableOptions = 'Opções da tabela';
-$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
-$strTable = 'Tabela';
+$strTables = '%s tabela(s)';
$strTakeIt = 'tome';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTempData = 'Dados temporários';
$strTextAreaLength = ' Por causa da sua largura, esse campo pode não ser editável ';
$strTexyText = 'Texy! texto'; // Texy??
$strThai = 'Thailandês';
+$strTheme = 'Tema / Estilo';
$strThemeDefaultNotFound = 'Tema padrão %s não encontrado!';
$strThemeNoPreviewAvailable = 'Nenhuma pré-visualização disponível.';
-$strThemeNotFound = 'Tema %s não encontrado!';
$strThemeNoValidImgPath = 'Encontrado caminho inválido para imagens para o tema %s!';
+$strThemeNotFound = 'Tema %s não encontrado!';
$strThemePathNotFound = 'Encontrado caminho inválido para o tema %s!';
-$strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Servidor';
-$strThreads = 'Processos';
$strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.';
+$strThreads = 'Processos';
+$strTime = 'Tempo';
$strTimeoutInfo = 'Importação anterior passou do tempo limite, depois de reenviar, irá continuar na posição %d.';
$strTimeoutNothingParsed = 'Entretanto na última vez nenhum dado foi passado, isso normalmente significa que o phpMyAdmin não é capaz de finalizar essa importação à menos que você aumente o tempo limite do PHP.';
$strTimeoutPassed = 'Script passou do tempo limite, se você deseja terminar a importação, reenvie o mesmo arquivo que a importação será resumida.';
-$strTime = 'Tempo';
$strToFromPage = 'página de/para';
+$strToSelectRelation = 'Para selecionar relacionamento, clique :';
$strToggleScratchboard = 'mudar o estado do Scratchboard'; //isso está correto? mas nao descobri o q eh
$strToggleSmallBig = 'Mudar para pequeno/grande';
-$strToSelectRelation = 'Para selecionar relacionamento, clique :';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinês Tradicional';
@@ -980,10 +980,10 @@ $strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Desmarcar Todos';
$strUnsupportedCompressionDetected = 'Você tentou carregar um arquivo com compressão não suportada (%s). Pode o suporte para isso não ter sido implementado ou pode ter sido desabilitado por sua configuração PHP.';
+$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
$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.';
$strUploadErrorCantWrite = 'Falhou ao salvar arquivo no disco.';
$strUploadErrorExtension = 'Carregamento do arquivo parado pela extenção.';
@@ -997,6 +997,11 @@ $strUploadsNotAllowed = 'Não é permitido subir arquivos neste servidor.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
$strUseHostTable = 'Usar Tabela do Servidor';
+$strUseTabKey = 'Usar a tecla 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';
+$strUser = 'Usuário';
$strUserAlreadyExists = 'O usuário %s já existe!';
$strUserEmpty = 'O nome do usuário está em branco!';
$strUserName = 'Nome do usuário';
@@ -1004,26 +1009,21 @@ $strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de priv
$strUserOverview = 'Avaliação dos usuários';
$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Usuários que têm acesso à "%s"';
-$strUser = 'Usuário';
-$strUseTabKey = 'Usar a tecla 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';
+$strView = 'Visão';
$strViewDump = 'Ver o esquema da tabela';
+$strViewDumpDB = 'Ver o esquema do Banco de Dados';
+$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
$strViewHasBeenDropped = 'Visão %s foi apagada';
$strViewName = 'Nome da VISÃO';
-$strView = 'Visão';
-$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWebServerUploadDirectory = 'Servidor web subiu o diretório';
+$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWelcome = 'Bem vindo ao %s';
$strWestEuropean = 'Oeste Europeu';
$strWildcard = 'coringa';
@@ -1041,43 +1041,77 @@ $strZip = '"compactado com zip"';
// To translate:
$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
@@ -1085,53 +1119,91 @@ $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPhpArray = 'PHP array'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPHPExtension = 'PHP extension'; //to translate
+$strPhpArray = 'PHP array'; //to translate
$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
@@ -1158,27 +1230,14 @@ $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
$strSetupDonateLink = 'Donate'; //to translate
$strSetupDownload = 'Download'; //to translate
$strSetupEndOfLine = 'End of line'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
@@ -1192,8 +1251,8 @@ $strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
$strSetupFalse = 'no'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSL_name = 'Force SSL connection'; //to translate
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
@@ -1201,54 +1260,54 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
$strSetupForm_Browse = 'Browse mode'; //to translate
$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
$strSetupForm_Left_databases = 'Databases'; //to translate
$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
$strSetupFormset_customization = 'Customization'; //to translate
$strSetupFormset_export = 'Customize export options'; //to translate
$strSetupFormset_features = 'Features'; //to translate
$strSetupFormset_import = 'Customize import defaults'; //to translate
$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
@@ -1279,9 +1338,9 @@ $strSetupLeftFrameLight_name = 'Use light version'; //to translate
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLetUserChoose = 'let the user choose'; //to translate
@@ -1294,8 +1353,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
@@ -1333,18 +1392,36 @@ $strSetupRecodingEngine_desc = 'Select which functions will be used for characte
$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
$strSetupSaveDir_name = 'Save directory'; //to translate
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
@@ -1360,14 +1437,8 @@ $strSetupServers_connect_type_name = 'Connection type'; //to translate
$strSetupServers_controlpass_name = 'Control user password'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate
$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate
$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
$strSetupServers_extension_name = 'PHP extension to use'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
@@ -1376,7 +1447,6 @@ $strSetupServers_history_desc = 'Leave blank for no SQL query history support, d
$strSetupServers_history_name = 'SQL query history table'; //to translate
$strSetupServers_host_desc = ''; //to translate
$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
$strSetupServers_nopassword_name = 'Connect without password'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
@@ -1391,14 +1461,9 @@ $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave emp
$strSetupServers_port_name = 'Server port'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate
$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_ssl_name = 'Use SSL'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
@@ -1422,9 +1487,9 @@ $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1434,11 +1499,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
$strSetupTrue = 'yes'; //to translate
@@ -1450,6 +1510,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; /
$strSetupUseDbSearch_name = 'Use database search'; //to translate
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
$strSetupVersionCheckLink = 'Check for latest version'; //to translate
@@ -1457,19 +1518,101 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
$strSetupWarning = 'Warning'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDump_name = 'ZIP'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
$strStatic = 'static'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
$strViewImage = 'View image'; //to translate
@@ -1478,22 +1621,6 @@ $strViewVideo = 'View video'; //to translate
$strWebServer = 'Web server'; //to translate
$strWiki = 'Wiki'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1502,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php
index e30491cfa..f066f3b05 100644
--- a/lang/bulgarian-utf-8.inc.php
+++ b/lang/bulgarian-utf-8.inc.php
@@ -21,9 +21,10 @@ $datefmt = '%e %B %Y в %H:%M';
$timespanfmt = '%s дена, %s часа, %s минути и %s секунди';
+$strAPrimaryKey = 'Беше добавен първичен ключ към ';
$strAbortedClients = 'Прекъснати';
-$strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.';
$strAccessDenied = 'Отказан достъп';
+$strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.';
$strAction = 'Действие';
$strAddAutoIncrement = 'Добавяне на AUTO_INCREMENT';
$strAddClause = 'Добавяне на %s';
@@ -38,26 +39,25 @@ $strAddPrivilegesOnDb = 'Добавяне на привилегии към сл
$strAddPrivilegesOnTbl = 'Добавяне на привилегии към следната таблица';
$strAddSearchConditions = 'Добавяне на условие за търсене (съдържание на "where" клаузата):';
$strAddToIndex = ' %s колона(и) беше(яха)добавени към индекса ';
-$strAddUserMessage = 'Вие добавихте нов потребител.';
$strAddUser = 'Добавяне на нов потребител.';
+$strAddUserMessage = 'Вие добавихте нов потребител.';
$strAdministration = 'Администрация';
+$strAfter = 'след %s';
$strAfterInsertBack = 'връщане обратно';
$strAfterInsertNewInsert = 'вмъкване на нов запис';
$strAfterInsertNext = 'редактиране на следващия ред';
$strAfterInsertSame = 'връщане към тази страница';
-$strAfter = 'след %s';
$strAll = 'всички';
$strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?';
$strAlterOrderBy = 'Подреждане на таблицата по';
-$strAnalyzeTable = 'Анализиране на таблицата';
-$strAndThen = 'и след това';
-$strAnd = 'и';
$strAnIndex = 'Беше добавен индекс на %s';
+$strAnalyzeTable = 'Анализиране на таблицата';
+$strAnd = 'и';
+$strAndThen = 'и след това';
$strAny = 'всеки';
$strAnyHost = 'Всеки хост';
$strAnyUser = 'Всеки потребител';
$strApproximateCount = 'Може да има приблизителна стойност. Виж FAQ 3.11';
-$strAPrimaryKey = 'Беше добавен първичен ключ към ';
$strArabic = 'Арабски';
$strArmenian = 'Арменски';
$strAscending = 'Възходящо';
@@ -70,10 +70,10 @@ $strBack = 'Назад';
$strBaltic = 'Балтийски';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = ' Двоично ';
-$strBinaryDoNotEdit = ' Двоично - не се редактира ';
$strBinLogEventType = 'Тип на събитието';
$strBinLogInfo = 'Информация';
+$strBinary = ' Двоично ';
+$strBinaryDoNotEdit = ' Двоично - не се редактира ';
$strBookmarkAllUsers = 'Нека всеки потребител има достъп до този показалец';
$strBookmarkCreated = 'Показалец %s беше създаден успешно';
$strBookmarkDeleted = 'Показалецът беше изтрит.';
@@ -82,8 +82,8 @@ $strBookmarkQuery = 'Запазване на SQL заявка';
$strBookmarkReplace = 'Препокриване не съществуващия показалец със същото име';
$strBookmarkThis = 'Запази тази SQL заявка';
$strBookmarkView = 'Само показване';
-$strBrowseForeignValues = 'Преглеждане на външните(foreign) стойности';
$strBrowse = 'Прелистване';
+$strBrowseForeignValues = 'Преглеждане на външните(foreign) стойности';
$strBulgarian = 'Български';
$strBzip = '"bzip-нато"';
@@ -99,23 +99,23 @@ $strCardinality = 'Кардиналност';
$strCaseInsensitive = 'нечувствително към регистъра';
$strCaseSensitive = 'чувствително към регистъра';
$strCentralEuropean = 'Централно европейски';
+$strChange = 'Променяне';
+$strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...';
$strChangeCopyModeCopy = '... запазване на стария.';
$strChangeCopyModeDeleteAndReload = ' ... изтриване на стария от таблицата на потребителите и след това презареждане на привилегиите.';
$strChangeCopyModeJustDelete = ' ... изтриване на стария от таблицата на потребителите.';
-$strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...';
$strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.';
$strChangeCopyUser = 'Промяна на логин информацията / Копиране на потребител';
$strChangeDisplay = 'Изберете Полета за показване';
-$strChange = 'Променяне';
$strChangePassword = 'Смяна на паролата';
-$strCharsetOfFile = 'Набор от знаци на файла:';
-$strCharsetsAndCollations = 'Набори от знаци и колации';
-$strCharsets = 'Набори от знации';
$strCharset = 'Набор от знаци';
+$strCharsetOfFile = 'Набор от знаци на файла:';
+$strCharsets = 'Набори от знации';
+$strCharsetsAndCollations = 'Набори от знаци и колации';
$strCheckAll = 'Маркиране на всичко';
$strCheckOverhead = 'Маркиране на таблиците със загубено място';
-$strCheckPrivsLong = 'Провери привилегиите за база от данни "%s".';
$strCheckPrivs = 'Проверка на привилегиите';
+$strCheckPrivsLong = 'Провери привилегиите за база от данни "%s".';
$strCheckTable = 'Проверка на таблицата';
$strChoosePage = 'Моля изберете страница за редактиране';
$strColComFeat = 'Показване на коментари към Колоните';
@@ -126,8 +126,8 @@ $strCommand = 'Команда';
$strComments = 'Коментари';
$strCompatibleHashing = 'MySQL 4.0 съвместимо';
$strCompleteInserts = 'Пълни INSERT-и';
-$strCompressionWillBeDetected = 'Компресията на файла за импортиране ще бъде автоматично избрана от: %s';
$strCompression = 'Компресия';
+$strCompressionWillBeDetected = 'Компресията на файла за импортиране ще бъде автоматично избрана от: %s';
$strConfigDefaultFileError = 'Конфигурацията по подразбиране не може да бъде заредена от: "%1$s"';
$strConfigFileError = 'phpMyAdmin не може да прочете конфигурационният Ви файл! Това може да се случи ако PHP открие синтактична грешка в него или не може да открие файла. Моля извикайте конфигурационния файл директно като използвате линка по-долу и прочетете съобщението за грешка което PHP връща. В по-голяма част от случаите, някъде липсват кавички или точка и запетая. Ако се изведе празна страница, всички е наред.';
$strConfigureTableCoord = 'Моля конфигурирайте координатите за таблица %s';
@@ -136,18 +136,18 @@ $strConnections = 'Конекции';
$strConstraintsForDumped = 'Ограничения за дъмпнати таблици';
$strConstraintsForTable = 'Ограничения за таблица';
$strCookiesRequired = 'Оттук нататък са необходими "Cookies".';
+$strCopy = 'Копиране';
$strCopyDatabaseOK = 'База от данни %s беше копирана като %s';
+$strCopyTable = 'Копиране на таблица (база от данни.таблица):';
$strCopyTableOK = 'Таблица %s беше копирана в %s.';
$strCopyTableSameNames = 'Не може да се копира таблицата към себе си!';
-$strCopyTable = 'Копиране на таблица (база от данни.таблица):';
-$strCopy = 'Копиране';
$strCouldNotKill = 'phpMyAdmin не можа да спре нишка %s. Вероятно вече е била затворена.';
+$strCreate = 'Създай';
$strCreateDatabaseBeforeCopying = 'Изпълняване на CREATE DATABASE преди копирането';
$strCreateIndex = 'Създаване на индекс върху %s колони';
$strCreateIndexTopic = 'Създай нов индекс';
$strCreateNewDatabase = 'Създаване на нова БД';
$strCreateNewTable = 'Създаване на нова таблица в БД %s';
-$strCreate = 'Създай';
$strCreatePage = 'Създай нова Страница';
$strCreatePdfFeat = 'Създаване на PDF-и';
$strCreationDates = 'Създаване/Обновяване/Проверка на дати';
@@ -157,56 +157,56 @@ $strCyrillic = 'Кирилица';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чехословашки';
+$strDBComment = 'Коментар към базата от данни: ';
+$strDBCopy = 'Копиране на базата от данни в';
+$strDBRename = 'Преименуване на базата от данни на';
$strDanish = 'Датски';
+$strData = 'Данни';
+$strDataDict = 'Речник на данните';
+$strDataOnly = 'Само данните';
+$strDataPages = 'Страници съдържащи данни';
$strDatabase = 'БД';
$strDatabaseEmpty = 'Името на базата от данни е празно!';
$strDatabaseExportOptions = 'Опции за експортиране на база от данни';
$strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.';
+$strDatabases = 'Бази от данни';
$strDatabasesDropped = '%s бази от данни бяха изтрити успешно.';
+$strDatabasesStats = ' Статистика за базите данни';
$strDatabasesStatsDisable = 'Забрани статистика';
$strDatabasesStatsEnable = 'Разрешаване на статистика';
$strDatabasesStatsHeavyTraffic = 'Забележка: Разрешаването на статистика на базата от данни може да коства много голям трафик между уеб сървъра и MySQL сървъра.';
-$strDatabasesStats = ' Статистика за базите данни';
-$strDatabases = 'Бази от данни';
-$strDataDict = 'Речник на данните';
-$strData = 'Данни';
-$strDataOnly = 'Само данните';
-$strDataPages = 'Страници съдържащи данни';
-$strDBComment = 'Коментар към базата от данни: ';
-$strDBCopy = 'Копиране на базата от данни в';
$strDbPrivileges = 'Привилегии специфични за базата от данни';
-$strDBRename = 'Преименуване на базата от данни на';
$strDbSpecific = 'специфични за базата от данни';
+$strDefault = 'По подразбиране';
$strDefaultEngine = '%s е хранилището на данни по подразбиране на този MySQL сървър.';
$strDefaultValueHelp = 'За стойностите по подразбиране, моля въведете само една стойност, без обратни черти или апостроф, използвайки следния формат: a';
-$strDefault = 'По подразбиране';
$strDefragment = 'Дефрагментиране на таблица';
+$strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?';
$strDelayedInserts = 'Използване на отложени вмъквания';
-$strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.';
-$strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.';
-$strDeleted = 'Редът беше изтрит';
$strDelete = 'Изтриване';
+$strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.';
+$strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.';
$strDeleteNoUsersSelected = 'Не за избрани потребители за изтриване!';
+$strDeleted = 'Редът беше изтрит';
$strDeleting = 'Изтриване на %s';
$strDelimiter = 'Разделител';
-$strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?';
$strDescending = 'Низходящо';
$strDescription = 'Описание';
$strDictionary = 'речник';
-$strDisabled = 'Забранено';
$strDisableForeignChecks = 'Забраняване на проверките за външен ключ';
+$strDisabled = 'Забранено';
$strDisplayFeat = 'Покажи възможностите';
$strDisplayOrder = 'Подреждане по:';
$strDisplayPDF = 'Покажи PDF схема';
$strDoAQuery = 'Изпълняване на "заявка по шаблон" (знак за заместване: "%")';
-$strDocu = 'Документация';
$strDoYouReally = 'Действително ли желаете да изпълните заявката';
-$strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!';
+$strDocu = 'Документация';
$strDrop = 'Унищожаване';
+$strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!';
$strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.';
-$strDumpingData = 'Дъмп (схема) на данните в таблицата';
$strDumpSaved = 'Схемата(дъмп) беше записана във файл %s.';
$strDumpXRows = 'Дъмп-ни %s реда като започнеш от %s.';
+$strDumpingData = 'Дъмп (схема) на данните в таблицата';
$strDynamic = 'динамичен';
$strEdit = 'Редактиране';
@@ -217,17 +217,17 @@ $strEmpty = 'Изчистване';
$strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).';
$strEnabled = 'Позволено';
$strEncloseInTransaction = 'Изолиране на експорта в транзакция';
-$strEndCut = 'END CUT';
$strEnd = 'Край';
+$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s е разрешен на този MySQL сървър.';
$strEngineDisabled = '%s е изключен за този MySQL сървър.';
-$strEngines = 'Хранилища';
$strEngineUnsupported = 'Този MySQL сървър не поддържа хранилището на данни %s.';
+$strEngines = 'Хранилища';
$strEnglish = 'Английски';
$strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. ';
-$strErrorInZipFile = 'Грешка в ZIP архива:';
$strError = 'Грешка';
+$strErrorInZipFile = 'Грешка в ZIP архива:';
$strErrorRenamingTable = 'Грешка при преименуване на таблица %1$s в %2$s';
$strEsperanto = 'Есперанто';
$strEstonian = 'Естонски';
@@ -239,34 +239,34 @@ $strExtendedInserts = 'Разширени INSERT-и';
$strExtra = 'Допълнително';
$strFailedAttempts = 'Провалили се опити';
+$strField = 'Поле';
$strFieldHasBeenDropped = 'Полето %s беше изтрито';
+$strFields = 'Полета';
$strFieldsEnclosedBy = 'Полетата са оградени с';
$strFieldsEscapedBy = 'Представка на специалните знаци';
$strFieldsTerminatedBy = 'Полетата завършват с';
-$strFields = 'Полета';
-$strField = 'Поле';
$strFileAlreadyExists = 'Файлът %s вече съществува на сървъра, сменете името на файла или включете опцията за препокриване.';
$strFileCouldNotBeRead = 'Файлът не може да бъде прочетен';
+$strFileNameTemplate = 'Шаблон на файловото име';
$strFileNameTemplateDescriptionDatabase = 'име на базата от данни';
$strFileNameTemplateDescriptionServer = 'име на сървъра';
$strFileNameTemplateDescriptionTable = 'име на таблицата';
$strFileNameTemplateRemember = 'запомняне на шаблона';
-$strFileNameTemplate = 'Шаблон на файловото име';
$strFileToImport = 'Файл за импортиране';
$strFlushPrivilegesNote = 'Забележка: phpMyAdmin взема потребителските привилегии директно от таблицата на привилегиите на MySQL. Съдържанието на тази таблица може да се различава от привилегиите които използва сървъра ако към него са направени промени на ръка. В този случай, трябва да %sпрезаредите привилегиите%s преди да продължите.';
$strFlushTable = 'Изчистване на кеша на таблицата ("FLUSH")';
$strFontSize = 'Размер на шрифта';
-$strFormat = 'Формат';
$strFormEmpty = 'Липсва стойност във полето на формата!';
+$strFormat = 'Формат';
$strFullText = 'Пълни текстове';
$strFunction = 'Функция';
$strFunctions = 'Функции';
$strGenBy = 'Генерирано от';
+$strGenTime = 'Време на генериране';
$strGeneralRelationFeat = 'Общи възможности на релациите';
$strGenerate = 'Генериране';
$strGeneratePassword = 'Генериране на парола';
-$strGenTime = 'Време на генериране';
$strGeorgian = 'Грузински';
$strGerman = 'Немски';
$strGlobal = 'глобален';
@@ -282,8 +282,8 @@ $strHaveToShow = 'Трябва да изберете поне една Коло
$strHebrew = 'Иврит';
$strHome = 'Начало';
$strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin ';
-$strHostEmpty = 'Името на хоста е празно!';
$strHost = 'Хост';
+$strHostEmpty = 'Името на хоста е празно!';
$strHungarian = 'Унгарски';
$strIcelandic = 'Исландски';
@@ -292,23 +292,23 @@ $strIdxFulltext = 'Пълнотекстово';
$strIgnore = 'Игнориране';
$strIgnoreDuplicates = 'Игнориране на дублиращите се редове';
$strIgnoreInserts = 'Използване на INSERT IGNORE';
+$strImport = 'Импортиране';
$strImportFiles = 'Импортиране на файлове';
$strImportFormat = 'Формат на импортирания файл';
-$strImport = 'Импортиране';
$strImportSuccessfullyFinished = 'Импортирането приключи успещно. Бяха изпълнени %d заявки.';
-$strIndexes = 'Индекси';
+$strInUse = 'Заето';
+$strIndex = 'Индекс';
$strIndexHasBeenDropped = 'Индекса %s беше изтрит';
$strIndexName = 'Име на индекса :';
-$strIndex = 'Индекс';
$strIndexType = 'Тип на индекса :';
$strIndexWarningTable = 'Проблем с индексите на таблица `%s`';
+$strIndexes = 'Индекси';
$strInnoDBPages = 'страници';
$strInnodbStat = 'InnoDB Състояние';
$strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.';
-$strInsertAsNewRow = 'Вмъкване като нов ред';
$strInsert = 'Вмъкване';
+$strInsertAsNewRow = 'Вмъкване като нов ред';
$strInternalRelations = 'Вътрешни релации';
-$strInUse = 'Заето';
$strInvalidColumn = 'Невалидна колона (%s)!';
$strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.';
$strInvalidDatabase = 'Невалидна база от данни';
@@ -319,27 +319,27 @@ $strInvalidTableName = 'Невалидно име на таблица';
$strJapanese = 'Японски';
$strJumpToDB = 'Скочи към база от данни "%s".';
-$strJustDeleteDescr = '"Изтритите" потребители ще имат достъп до сървъра както обикновено, докато не се презаредят привилегиите.';
$strJustDelete = 'Изтриване на потребителите от таблицата с привилегиите.';
+$strJustDeleteDescr = '"Изтритите" потребители ще имат достъп до сървъра както обикновено, докато не се презаредят привилегиите.';
$strKeepPass = 'Да не се сменя паролата';
$strKeyname = 'Име на ключа';
$strKill = 'СТОП';
$strKorean = 'Корейски';
+$strLDI = 'CSV с LOAD DATA';
+$strLDILocal = 'Използване на ключовата дума LOCAL ';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Пейзажно';
$strLanguage = 'Език';
$strLatexCaption = 'Заглавие на таблицата';
$strLatexContent = 'Съдържание на таблица __TABLE__';
-$strLatexContinuedCaption = 'Продължение на заглавието на таблицата';
$strLatexContinued = '(продължение)';
+$strLatexContinuedCaption = 'Продължение на заглавието на таблицата';
$strLatexIncludeCaption = 'Включване на заглавие на таблицата';
$strLatexLabel = 'Етикет на ключа';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Структура на таблица __TABLE__';
$strLatvian = 'Латвийски';
-$strLDI = 'CSV с LOAD DATA';
-$strLDILocal = 'Използване на ключовата дума LOCAL ';
$strLengthSet = 'Дължина/Стойност*';
$strLimitNumRows = 'редове на страница';
$strLinesTerminatedBy = 'Редовете завършват с';
@@ -348,31 +348,31 @@ $strLinksTo = 'Сочи към';
$strLithuanian = 'Литовски';
$strLocalhost = 'Локален';
$strLocationTextfile = 'Местоположение на текстовия файл';
-$strLoginInformation = 'Информация за логване';
-$strLogin = 'Вход';
-$strLogout = 'Изход от системата';
$strLogPassword = 'Парола:';
$strLogServer = 'Сървър';
$strLogUsername = 'Име:';
+$strLogin = 'Вход';
+$strLoginInformation = 'Информация за логване';
+$strLogout = 'Изход от системата';
$strLongOperation = 'Операцията може да продължи дълго. Да продължи ли въпреки това?';
-$strMaxConnects = 'Максимален брой на едновременните конекции';
-$strMaximalQueryLength = 'Максимална дължина на създадената заявка';
-$strMaximumSize = 'Максимален размер: %s%s';
+$strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА';
+$strMIME_MIMEtype = 'MIME-тип';
$strMIME_available_mime = 'Достъпни MIME-типове';
$strMIME_available_transform = 'Достъпни трансформации';
$strMIME_description = 'Описание';
-$strMIME_MIMEtype = 'MIME-тип';
$strMIME_nodescription = 'Няма Описание за тази трансформация. Моля обърнете се към автора относно това какво прави %s.';
$strMIME_transformation = 'Браузърна трансформация';
$strMIME_transformation_note = 'За списъка на достъпните опции на трансформацията и техните MIME-type трансформации кликнете на %sописания на трансформацията%s';
-$strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\', 100, b,\'c\'... Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').';
$strMIME_transformation_options = 'Опции на трансформацията';
-$strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА';
+$strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\', 100, b,\'c\'... Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').';
$strMIME_without = 'MIME-types показани в наклонен шрифт не притежават отделна функция за трансформация';
+$strMaxConnects = 'Максимален брой на едновременните конекции';
+$strMaximalQueryLength = 'Максимална дължина на създадената заявка';
+$strMaximumSize = 'Максимален размер: %s%s';
$strModifications = 'Промените бяха съхранени';
-$strModifyIndexTopic = 'Промяна на индекс';
$strModify = 'Промени';
+$strModifyIndexTopic = 'Промяна на индекс';
$strMoveTable = 'Преместване на таблица към (база от данни.таблица):';
$strMoveTableOK = 'Таблицата %s беше преместена към %s.';
$strMoveTableSameNames = 'Не може да се премести таблицата към себе си!';
@@ -382,13 +382,14 @@ $strMyISAMRecoverOptions = 'Режим на автоматично възста
$strMyISAMRepairThreads = 'Поправка на нишките';
$strMyISAMSortBufferSize = 'Размер на буфера за сортиране';
$strMySQLCharset = 'Набор от знаци на MySQL';
-$strMysqlClientVersion = 'Версия на клиента за MySQL';
$strMySQLConnectionCollation = 'Колация на MySQL';
$strMySQLSaid = 'MySQL отговори: ';
$strMySQLShowProcess = 'MySQL процеси';
+$strMysqlClientVersion = 'Версия на клиента за MySQL';
$strName = 'Име';
$strNext = 'Следващ';
+$strNo = 'не';
$strNoDatabases = 'Няма бази от данни';
$strNoDatabasesSelected = 'Няма избрани бази от данни.';
$strNoDescription = 'няма Описание';
@@ -397,11 +398,9 @@ $strNoDropDatabases = '"DROP DATABASE" заявката е забранена.';
$strNoExplain = 'Пропусни Explain SQL';
$strNoFilesFoundInZip = 'Не са открити файлове в ZIP архива!';
$strNoFrames = 'phpMyAdmin е по дружелюбен ако използвате браузър, който поддържа frames.';
-$strNoIndexPartsDefined = 'Не са дефинирани части на индекс!';
$strNoIndex = 'Не е дефиниран индекс!';
+$strNoIndexPartsDefined = 'Не са дефинирани части на индекс!';
$strNoModification = 'Няма промяна';
-$strNone = 'Няма';
-$strNo = 'не';
$strNoOptions = 'Този формат няма опции';
$strNoPassword = 'Няма парола';
$strNoPermission = 'Уеб сървъра няма права за запис на файла %s.';
@@ -411,16 +410,17 @@ $strNoRights = 'В момента не разполагате с достатъ
$strNoRowsSelected = 'Няма върнати редове';
$strNoSpace = 'Недостатъчно свободно пространство за записване на файла %s.';
$strNoTablesFound = 'В базата от данни няма таблици.';
+$strNoUsersFound = 'Няма потребител(и).';
+$strNoValidateSQL = 'Пропусни Validate SQL';
+$strNone = 'Няма';
$strNotNumber = 'Това не е число!';
$strNotOK = 'не е OK';
$strNotSet = 'таблица %s не е намерена или не е установена в %s';
-$strNoUsersFound = 'Няма потребител(и).';
-$strNoValidateSQL = 'Пропусни Validate SQL';
$strNull = 'Празно';
-$strNumberOfFields = 'Брой полета';
$strNumSearchResultsInTable = '%s съвпадение(я) в таблица %s';
$strNumSearchResultsTotal = 'Общо:%s съвпадение(я)';
$strNumTables = 'Таблици';
+$strNumberOfFields = 'Брой полета';
$strOK = 'OK';
$strOpenNewWindow = 'Отваряне на нов прозорец с phpMyAdmin';
@@ -431,42 +431,42 @@ $strOr = 'или';
$strOverhead = 'Загубено място';
$strOverwriteExisting = 'Препокриване на съществуващите файлове';
+$strPDFReportExplanation = '(Генерира доклад съдържащ данните в определена таблица)';
+$strPDFReportTitle = 'Файл на доклада';
+$strPHPVersion = 'Версия на PHP';
$strPageNumber = 'Номер на страницата:';
$strPaperSize = 'Размер на хартията';
$strPartialImport = 'Частично импортиране';
$strPartialText = 'Частични текстове';
+$strPassword = 'Парола';
$strPasswordChanged = 'Паролата на %s беше променена успешно.';
$strPasswordEmpty = 'Паролата е празна!';
$strPasswordNotSame = 'Паролата не е същата!';
-$strPassword = 'Парола';
$strPdfDbSchema = 'Схемата на база от данни "%s" - Страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не съществува!';
$strPdfNoTables = 'Няма таблици';
-$strPDFReportExplanation = '(Генерира доклад съдържащ данните в определена таблица)';
-$strPDFReportTitle = 'Файл на доклада';
$strPerHour = 'на час';
$strPerMinute = 'на минута';
$strPerSecond = 'на секунда';
$strPersian = 'Персийски';
$strPhoneBook = 'Телефонен бележник';
$strPhp = 'Създаване на PHP код';
-$strPHPVersion = 'Версия на PHP';
$strPmaDocumentation = 'phpMyAdmin документация';
$strPmaUriError = 'На $cfg[\'PmaAbsoluteUri\'] ТРЯБВА да се зададе стойност в конфигурационния файл!';
$strPolish = 'Полски';
$strPortrait = 'Портретно';
$strPos1 = 'Начало';
$strPrevious = 'Предишен';
+$strPrimary = 'PRIMARY';
$strPrimaryKeyHasBeenDropped = ' Главния ключ беше изтрит.';
$strPrimaryKeyName = 'Името на главния ключ трябва да е... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" трябва да е името на и единствено на главния ключ!)';
-$strPrimary = 'PRIMARY';
$strPrint = 'Печат';
-$strPrintViewFull = 'Преглед за печат (с пълните текстове)';
$strPrintView = 'Преглед за печат';
+$strPrintViewFull = 'Преглед за печат (с пълните текстове)';
$strPrivDescAllPrivileges = 'Включва всички привилегии освен GRANT.';
-$strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.';
$strPrivDescAlter = 'Позволява променяне на структурата на съществуващи таблици.';
+$strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.';
$strPrivDescCreateDb = 'Позволява създаване на нови бази от данни и таблици.';
$strPrivDescCreateRoutine = 'Позволяване на създаването на Съхранени Процедури.';
$strPrivDescCreateTbl = 'Позволява създаване на нови таблици.';
@@ -476,8 +476,8 @@ $strPrivDescCreateView = 'Позволяване на създаването н
$strPrivDescDelete = 'Позволява изтриване на данни.';
$strPrivDescDropDb = 'Позволява изтриване на бази от данни и таблици.';
$strPrivDescDropTbl = 'Позволява изтриване на таблици.';
-$strPrivDescExecute5 = 'Позволяване на стартирането на Съхранени Процедури.';
$strPrivDescExecute = 'Позволява стартирането на съхранени процедури; Няма ефект в тази версия на MySQL.';
+$strPrivDescExecute5 = 'Позволяване на стартирането на Съхранени Процедури.';
$strPrivDescFile = 'Позволява импортиране на данни от и експортиране на данни във файлове.';
$strPrivDescGrant = 'Позволява добавяне на потребители и привилегии без презареждане на таблицата с привилегиите.';
$strPrivDescIndex = 'Позволява създаване и премахване на индекси.';
@@ -505,9 +505,9 @@ $strProcesslist = 'Списък на процесите';
$strProtocolVersion = 'Версия на протокола';
$strPutColNames = 'Поставяне имената на полетата на първия ред';
+$strQBE = 'Запитване по пример';
$strQBEDel = 'Изтрий';
$strQBEIns = 'Вмъкни';
-$strQBE = 'Запитване по пример';
$strQueryCache = 'Кеш на заявките';
$strQueryFrame = 'Прозорец за заявки';
$strQueryOnDb = 'SQL-заявка към базата от данни %s:';
@@ -518,17 +518,18 @@ $strQueryTime = 'Заявката отне %01.4f секунди';
$strQueryType = 'Тип на заявката';
$strQueryWindowLock = 'Не препокривайте тази заявка извън този прозорец';
+$strReType = 'Отново';
$strReceived = 'Получени';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверка на интегритета на връзките';
$strRefresh = 'Презареждане';
-$strRelationalSchema = 'Релационна схема';
$strRelationNotWorking = 'Допълнителните възможности за работа със свързани (linked) таблици са деактивирани. За да разберете защо кликнете %sтук%s.';
+$strRelationView = 'Преглед на релациите';
+$strRelationalSchema = 'Релационна схема';
$strRelations = 'Релации';
$strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА';
-$strRelationView = 'Преглед на релациите';
-$strReloadingThePrivileges = 'Презареждане на привилегиите';
$strReloadPrivileges = 'Презареждане на привилегиите';
+$strReloadingThePrivileges = 'Презареждане на привилегиите';
$strRemoveSelectedUsers = 'Отстраняване на избраните потребители';
$strRenameDatabaseOK = 'Базата данни %s беше преименувана на %s';
$strRenameTable = 'Преименуване на таблицата на';
@@ -539,34 +540,43 @@ $strReplaceTable = 'Заместване на данните от таблица
$strReplication = 'Репликация';
$strReset = 'Изчистване';
$strResourceLimits = 'Ресурсни ограничения';
-$strReType = 'Отново';
-$strRevokeAndDeleteDescr = 'Потребителите все още ще имат USAGE привилегия докато не се презаредят привилегиите.';
-$strRevokeAndDelete = 'Отмяна на всички активни привилегии от потребителите и след това изтриване.';
-$strRevokeMessage = 'Вие отменихте привилегиите за %s';
$strRevoke = 'Отменяне';
+$strRevokeAndDelete = 'Отмяна на всички активни привилегии от потребителите и след това изтриване.';
+$strRevokeAndDeleteDescr = 'Потребителите все още ще имат USAGE привилегия докато не се презаредят привилегиите.';
+$strRevokeMessage = 'Вие отменихте привилегиите за %s';
$strRomanian = 'Румънски';
$strRowLength = 'Дължина на реда';
+$strRowSize = ' Размер на ред ';
$strRows = 'Редове';
$strRowsFrom = 'реда започвайки от';
-$strRowSize = ' Размер на ред ';
$strRowsModeFlippedHorizontal = 'хоризонтален (обърнати хедъри)';
$strRowsModeHorizontal = 'хоризонтален';
$strRowsModeOptions = 'в %s вид и повтаряне на имената на колоните през всеки %s ';
$strRowsModeVertical = 'вертикален';
$strRowsStatistic = 'Статистика за редовете';
-$strRunning = 'работи на %s';
$strRunQuery = 'Изпълни заявката';
$strRunSQLQuery = 'Изпълнение на SQL заявка/заявки към база от данни %s';
$strRunSQLQueryOnServer = 'Изпълняване на SQL заявка/заявки на сървър %s';
+$strRunning = 'работи на %s';
$strRussian = 'Руски';
-$strSaveOnServer = 'Записване на сървъра в директория %s';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Режим на съвместимост на SQL';
+$strSQLExportType = 'Тип на експортирането';
+$strSQLParserBugMessage = 'Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете по-добре, и проверете коректността на кавичките. Друга вероятна причина за грешката може да бъде, че ъплоудвате файл с изпълним код извън областта заградена с кавички. Можете също така да се опитате да изпълните заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от MySQL сървъра по-долу, ако има такава, може също да ви помогне при откриването на проблема. Ако все още имате проблеми или парсера дава грешка там където интерфейса на командния ред не връща такава, моля ограничете вашите SQL заявки само до проблемната заявка, и изпратете съобщение за бъг с парчето от данните в CUT секцията по-долу:';
+$strSQLParserUserError = 'Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра по долу, ако има такава, би могла да ви помогне в определянето на проблема';
+$strSQLQuery = 'SQL заявка';
+$strSQLResult = 'SQL резултат';
+$strSQPBugInvalidIdentifer = 'Невалиден идентификатор';
+$strSQPBugUnclosedQuote = 'Незатворени кавички';
+$strSQPBugUnknownPunctuation = 'Непозната пунктуация на стринг';
$strSave = 'Записване';
+$strSaveOnServer = 'Записване на сървъра в директория %s';
$strScaleFactorSmall = 'Мащаба е твърде малък за да се събере схемата на една страница';
+$strSearch = 'Търсене';
$strSearchFormTitle = 'Търсене в базата от данни';
$strSearchInTables = 'В таблиците:';
$strSearchNeedle = 'Думи или стойности за търсене (знак за заместване: "%"):';
-$strSearch = 'Търсене';
$strSearchOption1 = 'поне една от думите';
$strSearchOption2 = 'всички думи';
$strSearchOption3 = 'точната фраза';
@@ -582,24 +592,24 @@ $strSelectNumRows = 'в запитването';
$strSelectTables = 'Избери таблици';
$strSend = 'Изпращане';
$strSent = 'Изпратени';
-$strServerChoice = 'Избор на сървър';
$strServer = 'Сървър';
+$strServerChoice = 'Избор на сървър';
$strServerNotResponding = 'Няма отговор от сървъра';
-$strServers = 'Сървъри';
$strServerStatus = 'Информация за състоянието на MySQL сървъра';
$strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.';
$strServerTabVariables = 'Променливи';
$strServerTrafficNotes = 'Трафик на сървъра: Тези таблици показват статистика за мрежовия трафик на MySQL сървъра от както е стартиран.';
$strServerVars = 'Сървърни променливи и настройки';
$strServerVersion = 'Версия на сървъра';
+$strServers = 'Сървъри';
$strSessionValue = 'Сесийна стойност';
$strSetEnumVal = 'Ако типа на полето е "enum" или "set", моля въведете стойностите използвайки този формат: \'a\',\'b\',\'c\'... Ако е необходимо да сложите обратна черта ("\") или апостроф ("\'") между тези стойности, сложите обратна черта пред тях (например: \'\\\\xyz\' или \'a\\\'b\').';
+$strShow = 'Показване';
$strShowAll = 'Покажи всички';
$strShowColor = 'Покажи цвят';
$strShowDatadictAs = 'Формат на речника на данните';
$strShowFullQueries = 'Показване на пълните заявки';
$strShowGrid = 'Покажи мрежа';
-$strShowingRecords = 'Показване на записи ';
$strShowOpenTables = 'Показване на отворените теблици';
$strShowPHPInfo = 'Информация за PHP ';
$strShowStatusCreated_tmp_filesDescr = 'Брой на създадените от mysqld временни файлове.';
@@ -613,33 +623,23 @@ $strShowStatusSort_rowsDescr = 'Брой на сортираните редов
$strShowTableDimension = 'Покажи размерността на таблиците';
$strShowTables = 'Покажи таблиците';
$strShowThisQuery = ' Показване на заявката отново';
-$strShow = 'Показване';
+$strShowingRecords = 'Показване на записи ';
$strSimplifiedChinese = 'Опростен китайски';
$strSingly = '(еднократно)';
$strSize = 'Размер';
$strSkipQueries = 'Брой записи(завки), които да бъдат пропуснати от началото';
$strSlovak = 'Словашки';
$strSlovenian = 'Словенски';
+$strSort = 'Сортиране';
$strSortByKey = 'Сортиране по ключ';
$strSorting = 'Сортиране';
-$strSort = 'Сортиране';
$strSpaceUsage = 'Използвано място';
$strSpanish = 'Испански';
$strSplitWordsWithSpace = 'Думите трябва да се разделят с интервал (" ").';
-$strSQLCompatibility = 'Режим на съвместимост на SQL';
-$strSQLExportType = 'Тип на експортирането';
-$strSQLParserBugMessage = 'Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете по-добре, и проверете коректността на кавичките. Друга вероятна причина за грешката може да бъде, че ъплоудвате файл с изпълним код извън областта заградена с кавички. Можете също така да се опитате да изпълните заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от MySQL сървъра по-долу, ако има такава, може също да ви помогне при откриването на проблема. Ако все още имате проблеми или парсера дава грешка там където интерфейса на командния ред не връща такава, моля ограничете вашите SQL заявки само до проблемната заявка, и изпратете съобщение за бъг с парчето от данните в CUT секцията по-долу:';
-$strSQLParserUserError = 'Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра по долу, ако има такава, би могла да ви помогне в определянето на проблема';
-$strSQLQuery = 'SQL заявка';
-$strSQLResult = 'SQL резултат';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Невалиден идентификатор';
-$strSQPBugUnclosedQuote = 'Незатворени кавички';
-$strSQPBugUnknownPunctuation = 'Непозната пунктуация на стринг';
$strStatCheckTime = 'Последна проверка';
$strStatCreateTime = 'Дата на създаване';
-$strStatement = 'Заявление';
$strStatUpdateTime = 'Последно обновление';
+$strStatement = 'Заявление';
$strStatus = 'Състояние';
$strStorageEngine = 'Хранилище на данни';
$strStorageEngines = 'Хранилища на данни';
@@ -656,6 +656,7 @@ $strSwedish = 'Шведски';
$strSwitchToDatabase = 'Прехвърляна към копираната база от данни';
$strSwitchToTable = 'Превключване към копираната таблица';
+$strTable = 'Таблица ';
$strTableAlreadyExists = 'Таблица %s вече съществува!';
$strTableComments = 'Коментари към таблицата';
$strTableEmpty = 'Името на таблицата е празно!';
@@ -665,17 +666,16 @@ $strTableHasBeenFlushed = 'Кеша на таблица %s беше изчист
$strTableMaintenance = 'Поддръжка на таблицата';
$strTableOfContents = 'Съдържание';
$strTableOptions = 'Опции на таблицата';
-$strTables = '%s таблица(и)';
$strTableStructure = 'Структура на таблица';
-$strTable = 'Таблица ';
+$strTables = '%s таблица(и)';
$strTblPrivileges = 'Привилегии специфични за таблицата';
$strTempData = 'Временни данни';
$strTextAreaLength = ' Поради дължината си, това поле може да не е редактируемо ';
$strThai = 'Тайландски';
-$strThemeDefaultNotFound = 'Темата по подразбиране %s не е намерена!';
-$strThemeNotFound = 'Тема %s не е намерена!';
-$strThemeNoValidImgPath = 'Не е открит валиден път на тема %s!';
$strTheme = 'Тема / Стил';
+$strThemeDefaultNotFound = 'Темата по подразбиране %s не е намерена!';
+$strThemeNoValidImgPath = 'Не е открит валиден път на тема %s!';
+$strThemeNotFound = 'Тема %s не е намерена!';
$strThemePathNotFound = 'Не е открит пътя на тема %s!';
$strThisHost = 'Този Хост';
$strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.';
@@ -706,16 +706,21 @@ $strUnicode = 'Unicode';
$strUnique = 'Уникално';
$strUnknown = 'непознат';
$strUnselectAll = 'Деселектиране на всичко';
+$strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица';
$strUpdatePrivMessage = 'Вие променихте привилегиите за %s.';
$strUpdateProfileMessage = 'Профила беше обновен.';
$strUpdateQuery = 'Допълни Запитването';
-$strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица';
$strUpgrade = 'Трябва да ъпгрейднете към %s %s или по-късно.';
$strUploadLimit = 'Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се към %sdдокументацията%s за да намерите начин да избегнете това ограничение.';
$strUploadsNotAllowed = 'На този сървър не е позволени качване на файлове.';
$strUsage = 'Използвани';
$strUseBackquotes = 'Използване на обратни кавички около имена на таблици и полета';
$strUseHostTable = 'Използвай таблица Host';
+$strUseTabKey = 'Използвайте клавиша TAB за да премествате крурсора от стойност на стойност или CTRL+стрелка за да премествате курсора в съответната посока';
+$strUseTables = 'Използвай таблицата';
+$strUseTextField = 'Използвай текстовото поле';
+$strUseThisValue = 'Използвахте тази стойност';
+$strUser = 'Потребител';
$strUserAlreadyExists = 'Потребител %s вече съществува!';
$strUserEmpty = 'Потребителското име е празно!';
$strUserName = 'Потребителско име';
@@ -723,11 +728,6 @@ $strUserNotFound = 'Избрания потребител не беше откр
$strUserOverview = 'Преглед на потребителите';
$strUsersDeleted = 'Избраните потребители бяха изтрити успешно.';
$strUsersHavingAccessToDb = 'Потребители които имат достъп до "%s"';
-$strUser = 'Потребител';
-$strUseTabKey = 'Използвайте клавиша TAB за да премествате крурсора от стойност на стойност или CTRL+стрелка за да премествате курсора в съответната посока';
-$strUseTables = 'Използвай таблицата';
-$strUseTextField = 'Използвай текстовото поле';
-$strUseThisValue = 'Използвахте тази стойност';
$strValidateSQL = 'Валидирай SQL-а';
$strValidatorError = 'SQL валидатора не може да бъде инициализиран. Моля проверете дали сте инсталирали необходимите PHP разширения, така както е описано в %sдокументацията%s.';
@@ -735,13 +735,13 @@ $strValue = 'Стойност';
$strVar = 'Променлива';
$strVersionInformation = 'Информация за весията';
$strView = 'Изглед';
-$strViewDumpDatabases = 'Преглед на схемата на базата от данни';
-$strViewDumpDB = 'Схема на БД';
$strViewDump = 'Схема на таблицата';
+$strViewDumpDB = 'Схема на БД';
+$strViewDumpDatabases = 'Преглед на схемата на базата от данни';
$strViewHasBeenDropped = 'Изглед %s беше изтрит';
-$strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната';
$strWebServerUploadDirectory = 'директорията за upload на уеб сървъра';
+$strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната';
$strWelcome = 'Добре дошли в %s';
$strWestEuropean = 'Западно-европейски';
$strWildcard = 'знак за заместване';
@@ -758,43 +758,132 @@ $strZip = '"zip-нато"';
// 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
+$strActions = 'Actions'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
+$strBinaryLog = 'Binary log'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseNone = 'Няма'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -802,6 +891,10 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac
$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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //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
@@ -813,37 +906,507 @@ $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strLanguageUnknown = 'Неразпознат език: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
$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
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
-$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
-$strPasswordHashing = 'Password Hashing'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPDF = 'PDF'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPasswordHashing = 'Password Hashing'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //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
@@ -893,13 +1456,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -928,8 +1491,8 @@ $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_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
@@ -945,561 +1508,125 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransformation_application_octetstream__hex = 'Показва шестнадесетично представяне на данните. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
-
-$strWriteRequests = 'Write requests'; //to translate
-
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+$strWriteRequests = 'Write requests'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1508,127 +1635,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php
index adff4da65..25ffcb3fd 100644
--- a/lang/catalan-utf-8.inc.php
+++ b/lang/catalan-utf-8.inc.php
@@ -16,6 +16,7 @@ $month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'O
// la variable seguent
$datefmt = '%d-%m-%Y a les %H:%M:%S';
+$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strAbortedClients = 'Avortat';
$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.';
@@ -43,55 +44,54 @@ $strAfterInsertBack = 'Tornar';
$strAfterInsertNewInsert = 'Insereix un nou registre';
$strAfterInsertNext = 'Editar el següent registre';
$strAfterInsertSame = 'Tornar a aquesta pàgina';
-$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';
+$strAllTableSameWidth = 'Mostrar totes les taules amb la mateixa amplada?';
+$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.';
$strAlterOrderBy = 'Altera la taula i ordena per';
+$strAnIndex = 'S\'ha afegit un índex a %s';
$strAnalyze = 'Analitza';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'I';
$strAndSmall = 'i';
$strAndThen = 'i llavors';
$strAngularLinks = 'Enllaços angulars';
-$strAnIndex = 'S\'ha afegit un índex a %s';
-$strAnyHost = 'Qualsevol servidor';
$strAny = 'Qualsevol';
+$strAnyHost = 'Qualsevol servidor';
$strAnyUser = 'Qualsevol usuari';
$strApproximateCount = 'Pot ser aproximat. Veieu PFC (FAQ) 3.11';
-$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strArabic = 'Àrab';
$strArmenian = 'Armeni';
-$strAscending = 'Ascendent';
$strAsDefined = 'Com definit:';
+$strAscending = 'Ascendent';
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strAutomaticLayout = 'Disseny automàtic';
+$strBLOBRepository = 'Repositori BLOB';
+$strBLOBRepositoryDamaged = 'Fet malbé';
+$strBLOBRepositoryDisable = 'Desactiva';
+$strBLOBRepositoryDisableAreYouSure = 'Estàs segur de voler desactivar totes les referències BLOB per a la base de dades %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Estàs a punt de DESACTIVAR un repositori BLOB!';
+$strBLOBRepositoryDisabled = 'Desactivat';
+$strBLOBRepositoryEnable = 'Activa';
+$strBLOBRepositoryEnabled = 'Activat';
+$strBLOBRepositoryRemove = 'Treure Referència a Repositori BLOB';
+$strBLOBRepositoryRepair = 'Repara';
+$strBLOBRepositoryUpload = 'Pujar al repositori BLOB';
$strBack = 'Enrere';
$strBaltic = 'Bàltic';
$strBeginCut = 'INICI DEL TALL';
$strBeginRaw = 'INICI DEL BOLCAT';
-$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';
-$strBLOBRepositoryDamaged = 'Fet malbé';
-$strBLOBRepositoryDisableAreYouSure = 'Estàs segur de voler desactivar totes les referències BLOB per a la base de dades %s?';
-$strBLOBRepositoryDisabled = 'Desactivat';
-$strBLOBRepositoryDisable = 'Desactiva';
-$strBLOBRepositoryDisableStrongWarning = 'Estàs a punt de DESACTIVAR un repositori BLOB!';
-$strBLOBRepositoryEnable = 'Activa';
-$strBLOBRepositoryEnabled = 'Activat';
-$strBLOBRepositoryRemove = 'Treure Referència a Repositori BLOB';
-$strBLOBRepositoryRepair = 'Repara';
-$strBLOBRepository = 'Repositori BLOB';
-$strBLOBRepositoryUpload = 'Pujar al repositori BLOB';
+$strBinary = ' Binari ';
+$strBinaryDoNotEdit = ' Binari - no editeu ';
+$strBinaryLog = 'Registre binari';
$strBookmarkAllUsers = 'Deixar accedir a cada usuari a aquesta consulta desada';
$strBookmarkCreated = '%s creat com a consulta desada';
$strBookmarkDeleted = 'S\'ha esborrat la consulta desada.';
@@ -100,24 +100,25 @@ $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';
+$strBrowse = 'Navega';
$strBrowseDistinctValues = 'Navega per valors diferents';
$strBrowseForeignValues = 'Navega valors externs';
-$strBrowse = 'Navega';
-$strBufferPoolActivity = 'Activitat de la Memòria intermitja';
$strBufferPool = 'Grup de memòries intermitges';
+$strBufferPoolActivity = 'Activitat de la Memòria intermitja';
$strBufferPoolUsage = 'Ús del grup de memòries intermitges';
-$strBufferReadMissesInPercent = 'Lectures omeses en %';
$strBufferReadMisses = 'Lectures omeses';
+$strBufferReadMissesInPercent = 'Lectures omeses en %';
$strBufferWriteWaits = 'Esperes d\'escriptura';
$strBufferWriteWaitsInPercent = 'Esperes d\'escriptura en %';
$strBulgarian = 'Búlgar';
$strBusyPages = 'Pàgines ocupades';
$strBzip = '"comprimit amb bzip"';
+$strCSV = 'CSV';
$strCalendar = 'Calendari';
-$strCancel = 'Cancel.lar';
$strCanNotLoadExportPlugins = 'No es poden carregar les extensions d\'exportació, comprova l\'instal.lació!';
$strCanNotLoadImportPlugins = 'No es poden carregar les extensions d\'importació, comprova l\'instal.lació!';
+$strCancel = 'Cancel.lar';
$strCannotLogin = 'No podem connectar amb el servidor MySQL';
$strCantLoad = 'No puc carregar l\'extensió %s, 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.';
@@ -128,8 +129,8 @@ $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 ...';
+$strChangeCopyModeCopy = '... respecta l\'antic.';
$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.';
@@ -138,10 +139,10 @@ $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 = 'Marcar-ho tot';
+$strCharsetsAndCollations = 'Jocs de Caracters i ordenacions';
$strCheck = 'Comprova';
+$strCheckAll = 'Marcar-ho tot';
$strCheckOverhead = 'Comprovar taules desfragmentades';
$strCheckPrivs = 'Comprova els Permissos';
$strCheckPrivsLong = 'Comprova els Permissos per la Base de dades "%s".';
@@ -192,13 +193,19 @@ $strCreateUserDatabaseWildcard = 'Atorgar tots els permissos en un nom comodí (
$strCreationDates = 'Datas de Creació/Modificació/Comprovació';
$strCriteria = 'Criteris';
$strCroatian = 'Croata';
-$strCSV = 'CSV';
$strCustomColor = 'Color triat';
$strCyrillic = 'Ciríl.lic';
-$strCzechSlovak = 'Txec-Eslovac';
$strCzech = 'Txec';
+$strCzechSlovak = 'Txec-Eslovac';
+$strDBComment = 'Comentaris de la Base de Dades: ';
+$strDBCopy = 'Copiar base de dades a';
+$strDBRename = 'Reanomenar base de dades a';
$strDanish = 'Danès';
+$strData = 'Dades';
+$strDataDict = 'Diccionari de Dades';
+$strDataOnly = 'Només dades';
+$strDataPages = 'Pàgines contenint dades';
$strDatabase = 'Base de dades';
$strDatabaseEmpty = 'El nom de la base de dades és buit!';
$strDatabaseExportOptions = 'Opcions d\'exportació de Bases de Dades';
@@ -206,34 +213,27 @@ $strDatabaseHasBeenCreated = 'S\'ha creat la base de dades %1$s.';
$strDatabaseHasBeenDropped = 'La Base de Dades %s s\'ha eliminat.';
$strDatabases = 'bases de dades';
$strDatabasesDropped = '%s Bases de dades s\'han esborrat correctament.';
+$strDatabasesStats = 'Estadístiques de les bases de dades';
$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 = 'Pàgines contenint dades';
-$strDBComment = 'Comentaris de la Base de Dades: ';
-$strDBCopy = 'Copiar base de dades a';
$strDbIsEmpty = 'La base de dades sembla buida!';
$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';
+$strDelOld = 'La pàgina actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$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 = 'S\'ha esborrat la fila';
$strDelete = 'Esborrar';
+$strDeleteAndFlush = 'Esborra els usuaris i recarrega els permissos seguidament.';
+$strDeleteAndFlushDescr = 'Aquesta és la forma més clara, pero recarregar els permissos pot tardar una mica.';
$strDeleteNoUsersSelected = 'No s\han triat usuaris per esborrar!';
$strDeleteRelation = 'Esborrar relació';
+$strDeleted = 'S\'ha esborrat la fila';
$strDeleting = 'Esborrant %s';
$strDelimiter = 'Separador';
-$strDelOld = 'La pàgina actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$strDescending = 'Descendent';
$strDescription = 'Descripció';
$strDesigner = 'Dissenyador';
@@ -242,23 +242,23 @@ $strDetails = 'Detalls...';
$strDictionary = 'diccionari';
$strDirectLinks = 'Enllaços directes';
$strDirtyPages = 'Pàgines brutes';
-$strDisabled = 'Desactivat';
$strDisableForeignChecks = 'Desactivar comprovacions de claus externes';
+$strDisabled = 'Desactivat';
$strDisplayFeat = 'Mostrar característiques';
$strDisplayOrder = 'Ordre del llistat:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Fer una "petició segons exemple" (comodí: "%")';
+$strDoNotAutoIncrementZeroValues = 'No feu servir AUTO_INCREMENT per a valors zero';
+$strDoYouReally = 'Realment vols fer?';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentació';
-$strDoNotAutoIncrementZeroValues = 'No feu servir AUTO_INCREMENT per a valors zero';
$strDownloadFile = 'Descarregar arxiu';
-$strDoYouReally = 'Realment vols fer?';
-$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
+$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
-$strDumpingData = 'Bolcant dades de la taula';
$strDumpSaved = 'El bolcat s\'ha desat amb el nom d\'arxiu %s.';
$strDumpXRows = 'Bolcar %s files començant a la fila %s.';
+$strDumpingData = 'Bolcant dades de la taula';
$strDynamic = 'dinàmic';
$strEdit = 'Editar';
@@ -269,13 +269,13 @@ $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';
+$strEndCut = 'FI DEL TALL';
$strEndRaw = 'FI DEL BOLCAT';
$strEngineAvailable = '%s està disponible en aquest servidor MySQL.';
$strEngineDisabled = '%s s\'ha desactivat en aquest servidor MySQL.';
-$strEngines = 'Motors';
$strEngineUnsupported = 'Aquest servidor MySQL no suporta el motor d\'emmagatzematge %s.';
+$strEngines = 'Motors';
$strEnglish = 'Anglès';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en idioma anglès ';
$strError = 'Errada';
@@ -308,14 +308,14 @@ $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 l\'arxiu';
+$strFileNameTemplate = 'Nom d\'arxiu de plantilla';
$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 d\'arxiu de plantilla';
$strFileNameTemplateRemember = 'Recordar plantilla';
-$strFiles = 'Arxius';
$strFileToImport = 'Arxiu a importar';
+$strFiles = 'Arxius';
$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")';
@@ -323,18 +323,18 @@ $strFlushTables = 'Sincronitzar (tancar) totes les taules';
$strFontSize = 'Tamany de lletra';
$strForeignKeyError = 'Error creant clau externa (foreign key) a %1$s (comprovar tipus de dades)';
$strForeignKeyRelationAdded = 'Afegida relació de FOREIGN KEY';
-$strFormat = 'Format';
$strFormEmpty = 'Falta un valor al formulari !';
+$strFormat = 'Format';
$strFreePages = 'Pàgines lliures';
$strFullText = 'Texts sencers';
$strFunction = 'Funció';
$strFunctions = 'Funcions';
$strGenBy = 'Generat per';
+$strGenTime = 'Temps de generació';
$strGeneralRelationFeat = 'Característiques generals de relacions';
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar Contrasenya';
-$strGenTime = 'Temps de generació';
$strGeorgian = 'Georgià';
$strGerman = 'Alemany';
$strGetMoreThemes = 'Obtenir més temes!';
@@ -346,6 +346,8 @@ $strGrantOption = 'Atorgar';
$strGreek = 'Grec';
$strGzip = '"comprimit amb gzip"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Gestor';
$strHasBeenAltered = 'ha estat alterada.';
$strHaveToShow = 'Has de triar al menys una columna per mostrar';
@@ -357,56 +359,54 @@ $strHideShowAll = 'Amaga/Mostra tot';
$strHideShowNoRelation = 'Amaga/Mostra taules sense relacions';
$strHome = 'Inici';
$strHomepageOfficial = 'Pàgina oficial del phpMyAdmin';
-$strHostEmpty = 'El nom del servidor és buit!';
$strHost = 'Servidor';
+$strHostEmpty = 'El nom del servidor és buit!';
$strHostTableExplanation = 'Quan s\'utilitza la taula Host, aquest camp s\'ignora i es fan servir els valors enmagatzemats a la taula Host en lloc seu.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Húngar';
+$strIEUnsupported = 'Internet Explorer no suporta aquesta funció.';
$strIcelandic = 'Islandès';
$strId = 'ID';
$strIdxFulltext = 'Text sencer';
-$strIEUnsupported = 'Internet Explorer no suporta aquesta funció.';
-$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora';
+$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnoreInserts = 'Utilitzar "ignore inserts"';
+$strImport = 'Importar';
$strImportExportCoords = 'Importa/Exporta coordenades per a esquema PDF';
$strImportFiles = 'Importar arxius';
$strImportFormat = 'Format de l\'arxiu importat';
-$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importació finalitzada correctament, %d consultes executades.';
-$strIndexes = 'Indexos';
-$strIndexesSeemEqual = 'Els indexos %1$s i %2$s semblen iguals i un d\'ells possiblement es podria esborrar.';
-$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
+$strInUse = 'en ús';
$strIndex = 'Índex';
+$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
$strIndexName = 'Nom d\'índex:';
$strIndexType = 'Tipus d\'índex:';
$strIndexWarningTable = 'Problemes amb els index de la taula `%s`';
-$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
+$strIndexes = 'Indexos';
+$strIndexesSeemEqual = 'Els indexos %1$s i %2$s semblen iguals i un d\'ells possiblement es podria esborrar.';
$strInnoDBAutoextendIncrement = 'Increment d\'autoextensió';
-$strInnoDBBufferPoolSizeDesc = 'El tamany de memòria intermitja que InnoDB fa servir per desar les dades i indexos de les seves taules.';
+$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
$strInnoDBBufferPoolSize = 'Tamany de la memòria intermitja';
+$strInnoDBBufferPoolSizeDesc = 'El tamany de memòria intermitja que InnoDB fa servir per desar les dades i indexos de les seves taules.';
$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';
+$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBPages = 'pàgines';
$strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre arxiu 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.';
+$strInsert = 'Insereix';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida: %1$d';
-$strInsert = 'Insereix';
$strInterface = 'Interficie';
$strInternalAndForeign = 'No es necessita una relació interna quan existeix una relació corresponent de FOREIGN KEY.';
$strInternalRelationAdded = 'Afegida relació interna';
$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';
+$strInvalidColumn = 'S\'ha especificat una columna incorrecta (%s)!';
+$strInvalidColumnCount = 'El comptador de columnes ha de ser més gran que zero.';
$strInvalidDatabase = 'Base de dades incorrecte';
$strInvalidFieldAddCount = 'Heu d\'afegir al menys un camp.';
$strInvalidFieldCount = 'La taula ha de tenir al menys un camp.';
@@ -419,8 +419,8 @@ $strInvalidTableName = 'Nom de taula incorrecte';
$strJapanese = 'Japonès';
$strJoins = 'Unions';
$strJumpToDB = 'Vés a la Base de Dades "%s".';
-$strJustDeleteDescr = 'Els usuaris "esborrats" 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.';
+$strJustDeleteDescr = 'Els usuaris "esborrats" encara tindrán accés al servidor com fins ara mentre no es recarreguin els permissos.';
$strKeepPass = 'No canviïs la contrasenya';
$strKeyCache = 'Memòria intermèdia de claus';
@@ -429,21 +429,21 @@ $strKill = 'Finalitzar';
$strKnownExternalBug = 'La funcionalitat %s es veu afectada per un error conegut, veieu %s';
$strKorean = 'Coreà';
+$strLDI = 'CSV usant LOAD DATA';
+$strLDILocal = 'Usa clau LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Horitzontal';
$strLanguage = 'Idioma';
$strLanguageUnknown = 'Idioma desconegut: %1$s.';
$strLatchedPages = 'Pàgines inalterables';
$strLatexCaption = 'Titol de Taula';
$strLatexContent = 'Contingut de la taula __TABLE__';
-$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexContinued = '(continúa)';
+$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexIncludeCaption = 'Inclusió del titol de taula';
$strLatexLabel = 'Etiqueta de clau';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Estructura de la taula __TABLE__';
$strLatvian = 'Letó';
-$strLDI = 'CSV usant LOAD DATA';
-$strLDILocal = 'Usa clau LOCAL';
$strLengthSet = 'Longitud/Valors*';
$strLimitNumRows = 'registres per pàgina';
$strLinesTerminatedBy = 'Línies acabades amb';
@@ -452,65 +452,66 @@ $strLinksTo = 'Enllaços a';
$strLithuanian = 'Lituà ';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ubicació de l\'arxiu de text';
+$strLogPassword = 'Contrasenya:';
+$strLogServer = 'Servidor';
+$strLogServerHelp = 'Pots entrar un nom d\'amfitrió/adreça IP i port separat per espai.';
+$strLogUsername = 'Nom d\'Usuari:';
$strLogin = 'Identificació';
$strLoginInformation = 'Informació d\'Identificació';
$strLoginWithoutPassword = 'La configuració prohibeix la connexió sense contrasenya (veure AllowNoPassword)';
$strLogout = 'Sortir';
-$strLogPassword = 'Contrasenya:';
-$strLogServerHelp = 'Pots entrar un nom d\'amfitrió/adreça IP i port separat per espai.';
-$strLogServer = 'Servidor';
-$strLogUsername = 'Nom d\'Usuari:';
$strLongOperation = 'Aquesta operació pot ser bastant llarga. Procedim igualment?';
+$strMIMETypesForTable = 'TIPUS MIME PER LA TAULA';
+$strMIME_MIMEtype = 'Tipus MIME';
+$strMIME_available_mime = 'Tipus MIME disponibles';
+$strMIME_available_transform = 'Transformacions disponibles';
+$strMIME_description = 'Descripció';
+$strMIME_nodescription = 'No hi ha cap descripció disponible per a aquesta transformació. Demana a l\'autor qué fa %s.';
+$strMIME_transformation = 'Transformació del Navegador';
+$strMIME_transformation_note = 'Per veure una llista d\'opcions de transformació disponibles i els seus tipus MIME de transformació, prem a %sdescripcions de transformació%s';
+$strMIME_transformation_options = 'Opcions de Transformació';
+$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\', 100, b,\'c\'... 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_without = 'Els tipus MIME en cursiva no tenen funcions de transformació a part';
$strMaxConnects = 'max. connexions alhora';
$strMaximalQueryLength = 'Tamany màxim de la consulta creada';
$strMaximumSize = 'Tamany Màxim: %s%s';
$strMbExtensionMissing = 'No s\'ha trobat l\'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ó. 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ó, prem a %sdescripcions de transformació%s';
-$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\', 100, b,\'c\'... 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 desades';
-$strModifyIndexTopic = 'Modifica un índex';
$strModify = 'Modificar';
+$strModifyIndexTopic = 'Modifica un índex';
$strMoveMenu = 'Menú Mou';
$strMoveTable = 'Mou taula a (base-de-dades.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.';
+$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.';
$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).';
+$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.';
$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.';
+$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).';
$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ó.';
+$strMyISAMRecoverOptionsDesc = 'El modus per a recuperació automàtica en taules MyISAM corruptes, com s\'estableix via l\'opció d\'inici del servidor --myisam-recover.';
$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.';
+$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ó.';
$strMyISAMSortBufferSize = 'Tamany de l\'àrea de classificació';
+$strMyISAMSortBufferSizeDesc = 'Ârea assignada per classificar índexos MyISAM mentre es fa un REPAIR TABLE o mentre es creen índexos amb CREATE INDEX o ALTER TABLE.';
$strMySQLCharset = 'Joc de caràcters de MySQL';
-$strMysqlClientVersion = 'Versió del client MySQL';
$strMySQLConnectionCollation = 'Ordenació de la connexió MySQL';
-$strMysqlLibDiffersServerVersion = 'La teva llibreria MySQL de PHP MySQL versió %s és diferent del teu servidor MySQL versió %s. Aixó pot provocar comportaments inesperats.';
$strMySQLSaid = 'MySQL diu: ';
$strMySQLShowProcess = 'Mostrar processos';
+$strMysqlClientVersion = 'Versió del client MySQL';
+$strMysqlLibDiffersServerVersion = 'La teva llibreria MySQL de PHP MySQL versió %s és diferent del teu servidor MySQL versió %s. Aixó pot provocar comportaments inesperats.';
$strName = 'Nom';
$strNext = 'Següent';
+$strNo = 'No';
$strNoActivity = 'Sense activitat des de fa %s segons o més, entra de nou';
+$strNoDataReceived = 'No s\'han rebut dades per importar. O bé no s\'ha especificat un nom d\'arxiu, o el tamany de l\'arxiu es més gran que el permés per la configuració del vostre PHP. Veieu PFC(FAQ) 1.16.';
$strNoDatabases = 'No hi ha Bases de Dades';
$strNoDatabasesSelected = 'No s\'han triat Bases de dades.';
-$strNoDataReceived = 'No s\'han rebut dades per importar. O bé no s\'ha especificat un nom d\'arxiu, o el tamany de l\'arxiu es més gran que el permés per la configuració del vostre PHP. Veieu PFC(FAQ) 1.16.';
$strNoDescription = 'Sense Descripció';
$strNoDetailsForEngine = 'No hi ha informació detallada de l\'estat disponible per a aquest motor d\'emmagatzematge.';
$strNoDropDatabases = 'Instrucció "DROP DATABASE" desactivada.';
@@ -520,9 +521,6 @@ $strNoFrames = 'phpMyAdmin és més fàcil amb un navegador que suporti marcs
$strNoIndex = 'No s\'ha definit l\'índex!';
$strNoIndexPartsDefined = 'No s\'han definit parts de l\'índex!';
$strNoModification = 'Sense canvis';
-$strNoneDefault = 'Cap';
-$strNone = 'Res';
-$strNo = 'No';
$strNoOptions = 'Aquest format no té opcions';
$strNoPassword = 'Sense contrasenya';
$strNoPermission = 'El servidor web no té permissos per a desar l\'arxiu %s.';
@@ -533,17 +531,19 @@ $strNoRowsSelected = 'No s\'han triat arxius';
$strNoSpace = 'No hi ha prou espai per desar 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.';
+$strNoUsersFound = 'No s\'han trobat usuaris.';
+$strNoValidateSQL = 'Saltar la Validació de l\'SQL';
+$strNone = 'Res';
+$strNoneDefault = 'Cap';
$strNotNumber = 'Aquest valor no és un número!';
$strNotOK = 'Incorrecte';
$strNotSet = 'Taula %s 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';
-$strNumberOfTables = 'Nombre de taules';
$strNumSearchResultsInTable = '%s resultat(s) a la taula %s';
$strNumSearchResultsTotal = 'Total:%s resultat(s)';
$strNumTables = 'Taules';
+$strNumberOfFields = 'Nombre de camps';
+$strNumberOfTables = 'Nombre de taules';
$strOK = 'Correcte';
$strOpenDocumentSpreadsheet = 'Full de càlcul Open Document';
@@ -558,59 +558,59 @@ $strOr = 'O';
$strOverhead = 'Defragmentat';
$strOverwriteExisting = 'Sobreescriure arxiu(s) existent(s)';
+$strPBXTCheckpointFrequency = 'Frequència dels controls';
+$strPBXTCheckpointFrequencyDesc = 'La quantitat de dades escrites al registre de transaccions abans de executar un control. El valor per defecte és 24MB.';
+$strPBXTDataFileGrowSize = 'Tamany de creixement de l\'arxiu de dades';
+$strPBXTDataFileGrowSizeDesc = 'El tamany de creixement dels arxius del gestor de dades (.xtd).';
+$strPBXTDataLogThreshold = 'Llindar del registre de dades (Data log)';
+$strPBXTDataLogThresholdDesc = 'El tamany màxim d\'un arxiu de registre de dades. El valor per defecte és 64MB. PBXT pot crear un màxim de 32000 registres de dades, que s\'utilitzen per totes les taules. Així el valor d\'aquesta variable es pot augmentar per augmentar la quantitat total de dades que es poden emmagatzemar en la base de dades.';
+$strPBXTGarbageThreshold = 'Llindar de les escombraries';
+$strPBXTGarbageThresholdDesc = 'El percentatge d\'escombraries en un registre de dades abans de compactar. És un valor entre 1 i 99. El valor per defecte és 50.';
+$strPBXTIndexCacheSize = 'Tamany del cau d\'index';
+$strPBXTIndexCacheSizeDesc = 'Aquest és el tamany de memòria assingnada al cau d\'indexos. El valor per defecte és 32MB. La memòria assignada aqui només s\'utilitza per cau de pàgines d\'index.';
+$strPBXTLogBufferSize = 'Tamany de la memòria intermèdia del Registre';
+$strPBXTLogBufferSizeDesc = 'El tamany de la memòria intermèdia usada quan s\'escriu un registre de dades. El valor per defecte és 256MB. El motor assigna una memòria intermèdia per fil, però només si es requereix el fil per escriure un registre de dades.';
+$strPBXTLogCacheSize = 'Tamany del cau del Registre (Log)';
+$strPBXTLogCacheSizeDesc = 'La quantitat de memòria assignada al cau del registre de transaccions usat en registres de transacció de dades. El valor per defecte és 16MB.';
+$strPBXTLogFileCount = 'Comptador de l\'arxiu de registre';
+$strPBXTLogFileCountDesc = 'Aquest és el nombre d\'arxius de registre de transaccions (pbxt/system/xlog*.xt) que el sistema mantindrà. Si el nombre de registres supera aquest valor, llavors els registres vells s\'esborraràn, altrament es reanomenaràn i es donarà el pròxim número més alt.';
+$strPBXTLogFileThreshold = 'LLindar de l\'arxiu de Registre (Log)';
+$strPBXTLogFileThresholdDesc = 'El tamany del registre de transaccions abans d\'un ajornament, i un nou registre es crea. El valor per defecte és 16MB.';
+$strPBXTRecordCacheSize = 'Tamany del cau de registre';
+$strPBXTRecordCacheSizeDesc = 'Aquest és el tamany de memòria assingnada al cau de registres usat com a cau de dades de taula. El valor per defecte és 32MB. Aquesta memòria s\'utilitza com a cau de canvis dels arxius del gestor de dades (.xtd) i indicadors de fila (.xtr).';
+$strPBXTRowFileGrowSize = 'Tamany de creixement de l\'arxiu de files';
+$strPBXTRowFileGrowSizeDesc = 'El tamany de creixement dels arxius d\'indicadors de fila (.xtr).';
+$strPBXTTransactionBufferSize = 'Tamany de la memòria intermèdia de transaccions';
+$strPBXTTransactionBufferSizeDesc = 'El tamany de la memòria intermèdia global del registre de transaccions (el motor assigna 2 memòries intermèdies d\'aquest tamany). El valor per defecte és 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Crea un llistat que conté les dades d\'una sola taula)';
+$strPDFReportTitle = 'Títol de llistat';
+$strPHPExtension = 'Extensió PHP';
+$strPHPVersion = 'PHP versió';
$strPacked = 'Comprimit';
$strPageNumber = 'Número de pàgina:';
$strPagesToBeFlushed = 'Pàgines per a purgar';
$strPaperSize = 'Tamany de paper';
$strPartialImport = 'Importació parcial';
$strPartialText = 'Texts Parcials';
-$strPartitionDefinition = 'Definicio de PARTICIÓ';
-$strPartitioned = 'particionat';
-$strPartitionMaintenance = 'Manteniment de particions';
$strPartition = 'Particio %s';
-$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
+$strPartitionDefinition = 'Definicio de PARTICIÓ';
+$strPartitionMaintenance = 'Manteniment de particions';
+$strPartitioned = 'particionat';
$strPassword = 'Contrasenya';
+$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
$strPasswordEmpty = 'La contrasenya és buida!';
$strPasswordHashing = 'Contrasenya Hashing';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
-$strPBXTCheckpointFrequencyDesc = 'La quantitat de dades escrites al registre de transaccions abans de executar un control. El valor per defecte és 24MB.';
-$strPBXTCheckpointFrequency = 'Frequència dels controls';
-$strPBXTDataFileGrowSizeDesc = 'El tamany de creixement dels arxius del gestor de dades (.xtd).';
-$strPBXTDataFileGrowSize = 'Tamany de creixement de l\'arxiu de dades';
-$strPBXTDataLogThresholdDesc = 'El tamany màxim d\'un arxiu de registre de dades. El valor per defecte és 64MB. PBXT pot crear un màxim de 32000 registres de dades, que s\'utilitzen per totes les taules. Així el valor d\'aquesta variable es pot augmentar per augmentar la quantitat total de dades que es poden emmagatzemar en la base de dades.';
-$strPBXTDataLogThreshold = 'Llindar del registre de dades (Data log)';
-$strPBXTGarbageThresholdDesc = 'El percentatge d\'escombraries en un registre de dades abans de compactar. És un valor entre 1 i 99. El valor per defecte és 50.';
-$strPBXTGarbageThreshold = 'Llindar de les escombraries';
-$strPBXTIndexCacheSizeDesc = 'Aquest és el tamany de memòria assingnada al cau d\'indexos. El valor per defecte és 32MB. La memòria assignada aqui només s\'utilitza per cau de pàgines d\'index.';
-$strPBXTIndexCacheSize = 'Tamany del cau d\'index';
-$strPBXTLogBufferSizeDesc = 'El tamany de la memòria intermèdia usada quan s\'escriu un registre de dades. El valor per defecte és 256MB. El motor assigna una memòria intermèdia per fil, però només si es requereix el fil per escriure un registre de dades.';
-$strPBXTLogBufferSize = 'Tamany de la memòria intermèdia del Registre';
-$strPBXTLogCacheSizeDesc = 'La quantitat de memòria assignada al cau del registre de transaccions usat en registres de transacció de dades. El valor per defecte és 16MB.';
-$strPBXTLogCacheSize = 'Tamany del cau del Registre (Log)';
-$strPBXTLogFileCount = 'Comptador de l\'arxiu de registre';
-$strPBXTLogFileCountDesc = 'Aquest és el nombre d\'arxius de registre de transaccions (pbxt/system/xlog*.xt) que el sistema mantindrà. Si el nombre de registres supera aquest valor, llavors els registres vells s\'esborraràn, altrament es reanomenaràn i es donarà el pròxim número més alt.';
-$strPBXTLogFileThresholdDesc = 'El tamany del registre de transaccions abans d\'un ajornament, i un nou registre es crea. El valor per defecte és 16MB.';
-$strPBXTLogFileThreshold = 'LLindar de l\'arxiu de Registre (Log)';
-$strPBXTRecordCacheSizeDesc = 'Aquest és el tamany de memòria assingnada al cau de registres usat com a cau de dades de taula. El valor per defecte és 32MB. Aquesta memòria s\'utilitza com a cau de canvis dels arxius del gestor de dades (.xtd) i indicadors de fila (.xtr).';
-$strPBXTRecordCacheSize = 'Tamany del cau de registre';
-$strPBXTRowFileGrowSizeDesc = 'El tamany de creixement dels arxius d\'indicadors de fila (.xtr).';
-$strPBXTRowFileGrowSize = 'Tamany de creixement de l\'arxiu de files';
-$strPBXTTransactionBufferSizeDesc = 'El tamany de la memòria intermèdia global del registre de transaccions (el motor assigna 2 memòries intermèdies d\'aquest tamany). El valor per defecte és 1MB.';
-$strPBXTTransactionBufferSize = 'Tamany de la memòria intermèdia de transaccions';
$strPdfDbSchema = 'Esquema de la base de dades "%s" - Pàgina %s';
$strPdfInvalidTblName = 'La taula "%s" no existeix!';
$strPdfNoTables = 'No hi ha taules';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Crea un llistat que conté les dades d\'una sola taula)';
-$strPDFReportTitle = 'Títol de llistat';
$strPerHour = 'per hora';
$strPerMinute = 'per minut';
$strPerSecond = 'per segon';
$strPersian = 'Persa';
$strPhoneBook = 'Libreta d\' adreces';
$strPhp = 'Crear codi PHP';
-$strPHPExtension = 'Extensió PHP';
-$strPHPVersion = 'PHP versió';
$strPlayAudio = 'Escoltar audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Tria la clau principal o una clau única';
$strPmaDocumentation = 'Documentació de phpMyAdmin';
@@ -619,13 +619,13 @@ $strPolish = 'Polac';
$strPortrait = 'Vertical';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
+$strPrimary = 'Principal';
$strPrimaryKeyHasBeenDropped = 'S\'ha esborrat la clau principal';
$strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" ha de ser el nom i només el nom de la clau principal!)';
-$strPrimary = 'Principal';
$strPrint = 'Imprimir';
-$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrintView = 'Imprimir vista';
+$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
$strPrivDescAlterRoutine = 'Permet alterar i esborrar rutines enmagatzemades.';
@@ -639,8 +639,8 @@ $strPrivDescDelete = 'Permet esborrar dades.';
$strPrivDescDropDb = 'Permet eliminar bases de dades i taules.';
$strPrivDescDropTbl = 'Permet eliminar taules.';
$strPrivDescEvent = 'Permet establir events per al planificador d\'events';
-$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescExecute = 'Permet executar processos enmagatzemats (stored procedures); No té efecte en aquesta versió de MySQL.';
+$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescFile = 'Permet importar i exportar dades amb arxius externs.';
$strPrivDescGrant = 'Permet afegir usuaris i permissos sense tenir que recarregar les taules de permissos.';
$strPrivDescIndex = 'Permet crear i eliminar indexos.';
@@ -685,6 +685,7 @@ $strQueryTime = 'La consulta tarda %s seg';
$strQueryType = 'Tipus de consulta';
$strQueryWindowLock = 'No sobreescriure aquesta consulta des de fora de la finestra';
+$strReType = 'Reescriure';
$strReadRequests = 'Peticions de lectura';
$strRebuild = 'Reconstrueix';
$strReceived = 'Rebut';
@@ -692,23 +693,23 @@ $strRecommended = 'recomanat';
$strRecords = 'Registres';
$strReferentialIntegrity = 'Comprova la integritat referencial:';
$strRefresh = 'Actualitzar';
+$strRelationDeleted = 'Relació esborrada';
+$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè prem a %saquí%s.';
+$strRelationView = 'Vista de Relacions';
$strRelationalDisplayField = 'Camp relacional per mostrar';
$strRelationalKey = 'Clau relacional';
$strRelationalSchema = 'Esquema Relacional';
-$strRelationDeleted = 'Relació esborrada';
-$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè prem a %saquí%s.';
-$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strRelations = 'Relacions';
-$strRelationView = 'Vista de Relacions';
-$strReloadingThePrivileges = 'Recarregant permissos';
-$strReloadPrivileges = 'Recarregar permissos';
+$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strReload = 'Recarregar';
+$strReloadPrivileges = 'Recarregar permissos';
+$strReloadingThePrivileges = 'Recarregant permissos';
$strRemoveCRLF = 'Treure caracters CRLF de dins dels camps';
$strRemovePartitioning = 'Eliminar particionament';
$strRemoveSelectedUsers = 'Treure els usuaris triats';
$strRenameDatabaseOK = 'Base de dades %s reanomenada a %s';
-$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRenameTable = 'Reanomenar les taules a';
+$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRepair = 'Repara';
$strRepairTable = 'Reparar taula';
$strReplaceNULLBy = 'Canvía NULL per';
@@ -721,32 +722,41 @@ $strReplicationStatus_slave = 'Estat de l\'esclau';
$strReset = 'Esborrar';
$strResourceLimits = 'Limit de recursos';
$strRestartInsertion = 'Reiniciar l\'inserció amb %s files';
-$strReType = 'Reescriure';
+$strRevoke = 'Treure';
$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';
$strRoutineReturnType = 'Tipus de retorn';
$strRoutines = 'Rutines';
$strRowLength = 'Tamany de fila';
+$strRowSize = 'Mida de fila ';
+$strRows = 'Fila';
$strRowsAffected = '%1$d fila(es) afectada(es).';
$strRowsDeleted = '%1$d fila(es) esborrada(es).';
-$strRows = 'Fila';
$strRowsFrom = 'Files començant des de';
$strRowsInserted = '%1$d fila(es) inserida(es).';
-$strRowSize = 'Mida de fila ';
$strRowsModeFlippedHorizontal = 'horitzontal (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';
+$strRunning = 'funcionant a %s';
$strRussian = 'Rus';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Modus de compatibilitat SQL';
+$strSQLExportType = 'Tipus d\' Exportació';
+$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';
+$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
+$strSQPBugUnclosedQuote = 'Cometa no tancada';
+$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
$strSave = 'Desar';
$strSaveOnServer = 'Desar al servidor al directori %s';
$strSavePosition = 'Desar posició';
@@ -773,40 +783,38 @@ $strSelectReferencedKey = 'Tria la clau referenciada';
$strSelectTables = 'Tria Taules';
$strSend = 'enviar';
$strSent = 'Enviat';
+$strServer = 'Servidor';
$strServerChoice = 'Elecció de Servidor';
$strServerNotResponding = 'El servidor no respon';
-$strServer = 'Servidor';
-$strServers = 'Servidors';
-$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatus = 'Informació d\'execució';
+$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatusUptime = 'Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s.';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = 'Ocupació de servidor: 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';
+$strServers = 'Servidors';
$strSessionGCWarning = 'El paràmetre de PHP [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] és menor que la caducitat de galetes (cookies) configurat a phpMyAdmin, degut a aixó, la vostra conenexió caducarà abans del establert a phpMyAdmin.';
$strSessionStartupErrorGeneral = 'No es pot iniciar una sessió sense errors, comprova els error obtinguts al teu registre de PHP i/o servidor web i configura el teu entorn de PHP acuradament.';
$strSessionValue = 'Valor de sessió';
$strSetEnumVal = 'Si el tipus de camp és "enum" o "set", entra els valors fent servir el format: \'a\',\'b\',\'c\'... Si mai necessites escriure la barra invertida ("\") o la cometa simple ("\'") abans d\'aquests valors, escriu barres invertides (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strSetupAllowAnywhereRecoding_name = 'Permetre conversió de jocs de caracters';
-$strSetupAllowArbitraryServer_desc = 'Si està activat, l\'usuari pot posar qualsevol servidor MySQL al formulari de connexió mitjançant l\'autenticació per galetes';
$strSetupAllowArbitraryServerMsg = 'Aquesta [a@?page=form&formset=features#tab_Security]opció[/a] s\'ha de desactivar perqué permet atacs de força bruta per connectar-se a un servidor MySQL. Si creus que la necessites, usa [a@?page=form&formset=features#tab_Security]llista de servidors alterns verificats[/a]. Tanmateix, una protecció basada en adreces IP pot no ser efectiva si la teva IP pertany a un proveïdor ISP amb gran quantitat d\'usuaris connectats, inclós tu mateix.';
+$strSetupAllowArbitraryServer_desc = 'Si està activat, l\'usuari pot posar qualsevol servidor MySQL al formulari de connexió mitjançant l\'autenticació per galetes';
$strSetupAllowArbitraryServer_name = 'Permetre connexió a qualsevol servidor MySQL';
$strSetupAllowUserDropDatabase_name = 'Mostra l\'enllaç "Drop database" als usuaris normals';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Empaquetat i desempaquetat amb Bzip2[/a] necessita les funcions (%s) que no estàn disponibles en aquest sistema.';
+$strSetupBZipDump_desc = 'Activa la compressió [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] per a les operacions d\'importació i exportació';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'La clau pot contenir lletres, numeros [em]i[/em] caracters especials';
-$strSetupblowfish_secret_desc = 'Frase de pas secreta usada per xifrar galetes en autenticació [kbd]cookie[/kbd]';
$strSetupBlowfishSecretLengthMsg = 'La clau és massa curta, ha de tenir al menys 8 caracters';
$strSetupBlowfishSecretMsg = 'No deus tenir establert el blowfish secret i tens activada l\'autenticació per galetes, així que una clau es generarà automàticament per tú. S\'utilitza per xifrar galetes; no necesites recordar-la.';
-$strSetupblowfish_secret_name = 'Contrasenya Blowfish';
$strSetupBrowseMarkerEnable_desc = 'Resaltar les files seleccionades';
$strSetupBrowseMarkerEnable_name = 'Marcador de fila';
$strSetupBrowsePointerEnable_desc = 'Resaltar la fila apuntada pel cursor del ratolí';
$strSetupBrowsePointerEnable_name = 'Resaltar apuntat';
-$strSetupBZipDump_desc = 'Activa la compressió [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] per a les operacions d\'importació i exportació';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Empaquetat i desempaquetat amb Bzip2[/a] necessita les funcions (%s) que no estàn disponibles en aquest sistema.';
-$strSetupCannotLoadConfigMsg = 'Si us plau, crea una carpeta modificable pel servidor web [em]config[/em] al directori principal de phpMyAdmin tal com s\'explica a la [a@../Documentation.html#setup_script]documentació[/a]. En cas contrari només podràs descarregar o mostrar.';
$strSetupCannotLoadConfig = 'No es pot carregar o desar la configuració';
+$strSetupCannotLoadConfigMsg = 'Si us plau, crea una carpeta modificable pel servidor web [em]config[/em] al directori principal de phpMyAdmin tal com s\'explica a la [a@../Documentation.html#setup_script]documentació[/a]. En cas contrari només podràs descarregar o mostrar.';
$strSetupCharEditing_desc = 'Defineix quin tipus de control d\'edició es farà servir per camps CHAR i VARCHAR; [kbd]input[/kbd] - permet limitar el tamany de l\'entrada, [kbd]textarea[/kbd] - permet varies línies dintre dels camps';
$strSetupCharEditing_name = 'Edició de camps CHAR';
$strSetupCharTextareaCols_desc = 'Nombre de columnes per àrea de text CHAR/VARCHAR';
@@ -831,27 +839,14 @@ $strSetupDefaultTabServer_name = 'Pestanya de servidor predeterminada';
$strSetupDefaultTabTable_desc = 'Pestanya que es mostra al entrar a una taula';
$strSetupDefaultTabTable_name = 'Pestanya de taula predeterminada';
$strSetupDirectoryNotice = 'Aquest valor s\'ha de comprovar acuradament per assegurar que aquest directori no és accesible per tothom, ni es pot llegir ni escriure per altres usuaris al teu servidor.';
+$strSetupDisplay = 'Mostrar';
$strSetupDisplayDatabasesList_desc = 'Mostrar les bases de dades com a llista en lloc de llista desplegable';
$strSetupDisplayDatabasesList_name = 'Mostrar bases de dades com a llista';
-$strSetupDisplay = 'Mostrar';
$strSetupDisplayServersList_desc = 'Mostrar els servidors com a llista en lloc de llista desplegable';
$strSetupDisplayServersList_name = 'Mostrar servidors com a llista';
$strSetupDonateLink = 'Donacions';
$strSetupDownload = 'Descarregar';
$strSetupEndOfLine = 'Fi de linia';
-$strSetuperror_connection = 'No es pot connectar al servidor MySQL';
-$strSetuperror_empty_pmadb_password = 'Control de contrasenya de phpMyAdmin buida al usar pmadb';
-$strSetuperror_empty_pmadb_user = 'Control d\'usuari de phpMyAdmin buit al usar pmadb';
-$strSetuperror_empty_signon_session = 'Nom de sessió signon buit al usar el métode d\'autenticació signon';
-$strSetuperror_empty_signon_url = 'URL signon buida al usar el métode d\'autenticació signon';
-$strSetuperror_empty_user_for_config_auth = 'Nom d\'usuari buit al usar el métode d\'autenticació config';
-$strSetuperror_form = 'El formulari enviat conté errors';
-$strSetuperror_incorrect_ip_address = 'Adreça IP incorrecta: %s';
-$strSetuperror_incorrect_port = 'Numero de port incorrecte';
-$strSetuperror_incorrect_value = 'Valor incorrecte';
-$strSetuperror_missing_field_data = 'Falten dades a %s';
-$strSetuperror_nan_nneg = 'No és un nombre no-negatiu';
-$strSetuperror_nan_p = 'No és un nombre positiu';
$strSetupExecTimeLimit_desc = 'Estableix el temps en segons que es permet per executar ordres, ([kbd]0[/kbd] per no posar límit)';
$strSetupExecTimeLimit_name = 'Màxim temps d\'execució';
$strSetupExport_asfile_name = 'Desar com a arxiu';
@@ -865,63 +860,63 @@ $strSetupExport_onserver_name = 'Desar al servidor';
$strSetupExport_onserver_overwrite_name = 'Sobreescriure arxiu(s) existent(s)';
$strSetupExport_remember_file_template_name = 'Recordar la plantilla del nom d\'arxiu';
$strSetupFalse = 'no';
-$strSetupForceSSL_desc = 'Forçar connexió segura al usar phpMyAdmin';
$strSetupForceSSLMsg = 'Aquesta [a@?page=form&formset=features#tab_Security]opció[/a] s\'ha d\'activar si el servidor web ho permet';
+$strSetupForceSSL_desc = 'Forçar connexió segura al usar phpMyAdmin';
$strSetupForceSSL_name = 'Forçar connexió SSL';
$strSetupForeignKeyDropdownOrder_desc = 'Ordre de clasificació per a ítems a la llista desplegable de claus externes; [kbd]content[/kbd] és la dada referenciada, [kbd]id[/kbd] és el valor de la clau';
$strSetupForeignKeyDropdownOrder_name = 'Ordre de claus externes a la llista desplegable';
$strSetupForeignKeyMaxLimit_desc = 'Ús de llista desplegable si hi son menys ítems presents';
$strSetupForeignKeyMaxLimit_name = 'Límit de claus externes';
-$strSetupForm_Browse_desc = 'Configura el mode de navegació';
$strSetupForm_Browse = 'Mode de navegació';
-$strSetupForm_Edit_desc = 'Configura el mode d\'edició';
+$strSetupForm_Browse_desc = 'Configura el mode de navegació';
$strSetupForm_Edit = 'Mode d\'edició';
-$strSetupForm_Export_defaults_desc = 'Configura les opcions predeterminades d\'exportació';
+$strSetupForm_Edit_desc = 'Configura el mode d\'edició';
$strSetupForm_Export_defaults = 'Predeterminats d\'exportació';
-$strSetupForm_Import_defaults_desc = 'Configura les opcions predeterminades d\'importació';
+$strSetupForm_Export_defaults_desc = 'Configura les opcions predeterminades d\'exportació';
$strSetupForm_Import_defaults = 'Predeterminats d\'importació';
-$strSetupForm_Import_export_desc = 'Configura els directoris d\'importació i exportació i les opcions d\'empaquetat';
+$strSetupForm_Import_defaults_desc = 'Configura les opcions predeterminades d\'importació';
$strSetupForm_Import_export = 'Importar / exportar';
+$strSetupForm_Import_export_desc = 'Configura els directoris d\'importació i exportació i les opcions d\'empaquetat';
$strSetupForm_Left_databases = 'Bases de dades';
$strSetupForm_Left_databases_desc = 'Opcions de visualització de les bases de dades';
-$strSetupForm_Left_frame_desc = 'Configura l\'aspecte del marc de navegació';
$strSetupForm_Left_frame = 'Marc de navegació';
-$strSetupForm_Left_servers_desc = 'Opcions de visualització dels servidors';
+$strSetupForm_Left_frame_desc = 'Configura l\'aspecte del marc de navegació';
$strSetupForm_Left_servers = 'Servidors';
-$strSetupForm_Left_tables_desc = 'Opcions de visualització de les taules';
+$strSetupForm_Left_servers_desc = 'Opcions de visualització dels servidors';
$strSetupForm_Left_tables = 'Taules';
+$strSetupForm_Left_tables_desc = 'Opcions de visualització de les taules';
$strSetupForm_Main_frame = 'Marc principal';
$strSetupForm_Other_core_settings = 'Altres paràmetres principals';
$strSetupForm_Other_core_settings_desc = 'Paràmetres que no encaixaven en cap altre lloc';
-$strSetupForm_Query_window_desc = 'Configura les opcions de la finestra de consultes';
$strSetupForm_Query_window = 'Finestra de consultes';
-$strSetupForm_Security_desc = 'Tingues en compte que phpMyAdmin només és una interficie d\'usuari i les seves caracteristiques no limiten a MySQL';
+$strSetupForm_Query_window_desc = 'Configura les opcions de la finestra de consultes';
$strSetupForm_Security = 'Securetat';
+$strSetupForm_Security_desc = 'Tingues en compte que phpMyAdmin només és una interficie d\'usuari i les seves caracteristiques no limiten a MySQL';
+$strSetupForm_Server = 'Paràmetres bàsics';
$strSetupForm_Server_config = 'Configuració del servidor';
$strSetupForm_Server_config_desc = 'Configuració avançada del servidor, no canviis aquestes opcions si no saps el que estàs fent';
$strSetupForm_Server_desc = 'Entra els paràmetres de connexió al servidor';
-$strSetupForm_Server_login_options_desc = 'Entra les opcions de connexió per a l\'autenticació signon';
$strSetupForm_Server_login_options = 'Opcions de connexió signon';
-$strSetupForm_Server = 'Paràmetres bàsics';
+$strSetupForm_Server_login_options_desc = 'Entra les opcions de connexió per a l\'autenticació signon';
$strSetupForm_Server_pmadb = 'Base de dades PMA';
$strSetupForm_Server_pmadb_desc = 'Configura la base de dades phpMyAdmin per tenir accés a característiques adiccionals, consulta [a@../Documentation.html#linked-tables]infraestructura de taules enllaçades[/a] a la documentació';
+$strSetupForm_Sql_box = 'Caixa de consultes SQL';
+$strSetupForm_Sql_box_desc = 'Configura els enllaços mostrats a les caixes de consultes SQL';
+$strSetupForm_Sql_queries = 'Consultes SQL';
+$strSetupForm_Sql_queries_desc = 'Paràmetres de consultes SQL, per a les opcions de la caixa de consultes SQL consulta els paràmetres de la [a@?page=form&formset=main_frame#tab_Sql_box]Caixa de consultes SQL[/a]';
+$strSetupForm_Startup = 'Inici';
+$strSetupForm_Startup_desc = 'Configura la pàgina d\'inici';
+$strSetupForm_Tabs = 'Pestanyes';
+$strSetupForm_Tabs_desc = 'Tria cóm vols que treballin les pestanyes';
$strSetupFormset_customization = 'Configuració';
$strSetupFormset_export = 'Configurar valors d\'expotació predeterminats';
$strSetupFormset_features = 'Propietats';
$strSetupFormset_import = 'Configurar valors d\'importació predeterminats';
$strSetupFormset_left_frame = 'Configurar marc de navegació';
$strSetupFormset_main_frame = 'Configurar marc principal';
-$strSetupForm_Sql_box = 'Caixa de consultes SQL';
-$strSetupForm_Sql_box_desc = 'Configura els enllaços mostrats a les caixes de consultes SQL';
-$strSetupForm_Sql_queries = 'Consultes SQL';
-$strSetupForm_Sql_queries_desc = 'Paràmetres de consultes SQL, per a les opcions de la caixa de consultes SQL consulta els paràmetres de la [a@?page=form&formset=main_frame#tab_Sql_box]Caixa de consultes SQL[/a]';
-$strSetupForm_Startup_desc = 'Configura la pàgina d\'inici';
-$strSetupForm_Startup = 'Inici';
-$strSetupForm_Tabs_desc = 'Tria cóm vols que treballin les pestanyes';
-$strSetupForm_Tabs = 'Pestanyes';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Empaquetat i desempaquetat amb GZip[/a] mecessita les funcions (%s) que no estàn disponibles en aquest sistema.';
$strSetupGZipDump_desc = 'Activa la compressió [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] per a les operacions d\'importació i exportació';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Empaquetat i desempaquetat amb GZip[/a] mecessita les funcions (%s) que no estàn disponibles en aquest sistema.';
$strSetupHomepageLink = 'pàgina principal de phpMyAdmin';
$strSetupIconvExtraParams_name = 'Paràmetres adiccionals per iconv';
$strSetupIgnoreErrors = 'Ignorar errors';
@@ -952,9 +947,9 @@ $strSetupLeftFrameLight_name = 'Usar versió lleugera';
$strSetupLeftFrameTableLevel_name = 'Màxima profunditat de l\'arbre de taules';
$strSetupLeftFrameTableSeparator_desc = 'Text que separa taules en diferents nivells d\'arbre';
$strSetupLeftFrameTableSeparator_name = 'Separador d\'arbre de taules';
-$strSetupLeftLogoLink_name = 'Enllaç d\'URL al logo';
$strSetupLeftLogoLinkWindow_desc = 'Obrir la pàgina enllaçada a la finestra principal ([kbd]main[/kbd]) o bé a una de nova ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Destí d\enllaç al logo';
+$strSetupLeftLogoLink_name = 'Enllaç d\'URL al logo';
$strSetupLeftPointerEnable_desc = 'Resalta el servidor sota el cursor del ratolí';
$strSetupLeftPointerEnable_name = 'Activa resaltat';
$strSetupLetUserChoose = 'deixar triar a l\'usuari';
@@ -967,8 +962,8 @@ $strSetupLoginCookieRecall_desc = 'Defineix si l\'anterior autenticació s\'ha d
$strSetupLoginCookieRecall_name = 'Nom d\'usuari de recuperació';
$strSetupLoginCookieStore_desc = 'Defineix el temps (en segons) que una galeta ha d\'estar enmagatzemada al navegador. El valor predeterminat 0 vol dir que es mantindran només durant la sessió actual, i s\'esborraran tant aviat com tanquis la finestra del navegador. Aixó es recomana per a entorns no confiables.';
$strSetupLoginCookieStore_name = 'Enmagatzema les galetes de connexió';
-$strSetupLoginCookieValidity_desc = 'Defineix durant quant de temps (en segons) es vàlida una galeta d\'autenticació';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Validació de connexió amb cookies[/a] s\'ha de configurar al menys a 1800 segons (30 minuts). Valors més grans de 1800 poden ser un risc de seguretat, com a suplantacions.';
+$strSetupLoginCookieValidity_desc = 'Defineix durant quant de temps (en segons) es vàlida una galeta d\'autenticació';
$strSetupLoginCookieValidity_name = 'Validesa de l\'autenticació per galetes';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Màxim nombre de caracters usats quan es mostra una consulta SQL';
$strSetupMaxCharactersInDisplayedSQL_name = 'Tamany màxim de SQL mostrat';
@@ -1006,18 +1001,36 @@ $strSetupRecodingEngine_desc = 'Selecciona quines funcions s\'usaràn per a conv
$strSetupRecodingEngine_name = 'Motor d\'enregistrament';
$strSetupRestoreDefaultValue = 'Restaurar valor per defecte';
$strSetupRevertErroneousFields = 'Intentar tornar als valors predeterminats dels camps erronis';
+$strSetupSQLQuery_Edit_name = 'Editar';
+$strSetupSQLQuery_Explain_name = 'Explica SQL';
+$strSetupSQLQuery_Refresh_name = 'Refresca';
+$strSetupSQLQuery_ShowAsPHP_name = 'Crea codi PHP';
+$strSetupSQLQuery_Validate_name = 'Valida SQL';
$strSetupSaveDir_desc = 'Directori del servidor ón pots desar les exportacions';
$strSetupSaveDir_name = 'Directori de Desades';
$strSetupServerAuthConfigMsg = 'Has triat el tipus d\'autenticació [kbd]config[/kbd] i has inclós el nom d\'usuari i la contrasenya per connexions automàtiques, que es una opció no recomanable per a servidors actius. Qualsevol que conegui la teva URL de phpMyAdmin pot accedir al teu panel directament. Estableix el [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipus d\'autenticació[/a] a [kbd]cookie[/kbd] o [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Hauries d\'utilitzar mysqli per raons de rendiment';
$strSetupServerNoPasswordMsg = 'Esteu permetent connexions al servidor sense contrasenya.';
+$strSetupServerSecurityInfoMsg = 'Si ho consideres necessari, utilitza paràmetres de protecció extres - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]identificació de servidor authentication[/a] i [a@?page=form&formset=features#tab_Security]llista de proxies autoritzats[/a]. Tanmateix, una protecció basada en adreces IP pot no ser suficient si la teva IP pertany a un proveïdor ISP amb gran nombre d\'usuaris connectats, inclós tu mateix.';
+$strSetupServerSslMsg = 'Hauries de fer servir connexions SSL si el teu servidor web ho permet';
$strSetupServersAdd = 'Afegir un nou servidor';
+$strSetupServersEdit = 'Editar servidor';
$strSetupServers_AllowDeny_order_desc = 'Deixa en blanc si no l\'utilitzes';
$strSetupServers_AllowDeny_order_name = 'Ordre d\'autenticació del servidor';
$strSetupServers_AllowDeny_rules_desc = 'Deixa en blanc per als predeterminats';
$strSetupServers_AllowDeny_rules_name = 'Regles d\'autenticació del servidor';
$strSetupServers_AllowNoPassword_name = 'Permetre connexions sense contrasenya';
$strSetupServers_AllowRoot_name = 'Permetre la connexió de root';
+$strSetupServers_CountTables_desc = 'Comptar les taules al mostrar la llista de bases de dades';
+$strSetupServers_CountTables_name = 'Comptar les taules';
+$strSetupServers_DisableIS_desc = 'Més informació a [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] i [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Desactiva l\'ús d\'INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL de desconnexió';
+$strSetupServers_ShowDatabasesCommand_desc = 'Ordre SQL per obtenir les bases de dades disponibles';
+$strSetupServers_ShowDatabasesCommand_name = 'Ordre SHOW DATABASES';
+$strSetupServers_SignonSession_desc = 'Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus d\'autenticació[/a] per veure exemples';
+$strSetupServers_SignonSession_name = 'Nom de sessió signon';
+$strSetupServers_SignonURL_name = 'URL signon';
$strSetupServers_auth_swekey_config_desc = 'El camí de l\'arxiu de configuració per [a@http://swekey.com]autenticació per maquinari SweKey[/a] (no trobat al teu arrel de documents; es recomana a: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'Arxiu de configuració SweKey';
$strSetupServers_auth_type_desc = 'Mètode d\'autenticació a usar';
@@ -1033,14 +1046,8 @@ $strSetupServers_connect_type_name = 'Tipus de connexió';
$strSetupServers_controlpass_name = 'Contrasenya de l\'usuari de control';
$strSetupServers_controluser_desc = 'Usuari MySQL especial configurat amb permissos restringits, més informació disponible al [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Usuari de control';
-$strSetupServers_CountTables_desc = 'Comptar les taules al mostrar la llista de bases de dades';
-$strSetupServers_CountTables_name = 'Comptar les taules';
$strSetupServers_designer_coords_desc = 'Deixa en blanc per desactivar el suport del Dissenyador, predeterminat: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Taula del Dissenyador';
-$strSetupServers_DisableIS_desc = 'Més informació a [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] i [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Desactiva l\'ús d\'INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'Si ho consideres necessari, utilitza paràmetres de protecció extres - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]identificació de servidor authentication[/a] i [a@?page=form&formset=features#tab_Security]llista de proxies autoritzats[/a]. Tanmateix, una protecció basada en adreces IP pot no ser suficient si la teva IP pertany a un proveïdor ISP amb gran nombre d\'usuaris connectats, inclós tu mateix.';
-$strSetupServersEdit = 'Editar servidor';
$strSetupServers_extension_desc = 'La extensió de PHP utilitzada; hauries de fer servir mysqli si ho tens suportat';
$strSetupServers_extension_name = 'Extensió PHP a usar';
$strSetupServers_hide_db_desc = 'Amagar les bases de dades que compleixin una expresió regular (PCRE)';
@@ -1049,7 +1056,6 @@ $strSetupServers_history_desc = 'Deixa en blanc per desactivar el suport d\'hist
$strSetupServers_history_name = 'Taula d\'historial de consultes SQL';
$strSetupServers_host_desc = 'Nom del servidor ón MySQL és en marxa';
$strSetupServers_host_name = 'Nom del servidor';
-$strSetupServers_LogoutURL_name = 'URL de desconnexió';
$strSetupServers_nopassword_desc = 'Intentar connectar sense contrasenya';
$strSetupServers_nopassword_name = 'Connexió sense contrasenya';
$strSetupServers_only_db_desc = 'Pots usar els caracters comodins de MySQL (% and _), escapal\'s si vols fer-los servir als teus texts, ex.: usa \'my\_db\' i no \'my_db\'';
@@ -1064,12 +1070,6 @@ $strSetupServers_port_desc = 'Port ón el servidor MySQL està escoltatt, deixa
$strSetupServers_port_name = 'Port del servidor';
$strSetupServers_relation_desc = 'Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/relation]enllaços de relacions[/a], predeterminat: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Taula de relacions';
-$strSetupServers_ShowDatabasesCommand_desc = 'Ordre SQL per obtenir les bases de dades disponibles';
-$strSetupServers_ShowDatabasesCommand_name = 'Ordre SHOW DATABASES';
-$strSetupServers_SignonSession_desc = 'Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus d\'autenticació[/a] per veure exemples';
-$strSetupServers_SignonSession_name = 'Nom de sessió signon';
-$strSetupServers_SignonURL_name = 'URL signon';
-$strSetupServerSslMsg = 'Hauries de fer servir connexions SSL si el teu servidor web ho permet';
$strSetupServers_socket_desc = 'Sócol ón el servidor MySQL està escoltant, deixa en blanc per al predeterminat';
$strSetupServers_socket_name = 'Sócol del servidor';
$strSetupServers_ssl_name = 'Usa SSL';
@@ -1095,9 +1095,9 @@ $strSetupShowFunctionFields_name = 'Mostrar camps de funció';
$strSetupShowHiddenMessages = 'Mostrar missatges ocults (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Mostra l\'enllaç a la sortida de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]';
$strSetupShowPhpInfo_name = 'Mostrar l\'enllaç a phpinfo()';
-$strSetupShowServerInfo_name = 'Mostrar informació detallada del servidor MySQL';
$strSetupShowSQL_desc = 'Defineix si s\'han de mostrar les consultes SQL creades per phpMyAdmin';
$strSetupShowSQL_name = 'Mostrar consultes SQL';
+$strSetupShowServerInfo_name = 'Mostrar informació detallada del servidor MySQL';
$strSetupShowStats_desc = 'Permet mostrar estadístiques de base de dades i de taula (ex. espai usat)';
$strSetupShowStats_name = 'Mostrar estadístiques';
$strSetupShowTooltipAliasDB_desc = 'Si les ajudes estàn activades i s\'ha establert un comentari per a la base de dades, alternarà el comentari i el nom real';
@@ -1107,11 +1107,6 @@ $strSetupShowTooltipAliasTB_name = 'Mostrar comentari de taula en lloc del seu n
$strSetupShowTooltip_name = 'Mostrar comentaris de taula en ajudes';
$strSetupSkipLockedTables_desc = 'Marcar les taules en ús i permetre mostrar les bases de dades amb taules bloquejades';
$strSetupSkipLockedTables_name = 'Saltar taules bloquejades';
-$strSetupSQLQuery_Edit_name = 'Editar';
-$strSetupSQLQuery_Explain_name = 'Explica SQL';
-$strSetupSQLQuery_Refresh_name = 'Refresca';
-$strSetupSQLQuery_ShowAsPHP_name = 'Crea codi PHP';
-$strSetupSQLQuery_Validate_name = 'Valida SQL';
$strSetupSuggestDBName_desc = 'Proposar un nom de base de dades al formulari "Crear Base de Dades" (si es posible) o bé deixar buit el camp de text';
$strSetupSuggestDBName_name = 'Proposar un nou nom de base de dades';
$strSetupTrue = 'si';
@@ -1133,24 +1128,35 @@ $strSetupVersionCheckNone = 'No hi ha disponible una versió estable més nova';
$strSetupVersionCheckUnparsable = 'No es pot interpretar el text de versió';
$strSetupVersionCheckWrapperError = 'No hi ha un intèrpret URL o CURL. No es pot comprovar la versió.';
$strSetupWarning = 'Atenció';
-$strSetupZipDump_desc = 'Activa la compressió [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] per a les operacions d\'importació i exportació';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Empaquetat amb Zip[/a] necessita les funcions (%s) que no estàn disponibles en aquest sistema.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Desempaquetat amb Zip[/a] necessita les funcions (%s) que no estàn disponibles en aquest sistema.';
+$strSetupZipDump_desc = 'Activa la compressió [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] per a les operacions d\'importació i exportació';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Frase de pas secreta usada per xifrar galetes en autenticació [kbd]cookie[/kbd]';
+$strSetupblowfish_secret_name = 'Contrasenya Blowfish';
+$strSetuperror_connection = 'No es pot connectar al servidor MySQL';
+$strSetuperror_empty_pmadb_password = 'Control de contrasenya de phpMyAdmin buida al usar pmadb';
+$strSetuperror_empty_pmadb_user = 'Control d\'usuari de phpMyAdmin buit al usar pmadb';
+$strSetuperror_empty_signon_session = 'Nom de sessió signon buit al usar el métode d\'autenticació signon';
+$strSetuperror_empty_signon_url = 'URL signon buida al usar el métode d\'autenticació signon';
+$strSetuperror_empty_user_for_config_auth = 'Nom d\'usuari buit al usar el métode d\'autenticació config';
+$strSetuperror_form = 'El formulari enviat conté errors';
+$strSetuperror_incorrect_ip_address = 'Adreça IP incorrecta: %s';
+$strSetuperror_incorrect_port = 'Numero de port incorrecte';
+$strSetuperror_incorrect_value = 'Valor incorrecte';
+$strSetuperror_missing_field_data = 'Falten dades a %s';
+$strSetuperror_nan_nneg = 'No és un nombre no-negatiu';
+$strSetuperror_nan_p = 'No és un nombre positiu';
+$strShow = 'Mostra';
$strShowAll = 'Mostra tot';
-$strShowBinaryContents = 'Mostrar continguts binaris';
$strShowBLOBContents = 'Mostrar contingut BLOB';
+$strShowBinaryContents = 'Mostrar continguts binaris';
$strShowColor = 'Mostra color';
$strShowDatadictAs = 'Format del Diccionari de Dades';
$strShowFullQueries = 'Mostra Consultes completes';
$strShowGrid = 'Mostra graella';
$strShowHideLeftMenu = 'Menú esquerre Mostra/Amaga';
-$strShowingBookmark = 'Mostrant consultes desades';
-$strShowingPhp = 'Mostrant com a codi PHP';
-$strShowingRecords = 'Mostrant registres: ';
-$strShowingSQL = 'Mostrant consulta SQL';
$strShowKeys = 'Només mostrar claus';
-$strShow = 'Mostra';
$strShowOpenTables = 'Mostrar taules obertes';
$strShowPHPInfo = 'Mostra informació de PHP';
$strShowSlaveHosts = 'Mostrar servidors esclaus';
@@ -1206,13 +1212,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'El nombre d\'escriptures fsync fetes
$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 pàgines creades.';
$strShowStatusInnodb_page_sizeDescr = 'El tamany de pàgina d\'InnoDB compilat (per defecte 16KB). Bastants valors es comptabilitzen en pàgines; el tamany de pàgina permet convertir-lo fàcilment a bytes.';
+$strShowStatusInnodb_pages_createdDescr = 'El nombre de pàgines creades.';
$strShowStatusInnodb_pages_readDescr = 'El nombre de pàgines llegides.';
$strShowStatusInnodb_pages_writtenDescr = 'El nombre de pàgines 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_avgDescr = 'El temps promig en fer un bloqueig de fila, 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.';
@@ -1228,10 +1234,10 @@ $strShowStatusKey_write_requestsDescr = 'El nombre de peticions d\'escriptura d\
$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 DELAYED.';
-$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.';
+$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.';
$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.';
@@ -1244,8 +1250,8 @@ $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_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_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.';
@@ -1265,6 +1271,10 @@ $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 ';
+$strShowingBookmark = 'Mostrant consultes desades';
+$strShowingPhp = 'Mostrant com a codi PHP';
+$strShowingRecords = 'Mostrant registres: ';
+$strShowingSQL = 'Mostrant consulta SQL';
$strSimplifiedChinese = 'Xinés Simplificat';
$strSingly = '(només)';
$strSize = 'Mida';
@@ -1274,29 +1284,19 @@ $strSlovenian = 'Eslové';
$strSmallBigAll = 'Tot Petit/Gran';
$strSnapToGrid = 'Aliniar a la graella';
$strSocketProblem = '(o el sòcol del servidor local MySQL no està configurat correctament)';
-$strSortByKey = 'Classifica per la clau';
$strSort = 'Classificació';
+$strSortByKey = 'Classifica per la clau';
$strSorting = 'Classificant';
$strSpaceUsage = 'Utilització d\'espai';
$strSpanish = 'Espanyol';
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
-$strSQLCompatibility = 'Modus de compatibilitat SQL';
-$strSQLExportType = 'Tipus d\' Exportació';
-$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';
$strStandInStructureForView = 'Stand-in estructura per a vista';
$strStatCheckTime = 'Darrera comprovació';
$strStatCreateTime = 'Creació';
+$strStatUpdateTime = 'Darrera actualització';
$strStatement = 'Sentències';
$strStatic = 'estàtic';
$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';
@@ -1313,13 +1313,14 @@ $strSuccess = 'La vostra comanda SQL ha estat executada amb èxit';
$strSuhosin = 'Servidor executant-se amb Suhosin. Si us plau, consulta %sdocumentation% per a possibles assumptes.';
$strSum = 'Suma';
$strSwedish = 'Suec';
-$strSwekeyAuthenticating = 'Autenticant...';
$strSwekeyAuthFailed = 'Error a l\'autenticació de maquinari';
+$strSwekeyAuthenticating = 'Autenticant...';
$strSwekeyNoKey = 'Cap clau d\'autenticació vàlida endollada';
$strSwekeyNoKeyId = 'L \'arxiu %s no conté cap identificació de clau';
$strSwitchToDatabase = 'Canviar a la base de dades copiada';
$strSwitchToTable = 'Canvia a una taula copiada';
+$strTable = 'Taula';
$strTableAlreadyExists = 'La taula %s ja existeix!';
$strTableAlteredSuccessfully = 'S\'ha modificat la taula %1$s correctament';
$strTableComments = 'Comentaris de la taula';
@@ -1333,32 +1334,31 @@ $strTableMaintenance = 'Manteniment de la taula';
$strTableName = 'Nom de taula';
$strTableOfContents = 'Taula de continguts';
$strTableOptions = 'Opcions de Taula';
-$strTables = '%s taula(es)';
$strTableStructure = 'Estructura de la taula';
-$strTable = 'Taula';
+$strTables = '%s taula(es)';
$strTakeIt = 'agafa';
$strTblPrivileges = 'Permissos especifics de taula';
$strTempData = 'Dades temporals';
$strTextAreaLength = ' A causa de la seva longitud, aquest camp pot no ser editable ';
$strTexyText = 'Text Texy!';
$strThai = 'Tailandès';
+$strTheme = 'Tema / Estil';
$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!';
+$strThemeNotFound = 'Tema %s no trobat!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
-$strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host';
-$strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
+$strThreads = 'Fils';
+$strTime = 'Temps';
$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';
$strToFromPage = 'plana a/de';
+$strToSelectRelation = 'Per triar una relació, clica :';
$strToggleScratchboard = 'Canvia l\' scratchboard';
$strToggleSmallBig = 'Canviar petit/gran';
-$strToSelectRelation = 'Per triar una relació, clica :';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Xinés Tradicional';
@@ -1389,10 +1389,10 @@ $strUnique = 'Única';
$strUnknown = 'Desconegut';
$strUnselectAll = 'Desmarca tot';
$strUnsupportedCompressionDetected = 'S\'intenta 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ó.';
+$strUpdComTab = 'Mira a la documentació cóm actualitzar la teva Taula de Comentaris de les Columnes';
$strUpdatePrivMessage = 'Heu actualitzat els permissos de %s.';
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
$strUpdateQuery = 'Actualitza consulta';
-$strUpdComTab = 'Mira a la documentació cóm actualitzar la teva Taula de Comentaris de les Columnes';
$strUpgrade = 'Es necessari actualitzar a %s %s o posterior.';
$strUploadErrorCantWrite = 'Error en gravar l\'arxiu al disc.';
$strUploadErrorExtension = 'Pujada de l\'arxiu aturada per l\'extensió.';
@@ -1406,6 +1406,11 @@ $strUploadsNotAllowed = 'No es permet pujar arxius en aquest servidor.';
$strUsage = 'Ús';
$strUseBackquotes = 'Usa "backquotes" amb taules i noms de camps';
$strUseHostTable = 'Utilitza la Taula de Hosts';
+$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 text';
+$strUseThisValue = 'Fes servir aquest valor';
+$strUser = 'Usuari';
$strUserAlreadyExists = 'L\'usuari %s ja existeix!';
$strUserEmpty = 'El nom d\'usuari és buit!';
$strUserName = 'Nom d\'usuari';
@@ -1413,26 +1418,21 @@ $strUserNotFound = 'No s\'ha trobat l\'usuari triat a la taula de permissos.';
$strUserOverview = 'Informació general de l\'usuari';
$strUsersDeleted = 'S\'han esborrat correctament els usuaris triats.';
$strUsersHavingAccessToDb = 'Usuaris amb accés a "%s"';
-$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 text';
-$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';
+$strView = 'Vista';
$strViewDump = 'Veure un esquema de la taula';
+$strViewDumpDB = 'Veure l\'esquema de la base de dades';
+$strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades';
$strViewHasAtLeast = 'Aquesta vista té al menys aques nombre de files. Consulta %sdocumentation%.';
$strViewHasBeenDropped = 'Vista %s esborrada';
$strViewImage = 'Veure imatge';
$strViewName = 'Nom de VISTA';
$strViewVideo = 'Veure video';
-$strView = 'Vista';
$strWebServer = 'Servidor Web';
$strWebServerUploadDirectory = 'Directori de pujada d\'arxius del servidor web';
@@ -1453,27 +1453,166 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).';
$strZip = '"comprimit amb zip"';
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1482,127 +1621,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/check_lang.sh b/lang/check_lang.sh
index 8e2a2300a..2483066d2 100755
--- a/lang/check_lang.sh
+++ b/lang/check_lang.sh
@@ -1,3 +1,4 @@
+ $TMPDIR/$f
done
-
# Build the diff files used for checking
# And if there are no differences, delete the empty files
echo "Comparing data"
@@ -60,3 +60,5 @@ 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"
+
+?>
diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php
index 19cb86823..24381da66 100644
--- a/lang/chinese_simplified-utf-8.inc.php
+++ b/lang/chinese_simplified-utf-8.inc.php
@@ -29,12 +29,13 @@ $month = array('一月', '二月', '三月', '四月', '五月', '六月', '七
$datefmt = '%Y 年 %m 月 %d 日 %H:%M';
$timespanfmt = '%s 天 %s 小时,%s 分 %s 秒';
+$strAPrimaryKey = '已将 %s 设为主键';
$strAbortedClients = '已取消';
+$strAccessDenied = '拒绝访问';
$strAccessDeniedCreateConfig = '你可能还没有创建配置文件。你可以使用 %1$s设置脚本%2$s 来创建一个配置文件。';
$strAccessDeniedExplanation = 'phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。';
-$strAccessDenied = '拒绝访问';
-$strActions = '操作';
$strAction = '操作';
+$strActions = '操作';
$strAddAutoIncrement = '添加自增 (AUTO_INCREMENT) 值';
$strAddClause = '添加 %s';
$strAddConstraints = '强制添加';
@@ -48,63 +49,62 @@ $strAddPrivilegesOnDb = '在下列数据库添加权限';
$strAddPrivilegesOnTbl = '在下列数据表添加权限';
$strAddSearchConditions = '添加搜索条件 (“where”语句的主体):';
$strAddToIndex = '添加 %s 个索引字段';
-$strAddUserMessage = '您已添加了一个新用户。';
$strAddUser = '添加新用户';
+$strAddUserMessage = '您已添加了一个新用户。';
$strAdministration = '管理';
+$strAfter = '于 %s 之后';
$strAfterInsertBack = '返回上一页';
$strAfterInsertNewInsert = '插入新数据';
$strAfterInsertNext = '编辑下一行';
$strAfterInsertSame = '返回到本页';
-$strAfter = '于 %s 之后';
-$strAllowInterrupt = '在导入时脚本若检测到可能需要花费很长时间则允许中断。尽管这会中断事务,但在导入大文件时是个很好的方法。';
-$strAllTableSameWidth = '以相同宽度显示所有的表';
$strAll = '全部';
+$strAllTableSameWidth = '以相同宽度显示所有的表';
+$strAllowInterrupt = '在导入时脚本若检测到可能需要花费很长时间则允许中断。尽管这会中断事务,但在导入大文件时是个很好的方法。';
$strAlterOrderBy = '更改表的排序,根据';
-$strAnalyzeTable = '分析表';
+$strAnIndex = '已将 %s 设为索引';
$strAnalyze = '分析';
+$strAnalyzeTable = '分析表';
+$strAnd = '与';
$strAndSmall = '和';
$strAndThen = '然后';
-$strAnd = '与';
$strAngularLinks = '规则连接';
-$strAnIndex = '已将 %s 设为索引';
+$strAny = '任意';
$strAnyHost = '任意主机';
$strAnyUser = '任意用户';
-$strAny = '任意';
$strApproximateCount = '可能接近。参见 [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
-$strAPrimaryKey = '已将 %s 设为主键';
$strArabic = '阿拉伯语';
$strArmenian = '亚美尼亚语';
-$strAscending = '递增';
$strAsDefined = '定义:';
+$strAscending = '递增';
$strAtBeginningOfTable = '于表开头';
$strAtEndOfTable = '于表结尾';
$strAttr = '属性';
$strAutomaticLayout = '自动排版';
+$strBLOBRepository = 'BLOB 容器';
+$strBLOBRepositoryDamaged = '已损坏';
+$strBLOBRepositoryDisable = '禁用';
+$strBLOBRepositoryDisableAreYouSure = '您确定要在数据库 %s 上禁用 BLOB 功能?';
+$strBLOBRepositoryDisableStrongWarning = '您正准备禁用 BLOB 容器!';
+$strBLOBRepositoryDisabled = '已禁用';
+$strBLOBRepositoryEnable = '启用';
+$strBLOBRepositoryEnabled = '已启用';
+$strBLOBRepositoryRemove = '删除 BLOB 容器功能';
+$strBLOBRepositoryRepair = '修复';
+$strBLOBRepositoryUpload = '上传到 BLOB 容器';
$strBack = '返回';
$strBaltic = '巴拉克语';
$strBeginCut = '开始剪切';
$strBeginRaw = '开始原文';
-$strBinaryDoNotEdit = '二进制 - 无法编辑';
-$strBinaryLog = '二进制日志';
-$strBinary = '二进制';
$strBinLogEventType = '事件类型';
$strBinLogInfo = '信息';
$strBinLogName = '日志文件名';
$strBinLogOriginalPosition = '初始位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '服务器ID';
-$strBLOBRepository = 'BLOB 容器';
-$strBLOBRepositoryDamaged = '已损坏';
-$strBLOBRepositoryDisableAreYouSure = '您确定要在数据库 %s 上禁用 BLOB 功能?';
-$strBLOBRepositoryDisabled = '已禁用';
-$strBLOBRepositoryDisableStrongWarning = '您正准备禁用 BLOB 容器!';
-$strBLOBRepositoryDisable = '禁用';
-$strBLOBRepositoryEnabled = '已启用';
-$strBLOBRepositoryEnable = '启用';
-$strBLOBRepositoryRemove = '删除 BLOB 容器功能';
-$strBLOBRepositoryRepair = '修复';
-$strBLOBRepositoryUpload = '上传到 BLOB 容器';
+$strBinary = '二进制';
+$strBinaryDoNotEdit = '二进制 - 无法编辑';
+$strBinaryLog = '二进制日志';
$strBookmarkAllUsers = '让所有用户均可访问此书签';
$strBookmarkCreated = '已创建书签 %s';
$strBookmarkDeleted = '书签已删除。';
@@ -113,64 +113,65 @@ $strBookmarkQuery = '此 SQL 查询已加入书签';
$strBookmarkReplace = '替换现有的同名书签';
$strBookmarkThis = '将此 SQL 查询加为书签';
$strBookmarkView = '仅查看';
+$strBrowse = '浏览';
$strBrowseDistinctValues = '浏览非重复值 (DISTINCT)';
$strBrowseForeignValues = '浏览不相关的值';
-$strBrowse = '浏览';
+$strBufferPool = '缓冲池';
$strBufferPoolActivity = '缓冲池活动';
$strBufferPoolUsage = '缓冲池使用情况';
-$strBufferPool = '缓冲池';
-$strBufferReadMissesInPercent = '读缺失率';
$strBufferReadMisses = '读缺失数';
-$strBufferWriteWaitsInPercent = '写等待率';
+$strBufferReadMissesInPercent = '读缺失率';
$strBufferWriteWaits = '写等待数';
+$strBufferWriteWaitsInPercent = '写等待率';
$strBulgarian = '保加利亚语';
$strBusyPages = '负载页';
$strBzip = 'bzip 压缩';
+$strCSV = 'CSV'; // should express in english
$strCalendar = '日历';
-$strCancel = '取消';
$strCanNotLoadExportPlugins = '无法加载导出插件,请检查安装!';
$strCanNotLoadImportPlugins = '无法加载导入插件,请检查你的安装!';
+$strCancel = '取消';
$strCannotLogin = '无法登录 MySQL 服务器';
-$strCantLoadRecodeIconv = '无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或在 phpMyAdmin 中禁用字符集转换功能。';
$strCantLoad = '无法加载 %s 扩展,请检查您的 PHP 配置。';
+$strCantLoadRecodeIconv = '无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或在 phpMyAdmin 中禁用字符集转换功能。';
$strCantRenameIdxToPrimary = '无法将索改为主键 (PRIMARY) !';
$strCantUseRecodeIconv = '虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函数。请检查您的 PHP 配置。';
$strCardinality = '基数';
$strCaseInsensitive = '不区分大小写';
$strCaseSensitive = '区分大小写';
$strCentralEuropean = '中欧';
+$strChange = '修改';
+$strChangeCopyMode = '创建具有相同权限的新用户然后 ...';
$strChangeCopyModeCopy = '... 保留旧用户。';
$strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。';
$strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。';
$strChangeCopyModeRevoke = ' ... 撤销旧用户的所有权限,然后删除旧用户。';
-$strChangeCopyMode = '创建具有相同权限的新用户然后 ...';
$strChangeCopyUser = '修改登录信息/复制用户';
$strChangeDisplay = '选择要显示的字段';
$strChangePassword = '修改密码';
-$strChange = '修改';
-$strCharsetOfFile = '文件的字符集:';
-$strCharsetsAndCollations = '字符集和整理';
-$strCharsets = '字符集';
$strCharset = '字符集';
+$strCharsetOfFile = '文件的字符集:';
+$strCharsets = '字符集';
+$strCharsetsAndCollations = '字符集和整理';
+$strCheck = '检查';
$strCheckAll = '全选';
$strCheckOverhead = '仅选择多余';
-$strCheckPrivsLong = '检查数据库“%s”的权限。';
$strCheckPrivs = '检查权限';
+$strCheckPrivsLong = '检查数据库“%s”的权限。';
$strCheckTable = '检查表';
-$strCheck = '检查';
$strChoosePage = '请选择需要编辑的页';
$strColComFeat = '显示列注释';
$strCollation = '整理';
$strColumnNames = '字段名';
$strColumnPrivileges = '按字段指定权限';
$strCommand = '命令';
-$strComments = '注释';
$strComment = '注释';
+$strComments = '注释';
$strCompatibleHashing = '兼容 MySQL 4.0';
$strCompleteInserts = '完整插入';
-$strCompressionWillBeDetected = '可自动识别以下压缩格式的文件: %s';
$strCompression = '压缩';
+$strCompressionWillBeDetected = '可自动识别以下压缩格式的文件: %s';
$strConfigDefaultFileError = '无法加载默认配置: "%1$s"';
$strConfigDirectoryWarning = '安装时所用的 [code]config[/code] 文件夹尚未删除,如果 phpMyAdmin 已经安装配置好,请立即删除该文件夹。';
$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件! 这可能是因为配置文件不存在或有语法错误。 请使用下面的链接直接访问配置文件,然后检查您收到的 PHP 错误信息。通常的错误都是因为某处漏了引号或分号。 如果您看到的是一个空白页,则代表没有任何问题。';
@@ -181,246 +182,244 @@ $strConstraintsForDumped = '限制导出的表';
$strConstraintsForTable = '限制表';
$strControluserFailed = '使用配置文件中定义的控制用户连接失败。';
$strCookiesRequired = '必须启用 Cookies 才能登录。';
+$strCopy = '复制';
$strCopyDatabaseOK = '已将数据库 %s 复制为 %s';
+$strCopyTable = '将数据表复制到(数据库名.数据表名):';
$strCopyTableOK = '已将数据表 %s 复制为 %s。';
$strCopyTableSameNames = '目标数据表不能为源数据表!';
-$strCopyTable = '将数据表复制到(数据库名.数据表名):';
-$strCopy = '复制';
$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。该线程可能已经关闭。';
+$strCreate = '创建';
$strCreateDatabaseBeforeCopying = '复制前创建数据库 (CREATE DATABASE)';
-$strCreateIndexTopic = '新建索引';
$strCreateIndex = '在第 %s 个字段创建索引';
+$strCreateIndexTopic = '新建索引';
$strCreateNewDatabase = '新建数据库';
$strCreateNewTable = '在数据库 %s 中新建一个数据表';
$strCreatePage = '创建新页';
$strCreatePdfFeat = '创建 PDF';
$strCreateRelation = '创建关系';
$strCreateTable = '新建数据表';
+$strCreateUserDatabase = '用户数据库';
$strCreateUserDatabaseName = '创建与用户同名的数据库并授予所有权限';
$strCreateUserDatabaseNone = '无';
$strCreateUserDatabasePrivileges = '授予数据库“%s”的所有权限。';
$strCreateUserDatabaseWildcard = '给以 用户名_ 开头的数据库 (username\_%) 授予所有权限';
-$strCreateUserDatabase = '用户数据库';
-$strCreate = '创建';
$strCreationDates = '创建/更新/检查日期';
$strCriteria = '条件';
$strCroatian = '克罗地亚语';
-$strCSV = 'CSV'; // should express in english
$strCustomColor = '自定义颜色';
$strCyrillic = '西里尔语';
-$strCzechSlovak = '捷克斯洛伐克语';
$strCzech = '捷克语';
+$strCzechSlovak = '捷克斯洛伐克语';
+$strDBComment = '数据库注释:';
+$strDBCopy = '复制数据库到';
+$strDBRename = '将数据库改名为';
$strDanish = '丹麦语';
+$strData = '数据';
+$strDataDict = '数据字典';
+$strDataOnly = '仅数据';
+$strDataPages = '非空页';
+$strDatabase = '数据库';
$strDatabaseEmpty = '数据库名不能为空!';
$strDatabaseExportOptions = '数据库导出选项';
$strDatabaseHasBeenCreated = '创建数据库 %1$s 成功。';
$strDatabaseHasBeenDropped = '已被删除数据库 %s 。';
+$strDatabases = '数据库';
$strDatabasesDropped = '已成功删除 %s 个数据库。';
+$strDatabasesStats = '数据库统计';
$strDatabasesStatsDisable = '禁用统计';
$strDatabasesStatsEnable = '启用统计';
$strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。';
-$strDatabasesStats = '数据库统计';
-$strDatabases = '数据库';
-$strDatabase = '数据库';
-$strDataDict = '数据字典';
-$strDataOnly = '仅数据';
-$strDataPages = '非空页';
-$strData = '数据';
-$strDBComment = '数据库注释:';
-$strDBCopy = '复制数据库到';
$strDbIsEmpty = '数据库是空的!';
$strDbPrivileges = '按数据库指定权限';
-$strDBRename = '将数据库改名为';
$strDbSpecific = '按数据库指定';
+$strDefault = '默认';
$strDefaultEngine = '%s 是此 MySQL 服务器的默认存储引擎。';
$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜杠或引号,请用此格式:a';
-$strDefault = '默认';
$strDefragment = '整理表碎片';
+$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
$strDelayedInserts = '使用延迟插入';
-$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新载入权限需要一点时间。';
+$strDelete = '删除';
$strDeleteAndFlush = '删除用户并重新读取权限。';
-$strDeleted = '已删除该行';
+$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新载入权限需要一点时间。';
$strDeleteNoUsersSelected = '没有选择要删除的用户!';
$strDeleteRelation = '删除关系';
-$strDelete = '删除';
+$strDeleted = '已删除该行';
$strDeleting = '正在删除 %s';
$strDelimiter = '语句定界符';
-$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
$strDescending = '递减';
$strDescription = '描述';
-$strDesignerHelpDisplayField = '显示的字段为粉红色。要设置或取消显示的字段,点击“选择显示字段”图标,然后选择需要的字段名字。';
$strDesigner = '设计器';
+$strDesignerHelpDisplayField = '显示的字段为粉红色。要设置或取消显示的字段,点击“选择显示字段”图标,然后选择需要的字段名字。';
$strDetails = '详细...';
$strDictionary = '字典';
$strDirectLinks = '直接连接';
$strDirtyPages = '脏页';
-$strDisabled = '已禁用';
$strDisableForeignChecks = '禁止选定不相关的主键';
+$strDisabled = '已禁用';
$strDisplayFeat = '显示特性';
$strDisplayOrder = '显示顺序:';
$strDisplayPDF = '显示 PDF 大纲';
$strDoAQuery = '执行“按例查询”(通配符:“%”)';
+$strDoNotAutoIncrementZeroValues = '不要给零值使用自增 (AUTO_INCREMENT)';
+$strDoYouReally = '您真的要';
$strDocSQL = 'DocSQL'; // should expressed in English
$strDocu = '文档';
-$strDoNotAutoIncrementZeroValues = '不要给零值使用自增 (AUTO_INCREMENT)';
$strDownloadFile = '下载文件';
-$strDoYouReally = '您真的要';
+$strDrop = '删除';
$strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!';
$strDropUsersDb = '删除与用户同名的数据库。';
-$strDrop = '删除';
-$strDumpingData = '转存表中的数据';
$strDumpSaved = '转存已经保存到文件 %s 中。';
$strDumpXRows = '转存 %s 行,从记录 # %s 开始。';
+$strDumpingData = '转存表中的数据';
$strDynamic = '动态';
+$strEdit = '编辑';
$strEditPDFPages = '编辑 PDF 页';
$strEditPrivileges = '编辑权限';
-$strEdit = '编辑';
$strEffective = '有效';
-$strEmptyResultSet = 'MySQL 返回的查询结果为空 (即零行)。';
$strEmpty = '清空';
+$strEmptyResultSet = 'MySQL 返回的查询结果为空 (即零行)。';
$strEnabled = '已启用';
$strEncloseInTransaction = '处理事务中封装输出';
+$strEnd = '结束';
$strEndCut = '结束剪切';
$strEndRaw = '结束原文';
-$strEnd = '结束';
$strEngineAvailable = '%s 在此 MySQL 服务器上可用。';
$strEngineDisabled = '%s 在此 MySQL 服务器上被禁止了。';
-$strEngines = '引擎';
$strEngineUnsupported = '此 MySQL 服务器不支持 %s 存储引擎。';
-$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
+$strEngines = '引擎';
$strEnglish = '英语';
+$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
+$strError = '错误';
$strErrorInZipFile = 'ZIP 包中有错误:';
$strErrorRelationAdded = '错误:关系未添加';
$strErrorRelationExists = '错误:关系已存在';
$strErrorRenamingTable = '将表 %1$s 改名为 %2$s 时发生错误';
$strErrorSaveTable = '保存设计器坐标时出错。';
-$strError = '错误';
-$strRemoveCRLF = '删除字段中的换行符';
$strEscapeWildcards = '要使用通配符 _ 和 % 本身,应使用用 \ 转义';
$strEsperanto = '世界语';
$strEstonian = '爱沙尼亚语';
-$strEvents = '事件';
$strEvent = '事件';
+$strEvents = '事件';
$strExcelEdition = 'Excel 版本';
$strExecuteBookmarked = '执行书签中的查询';
$strExplain = '解释 SQL';
+$strExport = '导出';
$strExportImportToScale = '按比例导出/导入';//need confirm
$strExportMustBeFile = '选择导出文件的类型!';
-$strExport = '导出';
$strExtendedInserts = '扩展插入';
$strExtra = '额外';
$strFailedAttempts = '已失败';
+$strField = '字段';
$strFieldHasBeenDropped = '已删除字段 %s ';
$strFieldInsertFromFileTempDirNotExists = '移动上传文件时发生错误,参见 [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]。';
+$strFields = '字段数';
$strFieldsEnclosedBy = '文字分隔符';
$strFieldsEscapedBy = '字段转义符';
$strFieldsTerminatedBy = '字段分隔符';
-$strFields = '字段数';
-$strField = '字段';
$strFileAlreadyExists = '服务器上已存在文件 %s,请修改文件名或选中覆盖选项。';
$strFileCouldNotBeRead = '无法读取文件';
+$strFileNameTemplate = '文件名模板';
+$strFileNameTemplateDescription = '这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下列内容也将被转换:%3$s。其他文本将保持原样。';
$strFileNameTemplateDescriptionDatabase = '数据库名';
$strFileNameTemplateDescriptionServer = '服务器名';
$strFileNameTemplateDescriptionTable = '数据表名';
-$strFileNameTemplateDescription = '这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下列内容也将被转换:%3$s。其他文本将保持原样。';
$strFileNameTemplateRemember = '记住模板';
-$strFileNameTemplate = '文件名模板';
-$strFiles = '文件';
$strFileToImport = '要导入的文件';
+$strFiles = '文件';
$strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。';
$strFlushQueryCache = '强制更新查询缓存';
-$strFlushTables = '强制更新 (关闭) 所有表';
$strFlushTable = '强制更新表 ("FLUSH")';
+$strFlushTables = '强制更新 (关闭) 所有表';
$strFontSize = '字号';
$strForeignKeyError = '在 %1$s 创建外键时发生错误 (检查数据类型)';
$strForeignKeyRelationAdded = '已添加外键关联';
-$strFormat = '格式';
$strFormEmpty = '表单内缺少值!';
+$strFormat = '格式';
$strFreePages = '空闲页';
$strFullText = '完整文字';
-$strFunctions = '函数';
$strFunction = '函数';
+$strFunctions = '函数';
$strGenBy = '生成者';
-$strGeneralRelationFeat = '一般关系特性';
-$strGeneratePassword = '生成密码';
-$strGenerate = '生成';
$strGenTime = '生成日期';
+$strGeneralRelationFeat = '一般关系特性';
+$strGenerate = '生成';
+$strGeneratePassword = '生成密码';
$strGeorgian = '乔治亚语';
$strGerman = '德语';
$strGetMoreThemes = '获得更多主题!';
+$strGlobal = '全局';
$strGlobalPrivileges = '全局权限';
$strGlobalValue = '全局值';
-$strGlobal = '全局';
$strGo = '执行';
$strGrantOption = '授权';
$strGreek = '希腊语';
$strGzip = 'gzip 压缩';
+$strHTMLExcel = 'Microsoft Excel 2000'; // should express in english
+$strHTMLWord = 'Microsoft Word 2000'; // should express in english
$strHandler = '句柄';
$strHasBeenAltered = '已修改。';
$strHaveToShow = '您最少要选择显示一列';
$strHebrew = '希伯来语';
$strHelp = '帮助';
$strHexForBLOB = '为 BLOB 字段使用16进制 (HEX)';
+$strHide = '隐藏';
$strHideShowAll = '全部隐藏/显示';
$strHideShowNoRelation = '隐藏/显示没有关联的表';
-$strHide = '隐藏';
-$strHomepageOfficial = '官方主页 (外链,英文)';
$strHome = '主文件夹';
+$strHomepageOfficial = '官方主页 (外链,英文)';
+$strHost = '主机';
$strHostEmpty = '主机名不能为空!';
$strHostTableExplanation = '使用主机表时,此处的数据会被主机表中的数据所替换。';
-$strHost = '主机';
-$strHTMLExcel = 'Microsoft Excel 2000'; // should express in english
-$strHTMLWord = 'Microsoft Word 2000'; // should express in english
$strHungarian = '匈牙利语';
+$strIEUnsupported = 'Internet Explorer 不支持该功能。';
$strIcelandic = '冰岛语';
$strId = 'ID'; // should express in english
$strIdxFulltext = '全文搜索';
-$strIEUnsupported = 'Internet Explorer 不支持该功能。';
+$strIgnore = '忽略';
$strIgnoreDuplicates = '忽略重复行';
$strIgnoreInserts = '使用忽略插入';
-$strIgnore = '忽略';
+$strImport = '导入';
$strImportExportCoords = '为 PDF 大纲导入/导出坐标';
$strImportFiles = '导入文件';
$strImportFormat = '导入文件的格式';
$strImportSuccessfullyFinished = '导入成功,执行了 %d 个查询。';
-$strImport = '导入';
-$strIndexesSeemEqual = '索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除';
-$strIndexes = '索引';
+$strInUse = '使用中';
+$strIndex = '索引';
$strIndexHasBeenDropped = '已删除索引 %s ';
$strIndexName = '索引名称:';
$strIndexType = '索引类型:';
$strIndexWarningTable = '数据表 `%s` 的索引存在问题';
-$strIndex = '索引';
-$strInnoDBAutoextendIncrementDesc = ' 数据表空间不足时自动增加的大小。';
+$strIndexes = '索引';
+$strIndexesSeemEqual = '索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除';
$strInnoDBAutoextendIncrement = '自动增加';
-$strInnoDBBufferPoolSizeDesc = 'InnoDB 用于缓存数据和索引要使用的内存缓冲大小。';
+$strInnoDBAutoextendIncrementDesc = ' 数据表空间不足时自动增加的大小。';
$strInnoDBBufferPoolSize = '缓冲池大小';
+$strInnoDBBufferPoolSizeDesc = 'InnoDB 用于缓存数据和索引要使用的内存缓冲大小。';
$strInnoDBDataFilePath = '数据文件';
-$strInnoDBDataHomeDirDesc = '所有 InnoDB 数据文件的公共路径.';
$strInnoDBDataHomeDir = '数据主文件夹';
+$strInnoDBDataHomeDirDesc = '所有 InnoDB 数据文件的公共路径.';
$strInnoDBPages = '页数';
$strInnodbStat = 'InnoDB 状态';
$strInsecureMySQL = '您配置文件中的设置 (空密码的 root) 与 MySQL 默认管理员账户对应。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,我们强烈建议您应该立即给 \'root\' 用户设置一个密码来补上这个安全漏洞。';
+$strInsert = '插入';
$strInsertAsNewRow = '以新行插入';
$strInsertedRowId = '插入的行 id: %1$d';
-$strInsert = '插入';
$strInterface = '界面';
$strInternalAndForeign = '不需要一个和外键关系一致的内联关系';
$strInternalRelationAdded = '已添加内联关系';
$strInternalRelations = '内联';
-$strInUse = '使用中';
$strInvalidAuthMethod = '配置文件中设置的认证方式无效:';
-$strInvalidColumnCount = '至少要有一个字段。';
-$strInvalidColumn = '无效的字段 (%s) 。';
$strInvalidCSVFieldCount = 'CSV 输入的第 %d 行字段数有错。';
$strInvalidCSVFormat = 'CSV 输入的第 %d 行格式有错。';
$strInvalidCSVParameter = '导入 CSV 文件 %s 时有无效参数';
+$strInvalidColumn = '无效的字段 (%s) 。';
+$strInvalidColumnCount = '至少要有一个字段。';
$strInvalidDatabase = '无效的数据库';
$strInvalidFieldAddCount = '至少要添加一个字段。';
$strInvalidFieldCount = '数据表至少要有一个字段。';
@@ -433,8 +432,8 @@ $strInvalidTableName = '无效的数据表名';
$strJapanese = '日语';
$strJoins = '多表查询';
$strJumpToDB = '跳转到数据库“%s”。';
-$strJustDeleteDescr = '直到重新载入权限为止,被“删除”的用户仍然能像以前一样访问数据库。';
$strJustDelete = '只从权限表删除用户。';
+$strJustDeleteDescr = '直到重新载入权限为止,被“删除”的用户仍然能像以前一样访问数据库。';
$strKeepPass = '保持原密码';
$strKeyCache = '键缓存';
@@ -443,21 +442,21 @@ $strKill = '杀死';
$strKnownExternalBug = '%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s';
$strKorean = '朝鲜语';
+$strLDI = 'CSV 使用 LOAD DATA';
+$strLDILocal = '使用本地 (LOCAL) 关键词';
+$strLaTeX = 'LaTeX'; // should express in english
$strLandscape = '横向';
$strLanguage = 'Language'; // should expressed in English
$strLanguageUnknown = '未知的语言:%1$s.';
$strLatchedPages = '锁定页';
$strLatexCaption = '表的标题';
$strLatexContent = '__TABLE__ 表的内容';
-$strLatexContinuedCaption = '延续的表的标题';
$strLatexContinued = '(延续的)';
+$strLatexContinuedCaption = '延续的表的标题';
$strLatexIncludeCaption = '包含表的标题';
$strLatexLabel = '关键标签';
-$strLaTeX = 'LaTeX'; // should express in english
$strLatexStructure = '__TABLE__ 表的结构';
$strLatvian = '拉脱维亚语';
-$strLDI = 'CSV 使用 LOAD DATA';
-$strLDILocal = '使用本地 (LOCAL) 关键词';
$strLengthSet = '长度/值';
$strLimitNumRows = '每页行数';
$strLinesTerminatedBy = '换行符';
@@ -466,76 +465,75 @@ $strLinksTo = '链接到';
$strLithuanian = '立陶宛语';
$strLocalhost = '本地';
$strLocationTextfile = '文本文件的位置';
+$strLogPassword = '密码:';
+$strLogServer = '服务器:';
+$strLogServerHelp = '您可以输入以空格分隔的主机名/IP地址和端口号。';
+$strLogUsername = '用户名:';
+$strLogin = '登录';
$strLoginInformation = '登录信息';
$strLoginWithoutPassword = '空密码登录被禁止 (参见 允许空密码)';
-$strLogin = '登录';
$strLogout = '退出';
-$strLogPassword = '密码:';
-$strLogServerHelp = '您可以输入以空格分隔的主机名/IP地址和端口号。';
-$strLogServer = '服务器:';
-$strLogUsername = '用户名:';
$strLongOperation = '该操作可能需要执行较长时间,确定执行?';
+$strMIMETypesForTable = 'MIME 类型表';
+$strMIME_MIMEtype = 'MIME 类型';
+$strMIME_available_mime = '可用的 MIME 类型';
+$strMIME_available_transform = '可用的转换';
+$strMIME_description = '描述';
+$strMIME_nodescription = '此转换没有描述。 详细功能请询问 %s 的作者。';
+$strMIME_transformation = '浏览器转换';
+$strMIME_transformation_note = '要获得可用转换选项的列表及对应的 MIME 类型转换,请点击%s转换描述%s';
+$strMIME_transformation_options = '转换选项';
+$strMIME_transformation_options_note = '请使用此格式输入转换选项的值:\'a\', 100, b,\'c\'... 如果您需要在值中输入反斜杠 (“\”)或单引号(“\'”),请在前面加上反斜杠 (如 \'\\\\xyz\' 或 \'a\\\'b\')。';
+$strMIME_without = '以斜体显示的 MIME 类型没有单独的转换函数';
$strMaxConnects = '最大并发连接数';
$strMaximalQueryLength = '创建查询的最大长度';
$strMaximumSize = '最大限制:%s %s';
$strMbExtensionMissing = '没有找到 PHP 扩展 mbstring,而您现在好像在使用多字节字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确分割字符串,可能产生意想不到的结果。';
$strMbOverloadWarning = 'PHP 配置中已启用了 mbstring.func_overload 。这个选项和 phpMyAdmin 不兼容,可能会导致一些数据损坏!';
-$strMIME_available_mime = '可用的 MIME 类型';
-$strMIME_available_transform = '可用的转换';
-$strMIME_description = '描述';
-$strMIME_MIMEtype = 'MIME 类型';
-$strMIME_nodescription = '此转换没有描述。 详细功能请询问 %s 的作者。';
-$strMIME_transformation_note = '要获得可用转换选项的列表及对应的 MIME 类型转换,请点击%s转换描述%s';
-$strMIME_transformation_options_note = '请使用此格式输入转换选项的值:\'a\', 100, b,\'c\'... 如果您需要在值中输入反斜杠 (“\”)或单引号(“\'”),请在前面加上反斜杠 (如 \'\\\\xyz\' 或 \'a\\\'b\')。';
-$strMIME_transformation_options = '转换选项';
-$strMIME_transformation = '浏览器转换';
-$strMIMETypesForTable = 'MIME 类型表';
-$strMIME_without = '以斜体显示的 MIME 类型没有单独的转换函数';
$strModifications = '已保存修改。';
-$strModifyIndexTopic = '修改索引';
$strModify = '修改';
+$strModifyIndexTopic = '修改索引';
$strMoveMenu = '移动菜单';
+$strMoveTable = '将数据表移动到(数据库名.数据表名):';
$strMoveTableOK = '已将数据表 %s 移动到 %s。';
$strMoveTableSameNames = '目标数据表不能为源数据表!';
-$strMoveTable = '将数据表移动到(数据库名.数据表名):';
$strMultilingual = '多语言';
-$strMyISAMDataPointerSizeDesc = '默认数据指针的大小 (单位:字节),用于在没有指定 MAX_ROWS 选项的情况下创建 MyISAM 数据表。';
$strMyISAMDataPointerSize = '数据指针大小';
-$strMyISAMMaxExtraSortFileSizeDesc = '如果用于创建 MyISAM 快速索引的临时文件大于在此指定的键缓存,则建议使用键缓存。';
+$strMyISAMDataPointerSizeDesc = '默认数据指针的大小 (单位:字节),用于在没有指定 MAX_ROWS 选项的情况下创建 MyISAM 数据表。';
$strMyISAMMaxExtraSortFileSize = '创建索引的临时文件最大大小';
-$strMyISAMMaxSortFileSizeDesc = '重建 MyISAM 索引时 MySQL 最多可以使用的临时文件大小 (在 REPAIR TABLE、ALTER TABLE 或 LOAD DATA INFILE 时)';
+$strMyISAMMaxExtraSortFileSizeDesc = '如果用于创建 MyISAM 快速索引的临时文件大于在此指定的键缓存,则建议使用键缓存。';
$strMyISAMMaxSortFileSize = '临时排序文件的最大大小';
-$strMyISAMRecoverOptionsDesc = '该模式用于自动恢复崩溃的 MyISAM 表,可在启动时使用 --myisam-recover 参数。';
+$strMyISAMMaxSortFileSizeDesc = '重建 MyISAM 索引时 MySQL 最多可以使用的临时文件大小 (在 REPAIR TABLE、ALTER TABLE 或 LOAD DATA INFILE 时)';
$strMyISAMRecoverOptions = '自动恢复模式';
-$strMyISAMRepairThreadsDesc = '如果该值大于 1,在进行排序过程的修复操作时 MyISAM 表的索引将会并发 (每个索引都有自己的线程) 创建';
+$strMyISAMRecoverOptionsDesc = '该模式用于自动恢复崩溃的 MyISAM 表,可在启动时使用 --myisam-recover 参数。';
$strMyISAMRepairThreads = '修复线程';
-$strMyISAMSortBufferSizeDesc = '在修复表 (REPAIR TABLE) 的过程中进行排序 MyISAM 的索引或通过创建索引 (CREATE INDEX) 和修改表 (ALTER TABLE) 创建索引时所要分配的缓存大小。';
+$strMyISAMRepairThreadsDesc = '如果该值大于 1,在进行排序过程的修复操作时 MyISAM 表的索引将会并发 (每个索引都有自己的线程) 创建';
$strMyISAMSortBufferSize = '排序缓存大小';
+$strMyISAMSortBufferSizeDesc = '在修复表 (REPAIR TABLE) 的过程中进行排序 MyISAM 的索引或通过创建索引 (CREATE INDEX) 和修改表 (ALTER TABLE) 创建索引时所要分配的缓存大小。';
$strMySQLCharset = 'MySQL 字符集';
-$strMysqlClientVersion = 'MySQL 客户端版本';
$strMySQLConnectionCollation = 'MySQL 连接校对';
-$strMysqlLibDiffersServerVersion = '你的 PHP MySQL 库版本 %s 和你的 MySQL 服务器版本 %s 不同。这可能造成一些未知的问题。';
$strMySQLSaid = 'MySQL 返回:';
$strMySQLShowProcess = '显示进程';
+$strMysqlClientVersion = 'MySQL 客户端版本';
+$strMysqlLibDiffersServerVersion = '你的 PHP MySQL 库版本 %s 和你的 MySQL 服务器版本 %s 不同。这可能造成一些未知的问题。';
$strName = '名字';
$strNext = '下一个';
+$strNo = '否';
$strNoActivity = '登录超时 (%s 秒未活动),请重新登录';
-$strNoDatabasesSelected = '未选中数据库。';
-$strNoDatabases = '无数据库';
$strNoDataReceived = '没有接收到要导入的数据。可能是文件名没有提交,也可能是文件大小超出 PHP 限制。参见 [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]。';
+$strNoDatabases = '无数据库';
+$strNoDatabasesSelected = '未选中数据库。';
$strNoDescription = '无描述';
$strNoDetailsForEngine = '没有该存储引擎的详细信息。';
$strNoDropDatabases = '已经禁用删除数据库 (“DROP DATABASE”) 语句。';
$strNoExplain = '略过解释 SQL';
$strNoFilesFoundInZip = 'ZIP 包中未找到文件!';
$strNoFrames = 'phpMyAdmin 更适合在支持框架的浏览器中使用。';
-$strNoIndexPartsDefined = '没有定义的索引部分!';
$strNoIndex = '没有已定义的索引!';
+$strNoIndexPartsDefined = '没有定义的索引部分!';
$strNoModification = '无更改';
-$strNoneDefault = '无';
-$strNone = '无';
$strNoOptions = '此格式没有选项';
$strNoPassword = '无密码';
$strNoPermission = '网站服务器没有保存文件 %s 的权限。';
@@ -546,18 +544,19 @@ $strNoRowsSelected = '没有选中任何行';
$strNoSpace = '没有足够的空间保存文件 %s。';
$strNoTablesFound = '数据库中没有表。';
$strNoThemeSupport = '不支持主题,请检查你的设置和主题文件夹 %s 。';
+$strNoUsersFound = '找不到用户。';
+$strNoValidateSQL = '略过校验 SQL';
+$strNone = '无';
+$strNoneDefault = '无';
$strNotNumber = '这不是一个数字!';
$strNotOK = '不好';
$strNotSet = '找不到 %s 表或还未在 %s 设置';
-$strNoUsersFound = '找不到用户。';
-$strNoValidateSQL = '略过校验 SQL';
-$strNo = '否';
$strNull = '空';
-$strNumberOfFields = '字段数';
-$strNumberOfTables = '数据表数量';
$strNumSearchResultsInTable = '%s 个匹配 - 于表 %s 中';
$strNumSearchResultsTotal = '总计:%s 个匹配';
$strNumTables = '数据表';
+$strNumberOfFields = '字段数';
+$strNumberOfTables = '数据表数量';
$strOK = '确定';
$strOpenDocumentSpreadsheet = 'OpenOffice 表格';
@@ -565,65 +564,65 @@ $strOpenDocumentText = 'OpenOffice 文档';
$strOpenNewWindow = '打开新 phpMyAdmin 窗口';
$strOperations = '操作';
$strOperator = '操作符';
-$strOptimizeTable = '优化表';
$strOptimize = '优化';
+$strOptimizeTable = '优化表';
$strOptions = '选项';
$strOr = '或';
$strOverhead = '多余';
$strOverwriteExisting = '覆盖已有文件';
+$strPBXTCheckpointFrequency = '检查点频率';
+$strPBXTCheckpointFrequencyDesc = '在检查点前最大可以写入事务日志的最大数据大小。默认值为 24MB。';
+$strPBXTDataFileGrowSize = '数据文件增长大小';
+$strPBXTDataFileGrowSizeDesc = '句柄数据文件 (*.xtd) 增长大小。';
+$strPBXTDataLogThreshold = '数据日志阈值';
+$strPBXTDataLogThresholdDesc = '数据日志文件的最大大小。默认值为 64MB。PBXT 最多可以创建 32000 个数据日志,可用于所有的表。增加该值可以增加数据库所能存储数据的大小。';
+$strPBXTGarbageThreshold = '垃圾阈值';
+$strPBXTGarbageThresholdDesc = '数据日志文件中压缩前无效数据所占的比率。值域为 1 到 99,默认值为50。';
+$strPBXTIndexCacheSize = '索引缓存大小';
+$strPBXTIndexCacheSizeDesc = '用于索引缓存的内存大小。默认值为 32MB。该缓存仅用于缓存索引页。';
+$strPBXTLogBufferSize = '日志缓存大小';
+$strPBXTLogBufferSizeDesc = '写入数据日志时使用的缓存大小。默认值为 256MB。数据引擎会为每一个需要进行数据日志写入的线程分配一个缓冲区。';
+$strPBXTLogCacheSize = '日志缓存大小';
+$strPBXTLogCacheSizeDesc = '用于缓存事务日志的内存缓冲区大小。默认值为 16MB。';
+$strPBXTLogFileCount = '日志文件总数';
+$strPBXTLogFileCountDesc = '系统维护的事务日志数量 (pbxt/system/*.xt)。如果日志数量大于此值,旧的日志将会被删除,或者被以升序数字序列重命名。';
+$strPBXTLogFileThreshold = '日志文件阈值';
+$strPBXTLogFileThresholdDesc = '回滚和新日志创建前事务日志的大小。默认值为 16MB。';
+$strPBXTRecordCacheSize = '记录缓存大小';
+$strPBXTRecordCacheSizeDesc = '用于缓存表数据的缓存内存大小。默认值为 32MB。该缓存用于记录句柄数据 (*.xtd) 和行指针 (*.xtr) 文件。';
+$strPBXTRowFileGrowSize = '行文件增长大小';
+$strPBXTRowFileGrowSizeDesc = '行指针文件 (*.xtr) 增长大小。';
+$strPBXTTransactionBufferSize = '事务缓存大小';
+$strPBXTTransactionBufferSizeDesc = '全局事务日志缓存 (数据引擎会分配两个该大小的缓冲区)。默认值为 1MB。';
+$strPDF = 'PDF'; // should express in english
+$strPDFReportExplanation = '(根据一张表的数据生成报告)';
+$strPDFReportTitle = '报告标题';
+$strPHPExtension = 'PHP 扩展';
+$strPHPVersion = 'PHP 版本';
$strPacked = '紧凑';
$strPageNumber = '页码:';
$strPagesToBeFlushed = '要刷新的页';
$strPaperSize = '纸张大小';
$strPartialImport = '部分导入';
$strPartialText = '部分文字';
-$strPartitionDefinition = '分区定义';
-$strPartitioned = '已分配的分区';
-$strPartitionMaintenance = '分区维护';
$strPartition = '分区 %s';
+$strPartitionDefinition = '分区定义';
+$strPartitionMaintenance = '分区维护';
+$strPartitioned = '已分配的分区';
+$strPassword = '密码';
$strPasswordChanged = '%s 的密码已修改。';
$strPasswordEmpty = '密码不能为空!';
$strPasswordHashing = '密码加密方式';
$strPasswordNotSame = '两次密码不一致!';
-$strPassword = '密码';
-$strPBXTCheckpointFrequencyDesc = '在检查点前最大可以写入事务日志的最大数据大小。默认值为 24MB。';
-$strPBXTCheckpointFrequency = '检查点频率';
-$strPBXTDataFileGrowSizeDesc = '句柄数据文件 (*.xtd) 增长大小。';
-$strPBXTDataFileGrowSize = '数据文件增长大小';
-$strPBXTDataLogThresholdDesc = '数据日志文件的最大大小。默认值为 64MB。PBXT 最多可以创建 32000 个数据日志,可用于所有的表。增加该值可以增加数据库所能存储数据的大小。';
-$strPBXTDataLogThreshold = '数据日志阈值';
-$strPBXTGarbageThresholdDesc = '数据日志文件中压缩前无效数据所占的比率。值域为 1 到 99,默认值为50。';
-$strPBXTGarbageThreshold = '垃圾阈值';
-$strPBXTIndexCacheSizeDesc = '用于索引缓存的内存大小。默认值为 32MB。该缓存仅用于缓存索引页。';
-$strPBXTIndexCacheSize = '索引缓存大小';
-$strPBXTLogBufferSizeDesc = '写入数据日志时使用的缓存大小。默认值为 256MB。数据引擎会为每一个需要进行数据日志写入的线程分配一个缓冲区。';
-$strPBXTLogBufferSize = '日志缓存大小';
-$strPBXTLogCacheSizeDesc = '用于缓存事务日志的内存缓冲区大小。默认值为 16MB。';
-$strPBXTLogCacheSize = '日志缓存大小';
-$strPBXTLogFileCountDesc = '系统维护的事务日志数量 (pbxt/system/*.xt)。如果日志数量大于此值,旧的日志将会被删除,或者被以升序数字序列重命名。';
-$strPBXTLogFileCount = '日志文件总数';
-$strPBXTLogFileThresholdDesc = '回滚和新日志创建前事务日志的大小。默认值为 16MB。';
-$strPBXTLogFileThreshold = '日志文件阈值';
-$strPBXTRecordCacheSizeDesc = '用于缓存表数据的缓存内存大小。默认值为 32MB。该缓存用于记录句柄数据 (*.xtd) 和行指针 (*.xtr) 文件。';
-$strPBXTRecordCacheSize = '记录缓存大小';
-$strPBXTRowFileGrowSizeDesc = '行指针文件 (*.xtr) 增长大小。';
-$strPBXTRowFileGrowSize = '行文件增长大小';
-$strPBXTTransactionBufferSizeDesc = '全局事务日志缓存 (数据引擎会分配两个该大小的缓冲区)。默认值为 1MB。';
-$strPBXTTransactionBufferSize = '事务缓存大小';
$strPdfDbSchema = '数据库“%s”的大纲 - 第 %s 页';
$strPdfInvalidTblName = '表“%s”不存在!';
$strPdfNoTables = '没有表';
-$strPDF = 'PDF'; // should express in english
-$strPDFReportExplanation = '(根据一张表的数据生成报告)';
-$strPDFReportTitle = '报告标题';
$strPerHour = '每小时';
$strPerMinute = '每分钟';
$strPerSecond = '每秒';
$strPersian = '波斯语';
$strPhoneBook = '电话本';
-$strPHPExtension = 'PHP 扩展';
-$strPHPVersion = 'PHP 版本';
$strPhp = '创建 PHP 代码';
$strPlayAudio = '播放音频';
$strPleaseSelectPrimaryOrUniqueKey = '请选择主键或唯一键';
@@ -633,16 +632,16 @@ $strPolish = '波兰语';
$strPortrait = '纵向';
$strPos1 = '开始';
$strPrevious = '上一个';
+$strPrimary = '主键';
$strPrimaryKeyHasBeenDropped = '已删除主键';
$strPrimaryKeyName = '主键的名称必须称为 “PRIMARY”!';
$strPrimaryKeyWarning = '(“PRIMARY”必须而且只能作为主键的名称!)';
-$strPrimary = '主键';
-$strPrintViewFull = '打印预览 (全文显示)';
-$strPrintView = '打印预览';
$strPrint = '打印';
+$strPrintView = '打印预览';
+$strPrintViewFull = '打印预览 (全文显示)';
$strPrivDescAllPrivileges = '除了授权 (GRANT) 以外的所有权限。';
-$strPrivDescAlterRoutine = '允许修改或删除储存过程。';
$strPrivDescAlter = '允许修改现有数据表的结构。';
+$strPrivDescAlterRoutine = '允许修改或删除储存过程。';
$strPrivDescCreateDb = '允许创建新数据库和数据表。';
$strPrivDescCreateRoutine = '允许创建存储过程。';
$strPrivDescCreateTbl = '允许创建新数据表。';
@@ -653,8 +652,8 @@ $strPrivDescDelete = '允许删除数据。';
$strPrivDescDropDb = '允许删除数据库和数据表。';
$strPrivDescDropTbl = '允许删除数据表。';
$strPrivDescEvent = '允许为事件触发器设置事件';
-$strPrivDescExecute5 = '允许运行存储过程。';
$strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。';
+$strPrivDescExecute5 = '允许运行存储过程。';
$strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。';
$strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。';
$strPrivDescIndex = '允许创建和删除索引。';
@@ -677,8 +676,8 @@ $strPrivDescSuper = '允许在达到最大连接数时连接,对于大多数
$strPrivDescTrigger = '允许创建和删除触发器';
$strPrivDescUpdate = '允许修改数据。';
$strPrivDescUsage = '无权限。';
-$strPrivilegesReloaded = '已成功重新载入权限。';
$strPrivileges = '权限';
+$strPrivilegesReloaded = '已成功重新载入权限。';
$strProcedures = '存储过程';
$strProcesses = '进程';
$strProcesslist = '进程列表';
@@ -686,9 +685,9 @@ $strProfiling = '概要';
$strProtocolVersion = '协议版本';
$strPutColNames = '将字段名放在第一行';
+$strQBE = '查询';
$strQBEDel = '删除';
$strQBEIns = '插入';
-$strQBE = '查询';
$strQueryCache = '查询缓存';
$strQueryFrame = '查询窗口';
$strQueryOnDb = '在数据库 %s 执行 SQL 语句:';
@@ -699,6 +698,7 @@ $strQueryTime = '查询花费 %01.4f 秒';
$strQueryType = '查询方式';
$strQueryWindowLock = '不从窗口外覆盖此查询';
+$strReType = '重新输入';
$strReadRequests = '读请求';
$strRebuild = '重建';
$strReceived = '已接收';
@@ -706,64 +706,75 @@ $strRecommended = '推荐';
$strRecords = '记录数';
$strReferentialIntegrity = '检查引用完整性:';
$strRefresh = '刷新';
+$strRelationDeleted = '已删除关系';
+$strRelationNotWorking = '链接表的额外特性尚未激活。要查出原因,请点击%s此处%s。';
+$strRelationView = '关系查看';
$strRelationalDisplayField = '关联显示字段';
$strRelationalKey = '关联键';
$strRelationalSchema = '关系大纲';
-$strRelationDeleted = '已删除关系';
-$strRelationNotWorking = '链接表的额外特性尚未激活。要查出原因,请点击%s此处%s。';
-$strRelationsForTable = '表的关联';
$strRelations = '关系';
-$strRelationView = '关系查看';
-$strReloadingThePrivileges = '重新载入权限';
-$strReloadPrivileges = '重新载入权限';
+$strRelationsForTable = '表的关联';
$strReload = '重新载入';
+$strReloadPrivileges = '重新载入权限';
+$strReloadingThePrivileges = '重新载入权限';
+$strRemoveCRLF = '删除字段中的换行符';
$strRemovePartitioning = '删除分区';
$strRemoveSelectedUsers = '删除选中的用户';
$strRenameDatabaseOK = '已将数据库 %s 改名为 %s';
-$strRenameTableOK = '已将数据表 %s 改名为 %s';
$strRenameTable = '将表改名为';
-$strRepairTable = '修复表';
+$strRenameTableOK = '已将数据表 %s 改名为 %s';
$strRepair = '修复';
+$strRepairTable = '修复表';
$strReplaceNULLBy = '将 NULL 替换为';
$strReplaceTable = '将表的数据用此文件替换';
+$strReplication = '复制';
+$strReplicationStatus = '复制状态';
$strReplicationStatusInfo = '此 MySQL 服务器运行于 %s 复制 进程。要获得更多关于此服务器的复制状态,请浏览 复制状态信息.';
$strReplicationStatus_master = '主服务器状态';
$strReplicationStatus_slave = '从服务器状态';
-$strReplicationStatus = '复制状态';
-$strReplication = '复制';
$strReset = '重置';
$strResourceLimits = '资源限制';
$strRestartInsertion = '重新进行插入操作,共 %s 行';
-$strReType = '重新输入';
-$strRevokeAndDeleteDescr = '直到重新载入权限之前,该用户仍有 USAGE 权限。';
-$strRevokeAndDelete = '撤销用户所有权限,然后删除用户。';
-$strRevokeMessage = '您已撤销 %s 的权限';
$strRevoke = '撤销';
+$strRevokeAndDelete = '撤销用户所有权限,然后删除用户。';
+$strRevokeAndDeleteDescr = '直到重新载入权限之前,该用户仍有 USAGE 权限。';
+$strRevokeMessage = '您已撤销 %s 的权限';
$strRomanian = '罗马尼亚语';
$strRoutineReturnType = '返回类型';
$strRoutines = '常规';
$strRowLength = '行长度';
+$strRowSize = ' 行大小 ';
+$strRows = '行数';
$strRowsAffected = '影响了 %1$d 行。';
$strRowsDeleted = '已删除 %1$d 行。';
$strRowsFrom = '行,开始行数:';
$strRowsInserted = '已插入 %1$d 行。';
-$strRowSize = ' 行大小 ';
$strRowsModeFlippedHorizontal = '水平 (旋转标题)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '以 %s 模式显示,并且在 %s 行后重复标题';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行统计';
-$strRows = '行数';
-$strRunning = '运行于 %s';
$strRunQuery = '提交查询';
-$strRunSQLQueryOnServer = '在服务器 %s 运行 SQL 查询';
$strRunSQLQuery = '在数据库 %s 运行 SQL 查询';
+$strRunSQLQueryOnServer = '在服务器 %s 运行 SQL 查询';
+$strRunning = '运行于 %s';
$strRussian = '俄语';
+$strSQL = 'SQL'; // should express in english
+$strSQLCompatibility = 'SQL 兼容模式';
+$strSQLExportType = '导出类型';
+$strSQLParserBugMessage = '您可能发现了 SQL 解析器的缺陷 (bug)。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。如果您仍然有问题,或者命令行界面执行成功而解析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个缺陷 (bug) 报告:';
+$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。';
+$strSQLQuery = 'SQL 查询';
+$strSQLResult = 'SQL 查询结果';
+$strSQPBugInvalidIdentifer = '无效的标识符';
+$strSQPBugUnclosedQuote = '引号不配对';
+$strSQPBugUnknownPunctuation = '未知的标点符号字符串';
+$strSave = '保存';
$strSaveOnServer = '保存于服务器的 %s 文件夹';
$strSavePosition = '保存位置';
-$strSave = '保存';
$strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲';
+$strSearch = '搜索';
$strSearchFormTitle = '在数据库中搜索';
$strSearchInField = '包含字段:';
$strSearchInTables = '于以下表:';
@@ -774,7 +785,6 @@ $strSearchOption3 = '精确短语';
$strSearchOption4 = '使用正则表达式';
$strSearchResultsFor = '“%s”的搜索结果 %s:';
$strSearchType = '查找:';
-$strSearch = '搜索';
$strSecretRequired = '配置文件现在需要一个短语密码。';
$strSelectADb = '请选择数据库';
$strSelectAll = '全选';
@@ -786,40 +796,38 @@ $strSelectReferencedKey = '选择外键';
$strSelectTables = '选择表';
$strSend = '另存为文件';
$strSent = '已发送';
+$strServer = '服务器';
$strServerChoice = '选择服务器';
$strServerNotResponding = '服务器没有响应';
+$strServerStatus = '运行信息';
$strServerStatusDelayedInserts = '延迟插入';
$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。';
-$strServerStatus = '运行信息';
-$strServers = '服务器';
$strServerTabVariables = '变量';
$strServerTrafficNotes = '服务器流量:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。';
$strServerVars = '服务器变量和设置';
$strServerVersion = '服务器版本';
-$strServer = '服务器';
+$strServers = '服务器';
$strSessionGCWarning = '您的 PHP 配置参数 [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime (外链,英文)[/a] 短于您在 phpMyAdmin 中设置的 Cookies 有效期,因此您的登录会话有效期将会比您在 phpMyAdmin 中设置的时间要更短。';
$strSessionStartupErrorGeneral = '无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装。';
$strSessionValue = '会话值';
$strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'... 如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
$strSetupAllowAnywhereRecoding_name = '允许转换字符集';
-$strSetupAllowArbitraryServer_desc = '如果启用,用户可以在 cookie 认证方式中输入任意 MySQL 服务器';
$strSetupAllowArbitraryServerMsg = '该[a@?page=form&formset=features#tab_Security]选项[/a]应该被关闭以防止尝试暴力破解 MySQL 服务器。如果您认为有必要,可以使用[a@?page=form&formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。';
+$strSetupAllowArbitraryServer_desc = '如果启用,用户可以在 cookie 认证方式中输入任意 MySQL 服务器';
$strSetupAllowArbitraryServer_name = '允许登录到任意 MySQL 服务器';
$strSetupAllowUserDropDatabase_name = '显示 "删除数据库" 链接给普通用户';
+$strSetupBZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Bzip2 压缩和解压缩[/a]所必须的 (%s) 函数。';
+$strSetupBZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Bzip2]bzip2 (外链,英文)[/a] 压缩';
+$strSetupBZipDump_name = 'Bzip2'; // should express in english
$strSetupBlowfishSecretCharsMsg = '短语密码应包含字母、数字[em]和[/em]特殊字符';
-$strSetupblowfish_secret_desc = '在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码';
$strSetupBlowfishSecretLengthMsg = '短语密码太短,至少应含有8个字符';
$strSetupBlowfishSecretMsg = '您打开了 Cookies 认证方式,但没有设置短语密码,因此系统自动生成了一个短语密码,该密语用于加密 Cookies。您不需要记住这个短语密码。';
-$strSetupblowfish_secret_name = '短语密码';
$strSetupBrowseMarkerEnable_desc = '高亮选中的行';
$strSetupBrowseMarkerEnable_name = '行标记';
$strSetupBrowsePointerEnable_desc = '高亮鼠标指针所在的行';
$strSetupBrowsePointerEnable_name = '高亮指针';
-$strSetupBZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Bzip2]bzip2 (外链,英文)[/a] 压缩';
-$strSetupBZipDump_name = 'Bzip2'; // should express in english
-$strSetupBZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Bzip2 压缩和解压缩[/a]所必须的 (%s) 函数。';
-$strSetupCannotLoadConfigMsg = '请在 phpMyAdmin 的根文件夹下创建可以写入的 [em]config[/em] 文件夹,[a@../Documentation.html#setup_script]文档[/a]中有说明。否则你只能下载或显示配置。';
$strSetupCannotLoadConfig = '无法加载或保存配置';
+$strSetupCannotLoadConfigMsg = '请在 phpMyAdmin 的根文件夹下创建可以写入的 [em]config[/em] 文件夹,[a@../Documentation.html#setup_script]文档[/a]中有说明。否则你只能下载或显示配置。';
$strSetupCharEditing_desc = '定义编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件,[kbd]输入框 (input)[/kbd] - 允许限制输入长度,[kbd]文本框 (textarea)[/kbd] - 允许输入多行数据';
$strSetupCharEditing_name = '编辑 CHAR 类型字段';
$strSetupCharTextareaCols_desc = 'CHAR/VARCHAR 文本框的列数';
@@ -844,27 +852,14 @@ $strSetupDefaultTabServer_name = '默认服务器标签';
$strSetupDefaultTabTable_desc = '在进入数据表标签时默认显示的页面';
$strSetupDefaultTabTable_name = '默认数据表标签';
$strSetupDirectoryNotice = '对该值应该进行小心谨慎的检查,确保服务器上的其他用户对该文件夹都没有读取和写入的权限。';
+$strSetupDisplay = '显示';
$strSetupDisplayDatabasesList_desc = '直接显示数据库列表而不使用下拉框';
$strSetupDisplayDatabasesList_name = '显示数据库为列表';
$strSetupDisplayServersList_desc = '直接显示服务器列表而不使用下拉框';
$strSetupDisplayServersList_name = '显示服务器为列表';
-$strSetupDisplay = '显示';
$strSetupDonateLink = '捐助 (外链,英文)';
$strSetupDownload = '下载';
$strSetupEndOfLine = '换行符';
-$strSetuperror_connection = '无法连接到 MySQL 服务器';
-$strSetuperror_empty_pmadb_password = '使用 PMA 数据时控制用户的密码不能为空';
-$strSetuperror_empty_pmadb_user = '使用 PMA 数据库时控制用户不能为空';
-$strSetuperror_empty_signon_session = '使用 singon 认证方式时 Signon 会话名不能为空';
-$strSetuperror_empty_signon_url = '使用 singon 认证方式时登录地址不能为空';
-$strSetuperror_empty_user_for_config_auth = '使用 config 认证方式时 config 认证方式的用户名不能为空';
-$strSetuperror_form = '提交的表单中有错误';
-$strSetuperror_incorrect_ip_address = '%s 是一个错误的 IP 地址';
-$strSetuperror_incorrect_port = '非法的端口号';
-$strSetuperror_incorrect_value = '输入的值不正确';
-$strSetuperror_missing_field_data = '在 %s 中丢失数据';
-$strSetuperror_nan_nneg = '输入值不是非负数';
-$strSetuperror_nan_p = '输入值不是正数';
$strSetupExecTimeLimit_desc = '设置脚本最大运行时间 (单位:秒,[kbd]0[/kbd] 为不限制)';
$strSetupExecTimeLimit_name = '最长执行时间';
$strSetupExport_asfile_name = '保存为文件';
@@ -878,63 +873,63 @@ $strSetupExport_onserver_name = '保存在服务器上';
$strSetupExport_onserver_overwrite_name = '覆盖现有文件';
$strSetupExport_remember_file_template_name = '记住文件名模板';
$strSetupFalse = '否';
-$strSetupForceSSL_desc = '强制使用安全连接访问 phpMyAdmin';
$strSetupForceSSLMsg = '若服务器支持,建议启用该[a@?page=form&formset=features#tab_Security]选项[/a]';
+$strSetupForceSSL_desc = '强制使用安全连接访问 phpMyAdmin';
$strSetupForceSSL_name = '强制 SSL 连接';
$strSetupForeignKeyDropdownOrder_desc = '外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键值';
$strSetupForeignKeyDropdownOrder_name = '外键下拉框顺序';
$strSetupForeignKeyMaxLimit_desc = '下拉框中选项个数的限制';
$strSetupForeignKeyMaxLimit_name = '外键限制';
-$strSetupForm_Browse_desc = '自定义浏览模式';
$strSetupForm_Browse = '浏览模式';
-$strSetupForm_Edit_desc = '自定义编辑模式';
+$strSetupForm_Browse_desc = '自定义浏览模式';
$strSetupForm_Edit = '编辑模式';
-$strSetupForm_Export_defaults_desc = '自定义导出选项的默认值';
+$strSetupForm_Edit_desc = '自定义编辑模式';
$strSetupForm_Export_defaults = '导出选项';
-$strSetupForm_Import_defaults_desc = '自定义导入选项的默认值';
+$strSetupForm_Export_defaults_desc = '自定义导出选项的默认值';
$strSetupForm_Import_defaults = '导入选项';
-$strSetupForm_Import_export_desc = '设置导入和导出文件夹以及压缩选项';
+$strSetupForm_Import_defaults_desc = '自定义导入选项的默认值';
$strSetupForm_Import_export = '导入 / 导出';
-$strSetupForm_Left_databases_desc = '数据库显示选项';
+$strSetupForm_Import_export_desc = '设置导入和导出文件夹以及压缩选项';
$strSetupForm_Left_databases = '数据库';
-$strSetupForm_Left_frame_desc = '自定义导航框架';
+$strSetupForm_Left_databases_desc = '数据库显示选项';
$strSetupForm_Left_frame = '导航框架';
-$strSetupForm_Left_servers_desc = '服务器显示选项';
+$strSetupForm_Left_frame_desc = '自定义导航框架';
$strSetupForm_Left_servers = '服务器';
-$strSetupForm_Left_tables_desc = '数据表显示选项';
+$strSetupForm_Left_servers_desc = '服务器显示选项';
$strSetupForm_Left_tables = '数据表';
+$strSetupForm_Left_tables_desc = '数据表显示选项';
$strSetupForm_Main_frame = '主框架';
-$strSetupForm_Other_core_settings_desc = '其他设置';
$strSetupForm_Other_core_settings = '其他核心设置';
-$strSetupForm_Query_window_desc = '自定义查询窗口选项';
+$strSetupForm_Other_core_settings_desc = '其他设置';
$strSetupForm_Query_window = '查询窗口';
-$strSetupForm_Security_desc = '注意:phpMyAdmin 只是一个用户接口,其功能不会对 MySQL 有限制';
+$strSetupForm_Query_window_desc = '自定义查询窗口选项';
$strSetupForm_Security = '安全';
-$strSetupForm_Server_config_desc = '高级服务器设置,如果你不知道这些是什么,请不要修改';
-$strSetupForm_Server_config = '服务器设置';
-$strSetupForm_Server_desc = '服务器连接参数';
-$strSetupForm_Server_login_options_desc = '设置 signon 认证方式选项';
-$strSetupForm_Server_login_options = 'Signon 登录参数';
-$strSetupForm_Server_pmadb_desc = '配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-tables]链接表的额外特性[/a]。';
-$strSetupForm_Server_pmadb = 'PMA 数据库';
+$strSetupForm_Security_desc = '注意:phpMyAdmin 只是一个用户接口,其功能不会对 MySQL 有限制';
$strSetupForm_Server = '基本设置';
+$strSetupForm_Server_config = '服务器设置';
+$strSetupForm_Server_config_desc = '高级服务器设置,如果你不知道这些是什么,请不要修改';
+$strSetupForm_Server_desc = '服务器连接参数';
+$strSetupForm_Server_login_options = 'Signon 登录参数';
+$strSetupForm_Server_login_options_desc = '设置 signon 认证方式选项';
+$strSetupForm_Server_pmadb = 'PMA 数据库';
+$strSetupForm_Server_pmadb_desc = '配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-tables]链接表的额外特性[/a]。';
+$strSetupForm_Sql_box = 'SQL 查询框';
+$strSetupForm_Sql_box_desc = '自定义显示在 SQL 查询框中的链接';
+$strSetupForm_Sql_queries = 'SQL 查询';
+$strSetupForm_Sql_queries_desc = 'SQL 查询设置,要设置 SQL 查询框请到[a@?page=form&formset=main_frame#tab_Sql_box]主框架[/a]设置中修改';
+$strSetupForm_Startup = '起始页';
+$strSetupForm_Startup_desc = '自定义起始页';
+$strSetupForm_Tabs = '标签';
+$strSetupForm_Tabs_desc = '选择你想让标签怎样工作';
$strSetupFormset_customization = '自定义';
$strSetupFormset_export = '自定义导出选项';
$strSetupFormset_features = '功能';
$strSetupFormset_import = '自定义导入选项';
$strSetupFormset_left_frame = '自定义导航框架';
$strSetupFormset_main_frame = '自定义主框架';
-$strSetupForm_Sql_box_desc = '自定义显示在 SQL 查询框中的链接';
-$strSetupForm_Sql_box = 'SQL 查询框';
-$strSetupForm_Sql_queries_desc = 'SQL 查询设置,要设置 SQL 查询框请到[a@?page=form&formset=main_frame#tab_Sql_box]主框架[/a]设置中修改';
-$strSetupForm_Sql_queries = 'SQL 查询';
-$strSetupForm_Startup_desc = '自定义起始页';
-$strSetupForm_Startup = '起始页';
-$strSetupForm_Tabs_desc = '选择你想让标签怎样工作';
-$strSetupForm_Tabs = '标签';
+$strSetupGZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]GZip 压缩和解压缩[/a]所必须的 (%s) 函数。';
$strSetupGZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Gzip]gzip (外链,英文)[/a] 压缩';
$strSetupGZipDump_name = 'GZip'; // should express in english
-$strSetupGZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]GZip 压缩和解压缩[/a]所必须的 (%s) 函数。';
$strSetupHomepageLink = 'phpMyAdmin 主页 (外链,英文)';
$strSetupIconvExtraParams_name = 'iconv 的额外参数';
$strSetupIgnoreErrors = '忽略错误';
@@ -946,9 +941,9 @@ $strSetupImport_format_desc = '默认格式,此列表根据位置(数据库或
$strSetupImport_format_name = '导入文件的格式';
$strSetupImport_skip_queries_desc = '跳过查询的数量';
$strSetupImport_skip_queries_name = '部分导入:跳过查询';
+$strSetupInsecureConnection = '非安全连接';
$strSetupInsecureConnectionMsg1 = '你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!';
$strSetupInsecureConnectionMsg2 = '如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。';
-$strSetupInsecureConnection = '非安全连接';
$strSetupInsertRows_desc = '一次可以插入的行数';
$strSetupInsertRows_name = '插入的行数';
$strSetupLeftDefaultTabTable_name = '快速访问图标的目标';
@@ -965,9 +960,9 @@ $strSetupLeftFrameLight_name = '使用轻量级版本';
$strSetupLeftFrameTableLevel_name = '数据表树最大深度';
$strSetupLeftFrameTableSeparator_desc = '将表分为不同树的分隔符';
$strSetupLeftFrameTableSeparator_name = '树形表分隔符';
-$strSetupLeftLogoLink_name = 'Logo 链接地址';
$strSetupLeftLogoLinkWindow_desc = '在主窗口 ([kbd]main[/kbd]) 或新窗口 ([kbd]new[/kbd]) 打开目标页面';
$strSetupLeftLogoLinkWindow_name = 'Logo 链接目标';
+$strSetupLeftLogoLink_name = 'Logo 链接地址';
$strSetupLeftPointerEnable_desc = '高亮显示鼠标所在位置的服务器';
$strSetupLeftPointerEnable_name = '启用高亮';
$strSetupLetUserChoose = '让用户选择';
@@ -980,8 +975,8 @@ $strSetupLoginCookieRecall_desc = '定义在 cookie 认证方式中是否显示
$strSetupLoginCookieRecall_name = '显示上次登录的用户名';
$strSetupLoginCookieStore_desc = '设置登录 Cookies 应该保存多长时间 (单位:秒)。若设置为 0,Cookies 的有效期将为浏览器进程,在关闭浏览器之后 Cookies 就会被删除。默认值为0。在不安全的环境下建议使用默认值。';
$strSetupLoginCookieStore_name = '登录 cookie 存储';
-$strSetupLoginCookieValidity_desc = '定义登录 cookie 的有效期 (单位:秒)';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]登录 cookie 有效期[/a]应小于 1800 秒 (30 分钟)。如果有效期大于 1800 秒,将会增加安全风险。';
+$strSetupLoginCookieValidity_desc = '定义登录 cookie 的有效期 (单位:秒)';
$strSetupLoginCookieValidity_name = '登录 cookie 有效期';
$strSetupMaxCharactersInDisplayedSQL_desc = '显示 SQL 语句时可以使用的最多字符数';
$strSetupMaxCharactersInDisplayedSQL_name = '显示 SQL 语句的最大长度';
@@ -1019,18 +1014,36 @@ $strSetupRecodingEngine_desc = '选择进行字符集转换时使用的函数';
$strSetupRecodingEngine_name = '记录引擎';
$strSetupRestoreDefaultValue = '还原默认值';
$strSetupRevertErroneousFields = '尝试恢复错误参数为默认值';
+$strSetupSQLQuery_Edit_name = '编辑';
+$strSetupSQLQuery_Explain_name = '解释 SQL';
+$strSetupSQLQuery_Refresh_name = '刷新';
+$strSetupSQLQuery_ShowAsPHP_name = '创建 PHP 代码';
+$strSetupSQLQuery_Validate_name = '校验 SQL';
$strSetupSaveDir_desc = '服务器上用来保存导出文件的文件夹';
$strSetupSaveDir_name = '保存文件夹';
$strSetupServerAuthConfigMsg = '您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 phpMyAdmin 的管理界面。建议将[a@?page=servers&mode=edit&id=%1$d#tab_Server]登录认证方式[/a]设置为 [kbd]cookie 认证[/kbd]或 [kbd]HTTP 认证[/kbd]。';
$strSetupServerExtensionMsg = '您可以使用 mysqli 以获得更高的性能';
$strSetupServerNoPasswordMsg = '该服务器现在允许空密码登录。';
+$strSetupServerSecurityInfoMsg = '如果您认为有必要,可以使用额外的保护设置 - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]主机认证[/a]和 [a@?page=form&formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。';
+$strSetupServerSslMsg = '如果浏览器支持,建议使用 SSL 连接。';
$strSetupServersAdd = '添加服务器';
+$strSetupServersEdit = '编辑服务器';
$strSetupServers_AllowDeny_order_desc = '不使用请留空';
$strSetupServers_AllowDeny_order_name = '主机认证';
$strSetupServers_AllowDeny_rules_desc = '默认请留空';
$strSetupServers_AllowDeny_rules_name = '主机认证规则';
$strSetupServers_AllowNoPassword_name = '允许空密码登录';
$strSetupServers_AllowRoot_name = '允许 root 用户登录';
+$strSetupServers_CountTables_desc = '显示数据库列表时计算数据表的数量';
+$strSetupServers_CountTables_name = '统计数据表';
+$strSetupServers_DisableIS_desc = '参见 [a@http://sf.net/support/tracker.php?aid=1849494]PMA 缺陷 (bug) 跟踪系统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外链,英文)[/a]';
+$strSetupServers_DisableIS_name = '禁止使用 INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = '退出地址';
+$strSetupServers_ShowDatabasesCommand_desc = '取得所有可用数据库的 SQL 语句';
+$strSetupServers_ShowDatabasesCommand_name = '显示数据库(SHOW DATABASES)命令';
+$strSetupServers_SignonSession_desc = '参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)[/a]中的例子';
+$strSetupServers_SignonSession_name = 'Signon 会话名';
+$strSetupServers_SignonURL_name = '登录地址';
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey 硬件认证 (外链,英文)[/a]的配置文件路径 (请勿置于你的文档根文件夹,推荐使用:/etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey 配置文件';
$strSetupServers_auth_type_desc = '要使用的认证方式';
@@ -1046,14 +1059,8 @@ $strSetupServers_connect_type_name = '连接方式';
$strSetupServers_controlpass_name = '控制用户的密码';
$strSetupServers_controluser_desc = '一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/controluser]wiki (外链,英文)[/a]';
$strSetupServers_controluser_name = '控制用户';
-$strSetupServers_CountTables_desc = '显示数据库列表时计算数据表的数量';
-$strSetupServers_CountTables_name = '统计数据表';
$strSetupServers_designer_coords_desc = '不使用设计功能请留空,默认:[kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = '设计表';
-$strSetupServers_DisableIS_desc = '参见 [a@http://sf.net/support/tracker.php?aid=1849494]PMA 缺陷 (bug) 跟踪系统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外链,英文)[/a]';
-$strSetupServers_DisableIS_name = '禁止使用 INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = '如果您认为有必要,可以使用额外的保护设置 - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]主机认证[/a]和 [a@?page=form&formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。';
-$strSetupServersEdit = '编辑服务器';
$strSetupServers_extension_desc = '要使用的 PHP 扩展,如果支持,推荐使用 mysqli。';
$strSetupServers_extension_name = '要使用的 PHP 扩展';
$strSetupServers_hide_db_desc = '该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏';
@@ -1062,7 +1069,6 @@ $strSetupServers_history_desc = '不使用 SQL 查询历史功能请留空,默
$strSetupServers_history_name = 'SQL 查询历史表';
$strSetupServers_host_desc = 'MySQL 服务器的主机名';
$strSetupServers_host_name = '服务器主机名';
-$strSetupServers_LogoutURL_name = '退出地址';
$strSetupServers_nopassword_desc = '尝试用空密码连接';
$strSetupServers_nopassword_name = '用空密码连接';
$strSetupServers_only_db_desc = '可以使用 MySQL 通配符 (% 和 _),若要用它们的实例,请转义,例:用 \'my\_db\' 而不是 \'my_db\'';
@@ -1077,12 +1083,6 @@ $strSetupServers_port_desc = 'MySQL 服务器监听的端口,留空为默认';
$strSetupServers_port_name = '服务器端口';
$strSetupServers_relation_desc = '不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功能请留空,默认:[kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = '关系表';
-$strSetupServers_ShowDatabasesCommand_desc = '取得所有可用数据库的 SQL 语句';
-$strSetupServers_ShowDatabasesCommand_name = '显示数据库(SHOW DATABASES)命令';
-$strSetupServers_SignonSession_desc = '参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)[/a]中的例子';
-$strSetupServers_SignonSession_name = 'Signon 会话名';
-$strSetupServers_SignonURL_name = '登录地址';
-$strSetupServerSslMsg = '如果浏览器支持,建议使用 SSL 连接。';
$strSetupServers_socket_desc = 'MySQL 服务器监听的套接字,留空为默认';
$strSetupServers_socket_name = '服务器套接字 (socket)';
$strSetupServers_ssl_desc = '使用 SSL 连接到 MySQL 服务器';
@@ -1109,9 +1109,9 @@ $strSetupShowFunctionFields_name = '显示函数列';
$strSetupShowHiddenMessages = '显示隐藏信息 (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = '显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo() (外链,英文)[/a] 输出的链接';
$strSetupShowPhpInfo_name = '显示 phpinfo() 链接';
-$strSetupShowServerInfo_name = '显示 MySQL 服务器详细信息';
$strSetupShowSQL_desc = '定义是否显示 phpMyAdmin 生成的 SQL 查询';
$strSetupShowSQL_name = '显示 SQL 查询';
+$strSetupShowServerInfo_name = '显示 MySQL 服务器详细信息';
$strSetupShowStats_desc = '允许显示数据库和数据表的统计信息 (如:空间使用)';
$strSetupShowStats_name = '显示统计';
$strSetupShowTooltipAliasDB_desc = '如果启用了悬停提示且设置了数据库备注,这里将简略显示数据库备注和数据库名';
@@ -1121,11 +1121,6 @@ $strSetupShowTooltipAliasTB_name = '显示表备注而不显示表名';
$strSetupShowTooltip_name = '悬停时显示表备注';
$strSetupSkipLockedTables_desc = '将已锁定的数据表在数据库中显示为使用中';
$strSetupSkipLockedTables_name = '跳过锁定的表';
-$strSetupSQLQuery_Edit_name = '编辑';
-$strSetupSQLQuery_Explain_name = '解释 SQL';
-$strSetupSQLQuery_Refresh_name = '刷新';
-$strSetupSQLQuery_ShowAsPHP_name = '创建 PHP 代码';
-$strSetupSQLQuery_Validate_name = '校验 SQL';
$strSetupSuggestDBName_desc = '如果可能,在 "新建数据库" 表单中建议一个名字,或留空';
$strSetupSuggestDBName_name = '建议新数据库名';
$strSetupTrue = '是';
@@ -1137,32 +1132,44 @@ $strSetupUseDbSearch_desc = '允许搜索整个数据库';
$strSetupUseDbSearch_name = '使用数据库搜索';
$strSetupVerboseMultiSubmit_desc = '在进行多个语句查询时,显示每个语句所影响的行数。默认一次查询可以包含的查询语句数可以在 libraries/import.lib.php 中找到。';
$strSetupVerboseMultiSubmit_name = '为多个语句输出更多信息';
+$strSetupVersionCheck = '检查更新';
$strSetupVersionCheckDataError = '读取版本信息失败。您可能尚未接入网络或更新服务器未响应。';
$strSetupVersionCheckInvalid = '从服务器获得版本错误';
$strSetupVersionCheckLink = '检查更新';
-$strSetupVersionCheckNewAvailableSvn = '你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版为 %s,于 %s 发布。';
$strSetupVersionCheckNewAvailable = '有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。';
+$strSetupVersionCheckNewAvailableSvn = '你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版为 %s,于 %s 发布。';
$strSetupVersionCheckNone = '没有更新的可用版本';
$strSetupVersionCheckUnparsable = '无法解析版本';
$strSetupVersionCheckWrapperError = 'URL 协议和 CURL 都不可用,无法检查新版本。';
-$strSetupVersionCheck = '检查更新';
$strSetupWarning = '警告';
-$strSetupZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP (外链,英文)[/a] 压缩';
$strSetupZipDumpExportWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 压缩 (外链,英文)[/a]所必须的 (%s) 函数。';
$strSetupZipDumpImportWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 解压缩 (外链,英文)[/a]所必须的 (%s) 函数。';
+$strSetupZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP (外链,英文)[/a] 压缩';
$strSetupZipDump_name = 'ZIP'; // should express in english
+$strSetupblowfish_secret_desc = '在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码';
+$strSetupblowfish_secret_name = '短语密码';
+$strSetuperror_connection = '无法连接到 MySQL 服务器';
+$strSetuperror_empty_pmadb_password = '使用 PMA 数据时控制用户的密码不能为空';
+$strSetuperror_empty_pmadb_user = '使用 PMA 数据库时控制用户不能为空';
+$strSetuperror_empty_signon_session = '使用 singon 认证方式时 Signon 会话名不能为空';
+$strSetuperror_empty_signon_url = '使用 singon 认证方式时登录地址不能为空';
+$strSetuperror_empty_user_for_config_auth = '使用 config 认证方式时 config 认证方式的用户名不能为空';
+$strSetuperror_form = '提交的表单中有错误';
+$strSetuperror_incorrect_ip_address = '%s 是一个错误的 IP 地址';
+$strSetuperror_incorrect_port = '非法的端口号';
+$strSetuperror_incorrect_value = '输入的值不正确';
+$strSetuperror_missing_field_data = '在 %s 中丢失数据';
+$strSetuperror_nan_nneg = '输入值不是非负数';
+$strSetuperror_nan_p = '输入值不是正数';
+$strShow = '显示';
$strShowAll = '全部显示';
-$strShowBinaryContents = '显示二进制内容';
$strShowBLOBContents = '显示 BLOB 内容';
+$strShowBinaryContents = '显示二进制内容';
$strShowColor = '显示颜色';
$strShowDatadictAs = '数据字典格式';
$strShowFullQueries = '显示完整查询';
$strShowGrid = '显示网格';
$strShowHideLeftMenu = '显示/隐藏左侧菜单';
-$strShowingBookmark = '显示书签';
-$strShowingPhp = '显示为 PHP 代码';
-$strShowingRecords = '显示行';
-$strShowingSQL = '显示 SQL 查询';
$strShowKeys = '仅显示键';
$strShowOpenTables = '显示打开的表';
$strShowPHPInfo = '显示 PHP 信息';
@@ -1219,13 +1226,13 @@ $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 = '编译的 InnoDB 页大小 (默认 16KB)。许多值都以页为单位进行统计,页大小可以很方便地将这些值转化为字节数。';
+$strShowStatusInnodb_pages_createdDescr = '创建的页数。';
$strShowStatusInnodb_pages_readDescr = '读取的页数。';
$strShowStatusInnodb_pages_writtenDescr = '写入的页数。';
$strShowStatusInnodb_row_lock_current_waitsDescr = '正在等待行锁的数量。';
-$strShowStatusInnodb_row_lock_time_avgDescr = '等待获得行锁的平均时间 (单位:毫秒)。';
$strShowStatusInnodb_row_lock_timeDescr = '等待获得行锁的总时间 (单位:毫秒)。';
+$strShowStatusInnodb_row_lock_time_avgDescr = '等待获得行锁的平均时间 (单位:毫秒)。';
$strShowStatusInnodb_row_lock_time_maxDescr = '等待获得行锁的最大时间 (单位:毫秒)。';
$strShowStatusInnodb_row_lock_waitsDescr = '等待行锁的次数。';
$strShowStatusInnodb_rows_deletedDescr = '从 InnoDB 表中删除的行数。';
@@ -1241,10 +1248,10 @@ $strShowStatusKey_write_requestsDescr = '将一个键块写入缓存的请求数
$strShowStatusKey_writesDescr = '将键块物理写入到磁盘的次数。';
$strShowStatusLast_query_costDescr = '最后编译的查询的总开销由查询优化器计算得出,可用于比较使用不同的查询语句进行相同的查询时的效率差异。默认值0表示还没有查询被编译。';
$strShowStatusNot_flushed_delayed_rowsDescr = '等待写入延迟插入队列的行数。';
-$strShowStatusOpened_tablesDescr = '已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。';
$strShowStatusOpen_filesDescr = '打开的文件个数。';
$strShowStatusOpen_streamsDescr = '打开的流个数 (主要用于日志记录)。';
$strShowStatusOpen_tablesDescr = '打开的数据表个数。';
+$strShowStatusOpened_tablesDescr = '已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。';
$strShowStatusQcache_free_blocksDescr = '查询缓存中空闲的内存块数。';
$strShowStatusQcache_free_memoryDescr = '查询缓存中空闲的内存总数。';
$strShowStatusQcache_hitsDescr = '缓存命中数。';
@@ -1257,8 +1264,8 @@ $strShowStatusReset = '重设';
$strShowStatusRpl_statusDescr = '失败保护器的状态 (尚未应用)。';
$strShowStatusSelect_full_joinDescr = '没有使用索引的多表查询数。如果该值不为0,您应该仔细检查是否已经为表建立了适当的索引。';
$strShowStatusSelect_full_range_joinDescr = '使用在关联表上使用范围搜索的多表查询的数量。';
-$strShowStatusSelect_range_checkDescr = '没有使用索引但在每行之后检查索引使用的多表查询数。(如果该值不为 0,您应该仔细检查是否已经为表建立了适当的索引。)';
$strShowStatusSelect_rangeDescr = '在第一张表上使用范围查询的多表查询数。(即使该值很大,通常也不会有致命的影响。)';
+$strShowStatusSelect_range_checkDescr = '没有使用索引但在每行之后检查索引使用的多表查询数。(如果该值不为 0,您应该仔细检查是否已经为表建立了适当的索引。)';
$strShowStatusSelect_scanDescr = '在第一张表上进行了完整表扫描的多表查询数。';
$strShowStatusSlave_open_temp_tablesDescr = '当前由从 SQL 线程打开的临时表的数量。';
$strShowStatusSlave_retried_transactionsDescr = '从 SQL 线程总共重试事务复制数。';
@@ -1278,7 +1285,10 @@ $strShowStatusThreads_runningDescr = '非睡眠状态的线程数量。';
$strShowTableDimension = '显示表格大小';
$strShowTables = '显示表';
$strShowThisQuery = ' 在此再次显示此查询 ';
-$strShow = '显示';
+$strShowingBookmark = '显示书签';
+$strShowingPhp = '显示为 PHP 代码';
+$strShowingRecords = '显示行';
+$strShowingSQL = '显示 SQL 查询';
$strSimplifiedChinese = '简体中文';
$strSingly = '(逐一)';
$strSize = '大小';
@@ -1288,52 +1298,43 @@ $strSlovenian = '斯洛文尼亚语';
$strSmallBigAll = '全部收缩/展开';
$strSnapToGrid = '对齐网格';
$strSocketProblem = '(或者本地 MySQL 服务器的套接字没有正确配置)';
+$strSort = '排序';
$strSortByKey = '主键排序';
$strSorting = '排序';
-$strSort = '排序';
$strSpaceUsage = '已用空间';
$strSpanish = '西班牙语';
$strSplitWordsWithSpace = '每个单词用空格 (“ ”) 分隔。';
-$strSQLCompatibility = 'SQL 兼容模式';
-$strSQLExportType = '导出类型';
-$strSQLParserBugMessage = '您可能发现了 SQL 解析器的缺陷 (bug)。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。如果您仍然有问题,或者命令行界面执行成功而解析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个缺陷 (bug) 报告:';
-$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。';
-$strSQLQuery = 'SQL 查询';
-$strSQLResult = 'SQL 查询结果';
-$strSQL = 'SQL'; // should express in english
-$strSQPBugInvalidIdentifer = '无效的标识符';
-$strSQPBugUnclosedQuote = '引号不配对';
-$strSQPBugUnknownPunctuation = '未知的标点符号字符串';
$strStandInStructureForView = '替换视图以便查看';
$strStatCheckTime = '最后检查';
$strStatCreateTime = '创建时间';
+$strStatUpdateTime = '最后更新';
$strStatement = '说明';
$strStatic = '静态';
$strStatisticsOverrun = '在高负载的服务器上,字节计数器可能会溢出,因此由 MySQL 返回的统计值可能会不正确';
-$strStatUpdateTime = '最后更新';
$strStatus = '状态';
-$strStorageEngines = '存储引擎';
$strStorageEngine = '存储引擎';
+$strStorageEngines = '存储引擎';
$strStrucCSV = 'CSV 数据';
$strStrucData = '结构和数据';
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
$strStrucNativeExcel = '原生 MS Excel 格式';
$strStrucOnly = '仅结构';
$strStructPropose = '规划表结构';
-$strStructureForView = '视图结构';
$strStructure = '结构';
+$strStructureForView = '视图结构';
$strSubmit = '提交';
$strSuccess = '您的 SQL 语句已成功运行';
$strSuhosin = '服务器上运行了 Suhosin。请先查看%s文档%s中是否有类似的情况。';
$strSum = '总计';
$strSwedish = '瑞典语';
-$strSwekeyAuthenticating = '正在认证...';
$strSwekeyAuthFailed = '硬件认证失败';
-$strSwekeyNoKeyId = '文件 %s 未包含任何密钥';
+$strSwekeyAuthenticating = '正在认证...';
$strSwekeyNoKey = '没有可用的密钥插入';
+$strSwekeyNoKeyId = '文件 %s 未包含任何密钥';
$strSwitchToDatabase = '切换到复制的数据库';
$strSwitchToTable = '切换到复制的数据表';
+$strTable = '表';
$strTableAlreadyExists = '数据表 %s 已存在!';
$strTableAlteredSuccessfully = '已成功修改表 %1$s ';
$strTableComments = '表注释';
@@ -1347,34 +1348,33 @@ $strTableMaintenance = '表维护';
$strTableName = '数据表名';
$strTableOfContents = '目录';
$strTableOptions = '表选项';
-$strTables = '%s 个表';
$strTableStructure = '表的结构';
-$strTable = '表';
+$strTables = '%s 个表';
$strTakeIt = '确定';
$strTblPrivileges = '按表指定权限';
$strTempData = '临时数据';
$strTextAreaLength = ' 由于长度限制 此字段可能无法编辑 ';
$strTexyText = 'Texy! 文本';
$strThai = '泰语';
+$strTheme = '主题 / 风格';
$strThemeDefaultNotFound = '未找到默认主题 %s !';
$strThemeNoPreviewAvailable = '没有可用的预览。';
-$strThemeNotFound = '未找到主题 %s !';
$strThemeNoValidImgPath = '找不到主题 %s 对应的图片路径!';
+$strThemeNotFound = '未找到主题 %s !';
$strThemePathNotFound = '找不到主题 %s 的路径';
-$strTheme = '主题 / 风格';
$strThisHost = '此主机';
$strThreadSuccessfullyKilled = '已杀死线程 %s 。';
$strThreads = '线程';
+$strTime = '时间';
$strTimeoutInfo = '上一个导入操作超时,随后重新提交将会从 %d 处开始。';
$strTimeoutNothingParsed = '在最后一次执行时没有数据被解析,建议您增加 PHP 运行时间限制,否则 phpMyAdmin 将无法完成导入操作。';
$strTimeoutPassed = '脚本超时,如果你要完成导入,请重新提交相同的文件,导入将会继续进行。';
-$strTime = '时间';
$strToFromPage = '到/从 页';
+$strToSelectRelation = '要选择关系,点击:';
$strToggleScratchboard = '切换刮板';
$strToggleSmallBig = '反向收缩/展开';
-$strToSelectRelation = '要选择关系,点击:';
-$strTotalUC = '总计';
$strTotal = '总计';
+$strTotalUC = '总计';
$strTraditionalChinese = '正体中文';
$strTraditionalSpanish = '传统西班牙语';
$strTraffic = '流量';
@@ -1403,10 +1403,10 @@ $strUnique = '唯一';
$strUnknown = '未知';
$strUnselectAll = '全不选';
$strUnsupportedCompressionDetected = '您正在载入不支持的压缩格式 (%s)。配置文件中没有对应这种格式的配置说明。';
+$strUpdComTab = '请参见文档中关于如何更新您的 column_comments 表';
$strUpdatePrivMessage = '您已更新了 %s 的权限。';
$strUpdateProfileMessage = '配置文件己更新。';
$strUpdateQuery = '更新查询';
-$strUpdComTab = '请参见文档中关于如何更新您的 column_comments 表';
$strUpgrade = '您应升级到 %s %s 或更高版本。';
$strUploadErrorCantWrite = '将文件写入磁盘失败。';
$strUploadErrorExtension = '因扩展而停止文件上传。';
@@ -1420,6 +1420,11 @@ $strUploadsNotAllowed = '此服务器禁止了文件上传。';
$strUsage = '已用';
$strUseBackquotes = '给数据表名及字段名加上反引号';
$strUseHostTable = '使用主机表';
+$strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动';
+$strUseTables = '使用表';
+$strUseTextField = '使用文本域';
+$strUseThisValue = '使用此值';
+$strUser = '用户';
$strUserAlreadyExists = '用户 %s 己存在!';
$strUserEmpty = '用户名不能为空!';
$strUserName = '用户名';
@@ -1427,30 +1432,25 @@ $strUserNotFound = '在权限表内找不到选中的用户。';
$strUserOverview = '查看用户';
$strUsersDeleted = '已成功删除选中的用户。';
$strUsersHavingAccessToDb = '用户可以访问“%s”';
-$strUser = '用户';
-$strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动';
-$strUseTables = '使用表';
-$strUseTextField = '使用文本域';
-$strUseThisValue = '使用此值';
$strValidateSQL = '校验 SQL';
$strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。';
$strValue = '值';
$strVar = '变量';
$strVersionInformation = '版本信息';
-$strViewDumpDatabases = '查看数据库的转存(大纲)';
-$strViewDumpDB = '查看数据库的转存(大纲)。';
+$strView = '视图';
$strViewDump = '查看数据表的转存(大纲)。';
+$strViewDumpDB = '查看数据库的转存(大纲)。';
+$strViewDumpDatabases = '查看数据库的转存(大纲)';
$strViewHasAtLeast = '该视图最少包含的行数,参见%s文档%s。';
$strViewHasBeenDropped = '已删除视图 %s';
$strViewImage = '查看图像';
$strViewName = '视图名';
$strViewVideo = '播放视频';
-$strView = '视图';
-$strWebServerUploadDirectoryError = '用于上传的文件夹出错,无法使用';
-$strWebServerUploadDirectory = '网站服务器上传文件夹';
$strWebServer = '网站服务器';
+$strWebServerUploadDirectory = '网站服务器上传文件夹';
+$strWebServerUploadDirectoryError = '用于上传的文件夹出错,无法使用';
$strWelcome = '欢迎使用 %s';
$strWestEuropean = '西欧';
$strWiki = '维基 (Wiki) (外链,英文)';
@@ -1467,27 +1467,165 @@ $strYes = '是';
$strZeroRemovesTheLimit = '注意:若将这些选项设为 0(零) 即不限制。';
$strZip = 'zip 压缩';
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1496,126 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php
index 7b0942c01..08c2f86d0 100644
--- a/lang/chinese_traditional-utf-8.inc.php
+++ b/lang/chinese_traditional-utf-8.inc.php
@@ -23,6 +23,7 @@ $datefmt = '%B %d, %Y, %I:%M %p';
$timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒';
+$strAPrimaryKey = '主鍵已經新增到 %s';
$strAbortedClients = '取消';
$strAccessDenied = '拒絕存取';
$strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.';
@@ -51,15 +52,14 @@ $strAfterInsertSame = '返回這頁';
$strAll = '全部';
$strAllTableSameWidth = '以相同寬度顯示所有資料表?';
$strAlterOrderBy = '根據欄位內容排序記錄';
+$strAnIndex = '索引已經新增到 %s';
$strAnalyzeTable = '分析資料表';
$strAnd = '與';
$strAndThen = '然後';
-$strAnIndex = '索引已經新增到 %s';
$strAny = '任何';
$strAnyHost = '任何主機';
$strAnyUser = '任何使用者';
$strApproximateCount = '可能接近. 請參看 FAQ 3.11';
-$strAPrimaryKey = '主鍵已經新增到 %s';
$strArabic = '阿拉伯語';
$strArmenian = '美式英語';
$strAscending = '遞增';
@@ -72,15 +72,15 @@ $strBack = '回上一頁';
$strBaltic = '波羅的海語';
$strBeginCut = '開始 剪取';
$strBeginRaw = '開始 原始資料';
-$strBinary = '二進制碼';
-$strBinaryDoNotEdit = '二進制碼 - 不能編輯';
-$strBinaryLog = '二進制記錄';
$strBinLogEventType = '事件方式';
$strBinLogInfo = '資料';
$strBinLogName = '記錄檔案稱';
$strBinLogOriginalPosition = '原有位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '伺服器 ID';
+$strBinary = '二進制碼';
+$strBinaryDoNotEdit = '二進制碼 - 不能編輯';
+$strBinaryLog = '二進制記錄';
$strBookmarkAllUsers = '所有用者可讀取此書籤';
$strBookmarkCreated = '書籤 %s 已建立';
$strBookmarkDeleted = '書籤已經刪除.';
@@ -103,6 +103,7 @@ $strBulgarian = '保加利亞語';
$strBusyPages = '繁忙頁';
$strBzip = '"bzipped"';
+$strCSV = 'CSV'; //USE ENG
$strCalendar = '日曆';
$strCanNotLoadImportPlugins = '無法讀取載入的外掛程式, 請檢查安裝程序!';
$strCannotLogin = '無法登入 MySQL 伺服器';
@@ -168,13 +169,18 @@ $strCreatePdfFeat = '建立 PDF';
$strCreationDates = '建立/更新/檢查 日期';
$strCriteria = '篩選';
$strCroatian = '克羅西亞語';
-$strCSV = 'CSV'; //USE ENG
$strCyrillic = '西里爾語';
$strCzech = '捷克語';
$strCzechSlovak = '捷克語';
+$strDBComment = '資料庫註解文字: ';
+$strDBCopy = '複製資料庫到';
+$strDBRename = '更改資料庫名稱到';
$strDanish = '丹麥語';
$strData = '資料';
+$strDataDict = '數據字典';
+$strDataOnly = '只有資料';
+$strDataPages = '包含資料頁';
$strDatabase = '資料庫';
$strDatabaseEmpty = '資料庫名稱並未輸入!!';
$strDatabaseExportOptions = '資料庫輸出選項';
@@ -185,44 +191,38 @@ $strDatabasesStats = '資料庫統計';
$strDatabasesStatsDisable = '停止統計數據';
$strDatabasesStatsEnable = '啟動統計數據';
$strDatabasesStatsHeavyTraffic = '註: 啟動資料庫統計數據可能會產生大量由 Web 伺服器及 MySQL 之間的流量.';
-$strDataDict = '數據字典';
-$strDataOnly = '只有資料';
-$strDataPages = '包含資料頁';
-$strDBComment = '資料庫註解文字: ';
-$strDBCopy = '複製資料庫到';
$strDbPrivileges = '指定資料庫權限';
-$strDBRename = '更改資料庫名稱到';
$strDbSpecific = '指定資料庫';
$strDefault = '預設值';
$strDefaultEngine = '這 MySQL 伺服器的預設儲存引擎是 %s ';
$strDefaultValueHelp = '預設值: 請只輸入該預設值, 無需加上任何反斜線或引號';
$strDefragment = '整理資料表';
+$strDelOld = '本頁的參考到資料表已不存在. 您希望刪除這些參考嗎?';
$strDelayedInserts = '使用延遲式新增';
$strDelete = '刪除';
$strDeleteAndFlush = '刪除使用者及重新讀取權限.';
$strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.';
-$strDeleted = '記錄已被刪除';
$strDeleteNoUsersSelected = '並未選擇需要刪除之使用者!';
+$strDeleted = '記錄已被刪除';
$strDeleting = '刪除 %s';
-$strDelOld = '本頁的參考到資料表已不存在. 您希望刪除這些參考嗎?';
$strDescending = '遞減';
$strDescription = '說明';
$strDictionary = '字典';
$strDirtyPages = '問題頁';
-$strDisabled = '未啟動';
$strDisableForeignChecks = '暫定外來鍵 (Foreign Key) 檢查';
+$strDisabled = '未啟動';
$strDisplayFeat = '功能顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 概要';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
-$strDocu = '說明文件';
$strDoYouReally = '您確定要 ';
+$strDocu = '說明文件';
$strDrop = '刪除';
$strDropDatabaseStrongWarning = '您將會刪除整個資料庫!';
$strDropUsersDb = '刪除與使用者相同名稱之資料庫.';
-$strDumpingData = '列出以下資料庫的數據:';
$strDumpSaved = '備份已儲到檔案 %s.';
$strDumpXRows = '備份 %s 行, 由 %s 行開始.';
+$strDumpingData = '列出以下資料庫的數據:';
$strDynamic = '動態';
$strEdit = '編輯';
@@ -238,8 +238,8 @@ $strEndCut = '結束 剪取';
$strEndRaw = '結束 原始資料';
$strEngineAvailable = '%s 已支援這 MySQL 伺服器.';
$strEngineDisabled = '%s 己於這個 MySQL 伺服器中停用.';
-$strEngines = '引擎';
$strEngineUnsupported = '這 MySQL 版本並不接受 %s 儲存引擎.';
+$strEngines = '引擎';
$strEnglish = '英語';
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
$strError = '錯誤';
@@ -273,17 +273,17 @@ $strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得
$strFlushQueryCache = '強迫更新語法快取';
$strFlushTable = '強迫更新資料表 ("FLUSH")';
$strFlushTables = '強迫更新 (關閉) 所有資料表';
-$strFormat = '格式';
$strFormEmpty = '表格內漏填一些資料!';
+$strFormat = '格式';
$strFreePages = '閒置頁';
$strFullText = '顯示完整文字';
$strFunction = '函數';
$strGenBy = '建立';
+$strGenTime = '建立日期';
$strGeneralRelationFeat = '一般關聯功能';
$strGenerate = '產生';
$strGeneratePassword = '產生密碼';
-$strGenTime = '建立日期';
$strGeorgian = '格魯吉亞語';
$strGerman = '德語';
$strGlobal = '整體';
@@ -294,6 +294,8 @@ $strGrantOption = '授權';
$strGreek = '希臘語';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = '操作者';
$strHasBeenAltered = '已經修改';
$strHaveToShow = '您需要選擇最少顯示一行欄位';
@@ -302,8 +304,6 @@ $strHome = '主目錄';
$strHomepageOfficial = 'phpMyAdmin 官方網站';
$strHost = '主機';
$strHostEmpty = '請輸入主機名稱!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = '匈牙利語';
$strIcelandic = '冰島語';
@@ -316,12 +316,13 @@ $strImport = '載入';
$strImportFiles = '輸入檔案';
$strImportFormat = '載入檔案格式';
$strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
+$strInUse = '使用中';
$strIndex = '索引鍵 INDEX';
-$strIndexes = '索引';
$strIndexHasBeenDropped = '索引 %s 已被刪除';
$strIndexName = '索引名稱 :';
$strIndexType = '索引類型 :';
$strIndexWarningTable = '於資料表 `%s` 中有索引問題';
+$strIndexes = '索引';
$strInnoDBAutoextendIncrement = '自動伸延大小';
$strInnoDBAutoextendIncrementDesc = '當資料表容量接近滿時, 自動增大容量的大小.';
$strInnoDBBufferPoolSize = '緩衝區大小';
@@ -335,13 +336,12 @@ $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預
$strInsert = '新增';
$strInsertAsNewRow = '儲存為新記錄';
$strInternalRelations = '內部關聯';
-$strInUse = '使用中';
$strInvalidAuthMethod = '於設定內設定錯誤認證方式:';
-$strInvalidColumn = '欄 (%s) 區分錯誤.!';
-$strInvalidColumnCount = '欄位數目需要大於零.';
$strInvalidCSVFieldCount = 'CSV 檔案第 %d 行中之欄位總數錯誤.';
$strInvalidCSVFormat = 'Invalid format of CSV 檔案第 %d 行中之格式錯誤.';
$strInvalidCSVParameter = 'CSV 載入時參數錯誤: %s';
+$strInvalidColumn = '欄 (%s) 區分錯誤.!';
+$strInvalidColumnCount = '欄位數目需要大於零.';
$strInvalidFieldAddCount = '你最少要加入一個欄位.';
$strInvalidFieldCount = '資料表最少需要有一個欄位.';
$strInvalidLDIImport = '這外掛程式不支援壓縮輸入!';
@@ -361,10 +361,12 @@ $strKeyname = '鍵名';
$strKill = 'Kill'; //should expressed in English
$strKorean = '韓語';
+$strLDI = 'CSV 使用 LOAD DATA';
+$strLDILocal = '使用 LOCAL 關鍵字';
+$strLaTeX = 'LaTeX'; // use eng
$strLandscape = '橫向';
$strLanguageUnknown = '不知名語言: %1$s.';
$strLatchedPages = '鎖上頁';
-$strLaTeX = 'LaTeX'; // use eng
$strLatexCaption = '資料表標題';
$strLatexContent = '資料表 __TABLE__ 內容';
$strLatexContinued = '(連續)';
@@ -373,8 +375,6 @@ $strLatexIncludeCaption = '包括資料表標題';
$strLatexLabel = '標記鍵名';
$strLatexStructure = '資料表 __TABLE__ 結構';
$strLatvian = '拉脫維亞語';
-$strLDI = 'CSV 使用 LOAD DATA';
-$strLDILocal = '使用 LOCAL 關鍵字';
$strLengthSet = '長度/集合*';
$strLimitNumRows = '筆記錄/每頁';
$strLinesTerminatedBy = '「下一行」使用字元:';
@@ -383,30 +383,30 @@ $strLinksTo = '連結到';
$strLithuanian = '立陶宛語';
$strLocalhost = '本地';
$strLocationTextfile = '文字檔案的位置';
-$strLogin = '登入';
-$strLoginInformation = '登入資訊';
-$strLogout = '登出系統';
$strLogPassword = '密碼:';
$strLogServer = '伺服器';
$strLogUsername = '登入名稱:';
+$strLogin = '登入';
+$strLoginInformation = '登入資訊';
+$strLogout = '登出系統';
$strLongOperation = '這個作業所用時間會較長, 繼續?';
-$strMaxConnects = '最大連線數目';
-$strMaximalQueryLength = '建立之查詢最大長度';
-$strMaximumSize = '最大容量: %s%s';
-$strMbExtensionMissing = '找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題.';
-$strMbOverloadWarning = '你在 PHP 設定內啟動了 mbstring.func_overload 選項, 這個選項暫時不兼容 phpMyAdmin , 你可能會損失部份資料!';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
+$strMIME_MIMEtype = 'MIME 類型';
$strMIME_available_mime = '可使用 MIME 類型';
$strMIME_available_transform = '可使用轉換方式';
$strMIME_description = '說明';
-$strMIME_MIMEtype = 'MIME 類型';
$strMIME_nodescription = '這個轉換方式沒有說明. 請向作者查詢 %s 是甚麼用途.';
$strMIME_transformation = '瀏覽器轉換方式';
$strMIME_transformation_note = '有關可使用之轉換方式選項及 MINE 類型轉換選項, 請查看 %s轉換方式說明%s';
$strMIME_transformation_options = '轉換方式選項';
$strMIME_transformation_options_note = '請用以下的格式輸入轉換選項值: \'a\', 100, b,\'c\'... 如您需要輸入反斜線 ("\") 或單引號 ("\'") 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME 類型以斜體顯示是沒有分隔轉換功能';
-$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
+$strMaxConnects = '最大連線數目';
+$strMaximalQueryLength = '建立之查詢最大長度';
+$strMaximumSize = '最大容量: %s%s';
+$strMbExtensionMissing = '找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題.';
+$strMbOverloadWarning = '你在 PHP 設定內啟動了 mbstring.func_overload 選項, 這個選項暫時不兼容 phpMyAdmin , 你可能會損失部份資料!';
$strModifications = '修改已儲存';
$strModify = '修改';
$strModifyIndexTopic = '修改索引';
@@ -427,10 +427,10 @@ $strMyISAMRepairThreadsDesc = '如數值大於 1 , MyISAM 資料表於修復時
$strMyISAMSortBufferSize = '排序緩衝大小';
$strMyISAMSortBufferSizeDesc = '這個緩衝大小是分配給在執行修復資料表指令 (REPAIR TABLE) 、執行 CREATE INDEX 或 ALTER TABLE 指令時, 用於排序 MyISAM 索引之用';
$strMySQLCharset = 'MySQL 文字編碼';
-$strMysqlClientVersion = 'MySQL 客戶端版本';
$strMySQLConnectionCollation = 'MySQL 連線校對';
$strMySQLSaid = 'MySQL 傳回: ';
$strMySQLShowProcess = '顯示程序 (Process)';
+$strMysqlClientVersion = 'MySQL 客戶端版本';
$strName = '名稱';
$strNext = '下一個';
@@ -447,7 +447,6 @@ $strNoFrames = 'phpMyAdmin 較為適合使用在支援頁框的瀏覽器.
$strNoIndex = '沒有已定義的索引!';
$strNoIndexPartsDefined = '部份索引資料還未定義!';
$strNoModification = '沒有變更';
-$strNone = '不適用';
$strNoOptions = '這種格式並無選項';
$strNoPassword = '不用密碼';
$strNoPermission = 'Web 伺服器沒有權限儲存檔案 %s.';
@@ -458,16 +457,17 @@ $strNoRowsSelected = '並無資料列已選擇';
$strNoSpace = '空間不足儲存檔案 %s.';
$strNoTablesFound = '資料庫中沒有資料表';
$strNoThemeSupport = '不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s.';
+$strNoUsersFound = '找不到使用者';
+$strNoValidateSQL = '略過檢查 SQL';
+$strNone = '不適用';
$strNotNumber = '這不是一個數字!';
$strNotOK = '未能確定';
$strNotSet = '%s 資料表找不到或還未在 %s 設定';
-$strNoUsersFound = '找不到使用者';
-$strNoValidateSQL = '略過檢查 SQL';
$strNull = 'Null'; //should expressed in English
-$strNumberOfFields = '欄位數目';
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 %s';
$strNumSearchResultsTotal = '總計:%s 項資料符合';
$strNumTables = '個資料表';
+$strNumberOfFields = '欄位數目';
$strOK = '確定';
$strOpenNewWindow = '開啟新 phpMyAdmin 視窗';
@@ -478,6 +478,9 @@ $strOr = '或';
$strOverhead = '多餘';
$strOverwriteExisting = '覆寫已存在檔案';
+$strPDF = 'PDF'; // USE ENG
+$strPDFReportTitle = '報告標題';
+$strPHPVersion = 'PHP 版本';
$strPageNumber = '頁碼:';
$strPagesToBeFlushed = '強迫更新頁';
$strPaperSize = '紙張大小';
@@ -488,18 +491,15 @@ $strPasswordChanged = '%s 的密碼已成功更改.';
$strPasswordEmpty = '請輸入密碼!';
$strPasswordHashing = '密碼雜湊';
$strPasswordNotSame = '第二次輸入的密碼不同!';
-$strPDF = 'PDF'; // USE ENG
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
$strPdfNoTables = '沒有資料表';
-$strPDFReportTitle = '報告標題';
$strPerHour = '每小時';
$strPerMinute = '每分鐘';
$strPerSecond = '每秒';
$strPersian = '波斯語';
$strPhoneBook = '電話簿';
$strPhp = '建立 PHP 程式碼';
-$strPHPVersion = 'PHP 版本';
$strPmaDocumentation = 'phpMyAdmin 說明文件';
$strPmaUriError = ' 必須在設定檔內設定 $cfg[\'PmaAbsoluteUri\'] !';
$strPolish = '波蘭語';
@@ -567,18 +567,18 @@ $strQueryTime = '查詢需時 %01.4f 秒';
$strQueryType = '查詢方式';
$strQueryWindowLock = '不要將這語法覆蓋到本視窗外的SQL語法';
+$strReType = '確認密碼';
$strReadRequests = '讀取要求';
$strReceived = '接收';
$strRecords = '記錄';
$strReferentialIntegrity = '檢查指示完整性:';
$strRefresh = '更新';
-$strRelationalSchema = '關聯概要';
$strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
+$strRelationView = '關聯檢視';
+$strRelationalSchema = '關聯概要';
$strRelations = '關聯';
$strRelationsForTable = 'RELATIONS FOR TABLE'; // keep in SQL statement
-$strRelationView = '關聯檢視';
$strReloadingThePrivileges = '重新讀取權限';
-$strReloadPrivileges = '重新讀取權限'; //to translate
$strRemoveSelectedUsers = '移除已選擇使用者';
$strRenameDatabaseOK = '資料庫 %s 已更改名稱為 %s';
$strRenameTable = '將資料表改名為';
@@ -589,27 +589,36 @@ $strReplaceTable = '以檔案取代資料表資料';
$strReplication = '複製';
$strReset = '重置';
$strResourceLimits = '資源限制';
-$strReType = '確認密碼';
$strRevoke = '移除';
$strRevokeAndDelete = '廢除使用者所有有效之權限並刪除.';
$strRevokeAndDeleteDescr = '使用者仍然有 USAGE 權限直至權限資料表更新讀取.';
$strRevokeMessage = '您已移除這位使用者的權限: %s';
$strRomanian = '羅馬尼亞語';
$strRowLength = '資料列長度';
+$strRowSize = '資料列大小';
$strRows = '資料列列數';
$strRowsFrom = '筆記錄,開始列數:';
-$strRowSize = '資料列大小';
$strRowsModeFlippedHorizontal = '垂直 (旋轉標題)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '資料列統計數值';
-$strRunning = '在 %s 執行';
$strRunQuery = '執行語法';
$strRunSQLQuery = '在資料庫 %s 執行以下指令';
$strRunSQLQueryOnServer = '於伺服器 %s 執行 SQL 語法';
+$strRunning = '在 %s 執行';
$strRussian = '俄語';
+$strSQL = 'SQL'; // should express in english
+$strSQLCompatibility = 'SQL 兼容模式';
+$strSQLExportType = '輸出方式';
+$strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
+$strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
+$strSQLQuery = 'SQL 語法';
+$strSQLResult = 'SQL 查詢結果';
+$strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
+$strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
+$strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
$strSave = '儲存';
$strSaveOnServer = '儲存到伺服器於 %s 目錄';
$strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
@@ -650,8 +659,6 @@ $strShowColor = '顯示顏色';
$strShowDatadictAs = '數據字典格式';
$strShowFullQueries = '顯示完整查詢';
$strShowGrid = '顯示框格';
-$strShowingBookmark = '顯示書籤';
-$strShowingRecords = '顯示記錄';
$strShowOpenTables = '顯示開啟資料表';
$strShowPHPInfo = '顯示 PHP 資訊';
$strShowSlaveHosts = '顯示 slave 主機';
@@ -660,6 +667,8 @@ $strShowStatusReset = '重設';
$strShowTableDimension = '顯示表格大小';
$strShowTables = '顯示資料表';
$strShowThisQuery = '重新顯示 SQL 語法 ';
+$strShowingBookmark = '顯示書籤';
+$strShowingRecords = '顯示記錄';
$strSimplifiedChinese = '簡體中文';
$strSingly = '(只會排序現時的記錄)';
$strSize = '大小';
@@ -673,21 +682,11 @@ $strSorting = '排序';
$strSpaceUsage = '已使用空間';
$strSpanish = '西班牙語';
$strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
-$strSQL = 'SQL'; // should express in english
-$strSQLCompatibility = 'SQL 兼容模式';
-$strSQLExportType = '輸出方式';
-$strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
-$strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
-$strSQLQuery = 'SQL 語法';
-$strSQLResult = 'SQL 查詢結果';
-$strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
-$strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
-$strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
$strStatCheckTime = '最後檢查';
$strStatCreateTime = '建立';
+$strStatUpdateTime = '最後更新';
$strStatement = '敘述';
$strStatisticsOverrun = '於較繁忙的伺服器, 計算器可能會溢出, 令 MySQL 伺服器提供之統計有誤差.';
-$strStatUpdateTime = '最後更新';
$strStatus = '狀態';
$strStorageEngine = '儲存引擎';
$strStorageEngines = '儲存引擎';
@@ -715,8 +714,8 @@ $strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
$strTableMaintenance = '資料表維護';
$strTableOfContents = '目錄';
$strTableOptions = '資料表選項';
-$strTables = '%s 資料表';
$strTableStructure = '資料表格式:';
+$strTables = '%s 資料表';
$strTakeIt = '選用';
$strTblPrivileges = '指定資料表權限';
$strTempData = '暫存資料';
@@ -725,12 +724,12 @@ $strThai = '泰語';
$strTheme = '款式';
$strThemeDefaultNotFound = '找不到預設佈景主題 %s !';
$strThemeNoPreviewAvailable = '並無預覽.';
-$strThemeNotFound = '找不到佈景主題 %s !';
$strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
+$strThemeNotFound = '找不到佈景主題 %s !';
$strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
$strThisHost = '指定主機';
-$strThreads = '線程';
$strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
+$strThreads = '線程';
$strTime = '時間';
$strToggleScratchboard = '轉換便條';
$strTotal = '總計';
@@ -760,15 +759,19 @@ $strUnicode = '統一碼 (Unicode)';
$strUnique = '唯一鍵 UNIQUE';
$strUnknown = '不詳';
$strUnselectAll = '全部取消';
+$strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
$strUpdatePrivMessage = '您已經更新了 %s 的權限.';
$strUpdateProfileMessage = '資料己經更新.';
$strUpdateQuery = '更新語法';
-$strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
$strUpgrade = '您應該更新到 %s %s 或之後.';
$strUploadLimit = '你正嘗試上載大容量檔案,請查看此 %s文件%s 如何略過此限制.';
$strUsage = '使用';
$strUseBackquotes = '在資料表及欄位使用引號';
$strUseHostTable = '使用主機資料表';
+$strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
+$strUseTables = '使用資料表';
+$strUseTextField = '文字輸入';
+$strUseThisValue = '使用此值';
$strUser = '使用者';
$strUserAlreadyExists = '使用者 %s 己存在!';
$strUserEmpty = '請輸入使用者名稱!';
@@ -777,10 +780,6 @@ $strUserNotFound = '選擇的使用者在權限資料表內找不到.';
$strUserOverview = '使用者一覽';
$strUsersDeleted = '選擇的使用者已成功刪除.';
$strUsersHavingAccessToDb = '可讀取 "%s" 之使用者';
-$strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
-$strUseTables = '使用資料表';
-$strUseTextField = '文字輸入';
-$strUseThisValue = '使用此值';
$strValidateSQL = '檢查 SQL';
$strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
@@ -789,8 +788,8 @@ $strVar = '資訊';
$strVersionInformation = '版本資訊';
$strView = '檢視';
$strViewDump = '檢視資料表的備份概要 (dump schema)';
-$strViewDumpDatabases = '顯示資料庫概要 (schema)';
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
+$strViewDumpDatabases = '顯示資料庫概要 (schema)';
$strViewHasBeenDropped = '檢視 %s 己被刪除.';
$strWebServerUploadDirectory = 'Web 伺服器上載目錄';
@@ -810,10 +809,609 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
-
// To translate:
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$strFiles = 'Files'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
+
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+
+$strLanguage = 'Language'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
+$strReloadPrivileges = '重新讀取權限'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master 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
@@ -830,8 +1428,8 @@ $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was
$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_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_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
@@ -870,9 +1468,9 @@ $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to
$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_timeDescr = 'The total time spent in acquiring row locks, 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
@@ -902,8 +1500,8 @@ $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the quer
$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_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
@@ -920,570 +1518,116 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //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
-
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
+$strTriggers = 'Triggers'; //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
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
+
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1492,127 +1636,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php
index d93a8c973..7323f8303 100644
--- a/lang/croatian-utf-8.inc.php
+++ b/lang/croatian-utf-8.inc.php
@@ -21,12 +21,13 @@ $month = array('Sij', 'Velj', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj',
$datefmt = '%B %d, %Y u %I:%M %p';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda';
-
+$strAPrimaryKey = 'Primarni ključ je dodan na %s';
$strAbortedClients = 'Prekinuto';
+$strAccessDenied = 'Pristup odbijen';
$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojeća konfiguracijska datoteka. Za izradu možete upotrijebiti naredbu %1$ssetup script%2$s';
$strAccessDeniedExplanation = 'phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.';
-$strAccessDenied = 'Pristup odbijen';
$strAction = 'Aktivnost';
+$strActions = 'Aktivnosti';
$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT';
$strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj prisile';
@@ -43,27 +44,28 @@ $strAddToIndex = 'Dodaj u indeks %s stupci';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
+$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu';
$strAfterInsertNewInsert = 'Umetni dodatni novi redak';
$strAfterInsertNext = 'Uredi sljedeći redak';
$strAfterInsertSame = 'Kreni nazad na ovu stranicu';
-$strAfter = 'Poslije %s';
-$strAllowInterrupt = 'Dopusti prekid uvoza u slučaju da skripta otkrije blizinu vremenskog ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može prekinuti transakcije.';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikazati sve tablice uz istu širinu?';
+$strAllowInterrupt = 'Dopusti prekid uvoza u slučaju da skripta otkrije blizinu vremenskog ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može prekinuti transakcije.';
$strAlterOrderBy = 'Izmijeni rasporede tablice po';
+$strAnIndex = 'Indeks je pridodan na %s';
+$strAnalyze = 'Analiziraj';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'I';
$strAndThen = 'i potom';
$strAngularLinks = 'Kutne veze';
-$strAnIndex = 'Indeks je pridodan na %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koje računalo';
$strAnyUser = 'Bilo koji korisnik';
$strApproximateCount = 'Može biti približno. Pogledajte ČPP 3.11';
-$strAPrimaryKey = 'Primarni ključ je dodan na %s';
$strArabic = 'Arapski';
$strArmenian = 'Armenski';
+$strAsDefined = 'Kako je definirano:';
$strAscending = 'Uzlazno';
$strAtBeginningOfTable = 'Pri početku tablice';
$strAtEndOfTable = 'Pri završetku tablice';
@@ -74,15 +76,15 @@ $strBack = 'Nazad';
$strBaltic = 'Baltički';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Binarno';
-$strBinaryDoNotEdit = 'Binarno - ne uređuj';
-$strBinaryLog = 'Binarni zapisnik';
$strBinLogEventType = 'Vrsta događaja';
$strBinLogInfo = 'Podaci';
$strBinLogName = 'Naziv zapisnika';
$strBinLogOriginalPosition = 'Izvorni položaj';
$strBinLogPosition = 'Položaj';
$strBinLogServerId = 'ID poslužitelja';
+$strBinary = 'Binarno';
+$strBinaryDoNotEdit = 'Binarno - ne uređuj';
+$strBinaryLog = 'Binarni zapisnik';
$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu';
$strBookmarkCreated = 'Izrađen je favorit %s';
$strBookmarkDeleted = 'Favorit je izbrisan.';
@@ -91,24 +93,25 @@ $strBookmarkQuery = 'Favorizirani SQL upit';
$strBookmarkReplace = 'Zamijeni postojećim favoritom istog naziva';
$strBookmarkThis = 'Favoriziraj ovaj SQL upit';
$strBookmarkView = 'Samo prikaz';
+$strBrowse = 'Pretraživanje';
$strBrowseDistinctValues = 'Pretraži prepoznatljive vrijednosti';
$strBrowseForeignValues = 'Pretraži strane vrijednosti';
-$strBrowse = 'Pretraživanje';
-$strBufferPoolActivity = 'Aktivnost međuspremnika';
$strBufferPool = 'Međuspremnik';
+$strBufferPoolActivity = 'Aktivnost međuspremnika';
$strBufferPoolUsage = 'Iskoristivost međuspremnika';
-$strBufferReadMissesInPercent = 'Propuštena čitanja pri %';
$strBufferReadMisses = 'Propuštena čitanja';
-$strBufferWriteWaitsInPercent = 'Zapisivanje čeka pri %';
+$strBufferReadMissesInPercent = 'Propuštena čitanja pri %';
$strBufferWriteWaits = 'Zapisivanje čeka';
+$strBufferWriteWaitsInPercent = 'Zapisivanje čeka pri %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zaposlene stranice';
$strBzip = '"bzipano"';
+$strCSV = 'CSV';
$strCalendar = 'Kalendar';
-$strCancel = 'Odustani';
$strCanNotLoadExportPlugins = 'Nije moguće učitati dodatke za izvoz. Provjerite svoju instalaciju!';
$strCanNotLoadImportPlugins = 'Nije moguće učitati dodatke za uvoz. Provjerite svoju instalaciju!';
+$strCancel = 'Odustani';
$strCannotLogin = 'Prijavljivanje na MySQL poslužitelj nije moguće';
$strCantLoad = 'Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.';
$strCantLoadRecodeIconv = 'Nije moguće učitati proširenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omogućavanja ovih proširenja ili unutar phpMyAdmin onemogućiti pretvaranje znakova.';
@@ -118,23 +121,24 @@ $strCardinality = 'Najvažnije';
$strCaseInsensitive = 'nebitna veličina znakova';
$strCaseSensitive = 'veličina znakova je važna';
$strCentralEuropean = 'Srednjoeuropski';
+$strChange = 'Promijeni';
+$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...';
$strChangeCopyModeCopy = '... zadržati staru.';
$strChangeCopyModeDeleteAndReload = ' ... izbriši starog iz korisničkih tablica i potom ponovo učitaj privilegije.';
-$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...';
$strChangeCopyModeJustDelete = ' ... izbriši starog iz korisničkih tablica.';
$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbriši.';
$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika';
$strChangeDisplay = 'Odaberi polje za prikaz';
$strChangePassword = 'Promijeni lozinku';
-$strChange = 'Promijeni';
-$strCharsetOfFile = 'Tablica znakova za datoteku:';
-$strCharsetsAndCollations = 'Tablica znakova i uspoređivanja';
-$strCharsets = 'Tablice znakova';
$strCharset = 'Tablica znakova';
+$strCharsetOfFile = 'Tablica znakova za datoteku:';
+$strCharsets = 'Tablice znakova';
+$strCharsetsAndCollations = 'Tablica znakova i uspoređivanja';
+$strCheck = 'Provjeri';
$strCheckAll = 'Označi sve';
$strCheckOverhead = 'Provjeri za prepunjene tablice';
-$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".';
$strCheckPrivs = 'Provjeri privilegije';
+$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".';
$strCheckTable = 'Provjeri tablicu';
$strChoosePage = 'Odaberite tablicu za uređivanje';
$strColComFeat = 'Prikazivanje stupca komentara';
@@ -142,6 +146,7 @@ $strCollation = 'Uspoređivanje';
$strColumnNames = 'Nazivi stupaca';
$strColumnPrivileges = 'Privilegije specifične za stupac';
$strCommand = 'Naredba';
+$strComment = 'Komentar';
$strComments = 'Komentari';
$strCompatibleHashing = 'MySQL 4.0 kompatibilno';
$strCompleteInserts = 'Dovrši umetanja';
@@ -156,16 +161,16 @@ $strConstraintsForDumped = 'Ograničenja za izbačene tablice';
$strConstraintsForTable = 'Ograničenja za tablicu';
$strControluserFailed = 'Povezivanje kontrolnih korisnika na način kako je definirano u vašoj konfiguraciji nije uspjelo.';
$strCookiesRequired = 'Od ovog mjesta potrebno je omogućiti kolačiće.';
-$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s';
$strCopy = 'Kopiraj';
+$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s';
$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):';
$strCopyTableOK = 'Tablica %s kopirana je u %s.';
$strCopyTableSameNames = 'Kopiranje u istu tablicu nije moguće!';
$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je već zatvorena.';
+$strCreate = 'Izradi';
$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)';
$strCreateIndex = 'Izradi indeks %s stupaca';
$strCreateIndexTopic = 'Izradi novi indeks';
-$strCreate = 'Izradi';
$strCreateNewDatabase = 'Izradi novu bazu podataka';
$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s';
$strCreatePage = 'Izradi novu stranicu';
@@ -179,89 +184,91 @@ $strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s džokerima (k
$strCreationDates = 'Izrada/Ažuriranje/Provjera datuma';
$strCriteria = 'Kriterij';
$strCroatian = 'Hrvatski';
-$strCSV = 'CSV';
+$strCustomColor = 'Prilagođena boja';
$strCyrillic = 'Ćirilica';
$strCzech = 'Češki';
$strCzechSlovak = 'Češki ili Slovački';
+$strDBComment = 'Komentar baze podataka: ';
+$strDBCopy = 'Kopiraj bazu podataka u';
+$strDBRename = 'Preimenuj bazu podataka u';
$strDanish = 'Danski';
-$strDatabase = 'Baza podataka';
-$strDatabaseEmpty = 'Naziv baze podataka je prazan!';
-$strDatabaseExportOptions = 'Opcije izvoza baze podataka';
-$strDatabaseHasBeenDropped = 'Baza podataka %s je odbačena.';
-$strDatabases = 'Baze podataka';
-$strDatabasesDropped = 'Baza podataka %s uspješno je odbačena.';
-$strDatabasesStatsDisable = 'Onemogući statistike';
-$strDatabasesStatsEnable = 'Omogući statistike';
-$strDatabasesStatsHeavyTraffic = 'Napomena: Omogućavanja statistika baze podataka može prouzrokovati izuzetno velik promet između web poslužitelja i MySQL poslužitelja.';
-$strDatabasesStats = 'Statistike baza podataka';
+$strData = 'Podaci';
$strDataDict = 'Rječnik podataka';
$strDataOnly = 'Samo podatke';
$strDataPages = 'Stranice koje sadrže podatke';
-$strData = 'Podaci';
-$strDBComment = 'Komentar baze podataka: ';
-$strDBCopy = 'Kopiraj bazu podataka u';
+$strDatabase = 'Baza podataka';
+$strDatabaseEmpty = 'Naziv baze podataka je prazan!';
+$strDatabaseExportOptions = 'Opcije izvoza baze podataka';
+$strDatabaseHasBeenCreated = 'Baza podataka %1$s uspješno je izrađena.';
+$strDatabaseHasBeenDropped = 'Baza podataka %s je odbačena.';
+$strDatabases = 'Baze podataka';
+$strDatabasesDropped = 'Baza podataka %s uspješno je odbačena.';
+$strDatabasesStats = 'Statistike baza podataka';
+$strDatabasesStatsDisable = 'Onemogući statistike';
+$strDatabasesStatsEnable = 'Omogući statistike';
+$strDatabasesStatsHeavyTraffic = 'Napomena: Omogućavanja statistika baze podataka može prouzrokovati izuzetno velik promet između web poslužitelja i MySQL poslužitelja.';
$strDbIsEmpty = 'Baza podataka izgleda praznom!';
$strDbPrivileges = 'Privilegije specifične za bazu podataka';
-$strDBRename = 'Preimenuj bazu podataka u';
$strDbSpecific = 'specifično za bazu podataka';
+$strDefault = 'Zadano';
$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL poslužitelju.';
$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedećem obliku: a';
-$strDefault = 'Zadano';
$strDefragment = 'Defragmentiraj tablicu';
+$strDelOld = 'Trenutna stranica sadrži reference prema tablicama koje više ne postoje. Želite li izbrisati te reference?';
$strDelayedInserts = 'Upotrijebi odgođena umetanja';
-$strDeleteAndFlushDescr = 'Ovo je najčišći način, ali ponovno učitavanje privilegija može potrajati.';
-$strDeleteAndFlush = 'Izbriši korisnike i potom ponovo učitaj privilegije.';
-$strDeleted = 'Redak je izbrisan';
$strDelete = 'Izbriši';
+$strDeleteAndFlush = 'Izbriši korisnike i potom ponovo učitaj privilegije.';
+$strDeleteAndFlushDescr = 'Ovo je najčišći način, ali ponovno učitavanje privilegija može potrajati.';
$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!';
$strDeleteRelation = 'Izbriši relaciju';
+$strDeleted = 'Redak je izbrisan';
$strDeleting = 'Brisanje %s';
$strDelimiter = 'Razgraničavanje';
-$strDelOld = 'Trenutna stranica sadrži reference prema tablicama koje više ne postoje. Želite li izbrisati te reference?';
$strDescending = 'Silazno';
$strDescription = 'Opis';
-$strDesignerHelpDisplayField = 'Polje pregledavanja prikazano je u rozoj boji. Kako biste za polje odabrali ili uklonili opciju polja za prikazivanje pritisnite ikonu "Odaberite polje za prikazivanje", a zatim pritisnite odgovarajući naziv polja.';
$strDesigner = 'Kreator';
+$strDesignerHelpDisplayField = 'Polje pregledavanja prikazano je u rozoj boji. Kako biste za polje odabrali ili uklonili opciju polja za prikazivanje pritisnite ikonu "Odaberite polje za prikazivanje", a zatim pritisnite odgovarajući naziv polja.';
+$strDetails = 'Detalji...';
$strDictionary = 'rječnik';
$strDirectLinks = 'Izravne veze';
$strDirtyPages = 'Prljave stranice';
-$strDisabled = 'Onemogućeno';
$strDisableForeignChecks = 'Onemogući provjere stranih znakova';
+$strDisabled = 'Onemogućeno';
$strDisplayFeat = 'Osobine prikaza';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Izvedi "upit po primjeru" (džoker: "%")';
+$strDoYouReally = 'Želite li zaista ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentacija';
-$strDoYouReally = 'Želite li zaista ';
-$strDropDatabaseStrongWarning = 'UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!';
$strDrop = 'Ispusti';
+$strDropDatabaseStrongWarning = 'UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!';
$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.';
-$strDumpingData = 'Izbacivanje podataka za tablicu';
$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.';
$strDumpXRows = 'Izbaci %s redaka, počevši od zapisa # %s.';
+$strDumpingData = 'Izbacivanje podataka za tablicu';
$strDynamic = 'dinamički';
+$strEdit = 'Uređivanje';
$strEditPDFPages = 'Uredi PDF stranice';
$strEditPrivileges = 'Uredi privilegije';
-$strEdit = 'Uređivanje';
$strEffective = 'Na snazi';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).';
$strEnabled = 'Omogućeno';
$strEncloseInTransaction = 'Izvoz uključi u transakciju';
+$strEnd = 'Završetak';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Završetak';
$strEngineAvailable = '%s je raspoloživ na ovom MySQL poslužitelju.';
$strEngineDisabled = '%s je onemogućen za ovaj MySQL poslužitelj.';
-$strEngines = 'Pogoni';
$strEngineUnsupported = 'Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s.';
+$strEngines = 'Pogoni';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku ';
-$strErrorInZipFile = 'Pogreška u ZIP arhivi:';
$strError = 'Pogreška';
+$strErrorInZipFile = 'Pogreška u ZIP arhivi:';
$strErrorRelationAdded = 'Pogreška: Relacija nije dodana.';
$strErrorRelationExists = 'Pogreška: Relacija već postoji.';
$strErrorRenamingTable = 'Pogreška tijekom preimenovanja tablice %1$s u %2$s';
@@ -270,50 +277,53 @@ $strEscapeWildcards = 'Kako bi se mogli upotrebljavati u doslovnom smislu, džok
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonski';
$strEvent = 'Događaj';
+$strEvents = 'Događaji';
$strExcelEdition = 'Excel izdanje';
$strExecuteBookmarked = 'Izvrši favorizirani upit';
$strExplain = 'Objasni SQL';
-$strExportImportToScale = 'Uvoz / Izvor prema omjeru';
$strExport = 'Izvoz';
+$strExportImportToScale = 'Uvoz / Izvor prema omjeru';
$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!';
$strExtendedInserts = 'Proširena umetanja';
$strExtra = 'Dodatno';
$strFailedAttempts = 'Neuspjeli pokušaji';
+$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je odbačeno';
$strFieldInsertFromFileTempDirNotExists = 'Pogreška tijekom premještanja učitane datoteke. Pogledajte ČPP 1.11';
-$strField = 'Polje';
+$strFields = 'Polja';
$strFieldsEnclosedBy = 'Polja obuhvaćena po';
$strFieldsEscapedBy = 'Polja izostavljena po';
-$strFields = 'Polja';
$strFieldsTerminatedBy = 'Polja završena s';
$strFileAlreadyExists = 'Datoteka %s već postoji na poslužitelju. Promijenite naziv ili označite opciju za prepisivanje.';
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
+$strFileNameTemplate = 'Predložak naziva datoteka';
+$strFileNameTemplateDescription = 'Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća preoblikovanja: "%3$s". Ostatak teksta bit će zadržan u izvornom obliku.';
$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka';
$strFileNameTemplateDescriptionServer = 'naziv poslužitelja';
$strFileNameTemplateDescriptionTable = 'naziv tablice';
-$strFileNameTemplateDescription = 'Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća preoblikovanja: "%3$s". Ostatak teksta bit će zadržan u izvornom obliku.';
-$strFileNameTemplate = 'Predložak naziva datoteka';
$strFileNameTemplateRemember = 'zapamti predložak';
-$strFiles = 'Datoteke';
$strFileToImport = 'Datoteka za uvoz';
+$strFiles = 'Datoteke';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisničke privilegije izravno iz MySQL tablica privilegija. U slučaju da su ručno mijenjane, sadržaj ovih tablica može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada.';
$strFlushQueryCache = 'Isprazni pohranu upita';
$strFlushTable = 'Isprazni tablicu ("FLUSH")';
$strFlushTables = 'Isprazni (zatvori) sve tablice';
$strFontSize = 'Veličina fonta';
-$strFormat = 'Oblikovanje';
+$strForeignKeyError = 'Pogreška tijekom izrade stranog ključa na %1$s (provjerite vrste podataka)';
+$strForeignKeyRelationAdded = 'Dodana je relacija FOREIGN KEY';
$strFormEmpty = 'U obrascu nedostaje vrijednost!';
+$strFormat = 'Oblikovanje';
$strFreePages = 'Slobodne stranice';
$strFullText = 'Potpuni tekstovi';
$strFunction = 'Funkcija';
$strFunctions = 'Funkcije';
$strGenBy = 'Generirano s';
+$strGenTime = 'Vrijeme generiranja';
$strGeneralRelationFeat = 'Opće osobine relacija';
$strGenerate = 'Generiraj';
$strGeneratePassword = 'Generiraj lozinku';
-$strGenTime = 'Vrijeme generiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Njemački';
$strGlobal = 'opće';
@@ -324,6 +334,8 @@ $strGrantOption = 'Podarivanje';
$strGreek = 'Grčki';
$strGzip = '"gzipano"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Hvatišta';
$strHasBeenAltered = 'izmijenjeno je.';
$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje';
@@ -333,53 +345,55 @@ $strHexForBLOB = 'Za BLOB upotrijebi heksadecimalno';
$strHide = 'Sakrij';
$strHideShowAll = 'Prikaži / Sakrij sve';
$strHideShowNoRelation = 'Prikaži / Sakrij tablice bez relacija';
-$strHomepageOfficial = 'Službena stranica programa phpMyAdmin';
$strHome = 'Početna stranica';
-$strHostEmpty = 'Naziv računala je prazan!';
+$strHomepageOfficial = 'Službena stranica programa phpMyAdmin';
$strHost = 'Računalo';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Naziv računala je prazan!';
$strHungarian = 'Mađarski';
+$strIEUnsupported = 'Internet Explorer ne podržava ovu funkciju.';
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Puni tekst';
-$strIEUnsupported = 'Internet Explorer ne podržava ovu funkciju.';
-$strIgnoreDuplicates = 'Ignoriraj istovjetne redove';
$strIgnore = 'Ignoriraj';
+$strIgnoreDuplicates = 'Ignoriraj istovjetne redove';
$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka';
+$strImport = 'Uvoz';
$strImportExportCoords = 'Uvoz / Izvoz koordinate iz PDF sheme';
$strImportFiles = 'Uvezi datoteke';
$strImportFormat = 'Oblikovanje uvezene datoteke';
$strImportSuccessfullyFinished = 'Uvoz je uspješno dovršen. Izvršeno upita: %d .';
-$strImport = 'Uvoz';
-$strIndexes = 'Indeksi';
-$strIndexHasBeenDropped = 'Index %s je odbačen';
+$strInUse = 'u upotrebi';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Index %s je odbačen';
$strIndexName = 'Naziv indeksa:';
$strIndexType = 'Vrsta indeksa:';
$strIndexWarningTable = 'Problemi s indeksima tablice `%s`';
-$strInnoDBAutoextendIncrementDesc = ' Veličina koraka za proširivanje veličine automatski proširujućeg prostora tablice u slučaju njezinog ispunjavanja.';
+$strIndexes = 'Indeksi';
+$strIndexesSeemEqual = 'Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti.';
$strInnoDBAutoextendIncrement = 'Korak autoproširenja';
-$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog međuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.';
+$strInnoDBAutoextendIncrementDesc = ' Veličina koraka za proširivanje veličine automatski proširujućeg prostora tablice u slučaju njezinog ispunjavanja.';
$strInnoDBBufferPoolSize = 'Veličina međuspremnika';
+$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog međuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.';
$strInnoDBDataFilePath = 'Podatkovne datoteke';
-$strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.';
$strInnoDBDataHomeDir = 'Osnovna mapa podataka';
+$strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.';
$strInnoDBPages = 'stranice';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.';
-$strInsertAsNewRow = 'Umetni kao novi redak';
$strInsert = 'Umetni';
+$strInsertAsNewRow = 'Umetni kao novi redak';
+$strInsertedRowId = 'Umetnut ID retka: %1$d';
+$strInterface = 'Sučelje';
+$strInternalAndForeign = 'Interna relacija nije potrebna ako postoji odgovarajuća relacija FOREIGN KEY.';
$strInternalRelationAdded = 'Dodane interne relacije';
$strInternalRelations = 'Interne relacije';
-$strInUse = 'u upotrebi';
$strInvalidAuthMethod = 'Neispravan komplet načina provjere vjerodostojnosti u konfiguraciji:';
-$strInvalidColumnCount = 'Broj stupaca mora biti veći od nule.';
-$strInvalidColumn = 'Određen je neispravan stupac (%s) !';
$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.';
$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.';
$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s';
+$strInvalidColumn = 'Određen je neispravan stupac (%s) !';
+$strInvalidColumnCount = 'Broj stupaca mora biti veći od nule.';
$strInvalidDatabase = 'Neispravna baza podataka';
$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.';
$strInvalidFieldCount = 'Tablica mora sadržavati najmanje jedno polje.';
@@ -392,8 +406,8 @@ $strInvalidTableName = 'Neispravan naziv tablice';
$strJapanese = 'Japanski';
$strJoins = 'Spojevi';
$strJumpToDB = 'Skoči do baze podataka "%s".';
-$strJustDeleteDescr = '"Izbrisani" će korisnici i dalje moći pristupati poslužitelju sve dok se privilegije ne učitaju ponovo.';
$strJustDelete = 'Samo izbriši korisnike iz tablice privilegija.';
+$strJustDeleteDescr = '"Izbrisani" će korisnici i dalje moći pristupati poslužitelju sve dok se privilegije ne učitaju ponovo.';
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyCache = 'Pohrana ključeva';
@@ -402,21 +416,21 @@ $strKill = 'Eliminiraj';
$strKnownExternalBug = 'Na funkcionalnost %s utječe poznati nedostatak. Pogledajte %s';
$strKorean = 'Korejski';
+$strLDI = 'CSV upotrebom LOAD DATA';
+$strLDILocal = 'Upotrijebi lokalnu ključnu riječ';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Položeno';
$strLanguage = 'Jezik';
$strLanguageUnknown = 'Nepoznati jezik: %1$s.';
$strLatchedPages = 'Vezane stranice';
$strLatexCaption = 'Naslov tablice';
$strLatexContent = 'Sadržaj tablice __TABLE__';
-$strLatexContinuedCaption = 'Nastavljeni naslov tablice';
$strLatexContinued = '(nastavljeno)';
+$strLatexContinuedCaption = 'Nastavljeni naslov tablice';
$strLatexIncludeCaption = 'Uključi naslov tablice';
$strLatexLabel = 'Ključ oznake';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tablice __TABLE__';
$strLatvian = 'Latvijski';
-$strLDI = 'CSV upotrebom LOAD DATA';
-$strLDILocal = 'Upotrijebi lokalnu ključnu riječ';
$strLengthSet = 'Duljina/Vrijednosti';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Redovi završeni s';
@@ -425,63 +439,64 @@ $strLinksTo = 'Povezano s';
$strLithuanian = 'Litavski';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
-$strLoginInformation = '_Podaci prijave';
-$strLogin = 'Prijava';
-$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogServer = 'Poslužitelj';
$strLogUsername = 'Korisničko ime:';
+$strLogin = 'Prijava';
+$strLoginInformation = '_Podaci prijave';
+$strLogout = 'Odjava';
$strLongOperation = 'Ovaj postupak može potrajati dulje vrijeme. Ipak nastaviti?';
+$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU';
+$strMIME_MIMEtype = 'MIME vrsta';
+$strMIME_available_mime = 'Raspoložive MIME vrste';
+$strMIME_available_transform = 'Raspoloživa preoblikovanja';
+$strMIME_description = 'Opis';
+$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloživ opis. Molimo da od autora zatražite objašnjenje rada %s .';
+$strMIME_transformation = 'Pretvaranje preglednika';
+$strMIME_transformation_note = 'Za popis raspoloživih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, pritisnite %sopcije preoblikovanja%s';
+$strMIME_transformation_options = 'Opcije preoblikovanja';
+$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\', 100, b,\'c\'... Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').';
+$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja';
$strMaxConnects = 'najv. uzastopnih veza';
$strMaximalQueryLength = 'Najveća duljina izrađenog upita';
$strMaximumSize = 'Najv: %s%s';
$strMbExtensionMissing = 'PHP proširenje mbstring nije pronađeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proširenja mbstring, phpMyAdmin nije u mogućnosti pravilno razdjeljivati naredbe i može doći do neočekivanih rezultata.';
$strMbOverloadWarning = 'Omogućili ste funkciju mbstring.func_overload u vašoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i može prouzrokovati oštećivanje nekih podataka!';
-$strMIME_available_mime = 'Raspoložive MIME vrste';
-$strMIME_available_transform = 'Raspoloživa preoblikovanja';
-$strMIME_description = 'Opis';
-$strMIME_MIMEtype = 'MIME vrsta';
-$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloživ opis. Molimo da od autora zatražite objašnjenje rada %s .';
-$strMIME_transformation_note = 'Za popis raspoloživih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, pritisnite %sopcije preoblikovanja%s';
-$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\', 100, b,\'c\'... Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').';
-$strMIME_transformation_options = 'Opcije preoblikovanja';
-$strMIME_transformation = 'Pretvaranje preglednika';
-$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU';
-$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja';
$strModifications = 'Izmjene su spremljene';
-$strModifyIndexTopic = 'Uredi indeks';
$strModify = 'Uredi';
+$strModifyIndexTopic = 'Uredi indeks';
$strMoveMenu = 'Premjesti izbornik';
-$strMoveTableOK = 'Tablica %s premještena je u %s.';
$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):';
+$strMoveTableOK = 'Tablica %s premještena je u %s.';
$strMoveTableSameNames = 'Premještanje u istu tablicu nije moguće!';
$strMultilingual = 'višejezično';
-$strMyISAMDataPointerSizeDesc = 'Zadana veličina pokazatelja podataka u bajtovima, koju će upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije određena.';
$strMyISAMDataPointerSize = 'Veličina pokazatelja podataka';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti veća od pohrane ključeva, uz ovdje navedenu vrijednost, preferiraj način pohrane ključeva.';
+$strMyISAMDataPointerSizeDesc = 'Zadana veličina pokazatelja podataka u bajtovima, koju će upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije određena.';
$strMyISAMMaxExtraSortFileSize = 'Najveća veličina privremenih datoteka pri izradi indeksa';
-$strMyISAMMaxSortFileSizeDesc = 'Najveća veličina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvođenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti veća od pohrane ključeva, uz ovdje navedenu vrijednost, preferiraj način pohrane ključeva.';
$strMyISAMMaxSortFileSize = 'Najveća veličina datoteke za privremeno preslagivanje';
-$strMyISAMRecoverOptionsDesc = 'Način rada za automatski povrat srušenih MyISAM tablica, na način kojim je određen putem opcije --myisam-recover.';
+$strMyISAMMaxSortFileSizeDesc = 'Najveća veličina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvođenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Rad s automatskim povratom';
-$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost veća od 1, MyISAM indeksi tablica izrađuju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.';
+$strMyISAMRecoverOptionsDesc = 'Način rada za automatski povrat srušenih MyISAM tablica, na način kojim je određen putem opcije --myisam-recover.';
$strMyISAMRepairThreads = 'Popravi grane';
-$strMyISAMSortBufferSizeDesc = 'Međuspremnik koji je predodređen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.';
+$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost veća od 1, MyISAM indeksi tablica izrađuju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.';
$strMyISAMSortBufferSize = 'Veličina međuspremnika preslagivanja';
+$strMyISAMSortBufferSizeDesc = 'Međuspremnik koji je predodređen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.';
$strMySQLCharset = 'MySQL tablica znakova';
-$strMysqlClientVersion = 'MySQL verzija klijenta';
$strMySQLConnectionCollation = 'MySQL uspoređivanje veza';
-$strMysqlLibDiffersServerVersion = 'Verzija %s vaše PHP MySQL biblioteke razlikuje se oda vaše verzije %s MySQL poslužitelja. Ovo bi moglo prouzrokovati nepredviđeno ponašanje.';
$strMySQLSaid = 'MySQL je poručio: ';
$strMySQLShowProcess = 'Prikaži procese';
+$strMysqlClientVersion = 'MySQL verzija klijenta';
+$strMysqlLibDiffersServerVersion = 'Verzija %s vaše PHP MySQL biblioteke razlikuje se oda vaše verzije %s MySQL poslužitelja. Ovo bi moglo prouzrokovati nepredviđeno ponašanje.';
$strName = 'Naziv';
$strNext = 'Sljedeće';
+$strNo = 'Ne';
$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.';
+$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veličina datoteke prelazi najveću dopuštenu veličinu od strane vaše PHP konfiguracije. Pogledajte ČPP 1.16.';
$strNoDatabases = 'Nema baza podataka';
$strNoDatabasesSelected = 'Nema odabrane baze podataka.';
-$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veličina datoteke prelazi najveću dopuštenu veličinu od strane vaše PHP konfiguracije. Pogledajte ČPP 1.16.';
$strNoDescription = 'bez opisa';
$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloživi podaci.';
$strNoDropDatabases = '"DROP DATABASE" izjave su onemogućene.';
@@ -491,8 +506,6 @@ $strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji p
$strNoIndex = 'Nema definiranog indeksa!';
$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!';
$strNoModification = 'Bez izmjena';
-$strNo = 'Ne';
-$strNone = 'bez kompresije';
$strNoOptions = 'Ovaj oblik nema raspoložive opcije';
$strNoPassword = 'Bez lozinke';
$strNoPermission = 'Web poslužitelj nema dopuštenja za spremanje datoteke %s.';
@@ -503,17 +516,18 @@ $strNoRowsSelected = 'Nema odabranih redova';
$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.';
$strNoTablesFound = 'U bazi podataka nisu pronađene tablice.';
$strNoThemeSupport = 'Podrška za teme ne postoji. Provjerite vašu konfiguraciju i/ili vaše teme u mapi %s.';
+$strNoUsersFound = 'Korisnici nisu pronađeni.';
+$strNoValidateSQL = 'Preskoči provjeru valjanosti SQL-a';
+$strNone = 'bez kompresije';
$strNotNumber = 'Ovo nije brojka!';
$strNotOK = 'nije OK';
$strNotSet = 'tablica %s nije pronađena ili nije zadana u %s';
-$strNoUsersFound = 'Korisnici nisu pronađeni.';
-$strNoValidateSQL = 'Preskoči provjeru valjanosti SQL-a';
$strNull = 'Null';
-$strNumberOfFields = 'Broj polja';
-$strNumberOfTables = 'Broj tablica';
$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s';
$strNumSearchResultsTotal = 'Ukupno:%s poklapanja';
$strNumTables = 'Tablice';
+$strNumberOfFields = 'Broj polja';
+$strNumberOfTables = 'Broj tablica';
$strOK = 'U redu ';
$strOpenDocumentSpreadsheet = 'Otvori izračunsku tablicu dokumenta';
@@ -521,35 +535,66 @@ $strOpenDocumentText = 'Otvori tekst dokumenta';
$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor';
$strOperations = 'Operacije';
$strOperator = 'Operator';
+$strOptimize = 'Optimiziraj';
$strOptimizeTable = 'Optimiziraj tablicu';
$strOptions = 'Opcije';
$strOr = 'Ili';
$strOverhead = 'Prepunjenje';
$strOverwriteExisting = 'Prepiši postojeće datoteke';
+$strPBXTCheckpointFrequency = 'Učestalost točke provjere';
+$strPBXTCheckpointFrequencyDesc = 'Količina podataka zapisana u zapisnik transakcija prije izvođenja točke provjere. Zadana vrijednost je 24 MB.';
+$strPBXTDataFileGrowSize = 'Veličina porasta datoteke podataka';
+$strPBXTDataFileGrowSizeDesc = 'Veličina porasta rukovanim datotekama podataka (.xtr).';
+$strPBXTDataLogThreshold = 'Najveća veličina zapisnika podataka';
+$strPBXTDataLogThresholdDesc = 'Najveća dopuštena veličina datoteke zapisnika podataka. Zadana vrijednost je 64 MB. PBXT može izraditi najviše 32.000 zapisnika koje koriste sve tablice. Vrijednost ove varijable može se povećati kako bi se povećao ukupan broj podataka koji se mogu pohraniti u bazu podataka.';
+$strPBXTGarbageThreshold = 'Najveća veličina otpada';
+$strPBXTGarbageThresholdDesc = 'Postotak otpada u datoteci zapisnika podataka prije sređivanja. Vrijednost može biti od 1 do 99. Zadana vrijednost je 50.';
+$strPBXTIndexCacheSize = 'Veličina pohrane indeksa';
+$strPBXTIndexCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku indeksa. Zadana vrijednost je 32 MB. Ovdje dodijeljena memorija koristi se samo za međupohranjivanje stranica indeksa.';
+$strPBXTLogBufferSize = 'Veličina međuspremnika zapisnika';
+$strPBXTLogBufferSizeDesc = 'Veličina međuspremnika tijekom zapisivanja podataka zapisnika. Zadana vrijednost je 256 MB. Pogon dodjeljuje jedan međuspremnik po grani, ali samo ako je grana potrebna za zapisivanje zapisnika podataka.';
+$strPBXTLogCacheSize = 'Veličina pohrane zapisnika';
+$strPBXTLogCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku zapisnika transakcija. Zadana vrijednost je 16 MB.';
+$strPBXTLogFileCount = 'Najveći broj datoteka zapisnika';
+$strPBXTLogFileCountDesc = 'Broj datoteka zapisnika transakcija (pbxt/system/xlog*.xt) koje će sustav održavati. Ako broj zapisnika premašuje ovu vrijednost, stari zapisnici bit će izbrisani. U protivnom se preimenuju i daje im se sljedeći veći redni broj.';
+$strPBXTLogFileThreshold = 'Najveća veličina datoteke zapisnika';
+$strPBXTLogFileThresholdDesc = 'Veličina zapisnika transakcija prije povrata i izrade novog zapisnika. Zadana vrijednost je 16 MB.';
+$strPBXTRecordCacheSize = 'Veličina pohrane zapisa';
+$strPBXTRecordCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku zapisnika koja se koristi za međuspremanje podataka tablice. Zadana vrijednost je 32 MB. Ova se memorija upotrebljava za međuspremanje izmjena u datotekama rukovanim podacima (.xtd) pokazivača retka (.xtr).';
+$strPBXTRowFileGrowSize = 'Veličina porasta datoteke redaka';
+$strPBXTRowFileGrowSizeDesc = 'Veličina porasta datoteka pokazivača retka (.xtr).';
+$strPBXTTransactionBufferSize = 'Veličina međuspremnika transakcije';
+$strPBXTTransactionBufferSizeDesc = 'Veličina globalnog međuspremnika zapisnika transakcija (pogon dodjeljuje 2 međuspremnika ove veličine). Zadana vrijednost je 1 MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Generira izvještaj koji sadrži podatke samo jedne tablice)';
+$strPDFReportTitle = 'Naslov izvještaja';
+$strPHPExtension = 'PHP ekstenzija';
+$strPHPVersion = 'PHP verzija';
+$strPacked = 'Pakirano';
$strPageNumber = 'Broj stranice:';
$strPagesToBeFlushed = 'Stranice za pražnjenje';
$strPaperSize = 'Veličina papira';
$strPartialImport = 'Djelomičan uvoz';
$strPartialText = 'Djelomični tekstovi';
+$strPartition = 'Particija %s';
+$strPartitionDefinition = 'Definicija PARTICIJE';
+$strPartitionMaintenance = 'Održavanje particije';
+$strPartitioned = 'particionirano';
+$strPassword = 'Lozinka';
$strPasswordChanged = 'Lozinka za %s uspješno je promijenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordHashing = 'Izrada presjeka lozinke';
-$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke se ne podudaraju!';
$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s';
$strPdfInvalidTblName = 'Tablica "%s" ne postoji!';
$strPdfNoTables = 'Nema tablica';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Generira izvještaj koji sadrži podatke samo jedne tablice)';
-$strPDFReportTitle = 'Naslov izvještaja';
$strPerHour = 'po satu';
$strPerMinute = 'po minuti';
$strPerSecond = 'po sekundi';
$strPersian = 'Perzijski';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Izradi PHP kod';
-$strPHPVersion = 'PHP verzija';
$strPleaseSelectPrimaryOrUniqueKey = 'Odaberite primarni ključ ili jedinstveni ključ';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vašoj konfiguracijskoj datoteci!';
@@ -557,13 +602,13 @@ $strPolish = 'Poljski';
$strPortrait = 'Portret';
$strPos1 = 'Na vrh stranice';
$strPrevious = 'Prethodni';
+$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je odbačen';
$strPrimaryKeyName = 'Naziv primarnog ključa mora biti "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog ključa!)';
-$strPrimary = 'Primarni';
$strPrint = 'Ispiši';
-$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)';
$strPrintView = 'Prikaz ispisa';
+$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)';
$strPrivDescAllPrivileges = 'Obuhvaća sve privilegije osim GRANT (Podari).';
$strPrivDescAlter = 'Dopušta izmjenu strukture postojećih tablice.';
$strPrivDescAlterRoutine = 'Dopušta izmjenu i odbacivanje pohranjenih rutina.';
@@ -576,8 +621,9 @@ $strPrivDescCreateView = 'Dopušta izradu novih prikaza.';
$strPrivDescDelete = 'Dopušta brisanje podataka.';
$strPrivDescDropDb = 'Dopušta odbacivanje baza podataka i tablica.';
$strPrivDescDropTbl = 'Dopušta odbacivanje tablica.';
-$strPrivDescExecute5 = 'Dopušta pokretanje pohranjenih rutina.';
+$strPrivDescEvent = 'Omogućuje postavljanje događaja za planer';
$strPrivDescExecute = 'Dopušta izvršavanje pohranjenih postupaka. Nema učinka u ovoj verziji MySQL-a.';
+$strPrivDescExecute5 = 'Dopušta pokretanje pohranjenih rutina.';
$strPrivDescFile = 'Dopušta uvoz i izvoz podataka iz datoteka.';
$strPrivDescGrant = 'Dopušta dodavanje korisnika i privilegija bez ponovnog učitavanja tablica.';
$strPrivDescIndex = 'Dopušta izradu i odbacivanje indeksa.';
@@ -587,6 +633,7 @@ $strPrivDescMaxConnections = 'Ograničava broj novih povezivanja koje korisnik m
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može poslati poslužitelju, po satu.';
$strPrivDescMaxUpdates = 'Ograničava broj naredbi koje korisnik može pokrenuti, a čija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.';
$strPrivDescMaxUserConnections = 'Ograničava broj istovremenih povezivanja koje korisnik može imati.';
+$strPrivDescProcess = 'Omogućuje pregledavanje procesa za sve korisnike';
$strPrivDescReferences = 'Nema učinka u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dopušta ponovno učitavanje postavki poslužitelja i pražnjenje privremene pohrane poslužitelja.';
$strPrivDescReplClient = 'Dopušta korisnik postavljanje upita o lokaciji potčinjenih i gospodara.';
@@ -596,6 +643,7 @@ $strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.';
$strPrivDescShowView = 'Dopušta izvođenje upita SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Dopušta gašenje poslužitelja.';
$strPrivDescSuper = 'Dopušta povezivanje čak i kad je dostignut najveći broj veza. Potrebno za većinu administrativnih operacija poput postavljanja općih varijabli ili eliminiranje grana drugih korisnika.';
+$strPrivDescTrigger = 'Omogućuje izradu i uklanjanje okidača';
$strPrivDescUpdate = 'Dopušta mijenjanje podataka.';
$strPrivDescUsage = 'Bez privilegija.';
$strPrivileges = 'Privilegije';
@@ -607,9 +655,9 @@ $strProfiling = 'Izrada profila';
$strProtocolVersion = 'Verzija protokola';
$strPutColNames = 'Nazive polja stavi u prvi red';
+$strQBE = 'Upit';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Upit';
$strQueryCache = 'Pohrana upita';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit nad bazom podataka %s:';
@@ -620,25 +668,31 @@ $strQueryTime = 'Upit je trajao %01,4f sek';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora';
+$strReType = 'Ponovite';
$strReadRequests = 'Pročitaj zahtjeve';
+$strRebuild = 'Ponovno izgradi';
$strReceived = 'Primljeno';
$strRecommended = 'preporučeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Provjeri referencijalan integritet:';
$strRefresh = 'Osvježi';
-$strRelationalSchema = 'Shema relacija';
$strRelationDeleted = 'Relacija je izbrisana';
$strRelationNotWorking = 'Dodatne osobine za rad s relacijski tablicama su isključene. Kako biste saznali razloge, pritisnite %sovdje%s.';
-$strRelationsForTable = 'RELACIJE TABLICE';
-$strRelations = 'Relacije';
$strRelationView = 'Prikaz relacija';
-$strReloadingThePrivileges = 'Ponovno učitavanje privilegija';
+$strRelationalDisplayField = 'Polje za prikaz relacija';
+$strRelationalKey = 'Relacijski ključ';
+$strRelationalSchema = 'Shema relacija';
+$strRelations = 'Relacije';
+$strRelationsForTable = 'RELACIJE TABLICE';
$strReload = 'Osvježi';
$strReloadPrivileges = 'Ponovno učitaj privilegije';
+$strReloadingThePrivileges = 'Ponovno učitavanje privilegija';
+$strRemovePartitioning = 'Ukloni particioniranje';
$strRemoveSelectedUsers = 'Ukloni odabrane korisnike';
$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s';
-$strRenameTableOK = 'Tablica %s preimenovana je u %s';
$strRenameTable = 'Preimenuj tablicu u';
+$strRenameTableOK = 'Tablica %s preimenovana je u %s';
+$strRepair = 'Popravi';
$strRepairTable = 'Popravi tablicu';
$strReplaceNULLBy = 'NULL zamijeni s';
$strReplaceTable = 'Podatke tablice zamijeni datotekom';
@@ -646,34 +700,48 @@ $strReplication = 'Replikacija';
$strReset = 'Povrat';
$strResourceLimits = 'Ograničenja resursa';
$strRestartInsertion = 'Ponovno pokreni umetanje s %s redaka';
-$strReType = 'Ponovite';
-$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne učitaju.';
-$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbriši.';
-$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRevoke = 'Opozovi';
+$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbriši.';
+$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne učitaju.';
+$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRomanian = 'Rumunjski';
$strRoutineReturnType = 'Vrsta povratka';
$strRoutines = 'Rutine';
$strRowLength = 'Duljina retka';
-$strRowsFrom = 'redovi koji započinju zapisom #';
$strRowSize = ' Veličina retka ';
+$strRows = 'Redaka';
+$strRowsAffected = 'Zahvaćeno redaka: %1$d.';
+$strRowsDeleted = 'Izbrisano redaka: %1$d.';
+$strRowsFrom = 'redovi koji započinju zapisom #';
+$strRowsInserted = 'Umetnuto redaka: %1$d.';
$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)';
$strRowsModeHorizontal = 'vodoravno';
$strRowsModeOptions = 'u načinu %s i ponavljaj zaglavlja nakon %s ćelija';
$strRowsModeVertical = 'uspravno';
-$strRows = 'Redaka';
$strRowsStatistic = 'Statistike redova';
-$strRunning = 'Izvršava se pri %s';
$strRunQuery = 'Podnesi upit';
-$strRunSQLQueryOnServer = 'Pokreni SQL upit na poslužitelju %s';
$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s';
+$strRunSQLQueryOnServer = 'Pokreni SQL upit na poslužitelju %s';
+$strRunning = 'Izvršava se pri %s';
$strRussian = 'Ruski';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Način rada SQL kompatibilnosti';
+$strSQLExportType = 'Vrsta izvoza';
+$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli nedostatak u SQL raščlanjivaču. Temeljito proučite vaš upit i provjerite ispravan unos navodnika. Jedan od mogućih razloga je i da ste učitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Vaš upit također možete provjeriti u naredbenom retku MySQL-a. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako raščlanjivač ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:';
+$strSQLParserUserError = 'Izgleda da postoji pogreška u vašem SQL upitu. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema.';
+$strSQLQuery = 'SQL upit';
+$strSQLResult = 'SQL rezultat';
+$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka';
+$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
+$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija';
+$strSave = 'Spremi';
$strSaveOnServer = 'Spremi na poslužitelju u mapi %s';
$strSavePosition = 'Spremi položaj';
-$strSave = 'Spremi';
$strScaleFactorSmall = 'Vrijednost omjera suviše je malen kako bi shema stala na jednu stranicu';
+$strSearch = 'Traži';
$strSearchFormTitle = 'Traži u bazi podataka';
+$strSearchInField = 'Unutar polja:';
$strSearchInTables = 'Unutar tablica:';
$strSearchNeedle = 'Riječi ili vrijednost za pretraživanje (džoker: "%"):';
$strSearchOption1 = 'najmanje jedna riječ';
@@ -681,7 +749,6 @@ $strSearchOption2 = 'sve riječi';
$strSearchOption3 = 'točan izraz';
$strSearchOption4 = 'kao regularan izraz';
$strSearchResultsFor = 'Rezultati pretraživanja za "%s" %s:';
-$strSearch = 'Traži';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguracijska datoteka potražuje tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Odaberite bazu podataka';
@@ -694,33 +761,29 @@ $strSelectReferencedKey = 'Odaberite referentni ključ';
$strSelectTables = 'Odaberite tablice';
$strSend = 'Spremi kao datoteku';
$strSent = 'Poslano';
+$strServer = 'Poslužitelj';
$strServerChoice = 'Odabir poslužitelja';
$strServerNotResponding = 'Poslužitelj ne odgovara';
-$strServer = 'Poslužitelj';
-$strServers = 'Poslužitelji';
-$strServerStatusDelayedInserts = 'Odgođena umetanja';
$strServerStatus = 'Podaci o razini izvršavanja';
+$strServerStatusDelayedInserts = 'Odgođena umetanja';
$strServerStatusUptime = 'Ovaj MySQL poslužitelj radi tijekom %s. Pokrenut je %s.';
$strServerTabVariables = 'Varijable';
$strServerTrafficNotes = 'Promet poslužitelja: Ove tablice prikazuju statistike mrežnog prometa na ovom MySQL poslužitelju od trenutka njegovog pokretanja.';
$strServerVars = 'Varijable i postavke poslužitelja';
$strServerVersion = 'Verzija poslužitelja';
+$strServers = 'Poslužitelji';
$strSessionStartupErrorGeneral = 'Pokretanje sesije nije moguće uslijed pogrešaka. Provjerite pogreške koje ispisuje vaš PHP i/ili datoteku zapisnika poslužitelja i pravilno konfigurirajte vašu instalaciju PHP-a.';
$strSessionValue = 'Vrijednost sesije';
$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedećem obliku: \'a\',\'B\',\'c\'... Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
+$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Oblikovanje rječnika podataka';
$strShowFullQueries = 'Prikaži pune upite';
$strShowGrid = 'Prikaži mrežu';
$strShowHideLeftMenu = 'Prikaži/sakrij lijevi izbornik';
-$strShowingBookmark = 'Prikazivanje oznake';
-$strShowingPhp = 'Prikazivanje kao PHP koda';
-$strShowingRecords = 'Prikazivanje redaka';
-$strShowingSQL = 'Prikazivanje SQL upita';
$strShowOpenTables = 'Prikaži otvorene tablice';
$strShowPHPInfo = 'Prikaži PHP podatke';
-$strShow = 'Prikaži';
$strShowSlaveHosts = 'Prikaži potčinjena računala';
$strShowSlaveStatus = 'Prikaži stanje potčinjenog';
$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmašile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.';
@@ -774,13 +837,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvršenih u
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na čekanju.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na čekanju.';
$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.';
-$strShowStatusInnodb_pages_createdDescr = 'Broj izrađenih stranica.';
$strShowStatusInnodb_page_sizeDescr = 'Izrađena veličina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veličina stranice dopušta njihovo jednostavno pretvaranje u bajtove.';
+$strShowStatusInnodb_pages_createdDescr = 'Broj izrađenih stranica.';
$strShowStatusInnodb_pages_readDescr = 'Broj iščitanih stranica.';
$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zaključavanja redaka na koje se trenutno čeka.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosječno vrijeme postizanja zaključanosti retka, u milisekundama.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utrošeno na postizanja zaključanosti retka, u milisekundama.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosječno vrijeme postizanja zaključanosti retka, u milisekundama.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zaključanosti retka, u milisekundama.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno čekati na zaključanost retka.';
$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.';
@@ -796,10 +859,10 @@ $strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje ključnog
$strShowStatusKey_writesDescr = 'Broj fizičkih zapisivanja ključnih blokova na disk. ';
$strShowStatusLast_query_costDescr = 'Ukupan trošak posljednjeg složenog upita, izračunat od strane optimizatora upita. Korisno za uspoređivanje troškova različitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da još nema složenog upita.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji čekaju svoje upisivanje u red čekanja INSERT DELAYED.';
-$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaša vrijednost za pohranu tablica vjerojatno je premala.';
$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.';
$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za vođenje zapisnika).';
$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.';
+$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaša vrijednost za pohranu tablica vjerojatno je premala.';
$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.';
$strShowStatusQcache_free_memoryDescr = 'Količina slobodne memorije za pohranu upita.';
$strShowStatusQcache_hitsDescr = 'Broj pronalaženja u pohrani.';
@@ -812,8 +875,8 @@ $strShowStatusReset = 'Povrat';
$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (još nije implementirano).';
$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.';
$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traženja.';
-$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji provjeravaju upotrebu ključa nakon svakog retka. (Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.';
$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Općenito nije kritično ako je ovaj iznos velik.)';
+$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji provjeravaju upotrebu ključa nakon svakog retka. (Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.';
$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraživanje prve tablice.';
$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potčinjene SQL grane.';
$strShowStatusSlave_retried_transactionsDescr = 'Ukupna količina (od pokretanja) ponovnih pokušaja transakcija od strane replikacijske potčinjene SQL grane.';
@@ -833,6 +896,10 @@ $strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.';
$strShowTableDimension = 'Prikaži dimenzije tablice';
$strShowTables = 'Prikaži tablice';
$strShowThisQuery = 'Ovaj upit ponovno prikaži ovdje';
+$strShowingBookmark = 'Prikazivanje oznake';
+$strShowingPhp = 'Prikazivanje kao PHP koda';
+$strShowingRecords = 'Prikazivanje redaka';
+$strShowingSQL = 'Prikazivanje SQL upita';
$strSimplifiedChinese = 'Kineski, pojednostavljen';
$strSingly = '(pojedinačno)';
$strSize = 'Veličina';
@@ -842,28 +909,18 @@ $strSlovenian = 'Slovenski';
$strSmallBigAll = 'Malo / Sve veliko';
$strSnapToGrid = 'Poravnaj s mrežom';
$strSocketProblem = '(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)';
+$strSort = 'Presloži';
$strSortByKey = 'Presloži po ključu';
$strSorting = 'Preslagivanje';
-$strSort = 'Presloži';
$strSpaceUsage = 'Iskorištenost prostora';
$strSpanish = 'Španjolski';
$strSplitWordsWithSpace = 'Riječi su razdvojene znakom razmaka (" ").';
-$strSQLCompatibility = 'Način rada SQL kompatibilnosti';
-$strSQLExportType = 'Vrsta izvoza';
-$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli nedostatak u SQL raščlanjivaču. Temeljito proučite vaš upit i provjerite ispravan unos navodnika. Jedan od mogućih razloga je i da ste učitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Vaš upit također možete provjeriti u naredbenom retku MySQL-a. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako raščlanjivač ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:';
-$strSQLParserUserError = 'Izgleda da postoji pogreška u vašem SQL upitu. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema.';
-$strSQLQuery = 'SQL upit';
-$strSQLResult = 'SQL rezultat';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka';
-$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
-$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija';
$strStandInStructureForView = 'Unutarnja struktura za pregledavanje';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Izrada';
+$strStatUpdateTime = 'Posljednje ažuriranje';
$strStatement = 'Izjave';
$strStatisticsOverrun = 'Na zaposlenom poslužitelju brojač bajtova mogao bi preletjeti svoj raspon prikaza, pri čemu bi statistike koje prikazuje MySQL poslužitelj mogle biti netočne.';
-$strStatUpdateTime = 'Posljednje ažuriranje';
$strStatus = 'Stanje';
$strStorageEngine = 'Pogon pohrane';
$strStorageEngines = 'Pogoni pohrane';
@@ -873,18 +930,22 @@ $strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje';
$strStrucOnly = 'Samo strukturu';
$strStructPropose = 'Predloži strukturu tablice';
-$strStructureForView = 'Struktura za pregledavanje';
$strStructure = 'Strukturu';
+$strStructureForView = 'Struktura za pregledavanje';
$strSubmit = 'Podnesi';
$strSuccess = 'Vaš SQL upit uspješno je izvršen';
+$strSuhosin = 'Poslužitelj pokrenut sa Suhosin. Proučite %sdokumentaciju%s radi mogućih problema.';
$strSum = 'Zbroj';
$strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka';
$strSwitchToTable = 'Prebaci se na kopiranu tablicu';
+$strTable = 'Tablica';
$strTableAlreadyExists = 'Tablica %s već postoji!';
+$strTableAlteredSuccessfully = 'Tablica %1$s uspješno je izmijenjena.';
$strTableComments = 'Komentari tablice';
$strTableEmpty = 'Naziv tablice je prazan!';
+$strTableHasBeenCreated = 'Tablica %1$s je izrađena.';
$strTableHasBeenDropped = 'Tablica %s je odbačen';
$strTableHasBeenEmptied = 'Tablica %s je očišćena';
$strTableHasBeenFlushed = 'Tablica %s je ispražnjena';
@@ -893,33 +954,33 @@ $strTableMaintenance = 'Održavanje tablice';
$strTableName = 'Naziv tablice';
$strTableOfContents = 'Sadržaj tablice';
$strTableOptions = 'Opcije tablice';
-$strTables = '%s tablica';
$strTableStructure = 'Tablična struktura za tablicu';
-$strTable = 'Tablica';
+$strTables = '%s tablica';
$strTakeIt = 'Dodijeli';
$strTblPrivileges = 'Privilegije specifične za tablicu';
$strTempData = 'Privremeni podaci';
$strTextAreaLength = ' Zbog svoje duljine, uređivanje ovog polja možda neće biti moguće ';
+$strTexyText = 'Texy! tekst';
$strThai = 'Thai';
+$strTheme = 'Tema / Stil';
$strThemeDefaultNotFound = 'Zadana tema %s nije pronađena!';
$strThemeNoPreviewAvailable = 'Nema raspoloživog pregleda.';
-$strThemeNotFound = 'Tema %s nije pronađena!';
$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronađena!';
+$strThemeNotFound = 'Tema %s nije pronađena!';
$strThemePathNotFound = 'Za temu %s nije pronađena putanje tema!';
-$strTheme = 'Tema / Stil';
$strThisHost = 'Ovo računalo';
-$strThreads = 'Grane';
$strThreadSuccessfullyKilled = 'Grana %s uspješno je prekinuta.';
+$strThreads = 'Grane';
+$strTime = 'Vrijeme';
$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnošenja bit će nastavljeno od položaja %d.';
$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili raščlanjeni. To znači da phpMyAdmin neće biti u mogućnosti završiti ovaj uvoz sve dok ne povećate vremenska ograničenja unutar php.';
$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako želite završiti uvoz, ponovo podnesite istu datoteku i uvoz će nastaviti.';
-$strTime = 'Vrijeme';
$strToFromPage = 'stranica od / prema';
+$strToSelectRelation = 'Za odabir relacije pritisnite:';
$strToggleScratchboard = 'Uključi bilješke';
$strToggleSmallBig = 'Malo / Veliko';
-$strToSelectRelation = 'Za odabir relacije pritisnite:';
-$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
+$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Kineski, tradicionalan';
$strTraditionalSpanish = 'Španjolski, tradicionalan';
$strTraffic = 'Promet';
@@ -948,10 +1009,10 @@ $strUnique = 'Jedinstveno';
$strUnknown = 'nepoznato';
$strUnselectAll = 'Ukloni sav odabir';
$strUnsupportedCompressionDetected = 'Pokušali ste učitati datoteku s nepodržanim načinom komprimiranja (%s). Takva podrška još nije implementirana ili je onemogućena u vašoj konfiguraciji.';
+$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o ažuriranju tablice column_comments.';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je ažuriran.';
$strUpdateQuery = 'Ažuriraj upit';
-$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o ažuriranju tablice column_comments.';
$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.';
$strUploadErrorCantWrite = 'Zapisivanje datoteke na disk nije uspjelo.';
$strUploadErrorExtension = 'Učitavanje datoteke prekinuto je uslijed ekstenzije.';
@@ -965,35 +1026,38 @@ $strUploadsNotAllowed = 'Učitavanje datoteka nije dopušteno na ovom poslužite
$strUsage = 'Upotreba';
$strUseBackquotes = 'Unesi nazive tablica i polja sa stražnjim navodnicima';
$strUseHostTable = 'Upotrijebi tablicu poslužitelja';
+$strUseTabKey = 'Pomoću tipke TAB premještate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premještanje bilo kamo';
+$strUseTables = 'Upotrijebi tablice';
+$strUseTextField = 'Upotrijebi tekstualno polje';
+$strUseThisValue = 'Upotrijebi ovu vrijednost';
+$strUser = 'Korisnik';
$strUserAlreadyExists = 'Korisnik %s već postoji!';
$strUserEmpty = 'Korisničko ime je prazno!';
-$strUser = 'Korisnik';
$strUserName = 'Korisničko ime';
$strUserNotFound = 'Odabrani korisnik nije pronađen u tablici privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Odabrani korisnici uspješno su izbrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"';
-$strUseTabKey = 'Pomoću tipke TAB premještate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premještanje bilo kamo';
-$strUseTables = 'Upotrijebi tablice';
-$strUseTextField = 'Upotrijebi tekstualno polje';
-$strUseThisValue = 'Upotrijebi ovu vrijednost';
$strValidateSQL = 'Provjera valjanosti SQL-a';
$strValidatorError = 'SQL validator nije bilo moguće pokrenuti. Provjerite jeste li instalirali potrebna PHP proširenja, na način opisan u %sdokumentaciji%s.';
$strValue = 'Vrijednost';
$strVar = 'Varijabla';
$strVersionInformation = 'Podaci o verziji';
-$strViewDumpDatabases = 'Prikaži ispis (shemu) baza podataka';
-$strViewDumpDB = 'Prikaži ispis (shemu) baze podataka';
+$strView = 'Prikaz';
$strViewDump = 'Prikaži ispis (shemu) tablice';
+$strViewDumpDB = 'Prikaži ispis (shemu) baze podataka';
+$strViewDumpDatabases = 'Prikaži ispis (shemu) baza podataka';
+$strViewHasAtLeast = 'Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s.';
$strViewHasBeenDropped = 'Index %s je ispušten';
$strViewName = 'Naziv prikaza';
-$strView = 'Prikaz';
-$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti';
+$strWebServer = 'Web poslužitelj';
$strWebServerUploadDirectory = 'mapa učitavanja web poslužitelja';
+$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti';
$strWelcome = 'Dobro došli u %s';
$strWestEuropean = 'Zapadno europski';
+$strWiki = 'Wiki';
$strWildcard = 'džoker';
$strWindowNotFound = 'Ciljani prozor preglednika nije bilo moguće osvježiti. Možda ste zatvorili nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane za blokiranje ažuriranja preko više prozora.';
$strWithChecked = 'S odabirom:';
@@ -1006,481 +1070,557 @@ $strYes = 'Da';
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.';
$strZip = '"zipano"';
-$strPartitionDefinition = 'Definicija PARTICIJE';
-$strPrivDescTrigger = 'Omogućuje izradu i uklanjanje okidača';
-$strPrivDescEvent = 'Omogućuje postavljanje događaja za planer';
-$strPrivDescProcess = 'Omogućuje pregledavanje procesa za sve korisnike';
-$strPartitioned = 'particionirano';
-$strTableAlteredSuccessfully = 'Tablica %1$s uspješno je izmijenjena.';
-$strDatabaseHasBeenCreated = 'Baza podataka %1$s uspješno je izrađena.';
-$strTableHasBeenCreated = 'Tablica %1$s je izrađena.';
-$strForeignKeyError = 'Pogreška tijekom izrade stranog ključa na %1$s (provjerite vrste podataka)';
-$strRowsDeleted = 'Izbrisano redaka: %1$d.';
-$strRowsAffected = 'Zahvaćeno redaka: %1$d.';
-$strRowsInserted = 'Umetnuto redaka: %1$d.';
-$strInsertedRowId = 'Umetnut ID retka: %1$d';
-$strIndexesSeemEqual = 'Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti.';
-$strPartitionMaintenance = 'Održavanje particije';
-$strPartition = 'Particija %s';
-$strAnalyze = 'Analiziraj';
-$strCheck = 'Provjeri';
-$strOptimize = 'Optimiziraj';
-$strRebuild = 'Ponovno izgradi';
-$strRepair = 'Popravi';
-$strRemovePartitioning = 'Ukloni particioniranje';
-$strSearchInField = 'Unutar polja:';
-$strTexyText = 'Texy! tekst';
-$strDetails = 'Detalji...';
-$strComment = 'Komentar';
-$strPacked = 'Pakirano';
-$strActions = 'Aktivnosti';
-$strInterface = 'Sučelje';
-$strSuhosin = 'Poslužitelj pokrenut sa Suhosin. Proučite %sdokumentaciju%s radi mogućih problema.';
-$strEvents = 'Događaji';
-$strForeignKeyRelationAdded = 'Dodana je relacija FOREIGN KEY';
-$strInternalAndForeign = 'Interna relacija nije potrebna ako postoji odgovarajuća relacija FOREIGN KEY.';
-$strViewHasAtLeast = 'Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s.';
-$strRelationalKey = 'Relacijski ključ';
-$strRelationalDisplayField = 'Polje za prikaz relacija';
-$strPBXTIndexCacheSize = 'Veličina pohrane indeksa';
-$strPBXTRecordCacheSize = 'Veličina pohrane zapisa';
-$strPBXTLogCacheSize = 'Veličina pohrane zapisnika';
-$strPBXTLogFileThreshold = 'Najveća veličina datoteke zapisnika';
-$strPBXTTransactionBufferSize = 'Veličina međuspremnika transakcije';
-$strPBXTCheckpointFrequency = 'Učestalost točke provjere';
-$strPBXTDataLogThreshold = 'Najveća veličina zapisnika podataka';
-$strPBXTGarbageThreshold = 'Najveća veličina otpada';
-$strPBXTLogBufferSize = 'Veličina međuspremnika zapisnika';
-$strPBXTDataFileGrowSize = 'Veličina porasta datoteke podataka';
-$strPBXTRowFileGrowSize = 'Veličina porasta datoteke redaka';
-$strPBXTRowFileGrowSizeDesc = 'Veličina porasta datoteka pokazivača retka (.xtr).';
-$strPBXTDataFileGrowSizeDesc = 'Veličina porasta rukovanim datotekama podataka (.xtr).';
-$strPBXTLogBufferSizeDesc = 'Veličina međuspremnika tijekom zapisivanja podataka zapisnika. Zadana vrijednost je 256 MB. Pogon dodjeljuje jedan međuspremnik po grani, ali samo ako je grana potrebna za zapisivanje zapisnika podataka.';
-$strPBXTGarbageThresholdDesc = 'Postotak otpada u datoteci zapisnika podataka prije sređivanja. Vrijednost može biti od 1 do 99. Zadana vrijednost je 50.';
-$strPBXTDataLogThresholdDesc = 'Najveća dopuštena veličina datoteke zapisnika podataka. Zadana vrijednost je 64 MB. PBXT može izraditi najviše 32.000 zapisnika koje koriste sve tablice. Vrijednost ove varijable može se povećati kako bi se povećao ukupan broj podataka koji se mogu pohraniti u bazu podataka.';
-$strPBXTCheckpointFrequencyDesc = 'Količina podataka zapisana u zapisnik transakcija prije izvođenja točke provjere. Zadana vrijednost je 24 MB.';
-$strPBXTTransactionBufferSizeDesc = 'Veličina globalnog međuspremnika zapisnika transakcija (pogon dodjeljuje 2 međuspremnika ove veličine). Zadana vrijednost je 1 MB.';
-$strPBXTLogFileThresholdDesc = 'Veličina zapisnika transakcija prije povrata i izrade novog zapisnika. Zadana vrijednost je 16 MB.';
-$strPBXTLogCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku zapisnika transakcija. Zadana vrijednost je 16 MB.';
-$strPBXTRecordCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku zapisnika koja se koristi za međuspremanje podataka tablice. Zadana vrijednost je 32 MB. Ova se memorija upotrebljava za međuspremanje izmjena u datotekama rukovanim podacima (.xtd) pokazivača retka (.xtr).';
-$strPBXTIndexCacheSizeDesc = 'Količina memorije dodijeljena međuspremniku indeksa. Zadana vrijednost je 32 MB. Ovdje dodijeljena memorija koristi se samo za međupohranjivanje stranica indeksa.';
-$strPBXTLogFileCount = 'Najveći broj datoteka zapisnika';
-$strPBXTLogFileCountDesc = 'Broj datoteka zapisnika transakcija (pbxt/system/xlog*.xt) koje će sustav održavati. Ako broj zapisnika premašuje ovu vrijednost, stari zapisnici bit će izbrisani. U protivnom se preimenuju i daje im se sljedeći veći redni broj.';
-$strAsDefined = 'Kako je definirano:';
-$strWiki = 'Wiki';
-$strWebServer = 'Web poslužitelj';
-$strPHPExtension = 'PHP ekstenzija';
-$strCustomColor = 'Prilagođena boja';
+
+// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1489,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php
index 1d83dbc7c..2b7d4606d 100644
--- a/lang/czech-utf-8.inc.php
+++ b/lang/czech-utf-8.inc.php
@@ -22,10 +22,11 @@ $datefmt = '%a %d. %b %Y, %H:%M';
$timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund';
+$strAPrimaryKey = 'V tabulce %s byl vytvořen primární klíč';
$strAbortedClients = 'Přerušené';
+$strAccessDenied = 'Přístup odepřen';
$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 MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v souboru config.inc.php a ujistěte se, že jsou totožné s těmi, které máte od administrátora MySQL serveru.';
-$strAccessDenied = 'Přístup odepřen';
$strAction = 'Akce';
$strActions = 'Akce';
$strAddAutoIncrement = 'Přidat hodnotu AUTO_INCREMENT';
@@ -41,64 +42,63 @@ $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 „WHERE“):';
$strAddToIndex = 'Přidat %s sloupců do indexu';
-$strAddUserMessage = 'Uživatel byl přidán.';
$strAddUser = 'Přidat nového uživatele';
+$strAddUserMessage = 'Uživatel byl přidán.';
$strAdministration = 'Správa';
+$strAfter = 'Po %s';
$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 případě že skript pozná, že se blíží časový limit nastavený v PHP. Tímto způsobem můžete importovat i velké soubory, ale může to způsobit problémy s transakcemi.';
-$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku';
$strAll = 'Všechno';
+$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku';
+$strAllowInterrupt = 'Povolit přerušení importu v případě že skript pozná, že se blíží časový limit nastavený v PHP. Tímto způsobem můžete importovat i velké soubory, ale může to způsobit problémy s transakcemi.';
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
+$strAnIndex = 'K tabulce %s byl přidán index';
$strAnalyze = 'Analyzovat';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndSmall = 'a';
$strAndThen = 'a poté';
$strAngularLinks = 'Pravoúhlé spoje';
-$strAnIndex = 'K tabulce %s byl přidán index';
-$strAnyHost = 'Jakýkoliv počítač';
$strAny = 'Jakýkoliv';
+$strAnyHost = 'Jakýkoliv počítač';
$strAnyUser = 'Jakýkoliv uživatel';
$strApplyChanges='Provést vybrané změny';
$strApproximateCount = 'Počet nemusí být přesný, viz [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a].';
-$strAPrimaryKey = 'V tabulce %s byl vytvořen primární klíč';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
-$strAscending = 'Vzestupně';
$strAsDefined = 'Dle zadání:';
+$strAscending = 'Vzestupně';
$strAtBeginningOfTable = 'Na začátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutomaticLayout = 'automatické rozvržení';
+$strBLOBRepository = 'Skladiště BLOBů';
+$strBLOBRepositoryDamaged = 'Poškozené';
+$strBLOBRepositoryDisable = 'Vypnout';
+$strBLOBRepositoryDisableAreYouSure = 'Chcete vypnout všechny odkazy do skladiště BLOBů v databázi %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Chystáte se vypnout skladiště BLOBů!';
+$strBLOBRepositoryDisabled = 'Vypnuté';
+$strBLOBRepositoryEnable = 'Zapnout';
+$strBLOBRepositoryEnabled = 'Zapnuté';
+$strBLOBRepositoryRemove = 'Odstranit odkaz do skladiště BLOBů';
+$strBLOBRepositoryRepair = 'Opravit';
+$strBLOBRepositoryUpload = 'Nahrát do skladiště BLOBů';
$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';
-$strBLOBRepositoryDamaged = 'Poškozené';
-$strBLOBRepositoryDisableAreYouSure = 'Chcete vypnout všechny odkazy do skladiště BLOBů v databázi %s?';
-$strBLOBRepositoryDisabled = 'Vypnuté';
-$strBLOBRepositoryDisableStrongWarning = 'Chystáte se vypnout skladiště BLOBů!';
-$strBLOBRepositoryDisable = 'Vypnout';
-$strBLOBRepositoryEnabled = 'Zapnuté';
-$strBLOBRepositoryEnable = 'Zapnout';
-$strBLOBRepositoryRemove = 'Odstranit odkaz do skladiště BLOBů';
-$strBLOBRepositoryRepair = 'Opravit';
-$strBLOBRepository = 'Skladiště BLOBů';
-$strBLOBRepositoryUpload = 'Nahrát do skladiště BLOBů';
+$strBinary = ' Binární ';
+$strBinaryDoNotEdit = ' Binární - neupravujte ';
+$strBinaryLog = 'Binární log';
$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 oblíbených.';
@@ -107,24 +107,25 @@ $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';
+$strBrowse = 'Projít';
$strBrowseDistinctValues = 'Procházet odlišné hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíčů';
-$strBrowse = 'Projít';
+$strBufferPool = 'Vyrovnávací paměť';
$strBufferPoolActivity = 'Aktivita vyrovnávací paměti';
$strBufferPoolUsage = 'Využití vyrovnávací paměti';
-$strBufferPool = 'Vyrovnávací paměť';
-$strBufferReadMissesInPercent = 'Výpadků při čtení v %';
$strBufferReadMisses = 'Výpadků při čtení';
+$strBufferReadMissesInPercent = 'Výpadků při čtení v %';
$strBufferWriteWaits = 'Čekání na zápis';
$strBufferWriteWaitsInPercent = 'Čekání na zápis v %';
$strBulgarian = 'Bulharština';
$strBusyPages = 'Zpracovávaných stránek';
$strBzip = '„zabzipováno“';
+$strCSV = 'CSV';
$strCalendar = 'Kalendář';
-$strCancel = 'Zrušit';
$strCanNotLoadExportPlugins = 'Nepodařilo se nahrát pluginy pro export, zkontrolujte prosím vaší instalaci!';
$strCanNotLoadImportPlugins = 'Nepodařilo se nahrát pluginy pro import, zkontrolujte prosím vaší instalaci!';
+$strCancel = 'Zrušit';
$strCannotLogin = 'Nepodařilo se přihlášení k MySQL serveru';
$strCantLoad = 'nelze nahrát rozšíření [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a], prosím zkontrolujte 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 phpMyAdminovi.';
@@ -134,6 +135,26 @@ $strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozlišovat velká a malá písmena';
$strCaseSensitive = 'rozlišovat velká a malá písmena';
$strCentralEuropean = 'Střední Evropa';
+$strChange = 'Změnit';
+$strChangeCopyMode = 'Vytvořit nového uživatele se stejnými oprávněními a ...';
+$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.';
+$strChangeCopyUser = 'Změnit informace o uživateli / Kopírovat uživatele';
+$strChangeDisplay = 'Zvolte které sloupce zobrazit';
+$strChangePassword = 'Změnit heslo';
+$strCharset = 'Znaková sada';
+$strCharsetOfFile = 'Znaková sada souboru:';
+$strCharsets = 'Znakové sady';
+$strCharsetsAndCollations = 'Znakové sady a porovnávání';
+$strCheck = 'Zkontrolovat';
+$strCheckAll = 'Zaškrtnout vše';
+$strCheckOverhead = 'Zaškrtnout neoptimální';
+$strCheckPrivs = 'Zkontrolovat oprávnění';
+$strCheckPrivsLong = 'Zkontrolovat oprávnění pro databázi „%s“.';
+$strCheckTable = 'Zkontrolovat tabulku';
+$strChoosePage = 'Zvolte stránku, kterou chcete změnit';
$strColComFeat = 'Zobrazuji komentáře sloupců';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupců';
@@ -155,17 +176,18 @@ $strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strControluserFailed = 'Nepodařilo se připojit jako controluser, který je nadefinován v nastaveních.';
$strCookiesRequired = 'Přihlášení vyžaduje povolené cookies.';
-$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
+$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopyTable = 'Kopírovat tabulku do (databáze.tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotConnectSource = 'Nepodařilo se připojit ke zdrojové databázi';
$strCouldNotConnectTarget = 'Nepodařilo se připojit k cílové databázi';
$strCouldNotKill = 'phpMyAdminovi se nepodařilo ukončit vlákno %s. Pravděpodobně jeho běh již skončil.';
+$strCreate = 'Vytvořit';
$strCreateDatabaseBeforeCopying = 'Vytvořit databázi před kopírováním (CREATE DATABASE)';
-$strCreateIndexTopic = 'Vytvořit nový index';
$strCreateIndex = 'Vytvořit index na %s sloupcích';
+$strCreateIndexTopic = 'Vytvořit nový index';
$strCreateNewDatabase = 'Vytvořit novou databázi';
$strCreateNewTable = 'Vytvořit novou tabulku v databázi %s';
$strCreatePage = 'Vytvořit novou stránku';
@@ -177,120 +199,98 @@ $strCreateUserDatabaseName = 'Vytvořit databázi stejného jména a přidělit
$strCreateUserDatabaseNone = 'Žádná';
$strCreateUserDatabasePrivileges = 'Přidělit všechna oprávnění na databázi "%s"';
$strCreateUserDatabaseWildcard = 'Přidělit všechna oprávnění na jméno odpovídající masce (uživatel_%)';
-$strCreate = 'Vytvořit';
$strCreationDates = 'Datum vytvoření, poslední změny a kontroly';
$strCriteria = 'Podmínka';
$strCroatian = 'Chorvatština';
-$strCSV = 'CSV';
$strCurrentServer = 'Aktuální server';
$strCustomColor = 'Vlastní barva';
$strCyrillic = 'Cyrilika';
$strCzech = 'Čeština';
$strCzechSlovak = 'Čeština/Slovenština';
-$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 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 „%s“.';
-$strCheckPrivs = 'Zkontrolovat oprávnění';
-$strCheckTable = 'Zkontrolovat tabulku';
-$strCheck = 'Zkontrolovat';
-$strChoosePage = 'Zvolte stránku, kterou chcete změnit';
+$strDBComment = 'Komentář k databázi: ';
+$strDBCopy = 'Zkopírovat databázi na';
+$strDBRename = 'Přejmenovat databázi na';
$strDanish = 'Dánština';
-$strDatabase = 'Databáze';
-$strDatabaseEmpty = 'Jméno databáze je prázdné!';
-$strDatabaseExportOptions = 'Nastavení exportu databází';
-$strDatabaseHasBeenCreated = 'Byla vytvořena databáze %1$s.';
-$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
-$strDatabaseNotExisting = 'Databáze \'%s\' neexistuje.';
-$strDatabases = 'Databáze';
-$strDatabasesDropped = '%s databáze byla úspěšně zrušena.';
-$strDatabase_src = 'Zdrojová databáze';
-$strDatabasesStatsDisable = 'Skrýt podrobnosti';
-$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
-$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o databázích může způsobit značné zvýšení provozu mezi webserverem a MySQL serverem.';
-$strDatabasesStats = 'Statistiky databází';
-$strDatabase_trg = 'Cílová databáze';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataDiff = 'Rozdíl mezi daty';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obsahujících data';
$strDataSyn = 'Synchronizace dat';
-$strDBComment = 'Komentář k databázi: ';
-$strDBCopy = 'Zkopírovat databázi na';
+$strDatabase = 'Databáze';
+$strDatabaseEmpty = 'Jméno databáze je prázdné!';
+$strDatabaseExportOptions = 'Nastavení exportu databází';
+$strDatabaseHasBeenCreated = 'Byla vytvořena databáze %1$s.';
+$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
+$strDatabaseNotExisting = 'Databáze \'%s\' neexistuje.';
+$strDatabase_src = 'Zdrojová databáze';
+$strDatabase_trg = 'Cílová databáze';
+$strDatabases = 'Databáze';
+$strDatabasesDropped = '%s databáze byla úspěšně zrušena.';
+$strDatabasesStats = 'Statistiky databází';
+$strDatabasesStatsDisable = 'Skrýt podrobnosti';
+$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
+$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o databázích může způsobit značné zvýšení provozu mezi webserverem a MySQL serverem.';
$strDbIsEmpty = 'Databáze se zdá být prázdná!';
$strDbPrivileges = 'Oprávnění pro jednotlivé databáze';
-$strDBRename = 'Přejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
+$strDefault = 'Výchozí';
$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';
+$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$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 znovu načíst oprávnění.';
-$strDeleted = 'Řádek byl smazán';
-$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDelete = 'Odstranit';
+$strDeleteAndFlush = 'Odstranit uživatele a znovu načíst oprávnění.';
+$strDeleteAndFlushDescr = 'Toto je nejčistší řešení, ale načítání oprávnění může trvat dlouho.';
+$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDeleteRelation = 'Odstranit relaci';
+$strDeleted = 'Řádek byl smazán';
$strDeleting = 'Odstraňuji %s';
$strDelimiter = 'Oddělovač';
-$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupně';
$strDescription = 'Popis';
-$strDesignerHelpDisplayField = 'Zobrazované pole je označeno růžovou barvou. Pro jeho změnu klikněte na ikonu „Zvolte které sloupce zobrazit“ a poté zvolte odpovídající sloupec.';
$strDesigner = 'Návrhář';
+$strDesignerHelpDisplayField = 'Zobrazované pole je označeno růžovou barvou. Pro jeho změnu klikněte na ikonu „Zvolte které sloupce zobrazit“ a poté zvolte odpovídající sloupec.';
$strDetails = 'Podrobnosti...';
$strDictionary = 'slovník';
$strDirectLinks = 'Přímé spoje';
$strDirtyPages = 'Změněných stránek';
-$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů';
+$strDisabled = 'Vypnuto';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seřadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v PDF';
$strDoAQuery = 'Provést „dotaz podle příkladu“ (zástupný znak: „%“)';
+$strDoNotAutoIncrementZeroValues = 'Nepoužívat AUTO_INCREMENT pro nulové hodnoty';
+$strDoYouReally = 'Opravdu si přejete vykonat příkaz';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentace';
-$strDoNotAutoIncrementZeroValues = 'Nepoužívat AUTO_INCREMENT pro nulové hodnoty';
$strDownloadFile = 'Stáhnout soubor';
-$strDoYouReally = 'Opravdu si přejete vykonat příkaz';
-$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$strDrop = 'Odstranit';
+$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$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.';
+$strDumpingData = 'Vypisuji data pro tabulku';
$strDynamic = 'dynamický';
+$strEdit = 'Upravit';
$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';
+$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řádků).';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavřít příkazy v transakci';
-$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
+$strEndCut = 'KONEC VÝPISU';
$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.';
+$strEngines = 'Úložiště';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky';
$strError = 'Chyba';
@@ -302,8 +302,8 @@ $strErrorSaveTable = 'Chyba při ukládání souřadnic pro Návrháře.';
$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';
-$strEvents = 'Události';
$strEvent = 'Událost';
+$strEvents = 'Události';
$strExcelEdition = 'Verze Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvětlit dotaz';
@@ -314,42 +314,42 @@ $strExtendedInserts = 'Rozšířené inserty';
$strExtra = 'Extra';
$strFailedAttempts = 'Nepovedených pokusů';
+$strField = 'Sloupec';
$strFieldHasBeenDropped = 'Sloupec %s byl odstraněn';
$strFieldInsertFromFileTempDirNotExists = 'Chyba při přejmenování nahraného soubory, viz [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]';
+$strFields = 'Sloupce';
$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';
+$strFileNameTemplate = 'Vzor pro jméno souboru';
+$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.';
$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';
-$strFiles = 'Soubory';
$strFileToImport = 'Soubor pro importování';
+$strFiles = 'Soubory';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z 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 tomto případě je vhodné provést %snové nač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 („FLUSH“)';
+$strFlushTables = 'Zavřít všechny tabulky';
$strFontSize = 'Velikost písma';
$strForeignKeyError = 'Chyba při vytváření cizího klíče na %1$s (zkotrolujte typ sloupce)';
$strForeignKeyRelationAdded = 'Relace FOREIGN KEY byla vytvořena';
-$strFormat = 'Formát';
$strFormEmpty = 'Chybějící hodnota ve formuláři!';
+$strFormat = 'Formát';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
$strFunctions = 'Funkce';
$strGenBy = 'Vygeneroval';
-$strGeneralRelationFeat = 'Obecné funkce relací';
-$strGeneratePassword = 'Vytvořit heslo';
-$strGenerate = 'Vytvořit';
$strGenTime = 'Vygenerováno';
+$strGeneralRelationFeat = 'Obecné funkce relací';
+$strGenerate = 'Vytvořit';
+$strGeneratePassword = 'Vytvořit heslo';
$strGeorgian = 'Gruzínština';
$strGerman = 'Německy';
$strGetMoreThemes = 'Získejte další témata vzhledu!';
@@ -364,81 +364,81 @@ $strGrantOption = 'Přidělování';
$strGreek = 'Řečtina';
$strGzip = '„zagzipováno“';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla změněna.';
$strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština';
$strHelp = 'Nápověda';
$strHexForBLOB = 'Použít šestnáctkové zobrazení pro BLOB';
+$strHide = 'Skrýt';
$strHideShowAll = 'Skrýt/Zobrazit vše';
$strHideShowNoRelation = 'Skrýt/Zobrazit tabulky bez relací';
-$strHide = 'Skrýt';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
-$strHostEmpty = 'Jméno počítače je prázdné!';
$strHost = 'Počítač';
+$strHostEmpty = 'Jméno počítače je prázdné!';
$strHostTableExplanation = 'Pokud je použita tabulka Host, toto pole je ignorováno a jsou použity hodnoty uložené v tabulce Host.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Maďarština';
+$strIEUnsupported = 'Prohlížeč Internet Explorer tuto funkci nepodporuje.';
$strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
-$strIEUnsupported = 'Prohlížeč Internet Explorer tuto funkci nepodporuje.';
-$strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnore = 'Ignorovat';
+$strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnoreInserts = 'Použít IGNORE';
+$strImport = 'Import';
$strImportColNames = 'Jména sloupců na prvním řádku';
$strImportEmptyRows = 'Neimportovat prázdné řádky';
$strImportExportCoords = 'Import/Export souřadnic pro PDF schéma';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
-$strImport = 'Import';
$strImportLargeFileUploading = 'Nahrávaný soubor je pravděpodobně větší než je povolená velikost, nebo se jedná o známou chybu prohlížečů založených na webkitu (Safari, Google Chrome, Arora apod.).';
$strImportNoticePt1 = 'Následující tabulkybyly vytvořeny nebo změněny. Teď můžete:';
$strImportNoticePt2 = 'Zobrazit obsah tabulky kliknutím na její jméno';
$strImportNoticePt3 = 'Změnit jakákoliv její nastavení kliknutím na odkaz "Nastavení"';
$strImportNoticePt4 = 'Upravit strukturu kliknutím na odkaz "Struktura"';
-$strImportODSCurrency = 'Importovat měny (5.00 místo $5.00)';
$strImportODS = 'Open Document Spreadsheet';
+$strImportODSCurrency = 'Importovat měny (5.00 místo $5.00)';
$strImportODSPercents = 'Importovat procenta jako desetinná čísla (0.12 místo 12.00%)';
$strImportProceedingFile = 'Soubor je zpracováván, prosím buďte trpěliví.';
$strImportSuccessfullyFinished = 'Import byl úspěšně dokončen, bylo provedeno %d dotazů.';
$strImportUploadInfoNotAvailable = 'Soubor je zpracováván, prosím buďte trpěliví. Podrobnosti o nahrávání nejsou dostupné.';
$strImportXLS = 'Excel 97-2003 XLS';
$strImportXLSX = 'Excel 2007 XLSX';
-$strIndexes = 'Indexy';
-$strIndexesSeemEqual = 'Indexy %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být odstraněn.';
-$strIndexHasBeenDropped = 'Index %s byl odstraněn';
+$strInUse = 'právě se používá';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Index %s byl odstraněn';
$strIndexName = 'Jméno indexu :';
$strIndexType = 'Typ indexu :';
$strIndexWarningTable = 'Problémy s indexy v tabulce `%s`';
-$strInnoDBAutoextendIncrementDesc = 'Velikost o kterou je zvětšen soubor s daty, pokud je zaplněný.';
+$strIndexes = 'Indexy';
+$strIndexesSeemEqual = 'Indexy %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být odstraně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.';
+$strInnoDBAutoextendIncrementDesc = 'Velikost o kterou je zvětšen soubor s daty, pokud je zaplněný.';
$strInnoDBBufferPoolSize = 'Velikost vyrovnávací paměti';
+$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací paměti, kterou InnoDB používá pro vyrovnávací paměť dat a indexů tabulek.';
$strInnoDBDataFilePath = 'Soubor s daty';
-$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresář pro data';
+$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit zabezpečení vašeho serveru.';
+$strInsert = 'Vložit';
$strInsertAsNewRow = 'Vložit jako nový řádek';
$strInsertedRowId = 'ID vloženého řádku: %1$d';
-$strInsert = 'Vložit';
$strInterface = 'Rozhraní';
$strInternalAndForeign = 'Interní relace není potřebná pokud existuje stejná relace pomocí FOREIGN KEY.';
$strInternalRelationAdded = 'Interní relace vytvořena';
$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 CSV datech na řádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na řádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
+$strInvalidColumn = 'Byl zadán chybný sloupec (%s)!';
+$strInvalidColumnCount = 'Počet sloupců musí být větší než nula.';
$strInvalidDatabase = 'Chybná databáze';
$strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.';
@@ -451,8 +451,8 @@ $strInvalidTableName = 'Chybné jméno tabulky';
$strJapanese = 'Japonština';
$strJoins = 'Použité výběry';
$strJumpToDB = 'Přejít na databázi „%s“.';
-$strJustDeleteDescr = 'Odstranění uživatelé stále budou mít přístup na server, dokud nebudou znovu načtena oprávnění.';
$strJustDelete = 'Jen odstranit uživatele z tabulek s oprávněními.';
+$strJustDeleteDescr = 'Odstranění uživatelé stále budou mít přístup na server, dokud nebudou znovu načtena oprávnění.';
$strKeepPass = 'Neměnit heslo';
$strKeyCache = 'Vyrovnávací paměť klíčů';
@@ -461,21 +461,21 @@ $strKill = 'Ukončit';
$strKnownExternalBug = 'Funkčnost %s je omezena známou chybou, viz %s.';
$strKorean = 'Korejština';
+$strLDI = 'CSV pomocí LOAD DATA';
+$strLDILocal = 'Použít klíčové slovo LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Na šířku';
$strLanguage = 'Jazyk';
$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í)';
+$strLatexContinuedCaption = 'Titulek pokračování tabulky';
$strLatexIncludeCaption = 'Použít titulek tabulky';
$strLatexLabel = 'Návěstí';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tabulky __TABLE__';
-$strLatchedPages = 'Zamčených stránek';
$strLatvian = 'Lotyština';
-$strLDI = 'CSV 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é';
@@ -484,66 +484,67 @@ $strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litevština';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
-$strLoginInformation = 'Přihlašování';
+$strLogPassword = 'Heslo:';
+$strLogServer = 'Server:';
+$strLogServerHelp = 'Můžete zadat jméno počítače (nebo IP adresu) a port oddělené mezerou.';
+$strLogUsername = 'Jméno:';
$strLogin = 'Přihlášení';
+$strLoginInformation = 'Přihlašování';
$strLoginWithoutPassword = 'Přihlášení bez hesla je zakázáno v konfiguraci (viz AllowNoPassword)';
$strLogout = 'Odhlásit se';
-$strLogPassword = 'Heslo:';
-$strLogServerHelp = 'Můžete zadat jméno počítače (nebo IP adresu) a port oddělené mezerou.';
-$strLogServer = 'Server:';
-$strLogUsername = 'Jméno:';
$strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?';
+$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
+$strMIME_MIMEtype = 'MIME typ';
+$strMIME_available_mime = 'Dostupné MIME typy';
+$strMIME_available_transform = 'Dostupné transformace';
+$strMIME_description = 'Popis';
+$strMIME_nodescription = 'Pro tuto transformaci není dostupný žádný popis. Zeptejte se autora co %s dělá.';
+$strMIME_transformation = 'Transformace při prohlížení';
+$strMIME_transformation_note = 'Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %spopisy transformací%s';
+$strMIME_transformation_options = 'Parametry transformace';
+$strMIME_transformation_options_note = 'Zadejte parametry transformací v následujícím tvaru: \'a\', 100, b,\'c\'... Pokud potřebujete použít zpětné lomítko („\“) nebo jednoduché uvozovky („\'“) mezi těmito hodnotami, vložte před ně zpětné lomítko (například \'\\\\xyz\' nebo \'a\\\'b\').';
+$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformační funkci';
$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íce bajtovou 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 nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není kompatibilní s 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. 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 následujícím tvaru: \'a\', 100, b,\'c\'... Pokud potřebujete použít zpětné lomítko („\“) nebo jednoduché uvozovky („\'“) 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';
+$strModifyIndexTopic = 'Upravit index';
$strMoveMenu = 'Přesun menu';
-$strMoveTableOK = 'Tabulka %s byla přesunuta do %s.';
$strMoveTable = 'Přesunout tabulku do (databáze.tabulka):';
+$strMoveTableOK = 'Tabulka %s byla přesunuta do %s.';
$strMoveTableSameNames = 'Nelze přesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyčný';
-$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v 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íčů.';
+$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v bajtech, která bude použita pro vytváření MyISAM tabulek, pokud není uvedeno MAX_ROWS.';
$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).';
+$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íčů.';
$strMyISAMMaxSortFileSize = 'Maximální velikost dočasných souborů pro řazení';
+$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).';
$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 MyISAM tabulkách jsou vytvářeny paralelně (každý index vlastním vláknem) při obnově nebo řazení.';
$strMyISAMRepairThreads = 'Vláken pro opravování';
-$strMyISAMSortBufferSizeDesc = 'Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření nebo opravování.';
+$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota větší než 1, indexy v MyISAM tabulkách jsou vytvářeny paralelně (každý index vlastním vláknem) při obnově nebo řazení.';
$strMyISAMSortBufferSize = 'Velikost paměti pro řazení';
-$strMysqlClientVersion = 'Verze MySQL klienta';
-$strMySQLConnectionCollation = 'Porovnávání pro toto připojení k MySQL';
+$strMyISAMSortBufferSizeDesc = 'Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření nebo opravování.';
$strMySQLCharset = 'Znaková sada v MySQL';
-$strMysqlLibDiffersServerVersion = 'Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá verzi %s. Používání různých verzí může způsobit problémy.';
+$strMySQLConnectionCollation = 'Porovnávání pro toto připojení k MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
+$strMysqlClientVersion = 'Verze MySQL klienta';
+$strMysqlLibDiffersServerVersion = 'Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá verzi %s. Používání různých verzí může způsobit problémy.';
$strName = 'Název';
$strNavTableFilter = 'Filtr';
$strNext = 'Další';
+$strNo = 'Ne';
$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';
$strNoDataReceived = 'Nepodařilo se načíst žádná data k importu. Buďto nebyl odeslán žádný soubor, nebo jeho velikost překročila velikost povolenou v nastavení PHP. Viz [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
+$strNoDatabases = 'Žádné databáze';
+$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
$strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnější informace o tomto úložišti.';
$strNoDropDatabases = 'Příkaz „DROP DATABASE“ je vypnutý.';
@@ -553,9 +554,6 @@ $strNoFrames = 'phpMyAdmin se lépe používá v prohlížeči podporujícím r
$strNoIndex = 'Není definován žádný index!';
$strNoIndexPartsDefined = 'Nebyla zadána žádná část indexu!';
$strNoModification = 'Žádná změna';
-$strNo = 'Ne';
-$strNoneDefault = 'Žádná';
-$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.';
@@ -566,17 +564,19 @@ $strNoRowsSelected = 'Nebyl vybrán žádný řádek';
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
$strNoTablesFound = 'V databázi nebyla nalezena žádná tabulka.';
$strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení a témata v adresáři %s.';
+$strNoUsersFound = 'Žádný uživatel nenalezen.';
+$strNoValidateSQL = 'Bez kontroly SQL';
+$strNone = 'Žádná';
+$strNoneDefault = 'Žádná';
$strNotNumber = 'Nebylo zadáno číslo!';
$strNotOK = 'není v pořádku';
$strNotSet = '%s tabulka nenalezena nebo není nastavena v %s';
-$strNoUsersFound = 'Žádný uživatel nenalezen.';
-$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový';
-$strNumberOfFields = 'Počet sloupců';
-$strNumberOfTables = 'Počet tabulek';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v tabulce %s';
$strNumSearchResultsTotal = 'Celkem:%s odpovídající(ch) záznam(ů)';
$strNumTables = 'Tabulek';
+$strNumberOfFields = 'Počet sloupců';
+$strNumberOfTables = 'Počet tabulek';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Sešit OpenDocument';
@@ -591,60 +591,60 @@ $strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Přepsat existující soubor(y)';
+$strPBXTCheckpointFrequency = 'Četnost vytváření kontrolních bodů.';
+$strPBXTCheckpointFrequencyDesc = 'Množství dat zapsaných do logu transakcí předtím, než dojde k vytvoření kontrolního bodu. Výchozí velikost je 24MB.';
+$strPBXTDataFileGrowSize = 'Velikost nárůstu souboru s daty';
+$strPBXTDataFileGrowSizeDesc = 'Velikost nárůstu souborů se zpracovávanými daty (.xtd).';
+$strPBXTDataLogThreshold = 'Nejvyšší velikost datového logu';
+$strPBXTDataLogThresholdDesc = 'Nejvyšší velikost datového logu. Výchozí hodnota je 64MB. PBXT může vytvořit až 32000 datových logů, které jsou používany všemi tabulkami. Hodnota této proměnné tedy může být zvýšena, aby se zvýšilo celkové množství dat, které může být uloženo v databázi.';
+$strPBXTGarbageThreshold = 'Největší velikost odpadu (garbage)';
+$strPBXTGarbageThresholdDesc = 'Procentuální podíl odpadu (garbage) v souboru datového logu předtím, než je soubor stlačen. Tato hodnota se může pohybovat mezi 1 a 99. Výchozí hodnota je 50.';
+$strPBXTIndexCacheSize = 'Velikost vyrovnávací paměti indexu';
+$strPBXTIndexCacheSizeDesc = 'Toto je množství paměti alokované pro vyrovnávací paměť indexu. Výchozí velikost je 32MB. Zde alokovaná paměť se používá pouze pro vyrovnávací pamět stránek indexu.';
+$strPBXTLogBufferSize = 'Velikost vyrovnávací paměti logu';
+$strPBXTLogBufferSizeDesc = 'Velikost vyrovnávací paměti používané při zápisu datového logu. Výchozí velikost je 256MB. Vyrovnávací paměť se alokuje pro každé vlákno, ale pouze pokud toto vlákno potřebuje zapsat datový log.';
+$strPBXTLogCacheSize = 'Velikost vyrovnávací paměti logů';
+$strPBXTLogCacheSizeDesc = 'Množství paměti alokované pro vyrovnávací pamět transakčního logu, která se využívá pro dočasné ukládání dat transakčního logu. Výchozí velikost je 16MB.';
+$strPBXTLogFileCount = 'Počet souborů s logy';
+$strPBXTLogFileCountDesc = 'Toto je počet souborů transakčních logů (pbxt/system/xlog*.xt), které bude systém udržovat. Pokud množství logů překročí tuto hodnotu, budou staré soubory vymazány. Jinak jsou soubory přejmenovány a označeny vyšším číslem.';
+$strPBXTLogFileThreshold = 'Prahová hodnota logového souboru';
+$strPBXTLogFileThresholdDesc = 'Velikost, jaké musí transakční log dosáhnout předtím, než je vytvořen nový soubor. Východzí velikost je 16MB.';
+$strPBXTRecordCacheSize = 'Velikost vyrovnávací paměti záznamu';
+$strPBXTRecordCacheSizeDesc = 'Toto je velikost vyrovnávací paměti pro záznamy používané k dočasnému ukládání dat tabulky. Výchozí velikost je 32MB. Tato pamět se používá k ukládání změn souborů zpracovávaných dat (.xtd) a ukazatelů řádků (.xtr).';
+$strPBXTRowFileGrowSize = 'Velikost nárůstu souboru řádků';
+$strPBXTRowFileGrowSizeDesc = 'Velikost nárůstu souboru ukazatelů řádku (.xtr).';
+$strPBXTTransactionBufferSize = 'Velikost vyrovnávací paměti transakcí';
+$strPBXTTransactionBufferSizeDesc = 'Velikost vyrovnávací paměti logu souhrných transakcí (vyrovnávací paměť se vytváří dvakrát). Výchozí velikost je 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Vygeneruje dokument obsahující data jedné tabulky)';
+$strPDFReportTitle = 'Název výpisu';
+$strPHPExtension = 'Rozšíření PHP';
+$strPHPVersion = 'Verze PHP';
$strPacked = 'Zabaleno';
$strPageNumber = 'Strana číslo:';
$strPagesToBeFlushed = 'Stránek určených k uvolnění';
$strPaperSize = 'Velikost stránky';
$strPartialImport = 'Částečný import';
$strPartialText = 'Zkrácené texty';
-$strPartitionDefinition = 'Definice PARTITION';
-$strPartitioned = 'používá oddíly';
-$strPartitionMaintenance = 'Údržba oddílů';
$strPartition = 'Oddíl %s';
-$strPasswordEmpty = 'Heslo je prázdné!';
-$strPasswordHashing = 'Hašovací funkce pro heslo';
+$strPartitionDefinition = 'Definice PARTITION';
+$strPartitionMaintenance = 'Údržba oddílů';
+$strPartitioned = 'používá oddíly';
$strPassword = 'Heslo';
$strPasswordChanged = 'Heslo pro %s bylo úspěšně změněno.';
+$strPasswordEmpty = 'Heslo je prázdné!';
+$strPasswordHashing = 'Hašovací funkce pro heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
-$strPBXTDataFileGrowSizeDesc = 'Velikost nárůstu souborů se zpracovávanými daty (.xtd).';
-$strPBXTDataFileGrowSize = 'Velikost nárůstu souboru s daty';
-$strPBXTDataLogThresholdDesc = 'Nejvyšší velikost datového logu. Výchozí hodnota je 64MB. PBXT může vytvořit až 32000 datových logů, které jsou používany všemi tabulkami. Hodnota této proměnné tedy může být zvýšena, aby se zvýšilo celkové množství dat, které může být uloženo v databázi.';
-$strPBXTDataLogThreshold = 'Nejvyšší velikost datového logu';
-$strPBXTGarbageThresholdDesc = 'Procentuální podíl odpadu (garbage) v souboru datového logu předtím, než je soubor stlačen. Tato hodnota se může pohybovat mezi 1 a 99. Výchozí hodnota je 50.';
-$strPBXTGarbageThreshold = 'Největší velikost odpadu (garbage)';
-$strPBXTCheckpointFrequency = 'Četnost vytváření kontrolních bodů.';
-$strPBXTCheckpointFrequencyDesc = 'Množství dat zapsaných do logu transakcí předtím, než dojde k vytvoření kontrolního bodu. Výchozí velikost je 24MB.';
-$strPBXTIndexCacheSizeDesc = 'Toto je množství paměti alokované pro vyrovnávací paměť indexu. Výchozí velikost je 32MB. Zde alokovaná paměť se používá pouze pro vyrovnávací pamět stránek indexu.';
-$strPBXTIndexCacheSize = 'Velikost vyrovnávací paměti indexu';
-$strPBXTLogBufferSizeDesc = 'Velikost vyrovnávací paměti používané při zápisu datového logu. Výchozí velikost je 256MB. Vyrovnávací paměť se alokuje pro každé vlákno, ale pouze pokud toto vlákno potřebuje zapsat datový log.';
-$strPBXTLogBufferSize = 'Velikost vyrovnávací paměti logu';
-$strPBXTLogCacheSizeDesc = 'Množství paměti alokované pro vyrovnávací pamět transakčního logu, která se využívá pro dočasné ukládání dat transakčního logu. Výchozí velikost je 16MB.';
-$strPBXTLogCacheSize = 'Velikost vyrovnávací paměti logů';
-$strPBXTLogFileCountDesc = 'Toto je počet souborů transakčních logů (pbxt/system/xlog*.xt), které bude systém udržovat. Pokud množství logů překročí tuto hodnotu, budou staré soubory vymazány. Jinak jsou soubory přejmenovány a označeny vyšším číslem.';
-$strPBXTLogFileCount = 'Počet souborů s logy';
-$strPBXTLogFileThresholdDesc = 'Velikost, jaké musí transakční log dosáhnout předtím, než je vytvořen nový soubor. Východzí velikost je 16MB.';
-$strPBXTLogFileThreshold = 'Prahová hodnota logového souboru';
-$strPBXTRecordCacheSizeDesc = 'Toto je velikost vyrovnávací paměti pro záznamy používané k dočasnému ukládání dat tabulky. Výchozí velikost je 32MB. Tato pamět se používá k ukládání změn souborů zpracovávaných dat (.xtd) a ukazatelů řádků (.xtr).';
-$strPBXTRecordCacheSize = 'Velikost vyrovnávací paměti záznamu';
-$strPBXTRowFileGrowSizeDesc = 'Velikost nárůstu souboru ukazatelů řádku (.xtr).';
-$strPBXTRowFileGrowSize = 'Velikost nárůstu souboru řádků';
-$strPBXTTransactionBufferSizeDesc = 'Velikost vyrovnávací paměti logu souhrných transakcí (vyrovnávací paměť se vytváří dvakrát). Výchozí velikost je 1MB.';
-$strPBXTTransactionBufferSize = 'Velikost vyrovnávací paměti transakcí';
$strPdfDbSchema = 'Schéma databáze „%s“ - Strana %s';
$strPdfInvalidTblName = 'Tabulka „%s“ neexistuje!';
$strPdfNoTables = 'žádné tabulky';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Vygeneruje dokument obsahující data jedné tabulky)';
-$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresář';
-$strPhpArray = 'PHP pole';
-$strPHPExtension = 'Rozšíření PHP';
-$strPHPVersion = 'Verze PHP';
$strPhp = 'Vytvořit PHP kód';
+$strPhpArray = 'PHP pole';
$strPlayAudio = 'Přehrát zvuk';
$strPleaseSelectPrimaryOrUniqueKey = 'Zvolte, prosím, primární nebo unikátní klíč';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
@@ -654,16 +654,16 @@ $strPort = 'Port';
$strPortrait = 'Na výšku';
$strPos1 = 'Začátek';
$strPrevious = 'Předchozí';
+$strPrimary = 'Primární';
$strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn';
$strPrimaryKeyName = 'Jméno primárního klíče musí být „PRIMARY“!';
$strPrimaryKeyWarning = '(„PRIMARY“ musí být jméno pouze primárního klíče!)';
-$strPrimary = 'Primární';
-$strPrintViewFull = 'Náhled pro tisk (s kompletními texty)';
-$strPrintView = 'Náhled pro tisk';
$strPrint = 'Vytisknout';
+$strPrintView = 'Náhled pro tisk';
+$strPrintViewFull = 'Náhled pro tisk (s kompletními texty)';
$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.';
+$strPrivDescAlterRoutine = 'Umožňuje měnit a rušit uložené procedury.';
$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.';
@@ -707,8 +707,8 @@ $strProfiling = 'Profilování';
$strProtocolVersion = 'Verze protokolu';
$strPutColNames = 'Přidat jména sloupců na první řádek';
-$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
+$strQBEDel = 'smazat';
$strQBEIns = 'přidat';
$strQueryCache = 'Vyrovnávací paměť dotazů';
$strQueryFrame = 'SQL okno';
@@ -720,6 +720,7 @@ $strQueryTime = 'dotaz trval %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepřepisovat tento dotaz z hlavního okna';
+$strReType = 'Heslo znovu';
$strReadRequests = 'Požadavků na zápis';
$strRebuild = 'Přestavět';
$strReceived = 'Přijato';
@@ -727,69 +728,79 @@ $strRecommended = 'doporučené';
$strRecords = 'Záznamů';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
$strRefresh = 'Obnovit';
+$strRelationDeleted = 'Relace smazána';
+$strRelationNotWorking = 'Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
+$strRelationView = 'Zobrazit relace';
$strRelationalDisplayField = 'Položka k zobrazení v relacích';
$strRelationalKey = 'Relační klíč';
$strRelationalSchema = 'Relační schéma';
-$strRelationDeleted = 'Relace smazána';
-$strRelationNotWorking = 'Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
-$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
-$strRelationView = 'Zobrazit relace';
-$strReloadingThePrivileges = 'Načítám oprávnění';
-$strReloadPrivileges = 'Znovu načíst oprávnění';
+$strRelationsForTable = 'RELACE PRO TABULKU';
$strReload = 'Znovu načíst';
+$strReloadPrivileges = 'Znovu načíst oprávnění';
+$strReloadingThePrivileges = 'Načítám oprávnění';
$strRemoteServer = 'Vzdálený server';
$strRemoveCRLF = 'Odstranit znaky CRLF z položek';
$strRemovePartitioning = 'Zrušit oddíly';
$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';
+$strRenameTableOK = 'Tabulka %s byla přejmenována na %s';
$strRepair = 'Opravit';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplaceTable = 'Přepsat data tabulky souborem';
-$strReplicationErrorMasterConnect = 'Nepodařilo se připojit k nadřízenému %s.';
$strReplication = 'Replikace';
+$strReplicationErrorMasterConnect = 'Nepodařilo se připojit k nadřízenému %s.';
$strReplicationSlaveConfiguration = 'Nastavení podřízeného';
+$strReplicationStatus = 'Stav replikace';
$strReplicationStatusInfo = 'Tento MySQL server pracuje jako %s v replikačním procesu. Pro více informací o stavu replikace se podívejte do sekce replikace.';
$strReplicationStatus_master = 'Stav nadřízeného';
$strReplicationStatus_slave = 'Stav podřízeného';
-$strReplicationStatus = 'Stav replikace';
$strReplicationUnknownError = 'Neznámá chyba';
$strReset = 'Původní';
$strResourceLimits = 'Omezení zdrojů';
$strRestartInsertion = 'Začít znovu vkládání s %s řádky';
-$strReType = 'Heslo znovu';
-$strRevokeAndDeleteDescr = 'Uživatelé budou mít oprávnění „USAGE“ (používání), dokud nebudou znovu načtena oprávnění.';
-$strRevokeAndDelete = 'Odebrat uživatelům veškerá oprávnění a poté je odstranit z tabulek.';
-$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
+$strRevokeAndDelete = 'Odebrat uživatelům veškerá oprávnění a poté je odstranit z tabulek.';
+$strRevokeAndDeleteDescr = 'Uživatelé budou mít oprávnění „USAGE“ (používání), dokud nebudou znovu načtena oprávnění.';
+$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRomanian = 'Rumunština';
$strRoutineReturnType = 'Návratový typ';
$strRoutines = 'Rutiny';
$strRowLength = 'Délka řádku';
+$strRowSize = ' Velikost řádku ';
+$strRows = 'Řádků';
$strRowsAffected = 'Ovlivněno %1$d řádků.';
$strRowsDeleted = 'Smazáno %1$d řádků.';
$strRowsFrom = 'řádků začínající od';
$strRowsInserted = 'Vloženo %1$d řádků.';
-$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';
+$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
+$strRunning = 'na %s';
$strRussian = 'Ruština';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Režim kompatibility SQL';
+$strSQLExportType = 'Typ vytvořených dotazů';
+$strSQLParserBugMessage = 'Je možné, že jste našli chybu v 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 binárními daty nezapsanými v uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z 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 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 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';
+$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
+$strSQPBugUnclosedQuote = 'Neuzavřené uvozovky';
+$strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko';
+$strSave = 'Uložit';
$strSaveOnServer = 'Uložit na serveru v adresáři %s';
$strSavePosition = 'Uložit rozmístění';
-$strSave = 'Uložit';
$strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku';
+$strSearch = 'Vyhledávání';
$strSearchFormTitle = 'Vyhledávání v databázi';
$strSearchInField = 'Uvnitř pole:';
$strSearchInTables = 'V tabulkách:';
@@ -800,7 +811,6 @@ $strSearchOption3 = 'přesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro „%s“ %s:';
$strSearchType = 'Najít:';
-$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíč pro šifrování cookies (blowfish_secret) v konfiguračním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
@@ -812,41 +822,46 @@ $strSelectReferencedKey = 'Zvolte odkazovaný klíč';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
+$strServer = 'Server';
$strServerChoice = 'Server';
$strServerNotResponding = 'Server neodpovídá';
-$strServer = 'Server';
-$strServers = 'Servery';
-$strServerStatusDelayedInserts = 'Odložené inserty';
$strServerStatus = 'Stav serveru';
+$strServerStatusDelayedInserts = 'Odložené inserty';
$strServerStatusUptime = 'Tento MySQL server běží %s. Čas spuštění: %s.';
$strServerTabVariables = 'Proměnné';
$strServerTrafficNotes = 'Provoz serveru: Informace o síťovém provozu MySQL serveru od jeho spuštění.';
$strServerVars = 'Proměnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
+$strServers = 'Servery';
$strSessionGCWarning = 'Vaše nastavení PHP ([a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a]) je menší než platnost cookies nastavená v phpMyAdminovi. Z tohoto důvodu bude vaše přilášení neplatné dříve, než je nastaveno v phpMyAdminovi.';
$strSessionStartupErrorGeneral = 'Vytváření sezení selhalo, prosím zkontrolujte chyby v logu PHP a/nebo webserveru a pečlivě nastavte podporu sezení v PHP.';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu „enum“ nebo „set“, zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'... Pokud potřebujete zadat zpětné lomítko („\“) nebo jednoduché uvozovky („\'“) mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strSettings = 'nastavení';
$strSetupAllowAnywhereRecoding_name = 'Povolit převod znakových sad';
-$strSetupAllowArbitraryServer_desc = 'Pokud je povoleno, může uživatel zadat libovolný MySQL server do přihlašovacího formuláře pro autorizaci pomocí cookie';
$strSetupAllowArbitraryServerMsg = 'Tato [a@?page=form&formset=features#tab_Security]volba[/a] by měla být zakázána, protože umožňuje útočníkům prolomit přihlašování k libovolnému MySQL serveru útokem hrobou silou. V případě nutnosti použijte [a@?page=form&formset=features#tab_Security]seznam důvěryhodných proxy[/a]. Nicméně ochrana založená na kotrole IP adres, nemusí být spolehlivá, pokud Vaše IP adresa patří poskytovateli internetových služeb, ke kterému jsou připojeny tisíce uživatelů.';
+$strSetupAllowArbitraryServer_desc = 'Pokud je povoleno, může uživatel zadat libovolný MySQL server do přihlašovacího formuláře pro autorizaci pomocí cookie';
$strSetupAllowArbitraryServer_name = 'Povolit přihlášení k libovolnému MySQL serveru';
$strSetupAllowUserDropDatabase_name = 'Zobrazit příkaz "Zrušit databázi" běžným uživatelům';
-$strSetupblowfish_secret_desc = 'Tajné heslo (fráze) používané pro šifrování cookies při autentizaci pomocí [kbd]cookie[/kbd]';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Komprese a dekomprese bzip2[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému.';
+$strSetupBZipDump_desc = 'Povolit [a@http://cs.wikipedia.org/wiki/Bzip2]bzip2[/a] kompresi pro importování a exportování';
+$strSetupBZipDump_name = 'Komprese bzip2';
$strSetupBlowfishSecretCharsMsg = 'Tajný klíč by měl obsahovat číslice, písmena [em]A[/em] zvláštní znaky';
$strSetupBlowfishSecretLengthMsg = 'Tajný klíč je příliš krátký, měl by obsahovat alespoň 8 znaků';
$strSetupBlowfishSecretMsg = 'Něměl jste nastavený tajný klíč pro šifru blowfish (blowfish_secret) a povolenou autentizaci pomocí cookie, takže byl Váš tajný klíč vygenerován. Klíč bude použit pro zašifrování cookies.';
-$strSetupblowfish_secret_name = 'Klíč pro šifrování cookies (blowfish_secret)';
$strSetupBrowseMarkerEnable_desc = 'Zvýrazní označené řádky';
$strSetupBrowseMarkerEnable_name = 'Zvýrazňovač vybraných řádků';
$strSetupBrowsePointerEnable_desc = 'Zvýrazní řádky, na které ukazuje kurzor myši';
$strSetupBrowsePointerEnable_name = 'Zvýrazňovač řádků při ukázání';
-$strSetupBZipDump_desc = 'Povolit [a@http://cs.wikipedia.org/wiki/Bzip2]bzip2[/a] kompresi pro importování a exportování';
-$strSetupBZipDump_name = 'Komprese bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Komprese a dekomprese bzip2[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému.';
-$strSetupCannotLoadConfigMsg = 'Prosím, vytvořte adresář [em]config[/em] zapisovatelný pro web server v kořenovém adresáři phpMyAdmin, jak je popsáno v [a@../Documentation.html#setup_script]dokumentaci[/a]. Jinak budete moci nastavení pouze stáhnout nebo zobrazit.';
$strSetupCannotLoadConfig = 'Nelze načíst nebo uložit nastavení';
+$strSetupCannotLoadConfigMsg = 'Prosím, vytvořte adresář [em]config[/em] zapisovatelný pro web server v kořenovém adresáři phpMyAdmin, jak je popsáno v [a@../Documentation.html#setup_script]dokumentaci[/a]. Jinak budete moci nastavení pouze stáhnout nebo zobrazit.';
+$strSetupCharEditing_desc = 'Definuje, který typ ovládacích prvků má být použit při editaci polí typu CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, [kbd]textová oblast[/kbd] - umožní použít odřádkování.';
+$strSetupCharEditing_name = 'Editace polí typu CHAR';
+$strSetupCharTextareaCols_desc = 'Počet sloupců textových oblastí typu CHAR/VARCHAR.';
+$strSetupCharTextareaCols_name = 'Sloupce pro textové oblasti typu CHAR';
+$strSetupCharTextareaRows_desc = 'Počet řádků textových oblastí typu CHAR/VARCHAR.';
+$strSetupCharTextareaRows_name = 'Řádky pro textové oblasti CHAR';
+$strSetupCheckConfigurationPermissions_name = 'Zkontrolovat přístupová práva konfiguračního souboru';
$strSetupClear = 'Vyčistit';
$strSetupCompressOnFly_desc = 'Komprimovat exporty pomocí gzip/bzip2 za letu bez velkých nároků na paměť; pokud narazíte na problémy s takto vytvořenými gzip/bzip2 archivy, zakažte tuto funkci.';
$strSetupCompressOnFly_name = 'Komprimovat za letu';
@@ -864,105 +879,85 @@ $strSetupDefaultTabServer_name = 'Výchozí panel serveru';
$strSetupDefaultTabTable_desc = 'Panel, který je zobrazen při přístupu k tabulce';
$strSetupDefaultTabTable_name = 'Výchozí panel tabulky';
$strSetupDirectoryNotice = 'Tato hodnota by měla být důkladně zkontrolována, aby se zajistilo, že tento adresář není dostupný zvenčí, ani není čitelný nebo zapisovatelný pro ostatní uživatele na Vašem serveru.';
+$strSetupDisplay = 'Zobrazit';
$strSetupDisplayDatabasesList_desc = 'Zobrazit přehled databází jako seznam namísto rozbalovacího menu';
$strSetupDisplayDatabasesList_name = 'Zabrazit databáze jako seznam';
$strSetupDisplayServersList_desc = 'Zobrazit přehled serverů jako seznam namísto rozbalovacího menu';
$strSetupDisplayServersList_name = 'Zobrazit servery jako seznam';
-$strSetupDisplay = 'Zobrazit';
$strSetupDonateLink = 'Přispějte';
$strSetupDownload = 'Stáhnout';
$strSetupEndOfLine = 'Konec řádku';
-$strSetuperror_connection = 'Nepodařilo se připojit k MySQL serveru';
-$strSetuperror_empty_pmadb_password = 'Prázdné heslo kontrolního uživatele phpMyAdmina při použití pmadb';
-$strSetuperror_empty_pmadb_user = 'Prázdný kontrolní uživatel phpMyAdmina při použití pmadb';
-$strSetuperror_empty_signon_session = 'Prázdné jméno signon sezení při použití autentizace signon';
-$strSetuperror_empty_signon_url = 'Prázdné přihlašovací URL při použití autentizace signon';
-$strSetuperror_empty_user_for_config_auth = 'Při použití nastavené autentizační metody nebylo vyplněno uživatelské jméno.';
-$strSetuperror_form = 'Odeslaný formulář obsahuje chyby';
-$strSetuperror_incorrect_ip_address = 'Nesprávná IP adresa: %s';
-$strSetuperror_incorrect_port = 'Neplatné číslo portu ';
-$strSetuperror_incorrect_value = 'Nesprávná hodnota';
-$strSetuperror_missing_field_data = 'Chybí data v %s';
-$strSetuperror_nan_nneg = 'Nebylo zadáno nezáporné číslo';
-$strSetuperror_nan_p = 'Nebylo zadáno kladné číslo';
$strSetupExecTimeLimit_desc = 'Zadejte počet sekund, po které může skript běžet, nebo ([kbd]0[/kbd] pro žádná omezení';
$strSetupExecTimeLimit_name = 'Časový limit běhu skriptu';
$strSetupExport_asfile_name = 'Uložit jako soubor';
+$strSetupExport_charset_name = 'Znaková sada souboru';
$strSetupExport_compression_name = 'Komprese';
$strSetupExport_file_template_database_name = 'Vzor pro jméno databáze';
$strSetupExport_file_template_server_name = 'Vzor pro jméno serveru';
$strSetupExport_file_template_table_name = 'Vzor pro jméno tabulky';
$strSetupExport_format_name = 'Formát';
-$strSetupExport_charset_name = 'Znaková sada souboru';
$strSetupExport_onserver_name = 'Uložit na server';
$strSetupExport_onserver_overwrite_name = 'Přepsat existující soubory';
$strSetupExport_remember_file_template_name = 'Pamatovat si vzor pro jména souborů';
$strSetupFalse = 'ne';
-$strSetupForceSSL_desc = 'Vynutit zabezpečené spojení při použití phpMyAdmina';
$strSetupForceSSLMsg = 'Tato [a@?page=form&formset=features#tab_Security]volba[/a] by měla být povolena, pokud ji Váš server podporuje';
+$strSetupForceSSL_desc = 'Vynutit zabezpečené spojení při použití phpMyAdmina';
$strSetupForceSSL_name = 'Vynutit SSL spojení';
$strSetupForeignKeyDropdownOrder_desc = 'Pořadí řazení položek v rozbalovací nabídce cizích klíčů; [kbd]obsah[/kbd] jsou referenční data, [kbd]id[/kbd] je hodnota klíče';
$strSetupForeignKeyDropdownOrder_name = 'Pořadí cizích klíčů v rozbalovací nabídce';
$strSetupForeignKeyMaxLimit_desc = 'Rozbalovací nabídka bude použita pokud je přítomno menší množství položek';
$strSetupForeignKeyMaxLimit_name = 'Nejvyšší počet cizích klíčů';
-$strSetupForm_Browse_desc = 'Přizpůsobí režim prohlížení';
$strSetupForm_Browse = 'Režim prohlížení';
-$strSetupForm_Edit_desc = 'Přizpůsobí režim úprav';
+$strSetupForm_Browse_desc = 'Přizpůsobí režim prohlížení';
$strSetupForm_Edit = 'Režim úprav';
-$strSetupForm_Export_defaults_desc = 'Přizpůsobí výchozí nastavení exportu';
+$strSetupForm_Edit_desc = 'Přizpůsobí režim úprav';
$strSetupForm_Export_defaults = 'Výchozí nastavení exportu';
-$strSetupForm_Import_defaults_desc = 'Přizpůsobí výchozí nastavení importu';
+$strSetupForm_Export_defaults_desc = 'Přizpůsobí výchozí nastavení exportu';
$strSetupForm_Import_defaults = 'Výchozí nastavení importu';
-$strSetupForm_Import_export_desc = 'Nastaví adresáře pro import a export a volby komprese';
+$strSetupForm_Import_defaults_desc = 'Přizpůsobí výchozí nastavení importu';
$strSetupForm_Import_export = 'Import / export';
+$strSetupForm_Import_export_desc = 'Nastaví adresáře pro import a export a volby komprese';
$strSetupForm_Left_databases = 'Databáze';
$strSetupForm_Left_databases_desc = 'Nastavení zobrazení databází';
-$strSetupForm_Left_frame_desc = 'Přizpůsobí vzhled navigačního rámu';
$strSetupForm_Left_frame = 'Navigační rám';
-$strSetupForm_Left_servers_desc = 'Nastavení zobrazení serverů';
+$strSetupForm_Left_frame_desc = 'Přizpůsobí vzhled navigačního rámu';
$strSetupForm_Left_servers = 'Servery';
-$strSetupForm_Left_tables_desc = 'Nastavení zobrazení tabulek';
+$strSetupForm_Left_servers_desc = 'Nastavení zobrazení serverů';
$strSetupForm_Left_tables = 'Tabulky';
+$strSetupForm_Left_tables_desc = 'Nastavení zobrazení tabulek';
$strSetupForm_Main_frame = 'Hlavní rám';
-$strSetupForm_Other_core_settings_desc = 'Nastavení, která nelze zařadit jinam';
$strSetupForm_Other_core_settings = 'Jiná důležitá nastavení';
-$strSetupForm_Query_window_desc = 'Přizpůsobit nastavení okna dotazů';
+$strSetupForm_Other_core_settings_desc = 'Nastavení, která nelze zařadit jinam';
$strSetupForm_Query_window = 'Okno dotazů';
-$strSetupForm_Security_desc = 'Prosíme, vemte v potaz, že phpMyAdmin je pouze uživatelské rozhraní a jeho funkce neomezují MySQL';
+$strSetupForm_Query_window_desc = 'Přizpůsobit nastavení okna dotazů';
$strSetupForm_Security = 'Zabezpeční';
-$strSetupForm_Server_config_desc = 'Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají.';
-$strSetupForm_Server_config = 'Nastavení serveru';
-$strSetupForm_Server_desc = 'Vložte parametry připojení k serveru';
-$strSetupForm_Server_login_options_desc = 'Zadejte parametry pro autentizaci signon';
-$strSetupForm_Server_login_options = 'Volby přihlašování pomocí Signon';
-$strSetupForm_Server_pmadb_desc = 'Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, viz [a@../Documentation.html#linked-tables]infrastruktura propojených tabulek[/a] v dokumentaci.';
-$strSetupForm_Server_pmadb = 'PMA databáze';
+$strSetupForm_Security_desc = 'Prosíme, vemte v potaz, že phpMyAdmin je pouze uživatelské rozhraní a jeho funkce neomezují MySQL';
$strSetupForm_Server = 'Základní nastavení';
+$strSetupForm_Server_config = 'Nastavení serveru';
+$strSetupForm_Server_config_desc = 'Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají.';
+$strSetupForm_Server_desc = 'Vložte parametry připojení k serveru';
+$strSetupForm_Server_login_options = 'Volby přihlašování pomocí Signon';
+$strSetupForm_Server_login_options_desc = 'Zadejte parametry pro autentizaci signon';
+$strSetupForm_Server_pmadb = 'PMA databáze';
+$strSetupForm_Server_pmadb_desc = 'Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, viz [a@../Documentation.html#linked-tables]infrastruktura propojených tabulek[/a] v dokumentaci.';
+$strSetupForm_Sql_box = 'Políčko pro SQL dotazy';
+$strSetupForm_Sql_box_desc = 'Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy.';
+$strSetupForm_Sql_queries = 'SQL dotazy';
+$strSetupForm_Sql_queries_desc = 'Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního rámu[/a].';
+$strSetupForm_Startup = 'Úvodní stránka';
+$strSetupForm_Startup_desc = 'Přizpůsobení úvodní stránky';
+$strSetupForm_Tabs = 'Panely';
+$strSetupForm_Tabs_desc = 'Nastaví, jak mají fungovat panely';
$strSetupFormset_customization = 'Přizpůsobení';
$strSetupFormset_export = 'Přizpůsobení exportu';
$strSetupFormset_features = 'Funkce';
$strSetupFormset_import = 'Přizpůsobení výchozího nastavení importu';
$strSetupFormset_left_frame = 'Přizpůsobení navigačního rámu';
$strSetupFormset_main_frame = 'Přizpůsobení hlavního rámu';
-$strSetupForm_Sql_box_desc = 'Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy.';
-$strSetupForm_Sql_box = 'Políčko pro SQL dotazy';
-$strSetupForm_Sql_queries_desc = 'Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního rámu[/a].';
-$strSetupForm_Sql_queries = 'SQL dotazy';
-$strSetupForm_Startup_desc = 'Přizpůsobení úvodní stránky';
-$strSetupForm_Startup = 'Úvodní stránka';
-$strSetupForm_Tabs_desc = 'Nastaví, jak mají fungovat panely';
-$strSetupForm_Tabs = 'Panely';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprese a dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému';
$strSetupGZipDump_desc = 'Povolí [a@http://cs.wikipedia.org/wiki/Gzip]gzip[/a] kompresi pro importování a exportování.';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprese a dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému';
$strSetupHomepageLink = 'Domovská stránka phpMyAdmina';
-$strSetupCharEditing_desc = 'Definuje, který typ ovládacích prvků má být použit při editaci polí typu CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, [kbd]textová oblast[/kbd] - umožní použít odřádkování.';
-$strSetupCharEditing_name = 'Editace polí typu CHAR';
-$strSetupCharTextareaCols_desc = 'Počet sloupců textových oblastí typu CHAR/VARCHAR.';
-$strSetupCharTextareaCols_name = 'Sloupce pro textové oblasti typu CHAR';
-$strSetupCharTextareaRows_desc = 'Počet řádků textových oblastí typu CHAR/VARCHAR.';
-$strSetupCharTextareaRows_name = 'Řádky pro textové oblasti CHAR';
-$strSetupCheckConfigurationPermissions_name = 'Zkontrolovat přístupová práva konfiguračního souboru';
$strSetupIconvExtraParams_name = 'Další parametry pro iconv';
$strSetupIgnoreErrors = 'Ignorovat chyby';
$strSetupIgnoreMultiSubmitErrors_desc = 'Pokud je povoleno, PMA pokračuje ve zpracování víceprvkových dotazů, i když jeden z nich selhal.';
@@ -973,9 +968,9 @@ $strSetupImport_format_desc = 'Výchozí formát; vemte v potaz, že toto závis
$strSetupImport_format_name = 'Formát importovaného souboru';
$strSetupImport_skip_queries_desc = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit.';
$strSetupImport_skip_queries_name = 'Částečný import: přeskočit dotazy';
+$strSetupInsecureConnection = 'Nezabezpečené připojení';
$strSetupInsecureConnectionMsg1 = 'Nepoužíváte zabezpečené připojení, všechna data (včetně citlivých údajů jako jsou hesla) se posílají nešifrovaně!';
$strSetupInsecureConnectionMsg2 = 'Pokud je Váš server nastaven tak, aby přijal HTTPS požadavky, klikněte na [a@%s]tento odkaz[/a] pro použití zabezpečeného připojení.';
-$strSetupInsecureConnection = 'Nezabezpečené připojení';
$strSetupInsertRows_desc = 'Kolik řádků může být vloženo naráz.';
$strSetupInsertRows_name = 'Počet vkládaných řádků';
$strSetupLeftDefaultTabTable_name = 'Cíl pro ikonu rychlého přístupu';
@@ -992,9 +987,9 @@ $strSetupLeftFrameLight_name = 'Použít odlehčenou verzi';
$strSetupLeftFrameTableLevel_name = 'Nejvyšší počet pater tabulkového stromu';
$strSetupLeftFrameTableSeparator_desc = 'Řetězec, který rozděluje tabulky do různých pater stromu';
$strSetupLeftFrameTableSeparator_name = 'Oddělovač tabulkovýho stromu';
-$strSetupLeftLogoLink_name = 'URL odkazu loga';
$strSetupLeftLogoLinkWindow_desc = 'Zda se má odkazovaná stránka otevřít v hlavním okně ([kbd]hlavní[/kbd]) nebo v novém ([kbd]nové[/kbd]).';
$strSetupLeftLogoLinkWindow_name = 'Cíl odkazu loga';
+$strSetupLeftLogoLink_name = 'URL odkazu loga';
$strSetupLeftPointerEnable_desc = 'Zvýrazní server pod kurzorem myši.';
$strSetupLeftPointerEnable_name = 'Povolit zvýrazňování';
$strSetupLetUserChoose = 'Nechat uživatele, aby si vybral';
@@ -1007,13 +1002,13 @@ $strSetupLoginCookieRecall_desc = 'Určuje, zda se má pamatovat předchozí př
$strSetupLoginCookieRecall_name = 'Pamatovat si uživatelské jméno';
$strSetupLoginCookieStore_desc = 'Určuje, jak dlouho (v sekundách) si má prohlížeč pamatovat přihlašovací cookie. Výchozí hodnota 0 znamená, že cookie bude držena jen pro existující sezení, čili, že bude smazána v okamžiku, kdy zavřete okno prohlížeče. Tato volba je doporučena pro nedůvěryhodná prostředí.';
$strSetupLoginCookieStore_name = 'Uložení přihlašovací cookie';
-$strSetupLoginCookieValidity_desc = 'Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná.';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Platnost přihlašovací cookie[/a] by měla být nastavena nejvýše na 1800 sekund (30 minut). Hodnoty vyšší než 1800 mohou znamenat bezpečnostní riziko; hrozí například podvržení identity.';
+$strSetupLoginCookieValidity_desc = 'Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná.';
$strSetupLoginCookieValidity_name = 'Platnost přihlašovací cookie';
-$strSetupMaxDbList_desc = 'Nejvyšší počet databází zobrazovaných v levém rámu a v seznamu databází.';
-$strSetupMaxDbList_name = 'Nejvyšší počet databází';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí.';
$strSetupMaxCharactersInDisplayedSQL_name = 'Nejvyšší délka zobrazeného SQL dotazu';
+$strSetupMaxDbList_desc = 'Nejvyšší počet databází zobrazovaných v levém rámu a v seznamu databází.';
+$strSetupMaxDbList_name = 'Nejvyšší počet databází';
$strSetupMaxRows_desc = 'Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je množina výsledků delší, zobrazí se odkazy "Předchozí" a "Další".';
$strSetupMaxRows_name = 'Nejvyšší počet zobrazených řádků';
$strSetupMaxTableList_desc = 'Nejvyšší počet tabulek zobrazených v seznamu tabulek.';
@@ -1046,18 +1041,34 @@ $strSetupRecodingEngine_desc = 'Vybere, které funkce budou použity pro konverz
$strSetupRecodingEngine_name = 'Nástroje pro konverzi znakových sad';
$strSetupRestoreDefaultValue = 'Obnovit výchozí hodnotu';
$strSetupRevertErroneousFields = 'Zkusit vrátit původní hodnoty chybných políček';
+$strSetupSQLQuery_Edit_name = 'Upravit';
+$strSetupSQLQuery_Explain_name = 'Vysvětlit SQL';
+$strSetupSQLQuery_Refresh_name = 'Obnovit';
+$strSetupSQLQuery_ShowAsPHP_name = 'Vytvořit PHP kód';
+$strSetupSQLQuery_Validate_name = 'Ověřit SQL';
$strSetupSaveDir_desc = 'Adresář na serveru pro ukládání exportů';
$strSetupSaveDir_name = 'Adresář pro ukládání';
$strSetupServerAuthConfigMsg = 'Nastavil jste typ autentizace [kbd]config[/kbd] a zadal jste uživatelské jméno a heslo pro automatické přihlášení, což není doporučená volba pro produkční servery. Kdokoli kdo zná URL phpMyAdminu může přímo přistoupit k Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&mode=edit&id=%1$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Měl byste použít mysqli z výkonostních důvodů.';
$strSetupServerNoPasswordMsg = 'Dovolujete připojit se k serveru bez hesla.';
+$strSetupServerSslMsg = 'Měli byste použít SSL připojení pokud to váš webserver podporuje';
$strSetupServersAdd = 'Přidat nový server';
+$strSetupServersEdit = 'Upravit server';
$strSetupServers_AllowDeny_order_desc = 'Pokud tuto volbu nepoužíváte, nechte ji prázdnou.';
$strSetupServers_AllowDeny_order_name = 'Příkaz pro autentizaci serverů';
$strSetupServers_AllowDeny_rules_desc = 'Nechte volbu prázdnou pro výchozí nastavení.';
$strSetupServers_AllowDeny_rules_name = 'Pravidla autentizace serverů';
$strSetupServers_AllowNoPassword_name = 'Povolit přihlášení bez hesla';
$strSetupServers_AllowRoot_name = 'Povolit přihlašování uživatele root';
+$strSetupServers_CountTables_desc = 'Zda počítat tabulky, když se zobrazuje seznam databází.';
+$strSetupServers_CountTables_name = 'Počítat tabulky';
+$strSetupServers_DisableIS_desc = 'Více informací v [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug trackeru[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Zakázat použití INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL pro odhlášení';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL příkaz pro načtení dostupných databází';
+$strSetupServers_ShowDatabasesCommand_name = 'Příkaz SHOW DATABASES';
+$strSetupServers_SignonSession_name = 'Jméno signon session';
+$strSetupServers_SignonURL_name = 'URL pro přihlášení';
$strSetupServers_auth_swekey_config_desc = 'Cesta ke konfiguračnímu souboru pro [a@http://swekey.com]hardwarovou autentizaci SweKey[/a] (Není umístěna ve Vašem kořenovém adresáři dokumentů; Doporučení: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'Konfigurační soubor SweKey';
$strSetupServers_auth_type_desc = 'Která autentizační metoda se má použít.';
@@ -1073,12 +1084,7 @@ $strSetupServers_connect_type_name = 'Typ připojení';
$strSetupServers_controlpass_name = 'Heslo kontrolního uživatele';
$strSetupServers_controluser_desc = 'Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a].';
$strSetupServers_controluser_name = 'Kontrolní uživatel';
-$strSetupServers_CountTables_desc = 'Zda počítat tabulky, když se zobrazuje seznam databází.';
-$strSetupServers_CountTables_name = 'Počítat tabulky';
$strSetupServers_designer_coords_name = 'Tabulka návrháře';
-$strSetupServers_DisableIS_desc = 'Více informací v [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug trackeru[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Zakázat použití INFORMATION_SCHEMA';
-$strSetupServersEdit = 'Upravit server';
$strSetupServers_extension_desc = 'Které rozšíření PHP se má použít, použijte mysqli, pokud je to možné';
$strSetupServers_extension_name = 'Použít rozšíření PHP';
$strSetupServers_hide_db_desc = 'Skrýt databáze odpovídající regulárnímu výrazu (PCRE)';
@@ -1086,7 +1092,6 @@ $strSetupServers_hide_db_name = 'Skrýt databáze';
$strSetupServers_history_name = 'Tabulka pro historii SQL dotazů';
$strSetupServers_host_desc = 'Jméno počítače, kde běží MySQL server';
$strSetupServers_host_name = 'Jméno serveru';
-$strSetupServers_LogoutURL_name = 'URL pro odhlášení';
$strSetupServers_nopassword_desc = 'Pokusit se připojit bez hesla';
$strSetupServers_nopassword_name = 'Připojit bez hesla';
$strSetupServers_only_db_desc = 'Můžete použít žolíky MySQL (% a _), escapujte je, pokud je chcete použít jako znaky, např. použijte \'moje\_db\' a ne \'moje_db\'';
@@ -1097,44 +1102,34 @@ $strSetupServers_pmadb_name = 'Databáze PMA';
$strSetupServers_port_desc = 'Port na kterém poslouchá MySQL server, nechte prázné pro výchozí hodnotu';
$strSetupServers_port_name = 'Port serveru';
$strSetupServers_relation_name = 'Tabulka s relacemi';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL příkaz pro načtení dostupných databází';
-$strSetupServers_ShowDatabasesCommand_name = 'Příkaz SHOW DATABASES';
-$strSetupServers_SignonSession_name = 'Jméno signon session';
-$strSetupServers_SignonURL_name = 'URL pro přihlášení';
-$strSetupServerSslMsg = 'Měli byste použít SSL připojení pokud to váš webserver podporuje';
$strSetupServers_socket_desc = 'Socket na kterém poslouchá MySQL server, nechte prázné pro výchozí hodnotu';
$strSetupServers_socket_name = 'Socket serveru';
$strSetupServers_ssl_name = 'Použít SSL';
$strSetupServers_user_desc = 'Nechte prázdné, pokud nepoužíváte autentizaci config';
$strSetupServers_user_name = 'Uživatel pro autentizaci config';
-$strSetupServers_verbose_desc = 'Přívětivý popis tohoto serveru. Pokud necháte prázné, zobrazí se jeho jméno';
$strSetupServers_verbose_check_desc = 'Vypněte, pokud víte, že vaše tabulky pma_* jsou v pořádku. Tím zabráníte kontrolám kompatibility a urychlíte zobrazování stránek.';
$strSetupServers_verbose_check_name = 'Podrobná kontrola';
+$strSetupServers_verbose_desc = 'Přívětivý popis tohoto serveru. Pokud necháte prázné, zobrazí se jeho jméno';
$strSetupServers_verbose_name = 'Dlouhé jméno tohoto serveru';
$strSetupSetValue = 'Nastavena hodnota: %s';
$strSetupShowAll_desc = 'Jestli uživateli bude zobrazeno tlačítko "zobrazit vše"';
$strSetupShowAll_name = 'Umožní zobrazit všechny řádky';
+$strSetupShowChgPassword_name = 'Zobrazit formulář pro změnu hesla';
$strSetupShowCreateDb_name = 'Zobrazit formulář pro vytvoření databáze';
$strSetupShowForm = 'Zobrazit formulář';
$strSetupShowFunctionFields_desc = 'Zobrazí seznam funkcí v editačním režimu';
$strSetupShowFunctionFields_name = 'Zobrazit seznam fukncí';
$strSetupShowHiddenMessages = 'Zobrazit skyté zprávy (#MSG_COUNT)';
-$strSetupShowChgPassword_name = 'Zobrazit formulář pro změnu hesla';
$strSetupShowPhpInfo_name = 'Zobrazit odkaz na phpinfo()';
-$strSetupShowServerInfo_name = 'Zobrazí podrobné informace o MySQL serveru';
$strSetupShowSQL_desc = 'Určuje, jestli SQL dotazy vytvořené phpMyAdminem budou zobrazeny';
$strSetupShowSQL_name = 'Zobrazit SQL dotazy';
+$strSetupShowServerInfo_name = 'Zobrazí podrobné informace o MySQL serveru';
$strSetupShowStats_desc = 'Povolí zobrazení statistik (např. použití místa) pro databáze a tabulky';
$strSetupShowStats_name = 'Zobrazit statistiky';
$strSetupShowTooltipAliasDB_name = 'Zobrazit komentář databáze místo jména';
$strSetupShowTooltipAliasTB_name = 'Zobrazit komentář tabulky místo jména';
$strSetupShowTooltip_name = 'Zobrazit komentáře tabulky v tooltipu';
$strSetupSkipLockedTables_name = 'Přeskočit zamčené tabulky';
-$strSetupSQLQuery_Edit_name = 'Upravit';
-$strSetupSQLQuery_Explain_name = 'Vysvětlit SQL';
-$strSetupSQLQuery_Refresh_name = 'Obnovit';
-$strSetupSQLQuery_ShowAsPHP_name = 'Vytvořit PHP kód';
-$strSetupSQLQuery_Validate_name = 'Ověřit SQL';
$strSetupSuggestDBName_desc = 'Navrhne jméno nové databáze ve formuláři pro vytváření databáze (pokud je to možné) nebo ponechá pole prázné';
$strSetupSuggestDBName_name = 'Navrhnout jméno nové databáze';
$strSetupTrue = 'ano';
@@ -1142,8 +1137,8 @@ $strSetupUploadDir_desc = 'Adresář na serveru, kam můžete nahrát souboru pr
$strSetupUploadDir_name = 'Adresář pro nahrávání';
$strSetupUseDbSearch_desc = 'Povolit prohledávání přes celou databázi';
$strSetupUseDbSearch_name = 'Použít prohledávání databáze';
-$strSetupVersionCheckInvalid = 'Server odpověděl chybným textem verze';
$strSetupVersionCheck = 'Kontrola verze';
+$strSetupVersionCheckInvalid = 'Server odpověděl chybným textem verze';
$strSetupVersionCheckLink = 'Zkontrolovat nejnovější verzi';
$strSetupVersionCheckNewAvailable = 'Je dostupná novější verze phpMyAdmina, měli byste aktualizovat. Nová verze je %s a byla vydána %s.';
$strSetupVersionCheckNewAvailableSvn = 'Používáte verzi ze subversion, pro aktualizaci spusťte [kbd]svn update[/kbd] :-)[br]Poslední stabilní verze je %s a byla vydána %s.';
@@ -1152,19 +1147,31 @@ $strSetupVersionCheckUnparsable = 'Nepodařilo se zpracovat text verze';
$strSetupVersionCheckWrapperError = 'Není dostupný přístup na URL ani CURL, proto není možné kontrolovat verzi.';
$strSetupWarning = 'Varování';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Tajné heslo (fráze) používané pro šifrování cookies při autentizaci pomocí [kbd]cookie[/kbd]';
+$strSetupblowfish_secret_name = 'Klíč pro šifrování cookies (blowfish_secret)';
+$strSetuperror_connection = 'Nepodařilo se připojit k MySQL serveru';
+$strSetuperror_empty_pmadb_password = 'Prázdné heslo kontrolního uživatele phpMyAdmina při použití pmadb';
+$strSetuperror_empty_pmadb_user = 'Prázdný kontrolní uživatel phpMyAdmina při použití pmadb';
+$strSetuperror_empty_signon_session = 'Prázdné jméno signon sezení při použití autentizace signon';
+$strSetuperror_empty_signon_url = 'Prázdné přihlašovací URL při použití autentizace signon';
+$strSetuperror_empty_user_for_config_auth = 'Při použití nastavené autentizační metody nebylo vyplněno uživatelské jméno.';
+$strSetuperror_form = 'Odeslaný formulář obsahuje chyby';
+$strSetuperror_incorrect_ip_address = 'Nesprávná IP adresa: %s';
+$strSetuperror_incorrect_port = 'Neplatné číslo portu ';
+$strSetuperror_incorrect_value = 'Nesprávná hodnota';
+$strSetuperror_missing_field_data = 'Chybí data v %s';
+$strSetuperror_nan_nneg = 'Nebylo zadáno nezáporné číslo';
+$strSetuperror_nan_p = 'Nebylo zadáno kladné číslo';
+$strShow = 'Zobrazit';
$strShowAll = 'Zobrazit vše';
-$strShowBinaryContentsAsHex = 'Zobrazit binární obsah šestnáctkově (HEX)';
-$strShowBinaryContents = 'Zobrazit binární obsah';
$strShowBLOBContents = 'Zobrazit obsah BLOBu';
+$strShowBinaryContents = 'Zobrazit binární obsah';
+$strShowBinaryContentsAsHex = 'Zobrazit binární obsah šestnáctkově (HEX)';
$strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit mřížku';
$strShowHideLeftMenu = 'Zobrazit/Skrýt levé menu';
-$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
-$strShowingPhp = 'Zobrazuji jako PHP kód';
-$strShowingRecords = 'Zobrazeny záznamy';
-$strShowingSQL = 'Zobrazuji SQL dotaz';
$strShowKeys = 'Jen zobrazit klíče';
$strShowMasterStatus = 'Zobrazit stav nadřízeného';
$strShowOpenTables = 'Zobrazit otevřené tabulky';
@@ -1222,13 +1229,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Počet synchronizací provedených na
$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_createdDescr = 'Počet vytvořených stránek.';
$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 současné době čeká.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Průměrný čas potřebný pro získání zámku řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas strávený čekáním na zámek řádku, v milisekundách.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Průměrný čas potřebný pro získání zámku řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální čas potřebný pro získání zámku řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikrát se muselo čekat na zámek řádku.';
$strShowStatusInnodb_rows_deletedDescr = 'Počet řádků odstraněných z InnoDB tabulek.';
@@ -1244,10 +1251,10 @@ $strShowStatusKey_write_requestsDescr = 'Počet požadavků na zápis bloku klí
$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átorem 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.';
+$strShowStatusOpened_tablesDescr = 'Celkem otevřených tabulek. Pokud je tato hodnota příliš vysoká, pravděpodobně máte malou vyrovnávací paměť pro tabulky.';
$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ů.';
@@ -1281,7 +1288,10 @@ $strShowStatusThreads_runningDescr = 'Počet vláken, která nespí.';
$strShowTableDimension = 'Rozměry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
-$strShow = 'Zobrazit';
+$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
+$strShowingPhp = 'Zobrazuji jako PHP kód';
+$strShowingRecords = 'Zobrazeny záznamy';
+$strShowingSQL = 'Zobrazuji SQL dotaz';
$strSimplifiedChinese = 'Zjednodušená čínština';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
@@ -1290,67 +1300,58 @@ $strSlovak = 'Slovenština';
$strSlovenian = 'Slovinština';
$strSmallBigAll = 'Vše malé/velké';
$strSnapToGrid = 'Zachytávat na mřížku';
-$strSocketProblem = '(nebo není správně nastaven lokální socket MySQL serveru)';
$strSocket = 'Socket';
+$strSocketProblem = '(nebo není správně nastaven lokální socket MySQL serveru)';
+$strSort = 'Řadit';
$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 („ “).';
-$strSQLCompatibility = 'Režim kompatibility SQL';
-$strSQLExportType = 'Typ vytvořených dotazů';
-$strSQLParserBugMessage = 'Je možné, že jste našli chybu v 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 binárními daty nezapsanými v uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z 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 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 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';
$strStandInStructureForView = 'Zástupná struktura pro pohled';
$strStart = 'Spustit';
-$strStatCreateTime = 'Vytvoření';
-$strStatement = 'Údaj';
$strStatCheckTime = 'Poslední kontrola';
+$strStatCreateTime = 'Vytvoření';
+$strStatUpdateTime = 'Poslední změna';
+$strStatement = 'Údaj';
$strStatic = 'statický';
$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';
$strStop = 'Zastavit';
-$strStorageEngines = 'Úložiště';
$strStorageEngine = 'Úložiště';
+$strStorageEngines = 'Úložiště';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
+$strStructure = 'Struktura';
$strStructureDiff = 'Rozdíly ve struktuře';
$strStructureForView = 'Struktura pro pohled';
$strStructureLC = 'struktura';
-$strStructure = 'Struktura';
$strStructureSyn = 'Synchronizace struktury';
$strSubmit = 'Provést';
$strSuccess = 'Váš SQL-dotaz byl úspěšně vykonán';
$strSuhosin = 'Server používá Suhosin. Prosím podívejte se do %sdokumentace%s pro popis problémů, které tím mohou být způsobeny.';
$strSum = 'Celkem';
$strSwedish = 'Švédština';
-$strSwekeyAuthenticating = 'Authentizuji...';
$strSwekeyAuthFailed = 'Hardwarová autentizace selhala';
-$strSwekeyNoKeyId = 'Soubor %s neobsahuje ID klíče';
+$strSwekeyAuthenticating = 'Authentizuji...';
$strSwekeyNoKey = 'Nebyl připojen autentizační klíč';
+$strSwekeyNoKeyId = 'Soubor %s neobsahuje ID klíče';
$strSwitchToDatabase = 'Přepnout na zkopírovanou databázi';
$strSwitchToTable = 'Přepnout na zkopírovanou tabulku';
$strSynchronizationNote='Cílová databáze bude kompletně synchronizována se zdrojovou. Zdrojová nebude nijak změněna.';
-$strSynchronizeDb= 'Synchronovat databáze';
$strSynchronize = 'Synchronizovat';
+$strSynchronizeDb= 'Synchronovat databáze';
+$strTable = 'Tabulka';
$strTableAddColumn = 'Přidat sloupce';
$strTableAlreadyExists = 'Tabulka %s již existuje!';
$strTableAlterColumn = 'Změnit sloupce';
-$strTableAlteredSuccessfully = 'Tabulka %1$s byla úspěšně změněna';
$strTableAlterIndex = 'Změnit indexy';
+$strTableAlteredSuccessfully = 'Tabulka %1$s byla úspěšně změněna';
$strTableApplyIndex = 'Applikovat indexy';
$strTableComments = 'Komentář k tabulce';
$strTableDeleteRows = 'Chcete odstranit všechny stávající řídky z cílových tabulek?';
@@ -1367,43 +1368,43 @@ $strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTableRemoveColumn = 'Odstranit sloupce';
$strTableRemoveIndex = 'Odstranit indexy';
-$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
-$strTable = 'Tabulka';
$strTableUpdateRow = 'Aktuallizovat řádky';
+$strTables = '%s tabulek';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Oprávnění pro jednotlivé tabulky';
$strTempData = 'Dočasná data';
$strTextAreaLength = 'Tento sloupec možná nepůjde (kvůli délce) upravit ';
$strTexyText = 'Texy! text';
$strThai = 'Thajština';
+$strTheme = 'Vzhled';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k dispozici.';
-$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkům pro vzhled %s!';
+$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
-$strTheme = 'Vzhled';
$strThisHost = 'Tento počítač';
-$strThreads = 'Počet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspěšně zabito.';
+$strThreads = 'Počet vláken';
$strTime = 'Čas';
$strTimeoutInfo = 'Předchozí ímport vyčerpal veškerý čas, po dalším odeslání bude import pokračovat od pozice %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 PHP.';
$strTimeoutPassed = 'Limit pro běh importu vypršel, prosím odešlete formulář znovu se stejným souborem a import bude pokračovat.';
$strToFromPage = 'do/ze stránky';
+$strToSelectRelation = 'Pro výběr relace klikněte :';
$strToggleScratchboard = 'Zobrazit grafický návrh';
$strToggleSmallBig = 'Přepnout malé/velké';
-$strToSelectRelation = 'Pro výběr relace klikněte :';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
-$strTrackingActivated = 'Sledování pro %s.%s je zapnuté.';
+$strTracking = 'Sledování';
$strTrackingActivateNow = 'Zapnout teď';
$strTrackingActivateTrackingFor = 'Zapnuté sledování pro %s.%s';
-$strTrackingCreateVersionOf = 'Vytvořit verzi %s z %s.%s';
+$strTrackingActivated = 'Sledování pro %s.%s je zapnuté.';
$strTrackingCreateVersion = 'Vytvořit verzi';
-$strTrackingDatabaseLog = 'Historie databáze';
+$strTrackingCreateVersionOf = 'Vytvořit verzi %s z %s.%s';
$strTrackingDataDefinitionStatement = 'Příkaz pro definici dat';
$strTrackingDataManipulationStatement = 'Příkaz pro úpravu dat';
+$strTrackingDatabaseLog = 'Historie databáze';
$strTrackingDate = 'Datum';
$strTrackingDeactivateNow = 'Vypnout teď';
$strTrackingDeactivateTrackingFor = 'Vypnout sledování pro %s.%s';
@@ -1411,17 +1412,16 @@ $strTrackingExportAs = 'Exportovat jako %s';
$strTrackingIsActive = 'Sledování je zapnuté.';
$strTrackingIsNotActive = 'Sledování není zapnuté.';
$strTrackingMechanism = 'Sledovací mechanismus';
-$strTrackingReportClose = 'Ukončit';
$strTrackingReport = 'Informace o sledování';
+$strTrackingReportClose = 'Ukončit';
+$strTrackingSQLDump = 'výpis SQL';
+$strTrackingSQLDumpFile = 'výpis SQL (stáhnout soubor)';
+$strTrackingSQLExecuted = 'provedené SQL příkazy.';
+$strTrackingSQLExecution = 'Provedení SQL';
+$strTrackingSQLExecutionAlert = 'Tato volba nahradí vaší tabulku a data, která obsahuje.';
+$strTrackingSQLExported = 'SQL příkazy byly exportovány. Prosím zkopírujte si je, nebo je spusťte.';
$strTrackingShowLogDateUsers = 'Zobrazit %s s datumy od %s do %s od uživatele %s %s';
$strTrackingShowVersions = 'Zobrazit verze';
-$strTracking = 'Sledování';
-$strTrackingSQLDumpFile = 'výpis SQL (stáhnout soubor)';
-$strTrackingSQLDump = 'výpis SQL';
-$strTrackingSQLExecuted = 'provedené SQL příkazy.';
-$strTrackingSQLExecutionAlert = 'Tato volba nahradí vaší tabulku a data, která obsahuje.';
-$strTrackingSQLExecution = 'Provedení SQL';
-$strTrackingSQLExported = 'SQL příkazy byly exportovány. Prosím zkopírujte si je, nebo je spusťte.';
$strTrackingStatements = 'Sledování příkazů';
$strTrackingStatusActive = 'zapnuté';
$strTrackingStatusNotActive = 'není zapnuté';
@@ -1432,8 +1432,8 @@ $strTrackingThUpdated = 'Aktualizováno';
$strTrackingThVersion = 'Verze';
$strTrackingTrackDDStatements = 'Sledovat tyto příkazy pro definici dat:';
$strTrackingTrackDMStatements = 'Sledovat tyto příkazy pro úpravu dat:';
-$strTrackingTrackedTables = 'Sledované tabulky';
$strTrackingTrackTable = 'Sledovat tabulku';
+$strTrackingTrackedTables = 'Sledované tabulky';
$strTrackingUntrackedTables = 'Nesledované tabulky';
$strTrackingUsername = 'Uživatel';
$strTrackingVersionActivated = 'Sledování pro %s.%s , verze %s je zapnuté.';
@@ -1469,10 +1469,10 @@ $strUnique = 'Unikátní';
$strUnknown = 'neznámý';
$strUnselectAll = 'Odznačit vše';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s nepodporovanou kompresí (%s). Buďto podpora není implementována nebo je vypnuta ve vaší konfiguraci.';
+$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s informacemi o sloupcích (tabulka column_comments)';
$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 informacemi o sloupcích (tabulka column_comments)';
$strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadErrorCantWrite = 'Chyba při zapisování souboru na disk.';
$strUploadErrorExtension = 'Nahrávání souboru zastaveno rozšířením.';
@@ -1486,6 +1486,11 @@ $strUploadsNotAllowed = 'Upload souborů není na tomto serveru povolen.';
$strUsage = 'Používá';
$strUseBackquotes = 'Použít zpětné uvozovky u jmen tabulek a sloupců';
$strUseHostTable = 'Použít tabulku Host';
+$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';
+$strUser = 'Uživatel';
$strUserAlreadyExists = 'Uživatel %s již existuje!';
$strUserEmpty = 'Jméno uživatele je prázdné!';
$strUserName = 'Jméno uživatele';
@@ -1493,30 +1498,25 @@ $strUserNotFound = 'Zvolený uživatel nebyl nalezen v 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 „%s“';
-$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 %sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Proměnná';
$strVersionInformation = 'Informace o verzi';
-$strViewDumpDatabases = 'Export databází';
-$strViewDumpDB = 'Export databáze';
+$strView = 'Pohled';
$strViewDump = 'Export tabulky';
+$strViewDumpDB = 'Export databáze';
+$strViewDumpDatabases = 'Export databází';
$strViewHasAtLeast = 'Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s.';
$strViewHasBeenDropped = 'Pohled %s byl odstraněn';
$strViewImage = 'Zobrazit obrázek';
$strViewName = 'Jméno pohledu';
-$strView = 'Pohled';
$strViewVideo = 'Přehrát video';
-$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
-$strWebServerUploadDirectory = 'soubor z adresáře pro upload';
$strWebServer = 'Webserver';
+$strWebServerUploadDirectory = 'soubor z adresáře pro upload';
+$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
$strWelcome = 'Vítejte v %s';
$strWestEuropean = 'Západní Evropa';
$strWiki = 'Wiki';
@@ -1526,6 +1526,7 @@ $strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavků na čtení';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Přístup odepřen.';
+$strXML = 'XML';
$strXMLError = 'Zadaný XML soubor je buď poškozený nebo nekompletní. Prosím opravte ho a zkuste to znovu.';
$strXMLExportContents = 'Exportovat obsah';
$strXMLExportFunctions = 'Exportovat funkce';
@@ -1534,7 +1535,6 @@ $strXMLExportStructs = 'Exportovat schéma struktury (doporučené)';
$strXMLExportTables = 'Exportovat tabulky';
$strXMLExportTriggers = 'Exportovat spouště';
$strXMLExportViews = 'Exportovat pohledy';
-$strXML = 'XML';
$strYes = 'Ano';
@@ -1543,48 +1543,66 @@ $strZip = '„zazipováno“';
// To translate:
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
$strFullStart = 'Full start'; //to translate
$strFullStop = 'Full stop'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
@@ -1599,21 +1617,11 @@ $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //t
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] compression for import and export operations'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php
index 6ca3e5f22..32479ad95 100644
--- a/lang/danish-utf-8.inc.php
+++ b/lang/danish-utf-8.inc.php
@@ -21,6 +21,7 @@ $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep',
$datefmt = '%d. %m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
+$strAPrimaryKey = 'En primær nøgle er blevet tilføjet til %s';
$strAbortedClients = 'Afbrudt';
$strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en.';
@@ -39,8 +40,8 @@ $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 %s kolonne(r)';
-$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAddUser = 'Tilføj en ny bruger';
+$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAdministration = 'Administration';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Tilbage til foregående side';
@@ -48,19 +49,18 @@ $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?';
+$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.';
$strAlterOrderBy = 'Arrangér tabelrækkefølge efter';
+$strAnIndex = 'Der er tilføjet et indeks til %s';
$strAnalyzeTable = 'Analysér tabel';
$strAnd = 'Og';
$strAndThen = 'og derefter';
$strAngularLinks = 'Angulære links';
-$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';
@@ -73,15 +73,15 @@ $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';
+$strBinary = ' Binært ';
+$strBinaryDoNotEdit = ' Binært - må ikke ændres ';
+$strBinaryLog = 'Binær log';
$strBookmarkAllUsers = 'Lad alle brugere bruge dette bogmærke';
$strBookmarkCreated = 'Bogmærke %s oprettet';
$strBookmarkDeleted = 'Bogmærket er fjernet.';
@@ -90,24 +90,25 @@ $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 = 'Bladre i fremmedværdier';
-$strBrowse = 'Vis';
-$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPoolUsage = 'Buffer Pool Forbrug';
-$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Write waits i %';
+$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferWriteWaits = 'Write waits';
+$strBufferWriteWaitsInPercent = 'Write waits i %';
$strBulgarian = 'Bulgarsk';
$strBusyPages = 'Travle sider';
$strBzip = '"bzipped"';
+$strCSV = 'CSV (kommasepareret)';
$strCalendar = 'Kalender';
-$strCancel = 'Annuller';
$strCanNotLoadExportPlugins = 'Kunne ikke indlæse eksportplugins, check venligst din installation!';
$strCanNotLoadImportPlugins = 'Kunne ikke indlæse importplugins, check venligst din installation!';
+$strCancel = 'Annuller';
$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.';
@@ -118,18 +119,18 @@ $strCaseInsensitive = 'ingen forskel på store/små bogstaver';
$strCaseSensitive = 'forskel på store/små bogstaver';
$strCentralEuropean = 'Centraleuropæisk';
$strChange = 'Ændre';
+$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyModeDeleteAndReload = ' ... slet den gamle fra brugertabellerne og genindlæs privilegierne efterfølgende.';
$strChangeCopyModeJustDelete = ' ... slet den gamle fra brugertabellerne.';
-$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$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';
-$strCharsetOfFile = 'Tegnsæt for filen:';
-$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
-$strCharsets = 'Tegnsæt';
$strCharset = 'Tegnsæt';
+$strCharsetOfFile = 'Tegnsæt for filen:';
+$strCharsets = 'Tegnsæt';
+$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
$strCheckAll = 'Afmærk alt';
$strCheckOverhead = 'Check tabeller der har overhead';
$strCheckPrivs = 'Check Privilegier';
@@ -178,12 +179,18 @@ $strCreateUserDatabaseWildcard = 'Tildel alle privilegier til jokertegn-navn (br
$strCreationDates = 'Oprettet/Opdateret/Check datoer';
$strCriteria = 'Kriterier';
$strCroatian = 'Kroatisk';
-$strCSV = 'CSV (kommasepareret)';
$strCyrillic = 'Kyrillisk';
$strCzech = 'Tjekkisk';
$strCzechSlovak = 'Tjekkisk-Slovakisk';
+$strDBComment = 'Databasekommentar: ';
+$strDBCopy = 'Kopiér database til';
+$strDBRename = 'Omdøb database til';
$strDanish = 'Dansk';
+$strData = 'Data';
+$strDataDict = 'Data Dictionary';
+$strDataOnly = 'Kun data';
+$strDataPages = 'Sider der indeholder data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasenavnet er tomt!';
$strDatabaseExportOptions = 'Database eksportindstillinger';
@@ -194,30 +201,23 @@ $strDatabasesStats = 'Databasestatistik';
$strDatabasesStatsDisable = 'Slå Statistikker fra';
$strDatabasesStatsEnable = 'Slå Statistikker til';
$strDatabasesStatsHeavyTraffic = 'Bemærk: Aktivering af databasestatistikkerne hér 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';
$strDbIsEmpty = 'Database ser ud til at være tom!';
$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';
+$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDelayedInserts = 'Brug forsinkede indsættelser';
-$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
-$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
$strDelete = 'Slet';
-$strDeleted = 'Rækken er slettet!';
+$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
+$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
$strDeleteNoUsersSelected = 'Ingen brugere valgt til sletning!';
$strDeleteRelation = 'Slet relation';
+$strDeleted = 'Rækken er slettet!';
$strDeleting = 'Sletter %s';
$strDelimiter = 'Adskiller';
-$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDescending = 'Faldende';
$strDescription = 'Beskrivelse';
$strDesigner = 'Designer';
@@ -225,46 +225,46 @@ $strDesignerHelpDisplayField = 'Visningsfeltet er vist som pink. For at sætte/f
$strDictionary = 'ordbog';
$strDirectLinks = 'Direkte links';
$strDirtyPages = 'Beskidte sider';
-$strDisabled = 'Slået fra';
$strDisableForeignChecks = 'Slå fremmednøgle-checks fra';
+$strDisabled = 'Slået fra';
$strDisplayFeat = 'Vis muligheder';
$strDisplayOrder = 'Rækkefølge af visning:';
$strDisplayPDF = 'Vis PDF-skematik';
$strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")';
+$strDoYouReally = 'Er du sikker på at du vil ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentation';
-$strDoYouReally = 'Er du sikker på at du vil ';
-$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$strDrop = 'Slet';
+$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$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.';
+$strDumpingData = 'Data dump for tabellen';
$strDynamic = 'dynamisk';
+$strEdit = 'Ret';
$strEditPDFPages = 'Redigér PDF-sider';
$strEditPrivileges = 'Ret privilegier';
-$strEdit = 'Ret';
$strEffective = 'Effektiv';
-$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEmpty = 'Tøm';
+$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEnabled = 'Slået til';
$strEncloseInTransaction = 'Inkludér eksport i en transaktion';
+$strEnd = 'Slut';
$strEndCut = 'SLUT KLIP';
$strEndRaw = 'SLUT RÅ';
-$strEnd = 'Slut';
$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.';
+$strEngines = 'Lagre';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
$strError = 'Fejl';
$strErrorInZipFile = 'Fejl i ZIP arkiv:';
$strErrorRelationAdded = 'Fejl: Relation ikke tilføjet.';
$strErrorRelationExists = 'Fejl: Relation findes allerede.';
-$strErrorSaveTable = 'Fejl ved lagring af koordinater for Designer.';
$strErrorRenamingTable = 'Fejl ved omdøbning af tabel %1$s til %2$s';
+$strErrorSaveTable = 'Fejl ved lagring af koordinater for Designer.';
$strEscapeWildcards = 'Jokertegn _ og % skal være escaped med en \ foran for at bruge dem bogstaveligt';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estisk';
@@ -281,37 +281,37 @@ $strFailedAttempts = 'Mislykkede forsøg';
$strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet';
$strFieldInsertFromFileTempDirNotExists = 'Fejl ved flytning af den uploadede fil, se FAQ 1.11';
+$strFields = 'Felter';
$strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med';
-$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter afsluttet med';
$strFileAlreadyExists = 'Filen %s findes allerede på serveren, lav filnavnet om eller tillad at der overskrives.';
$strFileCouldNotBeRead = 'Filen kunne ikke læses';
-$strFileNameTemplateDescriptionDatabase = 'databasenavn';
+$strFileNameTemplate = 'Skabelon for filnavn';
$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.';
+$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'servernavn';
$strFileNameTemplateDescriptionTable = 'tabelnavn';
$strFileNameTemplateRemember = 'husk skabelonen';
-$strFileNameTemplate = 'Skabelon for filnavn';
-$strFiles = 'Filer';
$strFileToImport = 'Fil til import';
+$strFiles = 'Filer';
$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren i øjeblikket bruger hvis der er lavet manuelle ændringer i den. Hvis dette 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';
$strFontSize = 'Skriftstørrelse';
-$strFormat = 'Format';
$strFormEmpty = 'Ingen værdi i formularen !';
+$strFormat = 'Format';
$strFreePages = 'Frie sider';
$strFullText = 'Komplette tekster';
$strFunction = 'Funktion';
$strFunctions = 'Funktioner';
$strGenBy = 'Genereret af';
+$strGenTime = 'Genereringstid';
$strGeneralRelationFeat = 'Generelle relationsmuligheder';
$strGenerate = 'Generér';
$strGeneratePassword = 'Generér Kodeord';
-$strGenTime = 'Genereringstid';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
@@ -322,6 +322,8 @@ $strGrantOption = 'Tildel';
$strGreek = 'Græsk';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'er ændret.';
$strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises';
@@ -333,30 +335,29 @@ $strHideShowAll = 'Skjul/Vis alle';
$strHideShowNoRelation = 'Skjul/Vis tabeller uden relation';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
-$strHostEmpty = 'Der er intet værtsnavn!';
$strHost = 'Vært';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Der er intet værtsnavn!';
$strHungarian = 'Ungarsk';
+$strIEUnsupported = 'Internet Explorer understøtter ikke denne funktion.';
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fuldtekst';
-$strIEUnsupported = 'Internet Explorer understøtter ikke denne funktion.';
-$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer';
+$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnoreInserts = 'Brug ignorér inserts';
-$strImportFiles = 'Importér filer';
-$strImportExportCoords = 'Importer/Eksporter koordinater for PDF-opstilling';
-$strImportFormat = 'Format på importeret fil';
$strImport = 'Import';
+$strImportExportCoords = 'Importer/Eksporter koordinater for PDF-opstilling';
+$strImportFiles = 'Importér filer';
+$strImportFormat = 'Format på importeret fil';
$strImportSuccessfullyFinished = 'Importen er korrekt gennemført, %d forespørgsler udført.';
-$strIndexes = 'Indeks';
-$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
+$strInUse = 'i brug';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
$strIndexName = 'Indeksnavn :';
$strIndexType = 'Indekstype :';
$strIndexWarningTable = 'Problemer med indeksene på tabel `%s`';
+$strIndexes = 'Indeks';
$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';
@@ -367,17 +368,16 @@ $strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, er åben for indtrængen, og du opfordres stærkt til at gøre noget ved dette sikkerhedshul.';
-$strInsertAsNewRow = 'Indsæt som ny række';
$strInsert = 'Indsæt';
+$strInsertAsNewRow = 'Indsæt som ny række';
$strInternalRelationAdded = 'Intern relation tilføjet';
$strInternalRelations = 'Interne relationer';
-$strInUse = 'i brug';
$strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:';
-$strInvalidColumnCount = 'Kolonneantal skal være større end nul.';
-$strInvalidColumn = 'Ugyldig kolonne (%s) angivet!';
$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';
+$strInvalidColumn = 'Ugyldig kolonne (%s) angivet!';
+$strInvalidColumnCount = 'Kolonneantal skal være større end nul.';
$strInvalidDatabase = 'Ugyldig database';
$strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.';
$strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.';
@@ -400,21 +400,21 @@ $strKill = 'Dræb (Kill)';
$strKnownExternalBug = 'Funktionaliteten af %s er påvirket af en kendt fejl, se %s';
$strKorean = 'Koreansk';
+$strLDI = 'CSV vha. LOAD DATA';
+$strLDILocal = 'Brug LOCAL nøgleord';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Liggende';
$strLanguage = 'Sprog';
$strLanguageUnknown = 'Ukendt sprog: %1$s.';
$strLatchedPages = 'Eksklusivt låste (latched) sider';
$strLatexCaption = 'Tabeloverskrift';
$strLatexContent = 'Indhold af tabel __TABLE__';
-$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexContinued = '(fortsættes)';
+$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexIncludeCaption = 'Inkluder tabeloverskrift';
$strLatexLabel = 'Mærke nøgle';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktur for tabel __TABLE__';
$strLatvian = 'Lettisk';
-$strLDI = 'CSV vha. LOAD DATA';
-$strLDILocal = 'Brug LOCAL nøgleord';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLinesTerminatedBy = 'Linjer afsluttet med';
@@ -423,33 +423,33 @@ $strLinksTo = 'Linker til';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Tekstfilens placering';
-$strLoginInformation = 'Login-information';
-$strLogin = 'Login';
-$strLogout = 'Log af';
$strLogPassword = 'Kodeord:';
$strLogServer = 'Server';
$strLogUsername = 'Brugernavn:';
+$strLogin = 'Login';
+$strLoginInformation = 'Login-information';
+$strLogout = 'Log af';
$strLongOperation = 'Denne operation kan tage lang tid. Fortsæt alligevel?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE (MIME-typer for tabellen)';
+$strMIME_MIMEtype = 'MIME-type';
+$strMIME_available_mime = 'Tilgængelige MIME-typer';
+$strMIME_available_transform = 'Tilgængelige transformationer';
+$strMIME_description = 'Beskrivelse';
+$strMIME_nodescription = 'Der er ingen beskrivelse af denne transformation. 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 = 'Transformationsindstillinger';
+$strMIME_transformation_options_note = 'Indtast værdier for transformationsindstillinger ud fra følgende format: \'a\', 100, b,\'c\'... 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_without = 'MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion';
$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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Ændring af et indeks';
$strMoveMenu = 'Flyt Menu';
$strMoveTable = 'Flyt tabel til (database.tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
@@ -457,29 +457,30 @@ $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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maksimal størrelse for midlertidige sorteringsfiler';
+$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).';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Sorterings-bufferstørrelse';
+$strMyISAMSortBufferSizeDesc = 'Bufferen der allokeres ved sortering af MyISAM indeks under en REPAIR TABLE eller når indeks oprettes med CREATE INDEX eller ALTER TABLE.';
$strMySQLCharset = 'MySQL Tegnsæt';
-$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'MySQL forbindelses-sammenkøring';
-$strMysqlLibDiffersServerVersion = 'Din PHP MySQL-biblioteks version %s afviger fra din MySQL server version %s. Dette kan forårsage uforudsigelige resultater.';
$strMySQLSaid = 'MySQL returnerede: ';
$strMySQLShowProcess = 'Vis tråde';
+$strMysqlClientVersion = 'MySQL klientversion';
+$strMysqlLibDiffersServerVersion = 'Din PHP MySQL-biblioteks version %s afviger fra din MySQL server version %s. Dette kan forårsage uforudsigelige resultater.';
$strName = 'Navn';
$strNext = 'Næste';
+$strNo = 'Nej';
$strNoActivity = 'Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen';
+$strNoDataReceived = 'Der blev ikke modtaget nogen data til import. Enten blev der ikke indsendt et filnavn, eller filstørrelsen kan have overskredet maksimalstørrelsen tilladt af din PHP-konfiguration. Se FAQ 1.16.';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser valgt.';
-$strNoDataReceived = 'Der blev ikke modtaget nogen data til import. Enten blev der ikke indsendt et filnavn, eller filstørrelsen kan have overskredet maksimalstørrelsen tilladt af din PHP-konfiguration. Se FAQ 1.16.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Der er ingen detaljerede statusinformationer tilgængelige for dette datalager.';
$strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
@@ -489,8 +490,6 @@ $strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare %s 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';
-$strNumberOfTables = 'Antal tabeller';
$strNumSearchResultsInTable = '%s hit(s) i tabel %s';
$strNumSearchResultsTotal = 'Total:%s hit(s)';
$strNumTables = 'Tabeller';
+$strNumberOfFields = 'Antal felter';
+$strNumberOfTables = 'Antal tabeller';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document regneark';
@@ -525,29 +525,29 @@ $strOr = 'Eller';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overskriv eksisterende fil(er)';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Genererer en rapport indeholdende dataene fra en enkelt tabel)';
+$strPDFReportTitle = 'Rapporttitel';
+$strPHPVersion = 'PHP-version';
$strPageNumber = 'Side nummer:';
$strPagesToBeFlushed = 'Sider der står til at blive tømt';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis import';
$strPartialText = 'Delvise tekster';
+$strPassword = 'Kodeord';
$strPasswordChanged = 'Kodeordet for %s blev korrekt udskiftet.';
$strPasswordEmpty = 'Der er ikke angivet noget kodeord!';
$strPasswordHashing = 'Kodeord Hashing';
-$strPassword = 'Kodeord';
$strPasswordNotSame = 'De to kodeord er ikke ens!';
$strPdfDbSchema = 'Skematik for databasen "%s" - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" findes ikke!';
$strPdfNoTables = 'Ingen tabeller';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Genererer en rapport indeholdende dataene fra en enkelt tabel)';
-$strPDFReportTitle = 'Rapporttitel';
$strPerHour = 'pr. time';
$strPerMinute = 'pr. minut';
$strPerSecond = 'pr. sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonbog';
$strPhp = 'Fremstil PHP-kode';
-$strPHPVersion = 'PHP-version';
$strPleaseSelectPrimaryOrUniqueKey = 'Vælg venligst den primære nøgle eller en unik nøgle';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktivet SKAL være sat i din konfigurationsfil!';
@@ -555,16 +555,16 @@ $strPolish = 'Polsk';
$strPortrait = 'Stående';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
+$strPrimary = 'Primær';
$strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
$strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" skal være navnet på og kun på en primær nøgle!)';
-$strPrimary = 'Primær';
$strPrint = 'Print';
-$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrintView = 'Vis (udskriftvenlig)';
+$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrivDescAllPrivileges = 'Inkluderer alle privilegier pånær GRANT.';
-$strPrivDescAlterRoutine = 'Tillader ændring og sletning af gemte rutiner.';
$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.';
@@ -574,8 +574,8 @@ $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.';
+$strPrivDescExecute5 = 'Tillader udførelse af gemte rutiner.';
$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.';
@@ -604,8 +604,8 @@ $strProcesslist = 'Procesliste';
$strProtocolVersion = 'Protokolversion';
$strPutColNames = 'Indsæt feltnavne i første række';
-$strQBEDel = 'Del (Slet)';
$strQBE = 'Foresp. via eks.';
+$strQBEDel = 'Del (Slet)';
$strQBEIns = 'Ins (Indsæt)';
$strQueryCache = 'Forespørgsel-mellemlager';
$strQueryFrame = 'Foresp. vindue';
@@ -617,58 +617,69 @@ $strQueryTime = 'Forepørgsel tog %01.4f sek';
$strQueryType = 'Forespørgselstype';
$strQueryWindowLock = 'Overskriv ikke denne forespørgsel fra udenfor vinduet';
+$strReType = 'Skriv igen';
$strReadRequests = 'Read-anmodninger';
$strReceived = 'Modtaget';
$strRecommended = 'anbefalet';
$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.';
$strRelationDeleted = 'Relation slettet';
-$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
-$strRelations = 'Relationer';
+$strRelationNotWorking = 'De ekstra features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik %sher%s.';
$strRelationView = 'Se Relationer';
-$strReloadingThePrivileges = 'Genindlæs privilegierne';
-$strReloadPrivileges = 'Genindlæs privilegier';
+$strRelationalSchema = 'Relationel skematik';
+$strRelations = 'Relationer';
+$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
$strReload = 'Genindlæs';
+$strReloadPrivileges = 'Genindlæs privilegier';
+$strReloadingThePrivileges = 'Genindlæs privilegierne';
$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';
+$strRenameTableOK = 'Tabellen %s er nu omdøbt til %s';
$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 privilegier fra brugerne og slet dem efterfølgende.';
-$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevoke = 'Tilbagekald';
+$strRevokeAndDelete = 'Tilbagekald alle aktive privilegier fra brugerne og slet dem efterfølgende.';
+$strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.';
+$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRomanian = 'Rumænsk';
$strRoutineReturnType = 'Retur type';
$strRoutines = 'Rutiner';
$strRowLength = 'Rækkelængde';
-$strRowsFrom = 'rækker startende fra post #';
$strRowSize = ' Rækkestørrelse ';
+$strRows = 'Rækker';
+$strRowsFrom = 'rækker startende fra post #';
$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';
$strRunSQLQuery = 'Kør SQL-forspørgsel(er) på database %s';
$strRunSQLQueryOnServer = 'Kør SQL-forespørgsel/forespørgsler på server %s';
+$strRunning = 'kører på %s';
$strRussian = 'Russisk';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL-kompatibilitetsmodus';
+$strSQLExportType = 'Eksporttype';
+$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';
+$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
+$strSQPBugUnclosedQuote = 'Ikke-lukket quote';
+$strSQPBugUnknownPunctuation = 'Ukendt tegnsætnings-streng';
+$strSave = 'Gem';
$strSaveOnServer = 'Gem på serveren i mappen %s ';
$strSavePosition = 'Gem position';
-$strSave = 'Gem';
$strScaleFactorSmall = 'Skaleringsfaktoren er for lille til at tilpasse skematikken til en side';
+$strSearch = 'Søg';
$strSearchFormTitle = 'Søg i databasen';
$strSearchInTables = 'Indeni tabel(ler):';
$strSearchNeedle = 'Ord eller værdi(er) (jokertegn: "%"):';
@@ -677,7 +688,6 @@ $strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'den nøjagtige sætning';
$strSearchOption4 = 'som regulært udtryk';
$strSearchResultsFor = 'Søgeresultater for "%s" %s:';
-$strSearch = 'Søg';
$strSearchType = 'Find:';
$strSecretRequired = 'Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret).';
$strSelectADb = 'Vælg en database';
@@ -690,33 +700,29 @@ $strSelectReferencedKey = 'Vælg refereret nøgle';
$strSelectTables = 'Vælg Tabeller';
$strSend = 'Send (download)';
$strSent = 'Sendt';
+$strServer = 'Server';
$strServerChoice = 'Server valg';
$strServerNotResponding = 'Serveren svarer ikke';
-$strServer = 'Server';
-$strServers = 'Servere';
-$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatus = 'Runtime-information';
+$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatusUptime = 'Denne MySQL-server har kørt i %s. Den startede op den %s.';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = 'Servertrafik: Disse tabeller viser netværkstrafik-statistikkerne for denne MySQL-server siden dens opstart.';
$strServerVars = 'Server-variabler og indstillinger';
$strServerVersion = 'Serverversion';
+$strServers = 'Servere';
$strSessionStartupErrorGeneral = 'Kan ikke starte session uden fejl, tjek venligst fejl i din PHP og/eller webserver log fil og konfigurer din PHP installation ordentligt.';
$strSessionValue = 'Sessionsværdi';
$strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'... 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\').';
+$strShow = 'Vis';
$strShowAll = 'Vis alle';
$strShowColor = 'Vis farve';
$strShowDatadictAs = 'Data Dictionary-format';
$strShowFullQueries = 'Vis fuldstændige forespørgsler';
$strShowGrid = 'Vis gitter';
$strShowHideLeftMenu = 'Vis/skjul venstre menu';
-$strShowingBookmark = 'Viser bogmærke';
-$strShowingPhp = 'Viser som PHP-kode';
-$strShowingRecords = 'Viser poster ';
-$strShowingSQL = 'Viser SQL-forespørgsel';
$strShowOpenTables = 'Vis åbne tabeller';
$strShowPHPInfo = 'Vis PHP-information';
-$strShow = 'Vis';
$strShowSlaveHosts = 'Vis slaveværter';
$strShowSlaveStatus = 'Vis slavestatus';
$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.';
@@ -770,13 +776,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Antallet af fsyncs skrivninger lavet
$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_createdDescr = 'Antallet af sider oprettet.';
$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_avgDescr = 'Gennemsnitstiden for at få en rækkelås, 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.';
@@ -792,10 +798,10 @@ $strShowStatusKey_write_requestsDescr = 'Antallet af anmodninger om at skrive en
$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 DELAYED 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.';
+$strShowStatusOpened_tablesDescr = 'Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er dit tabelmellemlager sandsynligvis for lille.';
$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.';
@@ -808,8 +814,8 @@ $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 ikke 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_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikke er 0, bør du nøje tjekke indeks på dine tabeller.)';
$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.';
@@ -829,6 +835,10 @@ $strShowStatusThreads_runningDescr = 'Antallet af tråde der ikke sover.';
$strShowTableDimension = 'Vis tabellernes dimensioner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis forespørgslen her igen ';
+$strShowingBookmark = 'Viser bogmærke';
+$strShowingPhp = 'Viser som PHP-kode';
+$strShowingRecords = 'Viser poster ';
+$strShowingSQL = 'Viser SQL-forespørgsel';
$strSimplifiedChinese = 'Simplificeret Kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
@@ -838,28 +848,18 @@ $strSlovenian = 'Slovensk';
$strSmallBigAll = 'Små/store alle';
$strSnapToGrid = 'Snap til gitter';
$strSocketProblem = '(eller den lokale MySQL servers socket er ikke korrekt konfigureret)';
+$strSort = 'Sorter';
$strSortByKey = 'Sorteringsnøgle';
$strSorting = 'Sortering';
-$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord adskilles af mellemrums-karakter (" ").';
-$strSQLCompatibility = 'SQL-kompatibilitetsmodus';
-$strSQLExportType = 'Eksporttype';
-$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';
$strStandInStructureForView = 'Stand-in-struktur for visning';
$strStatCheckTime = 'Sidste check';
$strStatCreateTime = 'Oprettelse';
+$strStatUpdateTime = 'Sidste opdatering';
$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';
$strStorageEngine = 'Datalager';
$strStorageEngines = 'Datalagre';
@@ -869,8 +869,8 @@ $strStrucExcelCSV = 'CSV til MS Excel-data';
$strStrucNativeExcel = 'Fødte MS Excel-data';
$strStrucOnly = 'Kun strukturen';
$strStructPropose = 'Foreslå tabelstruktur';
-$strStructureForView = 'Struktur for visning';
$strStructure = 'Struktur';
+$strStructureForView = 'Struktur for visning';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
$strSum = 'Sum';
@@ -878,6 +878,7 @@ $strSwedish = 'Svensk';
$strSwitchToDatabase = 'Skift til den kopierede database';
$strSwitchToTable = 'Skift til den kopierede tabel';
+$strTable = 'Tabel';
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'Intet tabelnavn!';
@@ -889,31 +890,30 @@ $strTableMaintenance = 'Tabelvedligeholdelse';
$strTableName = 'Tabelnavn';
$strTableOfContents = 'Indholdsfortegnelse';
$strTableOptions = 'Tabel-indstillinger';
-$strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur-dump for tabellen';
-$strTable = 'Tabel';
+$strTables = '%s tabel(ler)';
$strTakeIt = 'Vælg dette';
$strTblPrivileges = 'Tabel-specifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grund af feltets længde, kan det muligvis ikke ændres ';
$strThai = 'Thai';
+$strTheme = 'Tema / Layout';
$strThemeDefaultNotFound = 'Standardtema %s ikke fundet!';
$strThemeNoPreviewAvailable = 'Intet billede til rådighed.';
-$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
+$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
-$strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host';
-$strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
+$strThreads = 'Tråde';
+$strTime = 'Tid';
$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';
$strToFromPage = 'til/fra side';
+$strToSelectRelation = 'For at vælge relation, klik :';
$strToggleScratchboard = 'tegnebræt til/fra';
$strToggleSmallBig = 'Skift mellem små/store';
-$strToSelectRelation = 'For at vælge relation, klik :';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditionelt Kinesisk';
@@ -943,10 +943,10 @@ $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.';
+$strUpdComTab = 'Se venligst Dokumentationen for oplysninger om hvordan du opdaterer din Column_comments (kolonne-kommentarer) tabel';
$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.';
$strUploadErrorCantWrite = 'Kunne ikke skrive fil til disk.';
$strUploadErrorExtension = 'Filupload stoppet af udvidelse.';
@@ -960,33 +960,33 @@ $strUploadsNotAllowed = 'Fil-uploads er ikke tilladte på denne server.';
$strUsage = 'Benyttelse';
$strUseBackquotes = 'Brug "backquotes" omkring tabeller og felters navne';
$strUseHostTable = 'Brug Host Tabel';
-$strUserAlreadyExists = 'Brugeren %s findes i forvejen!';
+$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';
$strUser = 'Bruger';
+$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 "%s"';
-$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';
+$strView = 'Visning';
$strViewDump = 'Vis dump (skema) over tabel';
+$strViewDumpDB = 'Vis dump (skema) af database';
+$strViewDumpDatabases = 'Vis dump (skema) for databaser';
$strViewHasBeenDropped = 'Visning %s er blevet droppet';
$strViewName = 'VIEW navn';
-$strView = 'Visning';
-$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWebServerUploadDirectory = 'webserver upload-mappe';
+$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'Vesteuropæisk';
$strWildcard = 'jokertegn';
@@ -1002,483 +1002,628 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
+// To translate:
$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSearchInField = 'Inside field:'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+$strTriggers = 'Triggers'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1487,127 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php
index 9a4019fa4..db55acfa2 100644
--- a/lang/dutch-utf-8.inc.php
+++ b/lang/dutch-utf-8.inc.php
@@ -26,10 +26,11 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', '
$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';
+$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedCreateConfig = 'U heeft waarschijnlijk geen configuratiebestand aangemaakt. Het beste kunt u %1$ssetup script%2$s gebruiken om een te maken.';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL-server te verbinden maar de server weigerde de verbinding. Controleer de machine, 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.';
-$strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Actie';
$strActions = 'Acties';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
@@ -45,63 +46,62 @@ $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 %s kolom(men) toe aan index';
-$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
+$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAdministration = 'Administratie';
+$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
-$strAfter = 'Na %s';
$strAll = 'Alle';
-$strAllowInterrupt = 'Sta het onderbreken van de import toe wanneer het script herkent dat de tijdslimiet nadert. Dit kan nuttig zijn bij het importeren van grote bestanden, maar kan transacties verstoren.';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
+$strAllowInterrupt = 'Sta het onderbreken van de import toe wanneer het script herkent dat de tijdslimiet nadert. Dit kan nuttig zijn bij het importeren van grote bestanden, maar kan transacties verstoren.';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
+$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyze = 'Analyseer';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAndSmall = 'en';
$strAndThen = 'en dan';
$strAngularLinks = 'Hoekige verbindingen';
-$strAnIndex = 'Een index is toegevoegd aan %s';
$strAny = 'Elke';
$strAnyHost = 'Een willekeurige machine';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Bij benadering. Zie [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
-$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
-$strAscending = 'Oplopend';
$strAsDefined = 'Als aangegeven:';
+$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutomaticLayout = 'Automatische lay-out';
+$strBLOBRepository = 'BLOB Bewaarplaats';
+$strBLOBRepositoryDamaged = 'Beschadigd';
+$strBLOBRepositoryDisable = 'Uitschakelen';
+$strBLOBRepositoryDisableAreYouSure = 'U staat op het punt om alle BLOB referenties voor database %s uit te schakelen. Weet u het zeker?';
+$strBLOBRepositoryDisableStrongWarning = 'U staat op het punt om een BLOB Bewaarplaats UIT TE SCHAKELEN!';
+$strBLOBRepositoryDisabled = 'Uitgeschakeld';
+$strBLOBRepositoryEnable = 'Inschakelen';
+$strBLOBRepositoryEnabled = 'Ingeschakeld';
+$strBLOBRepositoryRemove = 'Verwijder BLOB Bewaarplaats Referentie';
+$strBLOBRepositoryRepair = 'Repareer';
+$strBLOBRepositoryUpload = 'Upload naar BLOB bewaarplaats';
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
-$strBinary = ' Binair ';
-$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
-$strBinaryLog = 'Binaire log';
$strBinLogEventType = 'Gebeurtenis type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
-$strBLOBRepository = 'BLOB Bewaarplaats';
-$strBLOBRepositoryDamaged = 'Beschadigd';
-$strBLOBRepositoryDisableAreYouSure = 'U staat op het punt om alle BLOB referenties voor database %s uit te schakelen. Weet u het zeker?';
-$strBLOBRepositoryDisabled = 'Uitgeschakeld';
-$strBLOBRepositoryDisableStrongWarning = 'U staat op het punt om een BLOB Bewaarplaats UIT TE SCHAKELEN!';
-$strBLOBRepositoryDisable = 'Uitschakelen';
-$strBLOBRepositoryEnabled = 'Ingeschakeld';
-$strBLOBRepositoryEnable = 'Inschakelen';
-$strBLOBRepositoryRemove = 'Verwijder BLOB Bewaarplaats Referentie';
-$strBLOBRepositoryRepair = 'Repareer';
-$strBLOBRepositoryUpload = 'Upload naar BLOB bewaarplaats';
+$strBinary = ' Binair ';
+$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
+$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkCreated = 'Bookmark %s aangemaakt';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
@@ -110,24 +110,25 @@ $strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkReplace = 'Bookmark met dezelfde naam overschrijven';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
+$strBrowse = 'Verkennen';
$strBrowseDistinctValues = 'Bekijk unieke waarden';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
-$strBrowse = 'Verkennen';
-$strBufferPoolActivity = 'Buffer Pool Activiteit';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activiteit';
$strBufferPoolUsage = 'Buffer Pool Gebruik';
-$strBufferReadMissesInPercent = 'Lees missers in %';
$strBufferReadMisses = 'Lees missers';
-$strBufferWriteWaitsInPercent = 'Schrijfvertragingen in %';
+$strBufferReadMissesInPercent = 'Lees missers in %';
$strBufferWriteWaits = 'Schrijfvertragingen (write waits)';
+$strBufferWriteWaitsInPercent = 'Schrijfvertragingen in %';
$strBulgarian = 'Bulgaars';
$strBusyPages = 'Busy pages';
$strBzip = '"ge-bzipt"';
+$strCSV = 'CSV';
$strCalendar = 'Kalender';
-$strCancel = 'Annuleren';
$strCanNotLoadExportPlugins = 'De plugins voor het exporteren konden niet worden geladen, controleer uw installatie!';
$strCanNotLoadImportPlugins = 'De plugins voor het importeren konden niet worden geladen, controleer uw installatie!';
+$strCancel = 'Annuleren';
$strCannotLogin = 'Kan niet inloggen op de MySQL-server';
$strCantLoad = 'Kan de [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a]-extensie niet laden. Controleer de PHP configuratie.';
$strCantLoadRecodeIconv = 'Kan de iconv of recode extensies niet laden, welke nodig zijn voor de karakterset conversie, configureer PHP om deze extensies toe te laten of schakel karakterset conversie uit in phpMyAdmin';
@@ -137,21 +138,21 @@ $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 gebruikerstabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
-$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Inlog Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
-$strChange = 'Veranderen';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
-$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCharsets = 'Karaktersets';
-$strCheckAll = 'Selecteer alles';
+$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheck = 'Controleer';
+$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database "%s".';
@@ -178,8 +179,8 @@ $strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strControluserFailed = 'Connectie voor de controle gebruiker zoals in de configuratie is opgegeven is mislukt.';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
-$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopy = 'Kopieer';
+$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database.tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
@@ -202,13 +203,19 @@ $strCreateUserDatabaseWildcard = 'Geef alle rechten op de wildcard naam (gebruik
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
-$strCSV = 'CSV';
$strCustomColor = 'Aangepaste kleur';
$strCyrillic = 'Cyrillisch';
-$strCzechSlovak = 'Tsjechische-Slowaak';
$strCzech = 'Tsjechisch';
+$strCzechSlovak = 'Tsjechische-Slowaak';
+$strDBComment = 'Database commentaar: ';
+$strDBCopy = 'Kopieer database naar';
+$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
+$strData = 'Data';
+$strDataDict = 'Data Woordenboek';
+$strDataOnly = 'Alleen data';
+$strDataPages = 'Pages die data bevatten';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
@@ -220,30 +227,23 @@ $strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Het aanzeten van statistieken kan zorgen voor veel dataverkeer tussen de webserver en de MySQL-server.';
-$strData = 'Data';
-$strDataDict = 'Data Woordenboek';
-$strDataOnly = 'Alleen data';
-$strDataPages = 'Pages die data bevatten';
-$strDBComment = 'Database commentaar: ';
-$strDBCopy = 'Kopieer database naar';
$strDbIsEmpty = 'Database lijkt leeg!';
$strDbPrivileges = 'Database-specifieke privileges';
-$strDBRename = 'Hernoem database naar';
$strDbSpecific = 'database-specifiek';
-$strDefaultEngine = '%s is de standaard storage engine op deze MySQL-server.';
$strDefault = 'Standaardwaarde';
+$strDefaultEngine = '%s is de standaard storage engine op deze MySQL-server.';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragmenteer tabel';
+$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
-$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
+$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
-$strDeleted = 'De rij is verwijderd';
+$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleteNoUsersSelected = 'Geen gebruikers geselecteerd om te verwijderen!';
$strDeleteRelation = 'Relatie verwijderen';
-$strDelete = 'Verwijderen';
+$strDeleted = 'De rij is verwijderd';
$strDeleting = 'Verwijderen van %s';
$strDelimiter = 'Scheidingsteken';
-$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDesigner = 'Designer';
@@ -252,40 +252,40 @@ $strDetails = 'Details...';
$strDictionary = 'Woordenboek';
$strDirectLinks = 'Directe verbindingen';
$strDirtyPages = 'Dirty pages';
-$strDisabled = 'Uitgeschakeld';
$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: "%")';
+$strDoNotAutoIncrementZeroValues = 'Gebruik geen AUTO_INCREMENT voor 0-waarden';
+$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentatie';
-$strDoNotAutoIncrementZeroValues = 'Gebruik geen AUTO_INCREMENT voor 0-waarden';
$strDownloadFile = 'Download bestand';
-$strDoYouReally = 'Weet u zeker dat u dit wilt ';
+$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te VERWIJDEREN!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
-$strDrop = 'Verwijderen';
-$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$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';
-$strEdit = 'Wijzigen';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
-$strEndCut = 'Einde KNIP';
$strEnd = 'Einde';
+$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEngineAvailable = '%s is beschikbaar op deze MySQL-server.';
$strEngineDisabled = '%s is uitgeschakeld op deze MySQL-server.';
-$strEngines = 'Engines';
$strEngineUnsupported = 'Deze MySQL-server ondersteund de %s storage engine niet.';
+$strEngines = 'Engines';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgedrukt in het Engels ';
$strError = 'Fout';
@@ -294,7 +294,6 @@ $strErrorRelationAdded = 'Fout: Relatie niet toegevoegd.';
$strErrorRelationExists = 'Fout: relatie bestaat reeds.';
$strErrorRenamingTable = 'Fout bij het hernoemen van de tabel %1$s naar %2$s';
$strErrorSaveTable = 'Fout bij het opslaan van coördinaten voor de Designer.';
-$strRemoveCRLF = 'Verwijder CRLF tekens uit veld-waarden';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estlands';
@@ -310,23 +309,23 @@ $strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
$strFailedAttempts = 'Mislukte pogingen';
+$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFieldInsertFromFileTempDirNotExists = 'Fout bij het verplaatsen van het geuploade bestand, zie [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]';
+$strFields = 'Velden';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontweken door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
-$strFields = 'Velden';
-$strField = 'Veld';
$strFileAlreadyExists = 'Bestand %s bestaat al op de server, verander de bestandsnaam of activeer de overschrijven optie.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'Bestandsnaam template';
-$strFileNameTemplateDescriptionDatabase = 'databasenaam';
$strFileNameTemplateDescription = 'Deze waarde wordt geïnterpreteerd met behulp van %1$sstrftime%2$s, het gebruik van opmaakcodes is dan ook toegestaan. Daarnaast worden de volgende vertalingen toegepast: %3$s. Overige tekst zal gelijk blijven.';
+$strFileNameTemplateDescriptionDatabase = 'databasenaam';
$strFileNameTemplateDescriptionServer = 'servernaam';
$strFileNameTemplateDescriptionTable = 'tabelnaam';
$strFileNameTemplateRemember = 'Onthoud template';
-$strFiles = 'bestanden';
$strFileToImport = 'Te importeren bestand';
+$strFiles = 'bestanden';
$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.';
$strFlushQueryCache = 'Schoon query cache';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
@@ -334,18 +333,18 @@ $strFlushTables = 'Schoon (sluit) alle tabellen';
$strFontSize = 'Font formaat';
$strForeignKeyError = 'Fout bij het maken van vreemdesleutel naar %1$ (controleer data typen)';
$strForeignKeyRelationAdded = 'Vreemde sleutel(FOREIGN KEY) relatie toegevoegd';
-$strFormat = 'Formatteren';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
+$strFormat = 'Formatteren';
$strFreePages = 'Vrije pages';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
$strFunctions = 'Functies';
$strGenBy = 'Gegenereerd door';
+$strGenTime = 'Genereertijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGenerate = 'Genereer';
$strGeneratePassword = 'Genereer wachtwoord';
-$strGenTime = 'Genereertijd';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGetMoreThemes = 'Bekijk meer thema\'s!';
@@ -353,49 +352,67 @@ $strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
+$strGoToDatabase = 'Ga naar database';
+$strGoToTable = 'Ga naar tabel';
+$strGoToView = 'Ga naar view';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'is veranderd.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHelp = 'Help';
$strHexForBLOB = 'Gebruik hexadecimaal voor BLOB';
+$strHide = 'Verberg';
$strHideShowAll = 'Toon/Verberg alles';
$strHideShowNoRelation = 'Verberg/Toon Tabellen zonder relatie';
-$strHide = 'Verberg';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
-$strHostEmpty = 'De machinenaam is leeg!';
$strHost = 'Machine';
+$strHostEmpty = 'De machinenaam is leeg!';
$strHostTableExplanation = 'Indien er gebruik wordt gemaakt van de Host tabel is dit veld niet van toepassing.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Hongaars';
+$strIEUnsupported = 'Internet Explorer ondersteurd deze functie niet.';
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
-$strIEUnsupported = 'Internet Explorer ondersteurd deze functie niet.';
+$strIgnore = 'Negeer';
$strIgnoreDuplicates = 'Negeer dubbele rijen';
$strIgnoreInserts = 'Gebruik \'INSERT IGNORE\'';
-$strIgnore = 'Negeer';
+$strImport = 'Importeer';
+$strImportColNames = 'Kolomnamen in eerste rij';
+$strImportEmptyRows = 'Lege rijen niet importeren';
$strImportExportCoords = 'Importeer/Exporteer coördinaten voor PDF-schema';
$strImportFiles = 'Bestanden importeren';
$strImportFormat = 'Opmaak van te importeren bestand';
-$strImport = 'Importeer';
+$strImportLargeFileUploading = 'Het geuploade bestand is mogelijk groter dan de limiet toestaat, of u heeft last van een een bekende bug in op webkit gebaseerde browsers(Safari, Google Chrome, Arora).';
+$strImportNoticePt1 = 'De volgende structuren zijn aangemaakt of aangepast. Hier kunt u:';
+$strImportNoticePt2 = 'De inhoud van een structuur bekijken door er op te klikken';
+$strImportNoticePt3 = 'Een instelling veranderen door op "Opties" te klikken';
+$strImportNoticePt4 = 'Klik op de "Structuur"-koppeling om de structuur aan te passen';
+$strImportODS = 'Open Document Spreadsheet';
+$strImportODSCurrency = 'Valuta importeren ($5.00 naar 5.00)';
+$strImportODSPercents = 'Percentages als decimalen importeren (12.00% naar .12)';
+$strImportProceedingFile = 'Het bestand wordt verwerkt, een ogenblik geduld.';
$strImportSuccessfullyFinished = 'Import is geslaagd, %d queries uitgevoerd.';
-$strIndexes = 'Indexen';
-$strIndexesSeemEqual = 'De indexen %1$s en %2$s lijken hetzelfde, mogelijk kan een van beide worden verwijderd.';
-$strIndexHasBeenDropped = 'Index %s is vervallen';
+$strImportUploadInfoNotAvailable = 'Een ogenblik geduld, het bestand wordt geupload. Details over de voortgang zijn niet beschikbaar.';
+$strImportXLS = 'Excel 97-2003 XLS Werkboek';
+$strImportXLSX = 'Excel 2007 XLSX Werkboek';
+$strInUse = 'in gebruik';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam :';
$strIndexType = 'Index type :';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
-$strInnoDBAutoextendIncrementDesc = 'De hoeveelheid waarmee een zelfgroeiende tabelruimte groeit wanneer deze dreigt vol te raken (Autoextend increment).';
+$strIndexes = 'Indexen';
+$strIndexesSeemEqual = 'De indexen %1$s en %2$s lijken hetzelfde, mogelijk kan een van beide worden verwijderd.';
$strInnoDBAutoextendIncrement = 'Zelfgroei stapgrootte';
+$strInnoDBAutoextendIncrementDesc = 'De hoeveelheid waarmee een zelfgroeiende tabelruimte groeit wanneer deze dreigt vol te raken (Autoextend increment).';
$strInnoDBBufferPoolSize = 'Buffer pool grootte';
$strInnoDBBufferPoolSizeDesc = 'De grootte van de geheugenbuffer dat InnoDB gebruikt voor het cachen van data en indexen van zijn tabellen';
$strInnoDBDataFilePath = 'Data bestanden';
@@ -404,20 +421,19 @@ $strInnoDBDataHomeDirDesc = 'Het gemeenschappelijke deel van de directory waar a
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot het 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';
$strInsertedRowId = 'Toegevoegd rij nummer: %1$d';
-$strInsert = 'Invoegen';
$strInterface = 'Interface';
$strInternalAndForeign = 'Een interne relatie is niet noodzakelijk wanneer er reeds een vreemde sleutel(FOREIGN KEY) relatie bestaat.';
$strInternalRelationAdded = 'Interne relatie toegevoegd';
$strInternalRelations = 'Interne relaties';
-$strInUse = 'in gebruik';
$strInvalidAuthMethod = 'Ongeldige authenticatiemethode opgegeven in configuratie:';
-$strInvalidColumnCount = 'Het aantal kolommen moet groter dan nul zijn.';
-$strInvalidColumn = 'Ongeldige kolom (%s) opgegeven!';
$strInvalidCSVFieldCount = 'Verkeerd aantal velden in CSV invoer op regel %d.';
$strInvalidCSVFormat = 'Ongeldig formaat van CSV invoer op regel %d.';
$strInvalidCSVParameter = 'Ongeldige parameter voor CSV import: %s';
+$strInvalidColumn = 'Ongeldige kolom (%s) opgegeven!';
+$strInvalidColumnCount = 'Het aantal kolommen moet groter dan nul zijn.';
$strInvalidDatabase = 'Ongeldige database';
$strInvalidFieldAddCount = 'U moet minimaal een veld toevoegen.';
$strInvalidFieldCount = 'Tabel moet minimaal een veld hebben.';
@@ -430,8 +446,8 @@ $strInvalidTableName = 'Ongeldige tabel naam';
$strJapanese = 'Japans';
$strJoins = 'Joins';
$strJumpToDB = 'Ga naar database "%s".';
-$strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken, zoals altijd, zolang de privileges nog niet zijn vernieuwd.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
+$strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken, zoals altijd, zolang de privileges nog niet zijn vernieuwd.';
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyCache = 'Sleutelcache';
@@ -440,21 +456,21 @@ $strKill = 'stop proces';
$strKnownExternalBug = 'De %s functionaliteit heeft last van een bekend probleem, zie %s';
$strKorean = 'Koreaans';
+$strLDI = 'CSV met behulp van LOAD DATA';
+$strLDILocal = 'Gebruik het LOCAL sleutelwoord';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landschap';
$strLanguage = 'Taal';
$strLanguageUnknown = 'Onbekende taal: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Tabeltitel';
$strLatexContent = 'Content van tabel __TABLE__';
-$strLatexContinuedCaption = 'Vervolgde tabeltitel';
$strLatexContinued = '(vervolgd)';
+$strLatexContinuedCaption = 'Vervolgde tabeltitel';
$strLatexIncludeCaption = 'Voeg tabeltitel toe';
$strLatexLabel = 'Labelsleutel';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
-$strLDI = 'CSV met behulp van LOAD DATA';
-$strLDILocal = 'Gebruik het LOCAL sleutelwoord';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
@@ -463,65 +479,67 @@ $strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
-$strLoginInformation = 'Inloginformatie';
+$strLogPassword = 'Wachtwoord:';
+$strLogServer = 'Server';
+$strLogServerHelp = 'U kunt een machinenaam/IP adres en poortnummer gescheiden door een spatie opgeven.';
+$strLogUsername = 'Gebruikersnaam:';
$strLogin = 'Inloggen';
+$strLoginInformation = 'Inloginformatie';
$strLoginWithoutPassword = 'Inloggen zonder wachtwoord is niet toegestaan vanuit de instellingen (zie AllowNoPassword)';
$strLogout = 'Uitloggen';
-$strLogPassword = 'Wachtwoord:';
-$strLogServerHelp = 'U kunt een machinenaam/IP adres en poortnummer gescheiden door een spatie opgeven.';
-$strLogServer = 'Server';
-$strLogUsername = 'Gebruikersnaam:';
$strLongOperation = 'Deze bewerking kan lang duren. Weet u het zeker?';
+$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. 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 = 'Transformatieopties';
+$strMIME_transformation_options_note = 'Voeg de waardes voor transformatieoptie in het volgende formaat in: \'a\', 100, b,\'c\'... Wanneer u een backslash ("") of een enkele quote ("\'") moet invoegen in deze waardes, plaats er dan een backslash voor (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
+$strMIME_without = 'MIME-types die in schuingedrukt staan hebben geen aparte transformatiefuncties';
$strMaxConnects = 'Max. gelijktijdige verbindingen';
$strMaximalQueryLength = 'Maximale lengte van de gemaakte query';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte karakterset 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!';
-$strMIME_available_mime = 'Beschikbare MIME-types';
-$strMIME_available_transform = 'Beschikbare transformaties';
-$strMIME_description = 'Beschrijving';
-$strMIME_MIMEtype = 'MIME-type';
-$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie. 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_note = 'Voeg de waardes voor transformatieoptie in het volgende formaat in: \'a\', 100, b,\'c\'... Wanneer u een backslash ("") of een enkele quote ("\'") moet invoegen in deze waardes, plaats er dan een backslash voor (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
-$strMIME_transformation_options = 'Transformatieopties';
-$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
-$strMIME_without = 'MIME-types die in schuingedrukt staan hebben geen aparte transformatiefuncties';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveMenu = 'Verplaats Menu';
+$strMoveTable = 'Verplaats tabel naar (database.tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
-$strMoveTable = 'Verplaats tabel naar (database.tabel):';
$strMultilingual = 'meertalig';
$strMyISAMDataPointerSize = 'Data pointer formaat';
$strMyISAMDataPointerSizeDesc = 'Het standaard pointerformaat in bytes, te gebruiken in de \'CREATE TABLE\'-opdracht voor MyISAM-tabellen, als de \'MAX_ROWS\'-optie niet is opgegeven';
$strMyISAMMaxExtraSortFileSize = 'De maximale grote van het tijdelijke bestand voor het aanmaken van indexen';
$strMyISAMMaxExtraSortFileSizeDesc = 'Als het tijdelijk bestand dat wordt gebruikt voor het aanmaken van MyISAM-indexen groter is dan \'key cache\' hier aangegeven, verkies dan de \'key cache\'-methode';
-$strMyISAMMaxSortFileSizeDesc = 'De maximale grootte van het tijdelijke bestand dat MySQL mag gebruiken tijdens het opnieuw aanmaken van MyISAM-indexen (tijdens \'REPAIR TABLE\', \'ALTER TABLE\' of \'LOAD DATA INFILE\')';
$strMyISAMMaxSortFileSize = 'Maximum grootte voor tijdelijke sorteer bestanden';
+$strMyISAMMaxSortFileSizeDesc = 'De maximale grootte van het tijdelijke bestand dat MySQL mag gebruiken tijdens het opnieuw aanmaken van MyISAM-indexen (tijdens \'REPAIR TABLE\', \'ALTER TABLE\' of \'LOAD DATA INFILE\')';
$strMyISAMRecoverOptions = 'Automatische herstelmodus';
$strMyISAMRecoverOptionsDesc = 'De modus voor het automatisch herstellen van gecrashete MyISAM-tabellen, zoals opgegeven met de schakeloptie --myisam-recover bij het opstarten van de server.';
-$strMyISAMRepairThreadsDesc = 'Als deze waarde grote is dan 1 worden MyISAM-tabelindexen parallel aangemaakt tijdens het repareren door het sortereerproces (elke index in zijn eigen thread).';
$strMyISAMRepairThreads = 'Reparatie threads';
-$strMyISAMSortBufferSizeDesc = 'De buffer die gereserveerd wordt voor MyISAMi-indexen tijdens het uitvoeren van \'REPAIR TABLE\' of bij het aanmaken van indexen met \'CREATE INDEX\' of \'ALTER TABLE\'';
+$strMyISAMRepairThreadsDesc = 'Als deze waarde grote is dan 1 worden MyISAM-tabelindexen parallel aangemaakt tijdens het repareren door het sortereerproces (elke index in zijn eigen thread).';
$strMyISAMSortBufferSize = 'Sorteer buffer grootte';
+$strMyISAMSortBufferSizeDesc = 'De buffer die gereserveerd wordt voor MyISAMi-indexen tijdens het uitvoeren van \'REPAIR TABLE\' of bij het aanmaken van indexen met \'CREATE INDEX\' of \'ALTER TABLE\'';
$strMySQLCharset = 'MySQL Karakterset';
-$strMysqlClientVersion = 'MySQL-client versie';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
-$strMysqlLibDiffersServerVersion = 'Uw PHP MySQL bibliotheek versie %s verschilt van uw MySQL-server versie %s. Dit kan onvoorspelbaar gedrag veroorzaken.';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
+$strMysqlClientVersion = 'MySQL-client versie';
+$strMysqlLibDiffersServerVersion = 'Uw PHP MySQL bibliotheek versie %s verschilt van uw MySQL-server versie %s. Dit kan onvoorspelbaar gedrag veroorzaken.';
$strName = 'Naam';
+$strNavTableFilter = 'Filter';
$strNext = 'Volgende';
+$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
+$strNoDataReceived = 'Er is geen data ontvangen om te importeren. Dit kan gebeuren wanneer er geen bestand werd verzonden, of wanneer deze werd afgekeurd op basis van de maximale bestandsgrootte zoals opgegeven in de PHP-configuratie. Zie [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er zijn geen databases geselecteerd.';
-$strNoDataReceived = 'Er is geen data ontvangen om te importeren. Dit kan gebeuren wanneer er geen bestand werd verzonden, of wanneer deze werd afgekeurd op basis van de maximale bestandsgrootte zoals opgegeven in de PHP-configuratie. Zie [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDetailsForEngine = 'Er is geen gedetailleerde status informatie beschikbaar voor deze opslag engine.';
$strNoDropDatabases = '"DROP DATABASE"-opdrachten zijn niet mogelijk.';
@@ -531,9 +549,6 @@ $strNoFrames = 'phpMyAdmin werkt gebruiksvriendelijker met een browser die fr
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index-delen gedefinieerd!';
$strNoModification = 'Geen verandering';
-$strNoneDefault = 'Geen';
-$strNo = 'Nee';
-$strNone = 'Geen';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
@@ -544,17 +559,19 @@ $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';
+$strNoneDefault = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '%s tabel niet gevonden of niet ingesteld in %s';
-$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
-$strNoValidateSQL = 'SQL-validatie overslaan';
$strNull = 'Null';
-$strNumberOfFields = 'Aantal velden';
-$strNumberOfTables = 'Aantal tabellen';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel %s';
$strNumSearchResultsTotal = 'Totaal:%s overeenkomst(en)';
$strNumTables = 'Tabellen';
+$strNumberOfFields = 'Aantal velden';
+$strNumberOfTables = 'Aantal tabellen';
$strOK = 'Correct';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -569,59 +586,60 @@ $strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaand(e) bestand(en)';
-$strPacked = 'Gecomprimeerd';
-$strPageNumber = 'Paginanummer:';
-$strPagesToBeFlushed = 'Pages te schonen';
-$strPaperSize = 'Papierformaat';
-$strPartialImport = 'Gedeeltelijke import';
-$strPartialText = 'Gedeeltelijke teksten';
-$strPartitionDefinition = 'PARTITION definitie';
-$strPartitioned = 'gepartitioneerd';
-$strPartitionMaintenance = 'Partitie onderhoud';
-$strPartition = 'Partitie %s';
-$strPasswordChanged = 'Het wachtwoord voor %s is succesvol veranderd.';
-$strPasswordEmpty = 'Het wachtwoord is leeg!';
-$strPasswordHashing = 'Wachtwoord Hashing';
-$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
-$strPassword = 'Wachtwoord';
$strPBXTCheckpointFrequency = 'Checkpoint frequentie';
$strPBXTCheckpointFrequencyDesc = 'De hoeveelheid data die kan worden geschreven naar de transactielog voordat er een nieuw checkpoint wordt aangemaakt. De standaard waarde is 24MB.';
$strPBXTDataFileGrowSize = 'Data bestand groei stapgrootte';
$strPBXTDataFileGrowSizeDesc = 'De groei stapgrootte van de handle data (.xtd) bestanden.';
$strPBXTDataLogThreshold = 'Data log drempelwaarde';
$strPBXTDataLogThresholdDesc = 'Het maximale formaat van een data logbestand. De standaard waarde is 64M. PBXT kan een maximum van 32000data logs aanmaken, welke gebruikt worden voor alle tabellen. Deze waarde kan dan ook worden verhoogd om de maximale opslagcapasiteit te verhogen.';
-$strPBXTGarbageThresholdDesc = 'Het percentage van garbage in een data logbestand voor dat deze wordt geschoond. Dit is een waarde tussen 1 en 99. De standaard is 50.';
$strPBXTGarbageThreshold = 'Garbage drempelwaaarde';
-$strPBXTIndexCacheSizeDesc = 'De hoeveelheid geheugen dat wordt gereserveerd voor het index cache. De standaard is 32MB. Het geheugen dat hier is rereserveerd wordt enkel gebruikt voor het cachen van index pages.';
+$strPBXTGarbageThresholdDesc = 'Het percentage van garbage in een data logbestand voor dat deze wordt geschoond. Dit is een waarde tussen 1 en 99. De standaard is 50.';
$strPBXTIndexCacheSize = 'Index cache grootte';
-$strPBXTLogBufferSizeDesc = 'De groote van de buffer die bij het schrijven naar de data log wordt gebruikt. De standaard is 256MB. De engine reserveerd een buffer per thread, maar enkel indien de thread ook moet schrijven naar de data log.';
+$strPBXTIndexCacheSizeDesc = 'De hoeveelheid geheugen dat wordt gereserveerd voor het index cache. De standaard is 32MB. Het geheugen dat hier is rereserveerd wordt enkel gebruikt voor het cachen van index pages.';
$strPBXTLogBufferSize = 'Log buffer grootte';
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
+$strPBXTLogBufferSizeDesc = 'De groote van de buffer die bij het schrijven naar de data log wordt gebruikt. De standaard is 256MB. De engine reserveerd een buffer per thread, maar enkel indien de thread ook moet schrijven naar de data log.';
$strPBXTLogCacheSize = 'Log cache grootte';
-$strPBXTLogFileCountDesc = 'Dit is het aantal transcatie logbestanden (pbxt/system/xlog*.xt) welke het systeem zal bijhouden. Wanneer het aantal logbestanden hier overheenkomt zullen oude bestanden worden verwijderd, anders worden oude logbestanden hernoemd met een opgehoogd volgnummer';
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
$strPBXTLogFileCount = 'Log file aantal';
-$strPBXTLogFileThresholdDesc = 'De groote van de transactielog waarbij deze zal worden vervangen door een nieuw bestand. De standaard is 16M.';
+$strPBXTLogFileCountDesc = 'Dit is het aantal transcatie logbestanden (pbxt/system/xlog*.xt) welke het systeem zal bijhouden. Wanneer het aantal logbestanden hier overheenkomt zullen oude bestanden worden verwijderd, anders worden oude logbestanden hernoemd met een opgehoogd volgnummer';
$strPBXTLogFileThreshold = 'Log file drempelwaarde';
-$strPBXTRecordCacheSizeDesc = 'Dit is de hoeveelheid geheugen dat is gereserveerd voor het record cache. De standaard is 32M. Dit geheugen wordt gebruikt om wijzigingen te cachen voor de handle data (.xtd) en rij pointer (.xtr) bestanden.';
+$strPBXTLogFileThresholdDesc = 'De groote van de transactielog waarbij deze zal worden vervangen door een nieuw bestand. De standaard is 16M.';
$strPBXTRecordCacheSize = 'Record cache grootte';
-$strPBXTRowFileGrowSizeDesc = 'De stapgroote waarmee de rij pointer (.xtr) bestanden groeien.';
+$strPBXTRecordCacheSizeDesc = 'Dit is de hoeveelheid geheugen dat is gereserveerd voor het record cache. De standaard is 32M. Dit geheugen wordt gebruikt om wijzigingen te cachen voor de handle data (.xtd) en rij pointer (.xtr) bestanden.';
$strPBXTRowFileGrowSize = 'Row file groei stapgrootte';
-$strPBXTTransactionBufferSizeDesc = 'De grootte van de globale transactie log buffer (de engine reserveert 2 buffers van dit formaat). De standaard is 1M';
+$strPBXTRowFileGrowSizeDesc = 'De stapgroote waarmee de rij pointer (.xtr) bestanden groeien.';
$strPBXTTransactionBufferSize = 'Transactie buffer grootte';
-$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
-$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
-$strPdfNoTables = 'Geen Tabellen';
+$strPBXTTransactionBufferSizeDesc = 'De grootte van de globale transactie log buffer (de engine reserveert 2 buffers van dit formaat). De standaard is 1M';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Genereert een rapport met de gegevens van een enkele tabel)';
$strPDFReportTitle = 'Report titel';
+$strPHPExtension = 'PHP uitbreiding';
+$strPHPVersion = 'PHP-Versie';
+$strPacked = 'Gecomprimeerd';
+$strPageNumber = 'Paginanummer:';
+$strPagesToBeFlushed = 'Pages te schonen';
+$strPaperSize = 'Papierformaat';
+$strPartialImport = 'Gedeeltelijke import';
+$strPartialText = 'Gedeeltelijke teksten';
+$strPartition = 'Partitie %s';
+$strPartitionDefinition = 'PARTITION definitie';
+$strPartitionMaintenance = 'Partitie onderhoud';
+$strPartitioned = 'gepartitioneerd';
+$strPassword = 'Wachtwoord';
+$strPasswordChanged = 'Het wachtwoord voor %s is succesvol 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';
-$strPHPExtension = 'PHP uitbreiding';
$strPhp = 'Genereer PHP-Code';
-$strPHPVersion = 'PHP-Versie';
+$strPhpArray = 'PHP-array';
$strPlayAudio = 'Afspelen';
$strPleaseSelectPrimaryOrUniqueKey = 'Selecteer de primaire sleutel of een unieke sleutel';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
@@ -630,10 +648,10 @@ $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" moet de naam van en alleen van een primaire sleutel zijn!)';
-$strPrimary = 'Primaire sleutel';
$strPrint = 'Afdrukken';
$strPrintView = 'Afdrukken';
$strPrintViewFull = 'Afdrukken (met volledige teksten)';
@@ -650,8 +668,8 @@ $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.';
$strPrivDescEvent = 'Maakt het mogelijk om gebeurtenissen in de planner te zetten';
-$strPrivDescExecute5 = 'Maakt het mogelijk om stored routines uit te voeren.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
+$strPrivDescExecute5 = 'Maakt het mogelijk om stored routines uit te voeren.';
$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 privilegestabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
@@ -683,9 +701,9 @@ $strProfiling = 'Profiling';
$strProtocolVersion = 'Protocolversie';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
+$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
-$strQBE = 'Query opbouwen';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database %s:';
@@ -696,6 +714,7 @@ $strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query-type';
$strQueryWindowLock = 'Overschrijf deze query niet vanuit een ander scherm';
+$strReType = 'Type opnieuw';
$strReadRequests = 'Lees aanvragen';
$strRebuild = 'Regenereer';
$strReceived = 'Ontvangen';
@@ -703,64 +722,75 @@ $strRecommended = 'aangeraden';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
+$strRelationDeleted = 'Relatie verwijderd';
+$strRelationNotWorking = 'Extra opties om met tabellen te werken, die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
+$strRelationView = 'Relatieoverzicht';
$strRelationalDisplayField = 'Relationele weergave veld';
$strRelationalKey = 'Relationele sleutel';
$strRelationalSchema = 'Relationeel schema';
-$strRelationDeleted = 'Relatie verwijderd';
-$strRelationNotWorking = 'Extra opties om met tabellen te werken, die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
-$strRelationsForTable = 'RELATIES VOOR TABEL';
$strRelations = 'Relaties';
-$strRelationView = 'Relatieoverzicht';
-$strReloadingThePrivileges = 'Bezig de privileges te verversen';
-$strReloadPrivileges = 'Ververs rechten';
+$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReload = 'Verversen';
+$strReloadPrivileges = 'Ververs rechten';
+$strReloadingThePrivileges = 'Bezig de privileges te verversen';
+$strRemoveCRLF = 'Verwijder CRLF tekens uit veld-waarden';
$strRemovePartitioning = 'Verwijder partitionering';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemd naar %s';
-$strRenameTableOK = 'Tabel %s is hernoemd naar %s';
$strRenameTable = 'Tabel hernoemen naar';
+$strRenameTableOK = 'Tabel %s is hernoemd naar %s';
$strRepair = 'Repareer';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabelgegevens door het bestand';
$strReplication = 'Replicatie';
+$strReplicationStatus = 'Replicatie status';
$strReplicationStatusInfo = 'Deze MySQL-server functioneert als %s in een replicatie process. Kijk voor meer informatie over replicatie in de replication status sectie.';
$strReplicationStatus_master = 'Master status';
-$strReplicationStatus = 'Replicatie status';
$strReplicationStatus_slave = 'Slave status';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource-beperkingen';
$strRestartInsertion = 'Herstart het invoegen met %s rijen';
-$strReType = 'Type opnieuw';
-$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
-$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder deze daarna.';
-$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRevoke = 'Ongedaan maken';
+$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder deze 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';
$strRoutineReturnType = 'Retour type';
$strRoutines = 'Routines';
$strRowLength = 'Lengte van de rij';
+$strRowSize = ' Grootte van de rij';
+$strRows = 'Rijen';
$strRowsAffected = '%1$d rij(en) bijgewerkt.';
$strRowsDeleted = '%1$d rij(en) verwijderd.';
$strRowsFrom = 'rijen beginnend bij';
$strRowsInserted = '%1$d rij(en) toegevoegd.';
-$strRowSize = ' Grootte van de rij';
$strRowsModeFlippedHorizontal = 'horizontaal (omgedraaide headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
-$strRows = 'Rijen';
$strRowsStatistic = 'Rij-statistiek';
-$strRunning = 'wordt uitgevoerd op %s';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunSQLQueryOnServer = 'Voer SQL query/queries uit op de server %s';
+$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
-$strSaveOnServer = 'Bewaar op de server in %s directory';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL-compatibiliteits mode';
+$strSQLExportType = 'Export type';
+$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL-parser. Let er goed op, dat in de query op de correcte plaatsen quotes zijn geplaatst. Een ander mogelijkheid voor deze foutmelding is dat u het ge-quote tekstgedeelte in binaire mode heeft geplaatst. U kunt ook uw query proberen in de command line van MySQL. De MySQL-serverfoutmelding 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 zitten in uw SQL-query. Mocht de MySQL-server een foutmelding hebben terug gegeven, probeer dan of u 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';
$strSavePosition = 'Posities opslaan';
$strScaleFactorSmall = 'De schaalfactor is te klein om het schema op een pagina te zetten';
+$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInField = 'In het veld:';
$strSearchInTables = 'In de tabel(len):';
@@ -771,7 +801,6 @@ $strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "%s" %s:';
$strSearchType = 'Zoek:';
-$strSearch = 'Zoeken';
$strSecretRequired = 'Het configuratiebestand heeft nu een geheime wachtwoordzin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
@@ -783,38 +812,37 @@ $strSelectReferencedKey = 'Selecteer de gerefereerde sleutel';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
+$strServer = 'Server';
$strServerChoice = 'Serverkeuze';
$strServerNotResponding = 'De server reageert niet';
-$strServer = 'Server';
-$strServers = 'Servers';
-$strServerStatusDelayedInserts = 'Vertraagde inserts';
$strServerStatus = 'Runtime-informatie';
+$strServerStatusDelayedInserts = 'Vertraagde inserts';
$strServerStatusUptime = 'Deze MySQL-server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = 'Serververkeer: Netwerkverkeer van deze MySQL-server, sinds deze is gestart';
$strServerVars = 'Servervariabelen en -instellingen';
$strServerVersion = 'Serverversie';
+$strServers = 'Servers';
$strSessionGCWarning = 'De PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lager dan de ingestelde cookie geldigheid in phpMyAdmin. Hierdoor verloopt uw sessie eerder dan in phpMyAdmin is ingesteld.';
$strSessionStartupErrorGeneral = 'De sessie kan niet foutloos worden gestart. Controleer op foutmeldingen in de PHP- en webserver-log, en herstel deze.';
$strSessionValue = 'Sessievariabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'... Als u een backslash moet plaatsen ("") of een enkel aanhalingsteken ("\'") bij deze waardes, plaats er dan een backslash voor (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
+$strSettings = 'instellingen';
$strSetupAllowAnywhereRecoding_name = 'Karakterset converteringen toestaan';
-$strSetupAllowArbitraryServer_desc = 'Indien ingeschakeld kan de gebruiker elke MySQL-server opgeven op het login formulier voor cookie authenticatie.';
$strSetupAllowArbitraryServerMsg = 'Deze [a@?page=form&formset=features#tab_Security]optie[/a] zou uitgeschakeld moeten zijn gezien het de mogelijkheid geeft aan kwaadwillenden om op groteschaal inlog pogingen uit te voeren op willekeurige MySQL-servers. Indien toch noodzakelijk gebruik dan [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. Echter, IP-adres gebaseerde beveiliging is mogelijk niet betrouwbaar wanneer uw IP-adres uit het netwerk van uw provider komt waar ook vele andere klanten gebruik van maken.';
+$strSetupAllowArbitraryServer_desc = 'Indien ingeschakeld kan de gebruiker elke MySQL-server opgeven op het login formulier voor cookie authenticatie.';
$strSetupAllowArbitraryServer_name = 'Sta het inloggen op een willekeurige MySQL-server toe';
$strSetupAllowUserDropDatabase_name = 'Toon "Verwijder database" link voor normale gebruikers';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compressie en decompressie[/a] vereisen de functies (%s) welke niet beschikbaar zijn op dit systeem.';
+$strSetupBZipDump_desc = 'Schakel [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compressie in voor import en export bewerkingen';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Sleutel hoort letters, cijfers [em]and[/em] speciale tekens te bevatten';
-$strSetupblowfish_secret_desc = 'Geheime sleutelzin gebruikt voor de versleuteling van cookies in [kbd]cookie[/kbd] authenticatie';
$strSetupBlowfishSecretLengthMsg = 'Sleutel is te kort, deze moet minimaal 8 tekens bevatten';
$strSetupBlowfishSecretMsg = 'U heeft geen blowfish geheim ingesteld en gebruikt cookie-authenticatie, een sleutel was automatisch voor u gegenereerd. Deze wordt gebruikt om cookies te versleutelen en hoeft u niet zelf te onthouden.';
-$strSetupblowfish_secret_name = 'Blowfish geheim';
$strSetupBrowseMarkerEnable_desc = 'Markeer geselecteerde rijen';
$strSetupBrowseMarkerEnable_name = 'Rij markering';
$strSetupBrowsePointerEnable_desc = 'Markeer de door de muis aangewezen rij';
$strSetupBrowsePointerEnable_name = 'Markeer muispijl';
-$strSetupBZipDump_desc = 'Schakel [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compressie in voor import en export bewerkingen';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compressie en decompressie[/a] vereisen de functies (%s) welke niet beschikbaar zijn op dit systeem.';
$strSetupCannotLoadConfig = 'Laden en opslaan van het configuratiebestand is niet mogelijk';
$strSetupCannotLoadConfigMsg = 'Maak een voor de webserver beschrijfbare directory met de naam [em]config[/em] aan in de phpMyAdmin hoofd directory zoals beschreven in de [a@../Documentation.html#setup_script]documentie[/a]. Anders is het enkel mogelijk om de gegenereerde configuratie te bekijken en te downloaden.';
$strSetupCharEditing_desc = 'Definieert welk type HTML element zal worden gebruikt voor CHAR en VARCHAR velden; [kbd]input[/kbd] - maakt het mogelijk om de invoer lengte te beperken, [kbd]textarea[/kbd] - maakt het mogelijk om meerdere regels in te vullen.';
@@ -841,27 +869,14 @@ $strSetupDefaultTabServer_name = 'Standaard server tabblad';
$strSetupDefaultTabTable_desc = 'Het tabblad dat wordt getoond na het openen van een tabel';
$strSetupDefaultTabTable_name = 'Standaard tabel tabblad';
$strSetupDirectoryNotice = 'Deze waarde dient extra goed gecontroleerd te worden';
+$strSetupDisplay = 'Toon';
$strSetupDisplayDatabasesList_desc = 'Toon een database overzicht als een lijst in plaats van een afrolmenu';
$strSetupDisplayDatabasesList_name = 'Toon databases als een lijst';
$strSetupDisplayServersList_desc = 'Toon een server overzicht als een lijst in plaats van een afrolmenu';
$strSetupDisplayServersList_name = 'Toon servers als een lijst';
-$strSetupDisplay = 'Toon';
$strSetupDonateLink = 'Doneer';
$strSetupDownload = 'Download';
$strSetupEndOfLine = 'Regeleinde';
-$strSetuperror_connection = 'Er kan geen verbinding worden gemaakt met de server';
-$strSetuperror_empty_pmadb_password = 'Het wachtwoord voor de controle gebruiker is leeg terwijl u wel de pmadb gebruikt';
-$strSetuperror_empty_pmadb_user = 'De controle gebruikersnaam is leeg terwijl u wel de pmadb gebruikt';
-$strSetuperror_empty_signon_session = 'Er is geen signon sessie naam opgegeven terwijl u gebruik maakt van het authenticatie type [kbd]signon[/kbd]';
-$strSetuperror_empty_signon_url = 'Er is geen signon URL opgegeven terwijl u gebruik maakt van het authenticatie type [kbd]signon[/kbd]';
-$strSetuperror_empty_user_for_config_auth = 'Leeg het gebruikersnaam veld bij het gebruik van het authenticatie type [kbd]config[/kbd]';
-$strSetuperror_form = 'Het verstuurde formulier bevat fouten';
-$strSetuperror_incorrect_ip_address = 'Foutief IP adres: %s';
-$strSetuperror_incorrect_port = 'Geen geldig poortnummer';
-$strSetuperror_incorrect_value = 'Foutieve waarde';
-$strSetuperror_missing_field_data = 'Ontbrekende data voor %s';
-$strSetuperror_nan_nneg = 'Geen niet-negatief getal';
-$strSetuperror_nan_p = 'Geen positief getal';
$strSetupExecTimeLimit_desc = 'Stel hier het maximale aantal seconden in dat een script mag gebruiken om te worden uitgevoerd ([kbd]0[/kbd] voor geen limiet)';
$strSetupExecTimeLimit_name = 'Maximale uitvoertijd';
$strSetupExport_asfile_name = 'Opslaan als bestand';
@@ -875,63 +890,63 @@ $strSetupExport_onserver_name = 'Opslaan op server';
$strSetupExport_onserver_overwrite_name = 'Overschrijf bestaand(e) bestand(en)';
$strSetupExport_remember_file_template_name = 'Herinner bestandsnaam template';
$strSetupFalse = 'nee';
-$strSetupForceSSL_desc = 'Dwing een beveiligde verbinding af tijdens het gebruik van phpMyAdmin';
$strSetupForceSSLMsg = 'Deze [a@?page=form&formset=features#tab_Security]optie[/a] zou ingeschakeld moeten zijn indien uw webserver dit ondersteund.';
+$strSetupForceSSL_desc = 'Dwing een beveiligde verbinding af tijdens het gebruik van phpMyAdmin';
$strSetupForceSSL_name = 'Beveiligde verbinding (HTTPS) afdwingen';
$strSetupForeignKeyDropdownOrder_desc = 'Sorteer volgorde van elementen in een vreemdesleutel afrolmenu; [kbd]content[/kbd] is de gerefereerde data, [kbd]id[/kbd] is de sleutelwaarde';
$strSetupForeignKeyDropdownOrder_name = 'Vreemdesleutel afrolmenu sortering';
$strSetupForeignKeyMaxLimit_desc = 'Een afrolmenu wordt gebruikt indien er minder items beschikbaar zijn';
$strSetupForeignKeyMaxLimit_name = 'Vreemdesleutel limiet';
-$strSetupForm_Browse_desc = 'Aanpassen verkennen-mode';
$strSetupForm_Browse = 'Verkennen-mode';
-$strSetupForm_Edit_desc = 'Aanpassen wijzig-mode';
+$strSetupForm_Browse_desc = 'Aanpassen verkennen-mode';
$strSetupForm_Edit = 'Wijzig-mode';
-$strSetupForm_Export_defaults_desc = 'Aanpassen standaard export opties';
+$strSetupForm_Edit_desc = 'Aanpassen wijzig-mode';
$strSetupForm_Export_defaults = 'Export standaarden';
-$strSetupForm_Import_defaults_desc = 'Aanpassen standaard importeer opties';
+$strSetupForm_Export_defaults_desc = 'Aanpassen standaard export opties';
$strSetupForm_Import_defaults = 'Import opties';
-$strSetupForm_Import_export_desc = 'Aanpassen importeer- en exporteer-directories en compressie-opties';
+$strSetupForm_Import_defaults_desc = 'Aanpassen standaard importeer opties';
$strSetupForm_Import_export = 'Importeer / exporteer';
+$strSetupForm_Import_export_desc = 'Aanpassen importeer- en exporteer-directories en compressie-opties';
$strSetupForm_Left_databases = 'Databases';
$strSetupForm_Left_databases_desc = 'Weergave opties voor databases';
-$strSetupForm_Left_frame_desc = 'Weergave opties voor het navigatieframe';
$strSetupForm_Left_frame = 'Navigatieframe';
-$strSetupForm_Left_servers_desc = 'Weergave opties voor servers';
+$strSetupForm_Left_frame_desc = 'Weergave opties voor het navigatieframe';
$strSetupForm_Left_servers = 'Servers';
-$strSetupForm_Left_tables_desc = 'Weergave opties voor tabellen';
+$strSetupForm_Left_servers_desc = 'Weergave opties voor servers';
$strSetupForm_Left_tables = 'Tabellen';
+$strSetupForm_Left_tables_desc = 'Weergave opties voor tabellen';
$strSetupForm_Main_frame = 'Hoofdframe';
-$strSetupForm_Other_core_settings_desc = 'Instellingen die onder geen andere categorie pasten';
$strSetupForm_Other_core_settings = 'Overige instellingen';
-$strSetupForm_Query_window_desc = 'Aanpassen query-venster opties';
+$strSetupForm_Other_core_settings_desc = 'Instellingen die onder geen andere categorie pasten';
$strSetupForm_Query_window = 'Query-venster';
+$strSetupForm_Query_window_desc = 'Aanpassen query-venster opties';
$strSetupForm_Security = 'Beveiliging';
$strSetupForm_Security_desc = 'Bedenk dat phpMyAdmin enkel een gebruikersinterface is, en dat zijn functies niet direct MySQL beperken. ';
$strSetupForm_Server = 'Basis instellingen';
-$strSetupForm_Server_config_desc = 'Geavanceerde serverinstellingen, wijzig deze alleen wanneer u de werking begrijpt';
$strSetupForm_Server_config = 'Server configuratie';
+$strSetupForm_Server_config_desc = 'Geavanceerde serverinstellingen, wijzig deze alleen wanneer u de werking begrijpt';
$strSetupForm_Server_desc = 'Geef de server verbindingsparameters';
-$strSetupForm_Server_login_options_desc = 'Aanpassen inlog-opties voor het authenticatie type [kbd]signon[/kbd]';
$strSetupForm_Server_login_options = 'Signon inlog opties';
-$strSetupForm_Server_pmadb_desc = 'Configureer de phpMyAdmin database om toegang te krijgen tot extra functionaliteit, zie [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in de documentatie';
+$strSetupForm_Server_login_options_desc = 'Aanpassen inlog-opties voor het authenticatie type [kbd]signon[/kbd]';
$strSetupForm_Server_pmadb = 'PMA database';
+$strSetupForm_Server_pmadb_desc = 'Configureer de phpMyAdmin database om toegang te krijgen tot extra functionaliteit, zie [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in de documentatie';
+$strSetupForm_Sql_box = 'SQL-query veld';
+$strSetupForm_Sql_box_desc = 'Aanpassen van links getoond in de SQL-query vensters';
+$strSetupForm_Sql_queries = 'SQL-queries';
+$strSetupForm_Sql_queries_desc = 'Aanpassen SQL-query instellingen, voor SQL-query venster opties zie [a@?page=form&formset=main_frame#tab_Sql_box]Navigatieframe[/a] instellingen';
+$strSetupForm_Startup = 'Beginpagina';
+$strSetupForm_Startup_desc = 'Aanpassen beginpagina';
+$strSetupForm_Tabs = 'Tabbladen';
+$strSetupForm_Tabs_desc = 'Aanpassen van tabblad functioneren';
$strSetupFormset_customization = 'Aanpassingen';
$strSetupFormset_export = 'Aanpassen export opties';
$strSetupFormset_features = 'Opties';
$strSetupFormset_import = 'Aanpassen importeer standaarden';
$strSetupFormset_left_frame = 'Aanpassen navigatieframe';
$strSetupFormset_main_frame = 'Aanpassen hoofdframe';
-$strSetupForm_Sql_box_desc = 'Aanpassen van links getoond in de SQL-query vensters';
-$strSetupForm_Sql_box = 'SQL-query veld';
-$strSetupForm_Sql_queries_desc = 'Aanpassen SQL-query instellingen, voor SQL-query venster opties zie [a@?page=form&formset=main_frame#tab_Sql_box]Navigatieframe[/a] instellingen';
-$strSetupForm_Sql_queries = 'SQL-queries';
-$strSetupForm_Startup = 'Beginpagina';
-$strSetupForm_Startup_desc = 'Aanpassen beginpagina';
-$strSetupForm_Tabs_desc = 'Aanpassen van tabblad functioneren';
-$strSetupForm_Tabs = 'Tabbladen';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compressie en decompressie[/a] vereisen de functies (%s) welke niet beschikbaar zijn op dit systeem.';
$strSetupGZipDump_desc = 'Gebruik [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compressie voor import en export operaties';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compressie en decompressie[/a] vereisen de functies (%s) welke niet beschikbaar zijn op dit systeem.';
$strSetupHomepageLink = 'phpMyAdmin homepage';
$strSetupIconvExtraParams_name = 'Extra parameters voor iconv';
$strSetupIgnoreErrors = 'Negeer foutmeldingen';
@@ -943,9 +958,9 @@ $strSetupImport_format_desc = 'Standaard formaat; deze lijst is afhankelijk van
$strSetupImport_format_name = 'Formaat van het geïmporteerde bestand';
$strSetupImport_skip_queries_desc = 'Het aantal rijen (queries) dat initieel moet worden overgeslagen';
$strSetupImport_skip_queries_name = 'Gedeeltelijke import: queries overslaan';
+$strSetupInsecureConnection = 'Onveilige verbinding';
$strSetupInsecureConnectionMsg1 = 'U gebruikt een verbinding die niet beveiligd is. Alle gegevens (inclusief potentieel gevoelige informatie zoals wachtwoorden) worden onversleuteld verzonden!';
$strSetupInsecureConnectionMsg2 = 'Indien uw server ook is ingesteld om HTTPS verbindingen te ondersteunen, gebruik dan [a@%s]deze link[/a] om de beveiligde verbinding te gebruiken.';
-$strSetupInsecureConnection = 'Onveilige verbinding';
$strSetupInsertRows_desc = 'Hoeveel rijen gelijktijdig kunnen worden ingevoegd';
$strSetupInsertRows_name = 'Aantal ingevoegde rijen';
$strSetupLeftDefaultTabTable_name = 'Doel van snel-icoon';
@@ -962,9 +977,9 @@ $strSetupLeftFrameLight_name = 'Gebruik lichte versie';
$strSetupLeftFrameTableLevel_name = 'Maximum tabel boomstructuur diepte';
$strSetupLeftFrameTableSeparator_desc = 'Teken(reeks) dat de boomdiepte aangeeft in tabelnamen';
$strSetupLeftFrameTableSeparator_name = 'Tabel boomstructuur scheidingsteken';
-$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftLogoLinkWindow_desc = 'Open de pagina in het hoofdvenster ([kbd]main[/kbd]) of in een nieuwe ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Logo link bestemming';
+$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftPointerEnable_desc = 'Markeer server onder de muispijl';
$strSetupLeftPointerEnable_name = 'Markeren inschakelen';
$strSetupLetUserChoose = 'laat de gebruiker kiezen';
@@ -977,8 +992,8 @@ $strSetupLoginCookieRecall_desc = 'Geeft aan of de laatst gebruikte gebruikersna
$strSetupLoginCookieRecall_name = 'Herinner gebruikersnaam';
$strSetupLoginCookieStore_desc = 'Definieert hoe lang (in seconden) een login cookie bewaard moet worden door de browser. De standaard, 0, bewaard dit enkel voor de levensduur van de huidige sessie, en vervalt wanneer de browser wordt afgesloten. Dit is aan te raden voor niet vertrouwde omgevingen.';
$strSetupLoginCookieStore_name = 'Inlog cookie opslag';
-$strSetupLoginCookieValidity_desc = 'Definieer hoelang (in seconden) een inlog cookie geldig blijft';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Inlog cookie geldigheid[/a] zou maximaal 1800 seconds (30 minutes) moeten zijn. Een waarde hoger dan 1800 kan een beveiligingsrisico opleveren, waarbij iemand uw identiteit kan misbruiken.';
+$strSetupLoginCookieValidity_desc = 'Definieer hoelang (in seconden) een inlog cookie geldig blijft';
$strSetupLoginCookieValidity_name = 'Inlog cookie geldigheid';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximaal aantal karakters dat wordt gebruikt bij het nonen van een SQL-query.';
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximaal getoonden SQL lengte';
@@ -1016,18 +1031,36 @@ $strSetupRecodingEngine_desc = 'Selecteer welke functies worden gebruikt om kara
$strSetupRecodingEngine_name = 'Hercoderings engine';
$strSetupRestoreDefaultValue = 'Herstel standaard waarde';
$strSetupRevertErroneousFields = 'Doe een poging om foutieve velden te herstellen met hun standaardwaarde';
+$strSetupSQLQuery_Edit_name = 'Wijzig';
+$strSetupSQLQuery_Explain_name = 'Verklaar SQL';
+$strSetupSQLQuery_Refresh_name = 'Vernieuw';
+$strSetupSQLQuery_ShowAsPHP_name = 'Genereer PHP-Code';
+$strSetupSQLQuery_Validate_name = 'Valideer SQL';
$strSetupSaveDir_desc = 'Directory op de server waar exports kunnen worden opgeslagen';
$strSetupSaveDir_name = 'Opslag directory';
$strSetupServerAuthConfigMsg = 'U gebruikt het [kbd]config[/kbd] authenticatie type en heeft de te gebruiken gebruikersnaam en wachtwoord hierbij opgegeven voor automatisch inloggen. Dit is niet aanbevolen voor productie systemen gezien iemand die het URL van phpMyAdmin achterhaald direct toegang heeft. Gebruik het [a@?page=servers&mode=edit&id=%1$d#tab_Server]authenticatie type[/a] [kbd]cookie[/kbd] of [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Voor betere prestaties kunt u het beste mysqli gebruiken';
$strSetupServerNoPasswordMsg = 'U staat het toe dat een gebruiker die geen wachtwoord heeft ingesteld kan inloggen';
+$strSetupServerSecurityInfoMsg = 'Indien toch noodzakelijk gebruik dan tevens [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]machine authenticatie[/a] instellingen en [a@?page=form&formset=features#tab_Security]vertrouwde proxy servers[/a]. Echter, IP-adres gebaseerde beveiliging is mogelijk niet betrouwbaar wanneer uw IP-adres uit het netwerk van uw provider komt, waar ook vele andere klanten gebruik van maken.';
+$strSetupServerSslMsg = 'U kunt het beste een HTTPS verbinding gebruiken wanneer uw webserver dit ondersteund';
$strSetupServersAdd = 'Een server toevoegen';
+$strSetupServersEdit = 'Wijzig server';
$strSetupServers_AllowDeny_order_desc = 'Laat dit veld leeg indien u het niet wenst te gebruiken';
$strSetupServers_AllowDeny_order_name = 'Machine authenticatie volgorde';
$strSetupServers_AllowDeny_rules_desc = 'Laat dit veld leeg om de standaardwaarde te gebruiken';
$strSetupServers_AllowDeny_rules_name = 'Host authenticatie regels';
$strSetupServers_AllowNoPassword_name = 'Inloggen zonder wachtwoord toestaan';
$strSetupServers_AllowRoot_name = 'Root login toestaan';
+$strSetupServers_CountTables_desc = 'Tel het aantal tabellen bij het weergeven van een database lijst';
+$strSetupServers_CountTables_name = 'Tel tabellen';
+$strSetupServers_DisableIS_desc = 'Zie voor meer informatie: [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Maak geen gebruik van INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'Uitlog URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL-commando om de beschikbare databases op te vragen';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES commando';
+$strSetupServers_SignonSession_desc = 'Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatie typen[/a] voor een voorbeeld';
+$strSetupServers_SignonSession_name = 'Signon sessienaam';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'Het pad naar het configuratiebestand voor [a@http://swekey.com]SweKey hardware authenticatie[/a] (niet binnen de document root directory van uw webserver; suggestie: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey configuratiebestand';
$strSetupServers_auth_type_desc = 'De te gebruiken authenticatie methode';
@@ -1043,14 +1076,8 @@ $strSetupServers_connect_type_name = 'Verbindingstype';
$strSetupServers_controlpass_name = 'Controle gebruiker wachtwoord';
$strSetupServers_controluser_desc = 'Een speciale MySQL gebruiker met beperkte rechten, zie de [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a] voor meer informatie';
$strSetupServers_controluser_name = 'Controle gebruiker';
-$strSetupServers_CountTables_desc = 'Tel het aantal tabellen bij het weergeven van een database lijst';
-$strSetupServers_CountTables_name = 'Tel tabellen';
$strSetupServers_designer_coords_desc = 'Laat dit veld leeg om de Designer niet te gebruiken, suggestie: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Designer tabel';
-$strSetupServers_DisableIS_desc = 'Zie voor meer informatie: [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Maak geen gebruik van INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'Indien toch noodzakelijk gebruik dan tevens [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]machine authenticatie[/a] instellingen en [a@?page=form&formset=features#tab_Security]vertrouwde proxy servers[/a]. Echter, IP-adres gebaseerde beveiliging is mogelijk niet betrouwbaar wanneer uw IP-adres uit het netwerk van uw provider komt, waar ook vele andere klanten gebruik van maken.';
-$strSetupServersEdit = 'Wijzig server';
$strSetupServers_extension_desc = 'Welke PHP-extensie er gebruikt zal worden; gebruik mysqli waar mogelijk';
$strSetupServers_extension_name = 'PHP-extensie';
$strSetupServers_hide_db_desc = 'Verberg databases die aan de hier opgegeven reguliere expressie (PCRE) voldoen ';
@@ -1059,7 +1086,6 @@ $strSetupServers_history_desc = 'Laat dit veld leeg om geen SQL-historie te onde
$strSetupServers_history_name = 'SQL-query historie tabel';
$strSetupServers_host_desc = 'Machinenaam waar de MySQL-server bereikbaar is';
$strSetupServers_host_name = 'Server machinenaam';
-$strSetupServers_LogoutURL_name = 'Uitlog URL';
$strSetupServers_nopassword_desc = 'Probeer te verbinden zonder wachtwoord';
$strSetupServers_nopassword_name = 'Verbind zonder wachtwoord';
$strSetupServers_only_db_desc = 'U kunt gebruik maken van jokertekens (% en _), escape deze tekens indien u ze letterlijk wil gebruiken. Gebruik bijvoorbeeld \'mijn\_db\' en niet \'mijn_db\'';
@@ -1074,12 +1100,6 @@ $strSetupServers_port_desc = 'Het TCP poortnummer waarop MySQL luistert, laat di
$strSetupServers_port_name = 'Server poort';
$strSetupServers_relation_desc = 'Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] te ondersteunen, suggestie: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Relatie tabel';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL-commando om de beschikbare databases op te vragen';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES commando';
-$strSetupServers_SignonSession_desc = 'Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatie typen[/a] voor een voorbeeld';
-$strSetupServers_SignonSession_name = 'Signon sessienaam';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'U kunt het beste een HTTPS verbinding gebruiken wanneer uw webserver dit ondersteund';
$strSetupServers_socket_desc = 'Het socket waarop de MySQL-server luistert, laat dit leeg voor de standaard waarde';
$strSetupServers_socket_name = 'Server socket';
$strSetupServers_ssl_name = 'Gebruik SSL';
@@ -1105,9 +1125,9 @@ $strSetupShowFunctionFields_name = 'Toon functie velden';
$strSetupShowHiddenMessages = 'Toon verborgen berichten (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Toon link naar de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] uitvoer';
$strSetupShowPhpInfo_name = 'Toon phpinfo() link';
-$strSetupShowServerInfo_name = 'Toon gedetailleerde MySQL-server informatie ';
$strSetupShowSQL_desc = 'Geeft aan of SQL-queries die door phpMyAdmin werden gegenereerd moeten worden getoond';
$strSetupShowSQL_name = 'Toon SQL-queries';
+$strSetupShowServerInfo_name = 'Toon gedetailleerde MySQL-server informatie ';
$strSetupShowStats_desc = 'Maakt het mogelijk om statistieken over o.a. het ruimtegebruik van databases en tabellen te tonen';
$strSetupShowStats_name = 'Toon statistieken';
$strSetupShowTooltipAliasDB_desc = 'Indien tooltips zijn ingeschakeld en er een database opmerking aanwezig is, wisselt dit de opmerking en de werkelijke naam om ';
@@ -1117,11 +1137,6 @@ $strSetupShowTooltipAliasTB_name = 'Toon tabel opmerking in plaats van de naam';
$strSetupShowTooltip_name = 'Toon tabel opmerking in een tooltip';
$strSetupSkipLockedTables_desc = 'Markeer in gebruik zijnde tabellen, waardoor het mogelijk om een databases die deze tabellen bevat te tonen';
$strSetupSkipLockedTables_name = 'Herken vergrendelde tabellen';
-$strSetupSQLQuery_Edit_name = 'Wijzig';
-$strSetupSQLQuery_Explain_name = 'Verklaar SQL';
-$strSetupSQLQuery_Refresh_name = 'Vernieuw';
-$strSetupSQLQuery_ShowAsPHP_name = 'Genereer PHP-Code';
-$strSetupSQLQuery_Validate_name = 'Valideer SQL';
$strSetupSuggestDBName_desc = 'Doe (indien mogelijk) een suggestie voor de naam van de aan te maken database in het hiervoor bestemde formulier, anders blijft het veld leeg. ';
$strSetupSuggestDBName_name = 'Stel een databasenaam voor';
$strSetupTrue = 'ja';
@@ -1133,6 +1148,7 @@ $strSetupUseDbSearch_desc = 'Maak het mogelijk om te zoeken binnen de gehele dat
$strSetupUseDbSearch_name = 'Gebruik database doorzoeken';
$strSetupVerboseMultiSubmit_desc = 'Toon het aantal bijgewerkte rijen voor elke opdracht in een meervoudigeopdracht. Zie libraries/import.lib.php voor de criteria waarop wordt gebaseerd hoeveel opdrachten een query mag bevatten.';
$strSetupVerboseMultiSubmit_name = 'Uitgebreide uitvoer voor meervoudigeopdrachten';
+$strSetupVersionCheck = 'Versie controle';
$strSetupVersionCheckDataError = 'Het ophalen van de versie-informatie is mislukt. Mogelijk bent u offline, of is de upgrade server niet beschikbaar.';
$strSetupVersionCheckInvalid = 'Een ongeldige versiecode was ontvangen van de server';
$strSetupVersionCheckLink = 'Controleer de meest recente versie';
@@ -1140,25 +1156,36 @@ $strSetupVersionCheckNewAvailable = 'Een recentere versie van phpMyAdmin is besc
$strSetupVersionCheckNewAvailableSvn = 'U gebruikt een subversion versie, start [kbd]svn update[/kbd] :-)[br]De meest recente stabiele versie is %s, uitgebracht op %s.';
$strSetupVersionCheckNone = 'Er is geen recentere stabiele versie beschikbaar';
$strSetupVersionCheckUnparsable = 'De versiecode werd niet herkend';
-$strSetupVersionCheck = 'Versie controle';
$strSetupVersionCheckWrapperError = 'Zowel de URL-wrapper als CURL zijn niet aanwezig. Versie controle is niet mogelijk.';
$strSetupWarning = 'Waarschuwing';
-$strSetupZipDump_desc = 'Gebruik [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compressie voor import en export operaties';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compressie[/a] vereist de functies (%s) welke niet beschikbaar zijn op dit systeem.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompressie[/a] vereist de functies (%s) welke niet beschikbaar zijn op dit systeem.';
+$strSetupZipDump_desc = 'Gebruik [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compressie voor import en export operaties';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Geheime sleutelzin gebruikt voor de versleuteling van cookies in [kbd]cookie[/kbd] authenticatie';
+$strSetupblowfish_secret_name = 'Blowfish geheim';
+$strSetuperror_connection = 'Er kan geen verbinding worden gemaakt met de server';
+$strSetuperror_empty_pmadb_password = 'Het wachtwoord voor de controle gebruiker is leeg terwijl u wel de pmadb gebruikt';
+$strSetuperror_empty_pmadb_user = 'De controle gebruikersnaam is leeg terwijl u wel de pmadb gebruikt';
+$strSetuperror_empty_signon_session = 'Er is geen signon sessie naam opgegeven terwijl u gebruik maakt van het authenticatie type [kbd]signon[/kbd]';
+$strSetuperror_empty_signon_url = 'Er is geen signon URL opgegeven terwijl u gebruik maakt van het authenticatie type [kbd]signon[/kbd]';
+$strSetuperror_empty_user_for_config_auth = 'Leeg het gebruikersnaam veld bij het gebruik van het authenticatie type [kbd]config[/kbd]';
+$strSetuperror_form = 'Het verstuurde formulier bevat fouten';
+$strSetuperror_incorrect_ip_address = 'Foutief IP adres: %s';
+$strSetuperror_incorrect_port = 'Geen geldig poortnummer';
+$strSetuperror_incorrect_value = 'Foutieve waarde';
+$strSetuperror_missing_field_data = 'Ontbrekende data voor %s';
+$strSetuperror_nan_nneg = 'Geen niet-negatief getal';
+$strSetuperror_nan_p = 'Geen positief getal';
+$strShow = 'Toon';
$strShowAll = 'Toon alles';
-$strShowBinaryContents = 'Toon binaire inhoud';
$strShowBLOBContents = 'Toon BLOB inhoud';
+$strShowBinaryContents = 'Toon binaire inhoud';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon raster';
$strShowHideLeftMenu = 'Toon/Verberg linker menu';
-$strShowingBookmark = 'Toon bookmark';
-$strShowingPhp = 'Getoond als PHP-code';
-$strShowingRecords = 'Toon Records';
-$strShowingSQL = 'Toont SQL-query';
$strShowKeys = 'Alleen sleutels tonen';
$strShowOpenTables = 'Toon open tabellen';
$strShowPHPInfo = 'Laat informatie over PHP zien';
@@ -1215,13 +1242,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Het aantal fsync() schrijf operaties
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Het aantal momenteel openstaande fsync() operaties op het logbestand.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Het aantal momenteel openstaande schrijf operaties op het logbestand.';
$strShowStatusInnodb_os_log_writtenDescr = 'Het aantal bytes dat naar het logbestand werd geschreven.';
-$strShowStatusInnodb_pages_createdDescr = 'Het aantal pages dat werd aangemaakt.';
$strShowStatusInnodb_page_sizeDescr = 'De tijdens het compileren ingestelde InnoDB page grootte (standaard 16KB). Veel waarden worden geteld in pages. Een vaste page grootte maakt het eenvoudig deze te converteren naar bytes.';
+$strShowStatusInnodb_pages_createdDescr = 'Het aantal pages dat werd aangemaakt.';
$strShowStatusInnodb_pages_readDescr = 'Het aantal gelezen pages.';
$strShowStatusInnodb_pages_writtenDescr = 'Het aantal geschreven pages.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Het aantal gelockte rijen waar momenteel op wordt gewacht.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'De gemiddelde tijd nodig om een rij lock te verkrijgen, in milliseconden.';
$strShowStatusInnodb_row_lock_timeDescr = 'De totale tijd besteed aan het verkrijgen van rij locks, in milliseconden.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'De gemiddelde tijd nodig om een rij lock te verkrijgen, in milliseconden.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'De maximale tijd nodig om een rij lock te verkrijgen, in milliseconden.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Het aantal keer dat er op een rij lock moest worden gewacht.';
$strShowStatusInnodb_rows_deletedDescr = 'Het aantal rijen dat werd verwijderd uit InnoDB tabellen.';
@@ -1237,10 +1264,10 @@ $strShowStatusKey_write_requestsDescr = 'Het aantal schrijf opdrachten voor een
$strShowStatusKey_writesDescr = 'Het aantal fysieke schrijf opdrachten voor een sleutelblok naar disk.';
$strShowStatusLast_query_costDescr = 'De totale kosten voor de laatst gecompileerde query zoals berekend door de query optimizer. Dit kan nuttig zijn voor het vergelijken van de kosten van verschillende query plans voor dezelfde query. De standaardwaarde 0 betekend dat er nog geen query is gecompiled.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Het aantal rijen dat klaar staan om te worden geschreven in INSERT DELAYED wachtrijen.';
-$strShowStatusOpened_tablesDescr = 'Het aantal tabellen dat werd geopend. Indien hoog, is mogelijk de table cache waarde te laag.';
$strShowStatusOpen_filesDescr = 'Het totaal aantal geopende bestanden.';
$strShowStatusOpen_streamsDescr = 'Het aantal open streams (hoofdzakelijk gebruikt voor het schrijven van log).';
$strShowStatusOpen_tablesDescr = 'Het totaal aantal open tabellen.';
+$strShowStatusOpened_tablesDescr = 'Het aantal tabellen dat werd geopend. Indien hoog, is mogelijk de table cache waarde te laag.';
$strShowStatusQcache_free_blocksDescr = 'Het aantal vrije geheugen blokken in het query cache.';
$strShowStatusQcache_free_memoryDescr = 'De hoeveelheid vrij geheugen voor het query cache.';
$strShowStatusQcache_hitsDescr = 'Het aantal cache hits.';
@@ -1253,8 +1280,8 @@ $strShowStatusReset = 'Herstel';
$strShowStatusRpl_statusDescr = 'De status van failsafe replicatie (nog niet geïmplementeerd).';
$strShowStatusSelect_full_joinDescr = 'Het aantal joins dat geen gebruik maakt van een index. Indien dit geen 0 is, is het aan te raden om het gebruik van indexen te controleren.';
$strShowStatusSelect_full_range_joinDescr = 'Het aantal joins dat een bereik beperking toepassen op een gerefereerde tabel.';
-$strShowStatusSelect_range_checkDescr = 'Het aantal joins zonder sleutel, dat na elke rij controleert op het gebruik van een sleutel. Indien dit geen 0 is, is het aan te raden om het gebruik van indexen te controleren.';
$strShowStatusSelect_rangeDescr = 'Het aantal joins dat een bereik beperking gebruikt op de eerste tabel. (Dit hoeft geen groot probleem te zijn, zelfs niet bij grote tabellen.)';
+$strShowStatusSelect_range_checkDescr = 'Het aantal joins zonder sleutel, dat na elke rij controleert op het gebruik van een sleutel. Indien dit geen 0 is, is het aan te raden om het gebruik van indexen te controleren.';
$strShowStatusSelect_scanDescr = 'Het aantal joins dat een volledige scan van de eerste tabel uitvoerde.';
$strShowStatusSlave_open_temp_tablesDescr = 'Het aantal momenteel openstaande tijdelijke tabellen voor de slave SQL threas.';
$strShowStatusSlave_retried_transactionsDescr = 'Het totaal aantal transacties dat moest worden herhaald door de replicatie slave SQL thread, sinds het opstarten van de server.';
@@ -1274,7 +1301,10 @@ $strShowStatusThreads_runningDescr = 'Het aantal threads dat actief bezig is.';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
-$strShow = 'Toon';
+$strShowingBookmark = 'Toon bookmark';
+$strShowingPhp = 'Getoond als PHP-code';
+$strShowingRecords = 'Toon Records';
+$strShowingSQL = 'Toont SQL-query';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
@@ -1284,29 +1314,19 @@ $strSlovenian = 'Sloveens';
$strSmallBigAll = 'Alles In/uitklappen';
$strSnapToGrid = 'Kleef aan raster';
$strSocketProblem = '(of de MySQL-server heeft het socket niet juist ingesteld)';
+$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSorting = 'Sortering';
-$strSort = 'Sorteren';
$strSpaceUsage = 'Ruimtegebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplits door een spatiekarakter (" ").';
-$strSQLCompatibility = 'SQL-compatibiliteits mode';
-$strSQLExportType = 'Export type';
-$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL-parser. Let er goed op, dat in de query op de correcte plaatsen quotes zijn geplaatst. Een ander mogelijkheid voor deze foutmelding is dat u het ge-quote tekstgedeelte in binaire mode heeft geplaatst. U kunt ook uw query proberen in de command line van MySQL. De MySQL-serverfoutmelding 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 zitten in uw SQL-query. Mocht de MySQL-server een foutmelding hebben terug gegeven, probeer dan of u hiermee uw fout kunt oplossen.';
-$strSQLQuery = 'SQL-query';
-$strSQLResult = 'SQL-resultaat';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
-$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
-$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strStandInStructureForView = 'Stand-in structuur voor view';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
+$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatic = 'statisch';
$strStatisticsOverrun = 'Op drukke servers kunnen de byte-tellers over hun maximum heengaan. Hierdoor kunnen de gerapporteerde statistieken afwijken.';
-$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatus = 'Status';
$strStorageEngine = 'Opslag Engine';
$strStorageEngines = 'Opslag Engines';
@@ -1316,20 +1336,22 @@ $strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabelstructuur voorstellen';
-$strStructureForView = 'Structuur voor de view';
$strStructure = 'Structuur';
+$strStructureForView = 'Structuur voor de view';
+$strStructureLC = 'structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSuhosin = 'De server gebruikt Suhosin. Zie de %sdocumentatie%s voor mogelijke problemen.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
-$strSwekeyAuthenticating = 'Authenticeren...';
$strSwekeyAuthFailed = 'Hardware authenticatie mislukt';
+$strSwekeyAuthenticating = 'Authenticeren...';
$strSwekeyNoKey = 'Geen geldige authenticatie sleutel aanwezig';
$strSwekeyNoKeyId = 'Bestand %s bevat geen sleutel id';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
+$strTable = 'Tabel';
$strTableAlreadyExists = 'Tabel %s bestaat reeds!';
$strTableAlteredSuccessfully = 'Tabel %1$s is bijgewerkt';
$strTableComments = 'Tabelopmerkingen';
@@ -1343,34 +1365,76 @@ $strTableMaintenance = 'Tabelonderhoud';
$strTableName = 'Tabelnaam';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabelopties';
-$strTables = '%s tabel(len)';
$strTableStructure = 'Tabelstructuur voor tabel';
-$strTable = 'Tabel';
+$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTempData = 'Tijdelijke data';
$strTextAreaLength = ' Vanwege z\'n lengte, is dit veld misschien niet te wijzigen ';
$strTexyText = 'Texy! tekst';
$strThai = 'Thais';
+$strTheme = 'Thema / Stijl';
$strThemeDefaultNotFound = 'Standaard thema %s niet gevonden!';
$strThemeNoPreviewAvailable = 'Geen preview beschikbaar.';
-$strThemeNotFound = 'Thema %s niet gevonden!';
$strThemeNoValidImgPath = 'Geen geldig afbeeldingen pad voor thema %s gevonden!';
+$strThemeNotFound = 'Thema %s niet gevonden!';
$strThemePathNotFound = 'Thema pad niet gevonden voor thema %s!';
-$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze machine';
-$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s is succesvol afgesloten.';
+$strThreads = 'Threads';
+$strTime = 'Tijd';
$strTimeoutInfo = 'Tijdslimiet voor de import is verlopen, na het opnieuw versturen zal er hervat worden vanaf positie %d';
$strTimeoutNothingParsed = 'Tijdens de laatste poging is er geen vooruitgang geboekt, meestal betekend dit dat phpMyAdmin dit niet af kan maken tenzij de tijdsrestricties van PHP worden versoepeld.';
$strTimeoutPassed = 'De maximale uitvoertijd is verstreken, indien u de import wil afmaken kunt u het bestand opnieuw invoeren.';
-$strTime = 'Tijd';
$strToFromPage = 'Van/tot pagina';
+$strToSelectRelation = 'Klik om een relatie te selecteren:';
$strToggleScratchboard = 'Aan/uit voorbeeldkader';
$strToggleSmallBig = 'Wissel klein/groot';
-$strToSelectRelation = 'Klik om een relatie te selecteren:';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
+$strTracking = 'Tracking';
+$strTrackingActivateNow = 'Nu inschakelen';
+$strTrackingActivateTrackingFor = 'Tracking inschakelen voor %s.%s';
+$strTrackingActivated = 'Tracking is ingeschakeld voor %s.%s.';
+$strTrackingCreateVersion = 'Versie aanmaken';
+$strTrackingCreateVersionOf = 'Versie %s van %s.%s aanmaken';
+$strTrackingDataDefinitionStatement = 'Definitie-statement';
+$strTrackingDataManipulationStatement = 'Manipulatie-statement';
+$strTrackingDatabaseLog = 'Database-log';
+$strTrackingDate = 'Datum';
+$strTrackingDeactivateNow = 'Nu uitschakelen';
+$strTrackingDeactivateTrackingFor = 'Tracking uitschakelen voor %s.%s';
+$strTrackingExportAs = 'Exporteren als %s';
+$strTrackingIsActive = 'Tracking is ingeschakeld.';
+$strTrackingMechanism = 'Tracking-mechanisme';
+$strTrackingReport = 'Tracking-rapport';
+$strTrackingReportClose = 'Sluiten';
+$strTrackingSQLDump = 'SQL-dump';
+$strTrackingSQLDumpFile = 'SQL-dump (naar bestand)';
+$strTrackingSQLExecuted = 'SQL-statements uitgevoerd.';
+$strTrackingSQLExecution = 'SQL-uitvoering';
+$strTrackingSQLExecutionAlert = 'Deze optie vervangt de tabel en alle data van die tabel.';
+$strTrackingSQLExported = 'SQL-statements geëxporteerd. Kopiëer de dump of voer de dump uit.';
+$strTrackingShowLogDateUsers = 'Laat %s zien met datums van %s tot %s door gebruiker %s %s';
+$strTrackingShowVersions = 'Versies weergeven';
+$strTrackingStatements = 'Tracking-statements';
+$strTrackingStatusActive = 'ingeschakeld';
+$strTrackingStructureSnapshot = 'Structuur-snapshot';
+$strTrackingThCreated = 'Aangemaakt';
+$strTrackingThLastVersion = 'Laatste versie';
+$strTrackingThUpdated = 'Bijgewerkt';
+$strTrackingThVersion = 'Versie';
+$strTrackingTrackDDStatements = 'Deze definitie-statements tracken:';
+$strTrackingTrackDMStatements = 'Deze manipulatie-statements tracken:';
+$strTrackingTrackTable = 'Tabel tracken';
+$strTrackingTrackedTables = 'Tabellen met tracker';
+$strTrackingUntrackedTables = 'Tabellen zonder tracker';
+$strTrackingUsername = 'Gebruikersnaam';
+$strTrackingVersionActivated = 'Tracking voor %s.%s , versie %s ingeschakeld.';
+$strTrackingVersionCreated = 'Versie %s aangemaakt, tracking voor %s.%s ingeschakeld.';
+$strTrackingVersionDeactivated = 'Tracking voor %s.%s , versie %s is uitgeschakeld.';
+$strTrackingVersionSnapshotSQL = 'Versie %s snapshot (SQL-code)';
+$strTrackingVersions = 'Versies';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
@@ -1399,10 +1463,10 @@ $strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUnsupportedCompressionDetected = 'U probeerde een bestand met een niet ondersteunde compressie (%s) te uploaden. De ondersteuning is niet geïmplementeerd of uitgeschakeld in de configuratie.';
+$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';
-$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpgrade = 'U moet opwaarderen (upgraden) naar %s of hoger.';
$strUploadErrorCantWrite = 'Opslaan van het bestand op de hardeschijf is mislukt.';
$strUploadErrorExtension = 'Upload afgebroken vanwege de extensie.';
@@ -1416,37 +1480,37 @@ $strUploadsNotAllowed = 'Het uploaden van bestanden is niet toegestaan op deze s
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backticks (`) bij tabellen- en veldnamen';
$strUseHostTable = 'Gebruik Host Tabel';
+$strUseTabKey = 'Gebruik de TAB-knop om van waarde naar waarde te navigeren 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!';
-$strUser = 'Gebruiker';
$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 "%s"';
-$strUseTabKey = 'Gebruik de TAB-knop om van waarde naar waarde te navigeren of CTRL+pijltjes om vrijuit te navigeren';
-$strUseTables = 'Gebruik tabellen';
-$strUseTextField = 'Gebruik tekstveld';
-$strUseThisValue = 'Gebruik deze waarde';
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL-validatie kon niet worden geïnitialiseerd. Controleer of u de nodige PHP-extensies heeft geïnstalleerd, zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strVersionInformation = 'Versie informatie';
+$strView = 'View';
$strViewDump = 'Bekijk een dump (schema) van tabel';
-$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
+$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
$strViewHasAtLeast = 'Deze view heeft minimaal deze hoeveelheid aan rijen. Zie de %sdocumentatie%s.';
$strViewHasBeenDropped = 'View %s is verwijderd';
$strViewImage = 'Bekijk afbeelding';
$strViewName = 'VIEW-naam';
$strViewVideo = 'Bekijk video';
-$strView = 'View';
-$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
-$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServer = 'Web server';
+$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';
$strWiki = 'Wiki';
@@ -1457,33 +1521,6 @@ $strWriteRequests = 'Schrijf verzoeken';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
$strXML = 'XML';
-
-$strYes = 'Ja';
-
-$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijdert de limiet.';
-$strZip = '"Gezipt"';
-
-$strNavTableFilter = 'Filter';
-$strPhpArray = 'PHP-array';
-$strImportLargeFileUploading = 'Het geuploade bestand is mogelijk groter dan de limiet toestaat, of u heeft last van een een bekende bug in op webkit gebaseerde browsers(Safari, Google Chrome, Arora).';
-$strImportProceedingFile = 'Het bestand wordt verwerkt, een ogenblik geduld.';
-$strImportUploadInfoNotAvailable = 'Een ogenblik geduld, het bestand wordt geupload. Details over de voortgang zijn niet beschikbaar.';
-$strImportNoticePt1 = 'De volgende structuren zijn aangemaakt of aangepast. Hier kunt u:';
-$strImportNoticePt3 = 'Een instelling veranderen door op "Opties" te klikken';
-$strGoToDatabase = 'Ga naar database';
-$strGoToTable = 'Ga naar tabel';
-$strGoToView = 'Ga naar view';
-$strStructureLC = 'structuur';
-$strSettings = 'instellingen';
-$strImportODS = 'Open Document Spreadsheet';
-$strImportColNames = 'Kolomnamen in eerste rij';
-$strImportEmptyRows = 'Lege rijen niet importeren';
-$strImportODSPercents = 'Percentages als decimalen importeren (12.00% naar .12)';
-$strImportODSCurrency = 'Valuta importeren ($5.00 naar 5.00)';
-$strImportXLS = 'Excel 97-2003 XLS Werkboek';
-$strImportNoticePt2 = 'De inhoud van een structuur bekijken door er op te klikken';
-$strImportNoticePt4 = 'Klik op de "Structuur"-koppeling om de structuur aan te passen';
-$strImportXLSX = 'Excel 2007 XLSX Werkboek';
$strXMLError = 'Het XML-bestand was beschadigd of onvolledig. Repareer het bestand en probeer opnieuw. ';
$strXMLExportContents = 'Exporteer inhoud';
$strXMLExportFunctions = 'Exporteer functies';
@@ -1492,127 +1529,104 @@ $strXMLExportStructs = 'Exporteer structuurschema\'s (recommended)';
$strXMLExportTables = 'Exporteer tabellen';
$strXMLExportTriggers = 'Exporteer triggers';
$strXMLExportViews = 'Exporteer views';
-$strTracking = 'Tracking';
-$strTrackingActivateTrackingFor = 'Tracking inschakelen voor %s.%s';
-$strTrackingActivated = 'Tracking is ingeschakeld voor %s.%s.';
-$strTrackingActivateNow = 'Nu inschakelen';
-$strTrackingCreateVersion = 'Versie aanmaken';
-$strTrackingCreateVersionOf = 'Versie %s van %s.%s aanmaken';
-$strTrackingDataDefinitionStatement = 'Definitie-statement';
-$strTrackingDataManipulationStatement = 'Manipulatie-statement';
-$strTrackingDate = 'Datum';
-$strTrackingDeactivateNow = 'Nu uitschakelen';
-$strTrackingDeactivateTrackingFor = 'Tracking uitschakelen voor %s.%s';
-$strTrackingExportAs = 'Exporteren als %s';
-$strTrackingIsActive = 'Tracking is ingeschakeld.';
-$strTrackingMechanism = 'Tracking-mechanisme';
-$strTrackingReport = 'Tracking-rapport';
-$strTrackingReportClose = 'Sluiten';
-$strTrackingShowLogDateUsers = 'Laat %s zien met datums van %s tot %s door gebruiker %s %s';
-$strTrackingShowVersions = 'Versies weergeven';
-$strTrackingSQLDump = 'SQL-dump';
-$strTrackingSQLDumpFile = 'SQL-dump (naar bestand)';
-$strTrackingSQLExecution = 'SQL-uitvoering';
-$strTrackingSQLExecutionAlert = 'Deze optie vervangt de tabel en alle data van die tabel.';
-$strTrackingSQLExecuted = 'SQL-statements uitgevoerd.';
-$strTrackingSQLExported = 'SQL-statements geëxporteerd. Kopiëer de dump of voer de dump uit.';
-$strTrackingStatements = 'Tracking-statements';
-$strTrackingStatusActive = 'ingeschakeld';
-$strTrackingStructureSnapshot = 'Structuur-snapshot';
-$strTrackingThLastVersion = 'Laatste versie';
-$strTrackingThVersion = 'Versie';
-$strTrackingThCreated = 'Aangemaakt';
-$strTrackingThUpdated = 'Bijgewerkt';
-$strTrackingTrackDDStatements = 'Deze definitie-statements tracken:';
-$strTrackingTrackDMStatements = 'Deze manipulatie-statements tracken:';
-$strTrackingTrackTable = 'Tabel tracken';
-$strTrackingTrackedTables = 'Tabellen met tracker';
-$strTrackingUntrackedTables = 'Tabellen zonder tracker';
-$strTrackingUsername = 'Gebruikersnaam';
-$strTrackingVersions = 'Versies';
-$strTrackingVersionCreated = 'Versie %s aangemaakt, tracking voor %s.%s ingeschakeld.';
-$strTrackingVersionActivated = 'Tracking voor %s.%s , versie %s ingeschakeld.';
-$strTrackingVersionDeactivated = 'Tracking voor %s.%s , versie %s is uitgeschakeld.';
-$strTrackingVersionSnapshotSQL = 'Versie %s snapshot (SQL-code)';
-$strTrackingDatabaseLog = 'Database-log';
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strYes = 'Ja';
+
+$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijdert de limiet.';
+$strZip = '"Gezipt"';
+
+// To translate:
$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
$strDatabase_src = 'Source database'; //to translate
$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
$strReplicationMaster = 'Master replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
+$strSocket = 'Socket'; //to translate
$strStart = 'Start'; //to translate
$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+
?>
diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php
index c1ec2be1e..5d73a2177 100644
--- a/lang/english-utf-8.inc.php
+++ b/lang/english-utf-8.inc.php
@@ -21,6 +21,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
+$strAPrimaryKey = 'A primary key has been added on %s';
$strAbortedClients = 'Aborted';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one.';
@@ -49,55 +50,54 @@ $strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
-$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'Display all tables with the same width';
+$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.';
$strAlterOrderBy = 'Alter table order by';
+$strAnIndex = 'An index has been added on %s';
$strAnalyze = 'Analyze';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'And';
$strAndSmall = 'and';
$strAndThen = 'and then';
$strAngularLinks = 'Angular links';
-$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApplyChanges='Apply Selected Changes';
$strApproximateCount = 'May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
-$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
-$strAscending = 'Ascending';
$strAsDefined = 'As defined:';
+$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutomaticLayout = 'Automatic layout';
+$strBLOBRepository = 'BLOB Repository';
+$strBLOBRepositoryDamaged = 'Damaged';
+$strBLOBRepositoryDisable = 'Disable';
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
+$strBLOBRepositoryDisabled = 'Disabled';
+$strBLOBRepositoryEnable = 'Enable';
+$strBLOBRepositoryEnabled = 'Enabled';
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
+$strBLOBRepositoryRepair = 'Repair';
+$strBLOBRepositoryUpload = 'Upload to BLOB repository';
$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';
-$strBLOBRepository = 'BLOB Repository';
-$strBLOBRepositoryDamaged = 'Damaged';
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
-$strBLOBRepositoryDisabled = 'Disabled';
-$strBLOBRepositoryDisable = 'Disable';
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
-$strBLOBRepositoryEnabled = 'Enabled';
-$strBLOBRepositoryEnable = 'Enable';
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
-$strBLOBRepositoryRepair = 'Repair';
-$strBLOBRepositoryUpload = 'Upload to BLOB repository';
+$strBinary = 'Binary';
+$strBinaryDoNotEdit = 'Binary - do not edit';
+$strBinaryLog = 'Binary log';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
@@ -109,21 +109,22 @@ $strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
-$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPoolUsage = 'Buffer Pool Usage';
-$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Write waits in %';
+$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferWriteWaits = 'Write waits';
+$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$strBzip = '"bzipped"';
+$strCSV = 'CSV';
$strCalendar = 'Calendar';
-$strCancel = 'Cancel';
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
+$strCancel = 'Cancel';
$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.';
@@ -134,8 +135,8 @@ $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 ...';
+$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.';
@@ -144,10 +145,10 @@ $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';
+$strCharsetsAndCollations = 'Character Sets and Collations';
$strCheck = 'Check';
+$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database "%s".';
@@ -202,54 +203,53 @@ $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (usernam
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
-$strCSV = 'CSV';
$strCurrentServer = 'Current server';
$strCustomColor = 'Custom color';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Czech-Slovak';
+$strDBComment = 'Database comment: ';
+$strDBCopy = 'Copy database to';
+$strDBRename = 'Rename database to';
$strDanish = 'Danish';
-$strDatabase = 'Database';
-$strDatabaseEmpty = 'The database name is empty!';
-$strDatabaseExportOptions = 'Database export options';
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.';
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
-$strDatabaseNotExisting = '\'%s\' database does not exist.';
-$strDatabases = 'Databases';
-$strDatabasesDropped = '%s databases have been dropped successfully.';
-$strDatabase_src = 'Source database';
-$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.';
-$strDatabase_trg = 'Target database';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataDiff = 'Data Difference';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDataSyn = 'Data Synchronization';
-$strDBComment = 'Database comment: ';
-$strDBCopy = 'Copy database to';
+$strDatabase = 'Database';
+$strDatabaseEmpty = 'The database name is empty!';
+$strDatabaseExportOptions = 'Database export options';
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
+$strDatabaseNotExisting = '\'%s\' database does not exist.';
+$strDatabase_src = 'Source database';
+$strDatabase_trg = 'Target database';
+$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.';
$strDbIsEmpty = 'Database seems to be empty!';
$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';
+$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDelayedInserts = 'Use delayed inserts';
+$strDelete = 'Delete';
$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';
-$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleteRelation = 'Delete relation';
+$strDeleted = 'The row has been deleted';
$strDeleting = 'Deleting %s';
$strDelimiter = 'Delimiter';
-$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDesigner = 'Designer';
@@ -259,24 +259,24 @@ $strDictionary = 'dictionary';
$strDifference = 'Difference';
$strDirectLinks = 'Direct links';
$strDirtyPages = 'Dirty pages';
-$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
+$strDisabled = 'Disabled';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values';
+$strDoYouReally = 'Do you really want to ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentation';
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values';
$strDownloadFile = 'Download file';
-$strDoYouReally = 'Do you really want to ';
-$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
+$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpAllRows = 'Dump all rows';
-$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s';
+$strDumpingData = 'Dumping data for table';
$strDynamic = 'dynamic';
$strEdit = 'Edit';
@@ -287,13 +287,13 @@ $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';
+$strEndCut = 'END CUT';
$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.';
+$strEngines = 'Engines';
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
@@ -320,20 +320,20 @@ $strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]';
+$strFields = 'Fields';
$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';
+$strFileNameTemplate = 'File name template';
+$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.';
$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';
-$strFiles = 'Files';
$strFileToImport = 'File to import';
+$strFiles = 'Files';
$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")';
@@ -341,8 +341,8 @@ $strFlushTables = 'Flush (close) all tables';
$strFontSize = 'Font size';
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)';
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added';
-$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
+$strFormat = 'Format';
$strFreePages = 'Free pages';
$strFullStart = 'Full start';
$strFullStop = 'Full stop';
@@ -351,10 +351,10 @@ $strFunction = 'Function';
$strFunctions = 'Functions';
$strGenBy = 'Generated by';
+$strGenTime = 'Generation Time';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
-$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGetMoreThemes = 'Get more themes!';
@@ -369,6 +369,8 @@ $strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.';
@@ -381,46 +383,45 @@ $strHideShowAll = 'Hide/Show all';
$strHideShowNoRelation = 'Hide/Show Tables with no relation';
$strHome = 'Home';
$strHomepageOfficial = 'Official Homepage';
-$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
+$strHostEmpty = 'The host name is empty!';
$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Hungarian';
+$strIEUnsupported = 'Internet Explorer does not support this function.';
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
-$strIEUnsupported = 'Internet Explorer does not support this function.';
-$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
+$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnoreInserts = 'Use ignore inserts';
+$strImport = 'Import';
$strImportColNames = 'Column names in first row';
$strImportEmptyRows = 'Do not import empty rows';
$strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
-$strImport = 'Import';
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.';
$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:';
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name';
$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link';
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link';
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)';
$strImportODS = 'Open Document Spreadsheet';
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)';
$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)';
$strImportProceedingFile = 'The file is being processed, please be patient.';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.';
$strImportXLS = 'Excel 97-2003 XLS Workbook';
$strImportXLSX = 'Excel 2007 XLSX Workbook';
-$strIndexes = 'Indexes';
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.';
-$strIndexHasBeenDropped = 'Index %s has been dropped';
+$strInUse = 'in use';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
+$strIndexes = 'Indexes';
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
@@ -431,20 +432,19 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$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 by setting a password for user \'.root\'.';
+$strInsert = 'Insert';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id: %1$d';
-$strInsert = 'Insert';
$strInterface = 'Interface';
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.';
$strInternalRelationAdded = 'Internal relation added';
$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';
+$strInvalidColumn = 'Invalid column (%s) specified!';
+$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidDatabase = 'Invalid database';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
@@ -457,8 +457,8 @@ $strInvalidTableName = 'Invalid table name';
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database "%s".';
-$strJustDeleteDescr = 'The "deleted" 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.';
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
@@ -467,21 +467,21 @@ $strKill = 'Kill';
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';
$strKorean = 'Korean';
+$strLDI = 'CSV using LOAD DATA';
+$strLDILocal = 'Use LOCAL keyword';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landscape';
$strLanguage = 'Language';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
-$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
+$strLatexContinuedCaption = 'Continued table caption';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
-$strLDI = 'CSV using LOAD DATA';
-$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
@@ -490,36 +490,36 @@ $strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
-$strLoginInformation = 'Login Information';
+$strLogPassword = 'Password:';
+$strLogServer = 'Server:';
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.';
+$strLogUsername = 'Username:';
$strLogin = 'Log in';
+$strLoginInformation = 'Login Information';
$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)';
$strLogout = 'Log out';
-$strLogPassword = 'Password:';
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.';
-$strLogServer = 'Server:';
-$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'MIME type';
+$strMIME_available_mime = 'Available MIME types';
+$strMIME_available_transform = 'Available transformations';
+$strMIME_description = 'Description';
+$strMIME_nodescription = 'No description is available for this transformation. 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\', 100, b,\'c\'... 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_without = 'MIME types printed in italics do not have a separate transformation function';
$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!';
$strMediaWiki = 'MediaWiki Table';
-$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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Modify an index';
$strMoveMenu = 'Move Menu';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
@@ -527,30 +527,32 @@ $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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
+$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).';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Sort buffer size';
+$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMySQLCharset = 'MySQL charset';
-$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
+$strMysqlClientVersion = 'MySQL client version';
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
$strName = 'Name';
$strNavTableFilter = 'Filter';
$strNext = 'Next';
+$strNo = 'No';
$strNoActivity = 'No activity within %s seconds; please log in again';
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
+$strNoDatabaseAvailable = 'No database available';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
@@ -560,9 +562,6 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
-$strNoneDefault = 'None';
-$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.';
@@ -573,18 +572,20 @@ $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.';
+$strNoUsersFound = 'No user(s) found.';
+$strNoValidateSQL = 'Skip Validate SQL';
+$strNone = 'None';
+$strNoneDefault = 'None';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotPresent = 'not present';
$strNotSet = '%s table not found or not set in %s';
-$strNoUsersFound = 'No user(s) found.';
-$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
-$strNumberOfFields = 'Number of fields';
-$strNumberOfTables = 'Number of tables';
$strNumSearchResultsInTable = '%s match(es) inside table %s';
$strNumSearchResultsTotal = 'Total:%s match(es)';
$strNumTables = 'Tables';
+$strNumberOfFields = 'Number of fields';
+$strNumberOfTables = 'Number of tables';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -599,60 +600,60 @@ $strOr = 'Or';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
-$strPacked = 'Packed';
-$strPageNumber = 'Page number:';
-$strPagesToBeFlushed = 'Pages to be flushed';
-$strPaperSize = 'Paper size';
-$strPartialImport = 'Partial import';
-$strPartialText = 'Partial Texts';
-$strPartitionDefinition = 'PARTITION definition';
-$strPartitioned = 'partitioned';
-$strPartitionMaintenance = 'Partition maintenance';
-$strPartition = 'Partition %s';
-$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';
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
$strPBXTDataFileGrowSize = 'Data file grow size';
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';
$strPBXTDataLogThreshold = 'Data log threshold';
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTGarbageThreshold = 'Garbage threshold';
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTIndexCacheSize = 'Index cache size';
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
$strPBXTLogBufferSize = 'Log buffer size';
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
$strPBXTLogCacheSize = 'Log cache size';
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
$strPBXTLogFileCount = 'Log file count';
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
$strPBXTLogFileThreshold = 'Log file threshold';
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
$strPBXTRecordCacheSize = 'Record cache size';
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
$strPBXTRowFileGrowSize = 'Row file grow size';
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
$strPBXTTransactionBufferSize = 'Transaction buffer size';
-$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
-$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
-$strPdfNoTables = 'No tables';
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
$strPDFReportTitle = 'Report title';
+$strPHPExtension = 'PHP extension';
+$strPHPVersion = 'PHP Version';
+$strPacked = 'Packed';
+$strPageNumber = 'Page number:';
+$strPagesToBeFlushed = 'Pages to be flushed';
+$strPaperSize = 'Paper size';
+$strPartialImport = 'Partial import';
+$strPartialText = 'Partial Texts';
+$strPartition = 'Partition %s';
+$strPartitionDefinition = 'PARTITION definition';
+$strPartitionMaintenance = 'Partition maintenance';
+$strPartitioned = 'partitioned';
+$strPassword = 'Password';
+$strPasswordChanged = 'The password for %s was changed successfully.';
+$strPasswordEmpty = 'The password is empty!';
+$strPasswordHashing = 'Password Hashing';
+$strPasswordNotSame = 'The passwords aren\'t the same!';
+$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
+$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
+$strPdfNoTables = 'No tables';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
-$strPhpArray = 'PHP array';
$strPhp = 'Create PHP Code';
-$strPHPExtension = 'PHP extension';
-$strPHPVersion = 'PHP Version';
+$strPhpArray = 'PHP array';
$strPlayAudio = 'Play audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';
$strPmaDocumentation = 'phpMyAdmin documentation';
@@ -662,13 +663,13 @@ $strPort = 'Port';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
+$strPrimary = 'Primary';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)';
-$strPrimary = 'Primary';
$strPrint = 'Print';
-$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
+$strPrintViewFull = 'Print view (with full texts)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
@@ -682,8 +683,8 @@ $strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescEvent = 'Allows to set up events for the event scheduler';
-$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
+$strPrivDescExecute5 = 'Allows executing stored routines.';
$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.';
@@ -715,9 +716,9 @@ $strProfiling = 'Profiling';
$strProtocolVersion = 'Protocol version';
$strPutColNames = 'Put fields names in the first row';
+$strQBE = 'Query';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Query';
$strQueriesExecuted = 'The following queries have been executed:';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
@@ -729,6 +730,7 @@ $strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
+$strReType = 'Re-type';
$strReadRequests = 'Read requests';
$strRebuild = 'Rebuild';
$strReceived = 'Received';
@@ -736,28 +738,29 @@ $strRecommended = 'recommended';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
+$strRelationDeleted = 'Relation deleted';
+$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
+$strRelationView = 'Relation view';
$strRelationalDisplayField = 'Relational display field';
$strRelationalKey = 'Relational key';
$strRelationalSchema = 'Relational schema';
-$strRelationDeleted = 'Relation deleted';
-$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';
-$strReloadPrivileges = 'Reload privileges';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReload = 'Reload';
+$strReloadPrivileges = 'Reload privileges';
+$strReloadingThePrivileges = 'Reloading the privileges';
$strRemoteServer = 'Remote server';
$strRemoveCRLF = 'Remove CRLF characters within fields';
$strRemovePartitioning = 'Remove partitioning';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
-$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
+$strRenameTableOK = 'Table %s has been renamed to %s';
$strRepair = 'Repair';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
+$strReplication = 'Replication';
$strReplicationAddLines = 'Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.';
$strReplicationAddSlaveUser = 'Add slave replication user';
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s';
@@ -765,19 +768,19 @@ $strReplicationConfiguredMaster = 'This server is configured as master in a repl
$strReplicationControlSlave = 'Control slave:';
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.';
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.';
+$strReplicationMaster = 'Master replication';
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:';
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:';
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:';
$strReplicationMasterConfiguration = 'Master configuration';
-$strReplicationMaster = 'Master replication';
-$strReplication = 'Replication';
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master';
$strReplicationSelectDatabases = 'Please select databases:';
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?';
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.';
$strReplicationShowConnectedSlaves = 'Show connected slaves';
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.';
$strReplicationShowMasterStatus = 'Show master status';
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!';
+$strReplicationSlave = 'Slave replication';
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server';
$strReplicationSlaveConfiguration = 'Slave configuration';
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:';
@@ -785,15 +788,14 @@ $strReplicationSlaveErrorManagement = 'Error management:';
$strReplicationSlaveIOThread = 'IO Thread %s only';
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?';
$strReplicationSlaveReset = 'Reset slave';
+$strReplicationSlaveSQLThread = 'SQL Thread %s only';
$strReplicationSlaveSeeStatus = 'See slave status table';
$strReplicationSlaveSkipCurrentError = 'Skip current error';
-$strReplicationSlaveSkipNextErrors = 'errors.';
$strReplicationSlaveSkipNext = 'Skip next';
-$strReplicationSlave = 'Slave replication';
-$strReplicationSlaveSQLThread = 'SQL Thread %s only';
+$strReplicationSlaveSkipNextErrors = 'errors.';
+$strReplicationStatus = 'Replication status';
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.';
$strReplicationStatus_master = 'Master status';
-$strReplicationStatus = 'Replication status';
$strReplicationStatus_slave = 'Slave status';
$strReplicationSynchronize = 'Synchronize databases with master';
$strReplicationUnableToChange = 'Unable to change master';
@@ -801,36 +803,46 @@ $strReplicationUnknownError = 'Unknown error';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strRestartInsertion = 'Restart insertion with %s rows';
-$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';
+$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
+$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
+$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'Romanian';
$strRoutineReturnType = 'Return type';
$strRoutines = 'Routines';
$strRowLength = 'Row length';
+$strRowSize = ' Row size ';
+$strRows = 'Rows';
$strRowsAffected = '%1$d row(s) affected.';
$strRowsDeleted = '%1$d row(s) deleted.';
$strRowsFrom = 'row(s) starting from record #';
$strRowsInserted = '%1$d row(s) inserted.';
-$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';
+$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
+$strRunning = 'running on %s';
$strRussian = 'Russian';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL compatibility mode';
+$strSQLExportType = 'Export type';
+$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';
+$strSQPBugInvalidIdentifer = 'Invalid Identifer';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
+$strSave = 'Save';
$strSaveOnServer = 'Save on server in %s directory';
$strSavePosition = 'Save position';
-$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
+$strSearch = 'Search';
$strSearchFormTitle = 'Search in database';
$strSearchInField = 'Inside field:';
$strSearchInTables = 'Inside table(s):';
@@ -840,7 +852,6 @@ $strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "%s" %s:';
-$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
@@ -853,39 +864,37 @@ $strSelectReferencedKey = 'Select referenced key';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$strSent = 'Sent';
+$strServer = 'Server';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
-$strServer = 'Server';
-$strServers = 'Servers';
-$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
+$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
+$strServers = 'Servers';
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.';
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'... 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\').';
$strSettings = 'settings';
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion';
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth';
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth';
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server';
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters';
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters';
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.';
-$strSetupblowfish_secret_name = 'Blowfish secret';
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows';
$strSetupBrowseMarkerEnable_name = 'Row marker';
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor';
$strSetupBrowsePointerEnable_name = 'Highlight pointer';
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupCannotLoadConfig = 'Cannot load or save configuration';
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.';
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields';
@@ -912,27 +921,14 @@ $strSetupDefaultTabServer_name = 'Default server tab';
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table';
$strSetupDefaultTabTable_name = 'Default table tab';
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.';
+$strSetupDisplay = 'Display';
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down';
$strSetupDisplayDatabasesList_name = 'Display databases as a list';
-$strSetupDisplay = 'Display';
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down';
$strSetupDisplayServersList_name = 'Display servers as a list';
$strSetupDonateLink = 'Donate';
$strSetupDownload = 'Download';
$strSetupEndOfLine = 'End of line';
-$strSetuperror_connection = 'Could not connect to MySQL server';
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb';
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb';
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method';
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method';
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method';
-$strSetuperror_form = 'Submitted form contains errors';
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s';
-$strSetuperror_incorrect_port = 'Not a valid port number';
-$strSetuperror_incorrect_value = 'Incorrect value';
-$strSetuperror_missing_field_data = 'Missing data for %s';
-$strSetuperror_nan_nneg = 'Not a non-negative number';
-$strSetuperror_nan_p = 'Not a positive number';
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)';
$strSetupExecTimeLimit_name = 'Maximum execution time';
$strSetupExport_asfile_name = 'Save as file';
@@ -946,8 +942,8 @@ $strSetupExport_onserver_name = 'Save on server';
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)';
$strSetupExport_remember_file_template_name = 'Remember file name template';
$strSetupFalse = 'no';
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin';
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it';
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin';
$strSetupForceSSL_name = 'Force SSL connection';
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value';
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order';
@@ -955,54 +951,54 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit';
$strSetupForm_Browse = 'Browse mode';
$strSetupForm_Browse_desc = 'Customize browse mode';
-$strSetupForm_Edit_desc = 'Customize edit mode';
$strSetupForm_Edit = 'Edit mode';
-$strSetupForm_Export_defaults_desc = 'Customize default export options';
+$strSetupForm_Edit_desc = 'Customize edit mode';
$strSetupForm_Export_defaults = 'Export defaults';
-$strSetupForm_Import_defaults_desc = 'Customize default common import options';
+$strSetupForm_Export_defaults_desc = 'Customize default export options';
$strSetupForm_Import_defaults = 'Import defaults';
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options';
+$strSetupForm_Import_defaults_desc = 'Customize default common import options';
$strSetupForm_Import_export = 'Import / export';
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options';
$strSetupForm_Left_databases = 'Databases';
$strSetupForm_Left_databases_desc = 'Databases display options';
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame';
$strSetupForm_Left_frame = 'Navigation frame';
-$strSetupForm_Left_servers_desc = 'Servers display options';
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame';
$strSetupForm_Left_servers = 'Servers';
-$strSetupForm_Left_tables_desc = 'Tables display options';
+$strSetupForm_Left_servers_desc = 'Servers display options';
$strSetupForm_Left_tables = 'Tables';
+$strSetupForm_Left_tables_desc = 'Tables display options';
$strSetupForm_Main_frame = 'Main frame';
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else';
$strSetupForm_Other_core_settings = 'Other core settings';
-$strSetupForm_Query_window_desc = 'Customize query window options';
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else';
$strSetupForm_Query_window = 'Query window';
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL';
+$strSetupForm_Query_window_desc = 'Customize query window options';
$strSetupForm_Security = 'Security';
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL';
$strSetupForm_Server = 'Basic settings';
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for';
$strSetupForm_Server_config = 'Server configuration';
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for';
$strSetupForm_Server_desc = 'Enter server connection parameters';
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication';
$strSetupForm_Server_login_options = 'Signon login options';
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation';
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication';
$strSetupForm_Server_pmadb = 'PMA database';
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation';
+$strSetupForm_Sql_box = 'SQL Query box';
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes';
+$strSetupForm_Sql_queries = 'SQL queries';
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings';
+$strSetupForm_Startup = 'Startup';
+$strSetupForm_Startup_desc = 'Customize startup page';
+$strSetupForm_Tabs = 'Tabs';
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work';
$strSetupFormset_customization = 'Customization';
$strSetupFormset_export = 'Customize export options';
$strSetupFormset_features = 'Features';
$strSetupFormset_import = 'Customize import defaults';
$strSetupFormset_left_frame = 'Customize navigation frame';
$strSetupFormset_main_frame = 'Customize main frame';
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes';
-$strSetupForm_Sql_box = 'SQL Query box';
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings';
-$strSetupForm_Sql_queries = 'SQL queries';
-$strSetupForm_Startup_desc = 'Customize startup page';
-$strSetupForm_Startup = 'Startup';
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work';
-$strSetupForm_Tabs = 'Tabs';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupHomepageLink = 'phpMyAdmin homepage';
$strSetupIconvExtraParams_name = 'Extra parameters for iconv';
$strSetupIgnoreErrors = 'Ignore errors';
@@ -1033,9 +1029,9 @@ $strSetupLeftFrameLight_name = 'Use light version';
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth';
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels';
$strSetupLeftFrameTableSeparator_name = 'Table tree separator';
-$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Logo link target';
+$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor';
$strSetupLeftPointerEnable_name = 'Enable highlighting';
$strSetupLetUserChoose = 'let the user choose';
@@ -1048,8 +1044,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name';
$strSetupLoginCookieStore_desc = 'Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.';
$strSetupLoginCookieStore_name = 'Login cookie store';
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.';
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';
$strSetupLoginCookieValidity_name = 'Login cookie validity';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';
@@ -1087,18 +1083,36 @@ $strSetupRecodingEngine_desc = 'Select which functions will be used for characte
$strSetupRecodingEngine_name = 'Recoding engine';
$strSetupRestoreDefaultValue = 'Restore default value';
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values';
+$strSetupSQLQuery_Edit_name = 'Edit';
+$strSetupSQLQuery_Explain_name = 'Explain SQL';
+$strSetupSQLQuery_Refresh_name = 'Refresh';
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code';
+$strSetupSQLQuery_Validate_name = 'Validate SQL';
$strSetupSaveDir_desc = 'Directory where exports can be saved on server';
$strSetupSaveDir_name = 'Save directory';
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons';
$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.';
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';
$strSetupServersAdd = 'Add a new server';
+$strSetupServersEdit = 'Edit server';
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used';
$strSetupServers_AllowDeny_order_name = 'Host authentication order';
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults';
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules';
$strSetupServers_AllowNoPassword_name = 'Allow logins without a password';
$strSetupServers_AllowRoot_name = 'Allow root login';
+$strSetupServers_CountTables_desc = 'Count tables when showing database list';
+$strSetupServers_CountTables_name = 'Count tables';
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'Logout URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command';
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example';
+$strSetupServers_SignonSession_name = 'Signon session name';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey config file';
$strSetupServers_auth_type_desc = 'Authentication method to use';
@@ -1114,14 +1128,8 @@ $strSetupServers_connect_type_name = 'Connection type';
$strSetupServers_controlpass_name = 'Control user password';
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Control user';
-$strSetupServers_CountTables_desc = 'Count tables when showing database list';
-$strSetupServers_CountTables_name = 'Count tables';
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Designer table';
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
-$strSetupServersEdit = 'Edit server';
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported';
$strSetupServers_extension_name = 'PHP extension to use';
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)';
@@ -1130,7 +1138,6 @@ $strSetupServers_history_desc = 'Leave blank for no SQL query history support, s
$strSetupServers_history_name = 'SQL query history table';
$strSetupServers_host_desc = 'Hostname where MySQL server is running';
$strSetupServers_host_name = 'Server hostname';
-$strSetupServers_LogoutURL_name = 'Logout URL';
$strSetupServers_nopassword_desc = 'Try to connect without password';
$strSetupServers_nopassword_name = 'Connect without password';
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'';
@@ -1145,12 +1152,6 @@ $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave emp
$strSetupServers_port_name = 'Server port';
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Relation table';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command';
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example';
-$strSetupServers_SignonSession_name = 'Signon session name';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default';
$strSetupServers_socket_name = 'Server socket';
$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server';
@@ -1177,9 +1178,9 @@ $strSetupShowFunctionFields_name = 'Show function fields';
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output';
$strSetupShowPhpInfo_name = 'Show phpinfo() link';
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information';
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed';
$strSetupShowSQL_name = 'Show SQL queries';
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information';
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)';
$strSetupShowStats_name = 'Show statistics';
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name';
@@ -1189,11 +1190,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips';
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables';
$strSetupSkipLockedTables_name = 'Skip locked tables';
-$strSetupSQLQuery_Edit_name = 'Edit';
-$strSetupSQLQuery_Explain_name = 'Explain SQL';
-$strSetupSQLQuery_Refresh_name = 'Refresh';
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code';
-$strSetupSQLQuery_Validate_name = 'Validate SQL';
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty';
$strSetupSuggestDBName_name = 'Suggest new database name';
$strSetupTrue = 'yes';
@@ -1205,6 +1201,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database';
$strSetupUseDbSearch_name = 'Use database search';
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.';
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements';
+$strSetupVersionCheck = 'Version check';
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.';
$strSetupVersionCheckInvalid = 'Got invalid version string from server';
$strSetupVersionCheckLink = 'Check for latest version';
@@ -1212,31 +1209,41 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.';
$strSetupVersionCheckNone = 'No newer stable version is available';
$strSetupVersionCheckUnparsable = 'Unparsable version string';
-$strSetupVersionCheck = 'Version check';
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.';
$strSetupWarning = 'Warning';
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.';
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
+$strSetupblowfish_secret_name = 'Blowfish secret';
+$strSetuperror_connection = 'Could not connect to MySQL server';
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb';
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb';
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method';
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method';
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method';
+$strSetuperror_form = 'Submitted form contains errors';
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s';
+$strSetuperror_incorrect_port = 'Not a valid port number';
+$strSetuperror_incorrect_value = 'Incorrect value';
+$strSetuperror_missing_field_data = 'Missing data for %s';
+$strSetuperror_nan_nneg = 'Not a non-negative number';
+$strSetuperror_nan_p = 'Not a positive number';
+$strShow = 'Show';
$strShowAll = 'Show all';
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX';
-$strShowBinaryContents = 'Show binary contents';
$strShowBLOBContents = 'Show BLOB contents';
+$strShowBinaryContents = 'Show binary contents';
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowHideLeftMenu = 'Show/Hide left menu';
-$strShowingBookmark = 'Showing bookmark';
-$strShowingPhp = 'Showing as PHP code';
-$strShowingRecords = 'Showing rows';
-$strShowingSQL = 'Showing SQL query';
$strShowKeys = 'Only show keys';
$strShowMasterStatus = 'Show master status';
$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.';
@@ -1290,13 +1297,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsync() writes done to
$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_createdDescr = 'The number of pages created.';
$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_avgDescr = 'The average time to acquire a row lock, 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.';
@@ -1312,10 +1319,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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.';
+$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$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.';
@@ -1328,8 +1335,8 @@ $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_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_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.';
@@ -1349,6 +1356,10 @@ $strShowStatusThreads_runningDescr = 'The number of threads that are not sleepin
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
+$strShowingBookmark = 'Showing bookmark';
+$strShowingPhp = 'Showing as PHP code';
+$strShowingRecords = 'Showing rows';
+$strShowingSQL = 'Showing SQL query';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
@@ -1358,67 +1369,58 @@ $strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSmallBigAll = 'Small/Big All';
$strSnapToGrid = 'Snap to grid';
-$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSocket = 'Socket';
+$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
+$strSort = 'Sort';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
-$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
-$strSQLCompatibility = 'SQL compatibility mode';
-$strSQLExportType = 'Export type';
-$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';
$strStandInStructureForView = 'Stand-in structure for view';
$strStart = 'Start';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
+$strStatUpdateTime = 'Last update';
$strStatement = 'Statements';
$strStatic = 'static';
$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';
$strStop = 'Stop';
-$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
+$strStorageEngines = 'Storage Engines';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
+$strStructure = 'Structure';
$strStructureDiff = 'Structure Difference' ;
$strStructureForView = 'Structure for view';
$strStructureLC = 'structure';
-$strStructure = 'Structure';
$strStructureSyn = 'Structure Synchronization';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
$strSum = 'Sum';
$strSwedish = 'Swedish';
-$strSwekeyAuthenticating = 'Authenticating...';
$strSwekeyAuthFailed = 'Hardware authentication failed';
-$strSwekeyNoKeyId = 'File %s does not contain any key id';
+$strSwekeyAuthenticating = 'Authenticating...';
$strSwekeyNoKey = 'No valid authentication key plugged';
+$strSwekeyNoKeyId = 'File %s does not contain any key id';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.';
-$strSynchronizeDb= 'Synchronize Databases';
$strSynchronize = 'Synchronize';
+$strSynchronizeDb= 'Synchronize Databases';
+$strTable = 'Table';
$strTableAddColumn = 'Add column(s)';
$strTableAlreadyExists = 'Table %s already exists!';
$strTableAlterColumn = 'Alter column(s)';
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully';
$strTableAlterIndex = 'Alter index(s)';
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully';
$strTableApplyIndex = 'Apply index(s)';
$strTableComments = 'Table comments';
$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?';
@@ -1435,10 +1437,9 @@ $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTableRemoveColumn = 'Remove column(s)';
$strTableRemoveIndex = 'Remove index(s)';
-$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
-$strTable = 'Table';
$strTableUpdateRow = 'Update row(s)';
+$strTables = '%s table(s)';
$strTakeIt = 'take it';
$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database';
$strTblPrivileges = 'Table-specific privileges';
@@ -1446,33 +1447,34 @@ $strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length, this field might not be editable ';
$strTexyText = 'Texy! text';
$strThai = 'Thai';
+$strTheme = 'Theme / Style';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
-$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
+$strThemeNotFound = 'Theme %s not found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
-$strTheme = 'Theme / Style';
$strThisHost = 'This Host';
-$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
+$strThreads = 'Threads';
+$strTime = 'Time';
$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';
$strToFromPage = 'to/from page';
+$strToSelectRelation = 'To select relation, click :';
$strToggleScratchboard = 'Toggle scratchboard';
$strToggleSmallBig = 'Toggle small/big';
-$strToSelectRelation = 'To select relation, click :';
$strTotal = 'total';
$strTotalUC = 'Total';
-$strTrackingActivated = 'Tracking of %s.%s is activated.';
+$strTracking = 'Tracking';
$strTrackingActivateNow = 'Activate now';
$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s';
+$strTrackingActivated = 'Tracking of %s.%s is activated.';
$strTrackingCreateVersion = 'Create version';
$strTrackingCreateVersionOf = 'Create version %s of %s.%s';
-$strTrackingDatabaseLog = 'Database Log';
$strTrackingDataDefinitionStatement = 'Data definition statement';
$strTrackingDataManipulationStatement = 'Data manipulation statement';
+$strTrackingDatabaseLog = 'Database Log';
$strTrackingDate = 'Date';
$strTrackingDeactivateNow = 'Deactivate now';
$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s';
@@ -1480,16 +1482,16 @@ $strTrackingExportAs = 'Export as %s';
$strTrackingIsActive = 'Tracking is active.';
$strTrackingIsNotActive = 'Tracking is not active.';
$strTrackingMechanism = 'Tracking Mechanism';
-$strTrackingReportClose = 'Close';
$strTrackingReport = 'Tracking report';
+$strTrackingReportClose = 'Close';
+$strTrackingSQLDump = 'SQL dump';
+$strTrackingSQLDumpFile = 'SQL dump (file download)';
+$strTrackingSQLExecuted = 'SQL statements executed.';
+$strTrackingSQLExecution = 'SQL execution';
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.';
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.';
$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s';
$strTrackingShowVersions = 'Show versions';
-$strTrackingSQLDumpFile = 'SQL dump (file download)';
-$strTrackingSQLDump = 'SQL dump';
-$strTrackingSQLExecuted = 'SQL statements executed.';
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.';
-$strTrackingSQLExecution = 'SQL execution';
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.';
$strTrackingStatements = 'Tracking statements';
$strTrackingStatusActive = 'active';
$strTrackingStatusNotActive = 'not active';
@@ -1500,9 +1502,8 @@ $strTrackingThUpdated = 'Updated';
$strTrackingThVersion = 'Version';
$strTrackingTrackDDStatements = 'Track these data definition statements:';
$strTrackingTrackDMStatements = 'Track these data manipulation statements:';
-$strTrackingTrackedTables = 'Tracked tables';
-$strTracking = 'Tracking';
$strTrackingTrackTable = 'Track table';
+$strTrackingTrackedTables = 'Tracked tables';
$strTrackingUntrackedTables = 'Untracked tables';
$strTrackingUsername = 'Username';
$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.';
@@ -1538,10 +1539,10 @@ $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.';
+$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$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.';
$strUploadErrorCantWrite = 'Failed to write file to disk.';
$strUploadErrorExtension = 'File upload stopped by extension.';
@@ -1555,6 +1556,11 @@ $strUploadsNotAllowed = 'File uploads are not allowed on this server.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table';
+$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';
+$strUser = 'User';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
@@ -1562,30 +1568,25 @@ $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 "%s"';
-$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';
+$strView = 'View';
$strViewDump = 'View dump (schema) of table';
+$strViewDumpDB = 'View dump (schema) of database';
+$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewImage = 'View image';
$strViewName = 'VIEW name';
$strViewVideo = 'View video';
-$strView = 'View';
-$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
-$strWebServerUploadDirectory = 'web server upload directory';
$strWebServer = 'Web server';
+$strWebServerUploadDirectory = 'web server upload directory';
+$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWiki = 'Wiki';
@@ -1595,6 +1596,7 @@ $strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWrongUser = 'Wrong username/password. Access denied.';
+$strXML = 'XML';
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.';
$strXMLExportContents = 'Export contents';
$strXMLExportFunctions = 'Export functions';
@@ -1603,7 +1605,6 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)';
$strXMLExportTables = 'Export tables';
$strXMLExportTriggers = 'Export triggers';
$strXMLExportViews = 'Export views';
-$strXML = 'XML';
$strYes = 'Yes';
diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php
index 8b46113d3..809d059cd 100644
--- a/lang/estonian-utf-8.inc.php
+++ b/lang/estonian-utf-8.inc.php
@@ -22,10 +22,11 @@ $month = array('Jan', 'Veb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', '
$datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
+$strAPrimaryKey = 'Primaarne võti lisati %s';
$strAbortedClients = 'Katkestatud';
+$strAccessDenied = 'Ligipääs keelatud';
$strAccessDeniedCreateConfig = 'Arvatav põhjus on te pole veel loonud seadete faili. Soovitavalt võid kasutada %1$ssetup script%2$s et seadistada.';
$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';
$strAddClause = 'Lisa %s';
@@ -43,25 +44,24 @@ $strAddToIndex = 'Lisa indeksisse %s rida/read';
$strAddUser = 'Lisa uus kasutaja';
$strAddUserMessage = 'Te lisasite uue kasutaja.';
$strAdministration = 'Administreerimine';
+$strAfter = 'Peale %s';
$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?';
+$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.';
$strAlterOrderBy = 'Muuda tabeli sorteeringut';
+$strAnIndex = 'Indeks lisati %s';
$strAnalyzeTable = 'Analüüsi tabelit';
$strAnd = 'ja';
$strAndThen = 'ja siis';
$strAngularLinks = 'Nurgelised lingid';
-$strAnIndex = 'Indeks lisati %s';
-$strAnyHost = 'Kõik masinad';
$strAny = 'kõik';
+$strAnyHost = 'Kõik masinad';
$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';
@@ -74,15 +74,15 @@ $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';
+$strBinary = 'Binaarne';
+$strBinaryDoNotEdit = 'Binaarne - ärge muutke';
+$strBinaryLog = 'Binaarne logi';
$strBookmarkAllUsers = 'Anna kõikidele kasutajatele juurdepääs sellele järjehodjale';
$strBookmarkCreated = 'Järjehoidja %s loodud';
$strBookmarkDeleted = 'Järjehodja kustutati.';
@@ -91,24 +91,25 @@ $strBookmarkQuery = 'Järjehodjaga SQL päring';
$strBookmarkReplace = 'Kirjuta samanimeline järjehoidja üle';
$strBookmarkThis = 'Lisa see SQL päring järjehoidjasse';
$strBookmarkView = 'Vaata ainult';
+$strBrowse = 'Vaata';
$strBrowseDistinctValues = 'Sirvi erinevaid väärtusi';
$strBrowseForeignValues = 'Vaata väliseid väärtuseid';
-$strBrowse = 'Vaata';
-$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPool = 'Puhverdusala';
+$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPoolUsage = 'Puhverdusala kasutamine';
-$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferReadMisses = 'Lugemis vigasid';
-$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
+$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferWriteWaits = 'Kirjutamine ootab';
+$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
$strBulgarian = 'Bulgaaria';
$strBusyPages = 'Hõivatud lehed';
$strBzip = '"bzipitud"';
+$strCSV = 'CSV';
$strCalendar = 'Kalender';
-$strCancel = 'Katkesta';
$strCanNotLoadExportPlugins = 'Viga eksportimis moodulite laadimisel, palun kontrolli seadeid!';
$strCanNotLoadImportPlugins = 'Pole võimalik Importida mooduleid (plugins), palun kontrolli seadeid!';
+$strCancel = 'Katkesta';
$strCannotLogin = 'Ei suuda MySQL serverisse logida';
$strCantLoad = 'ei suutnud lugeda moodulit %s, 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.';
@@ -118,19 +119,19 @@ $strCardinality = 'Kasulikkus';
$strCaseInsensitive = 'tõstutundetu';
$strCaseSensitive = 'tõstutundlik';
$strCentralEuropean = 'Kesk-Euroopa';
+$strChange = 'Muuda';
+$strChangeCopyMode = 'Loo uus kasutaja samade privileegidega ja ...';
$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';
+$strCharsetOfFile = 'Faili tähetabel:';
+$strCharsets = 'Tähetabelid';
+$strCharsetsAndCollations = 'Tähetabelid ja määrangud';
$strCheckAll = 'Märgista kõik';
$strCheckOverhead = 'Kontrolli ülekulusid';
$strCheckPrivs = 'Kontrollige privileege';
@@ -155,16 +156,16 @@ $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';
+$strCopyDatabaseOK = 'Andmebaas %s on kopeeritud %s';
$strCopyTable = 'Kopeeri tabel (andmebaas.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.';
+$strCreate = 'Loo';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE enne kopeerimist';
$strCreateIndex = 'Loo indeks %s väljadest';
$strCreateIndexTopic = 'Loo uus indeks';
-$strCreate = 'Loo';
$strCreateNewDatabase = 'Loo uus andmebaas';
$strCreateNewTable = 'Loo uus tabel andmebaasi %s';
$strCreatePage = 'Loo uus leht';
@@ -178,13 +179,18 @@ $strCreateUserDatabaseWildcard = 'Anna kõik õigused Metanimele (username\_%)';
$strCreationDates = 'Loo/muuda/kontrolli kuupäevi';
$strCriteria = 'Kriteerium';
$strCroatian = 'Horvaatia';
-$strCSV = 'CSV';
$strCyrillic = 'Kirillitsa';
-$strCzechSlovak = 'Tsehhi-Slovaki';
$strCzech = 'Tsehhi';
+$strCzechSlovak = 'Tsehhi-Slovaki';
+$strDBComment = 'Andmebaasi kommentaar: ';
+$strDBCopy = 'Kopeeri andmebaas';
+$strDBRename = 'Nimeta andmebaas ümber';
$strDanish = 'Taani';
$strData = 'Andmed';
+$strDataDict = 'Andmesõnastik';
+$strDataOnly = 'Ainult andmed';
+$strDataPages = 'Lehed andmetega';
$strDatabase = 'Andmebaas';
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
@@ -195,72 +201,66 @@ $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';
$strDbIsEmpty = 'Andmebaas tundub olevat tühi!';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
-$strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine';
-$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefault = 'Vaikimisi';
+$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefaultValueHelp = 'Vaikimisi väärtuse jaoks sisestage lihtsalt üksik väärtus, ilma kaldkriipsudega varjestamata ning jutumärkideta, kasutades järgmist kirjakuju: a';
$strDefragment = 'Defrgamenteeri tabel';
+$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$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';
$strDelete = 'Kustuta';
+$strDeleteAndFlush = 'Kustutage kasutajad ja taaslaadige privileegid pärast seda.';
+$strDeleteAndFlushDescr = 'See on parim tee, kuid privileegide taaslaadimine võib võtta aega.';
$strDeleteNoUsersSelected = 'Ühtegi kasutajat pole valitud kustutamiseks!';
$strDeleteRelation = 'Kustuta suhe';
+$strDeleted = 'Rida kustutatud';
$strDeleting = 'Kustutan %s';
$strDelimiter = 'Eraldaja';
-$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$strDescending = 'Kahanev';
$strDescription = 'Kirjeldus';
$strDesigner = 'Kujundaja';
$strDictionary = 'sõnaraamat';
$strDirectLinks = 'Otselingid';
$strDirtyPages = 'Mustad lehed';
-$strDisabled = 'Keelatud';
$strDisableForeignChecks = 'Keela võõrvõtmete (foreign key) kontroll';
+$strDisabled = 'Keelatud';
$strDisplayFeat = 'Kuva võimalused';
$strDisplayOrder = 'Näitamise järjekord:';
$strDisplayPDF = 'Näita PDF skeemi';
$strDoAQuery = 'Tee "päring näite järgi" (lühend: "%")';
+$strDoYouReally = 'Kas te tõesti tahate ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentatsioon';
-$strDoYouReally = 'Kas te tõesti tahate ';
-$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$strDrop = 'Kustuta';
+$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$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.';
+$strDumpingData = 'Tabeli andmete salvestamine';
$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';
+$strEmptyResultSet = 'MySQL tagastas tühja tulemuse (s.t. null rida).';
$strEnabled = 'Lubatud';
$strEncloseInTransaction = 'Lisa eksport ülekandesse';
-$strEndCut = 'LÕPETA LÕIGE';
$strEnd = 'Lõpp';
+$strEndCut = 'LÕPETA LÕIGE';
$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.';
+$strEngines = 'Mootor';
$strEnglish = 'Inglise';
$strEnglishPrivileges = ' Märkus: MySQL privileegide nimed on ingliskeelsed ';
+$strError = 'Viga';
$strErrorInZipFile = 'Viga ZIP arhiivis:';
$strErrorRenamingTable = 'Viga tabeli nime %1$s muutimsel %2$s';
-$strError = 'Viga';
$strEscapeWildcards = 'Metamärgid _ ja % peaksid olema varjestatud märgiga \, kui soovite neid sisestada';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eesti';
@@ -274,38 +274,38 @@ $strExtendedInserts = 'Laiendatud lisamised';
$strExtra = 'Ekstra';
$strFailedAttempts = 'Ebaõnnestunud üritused';
+$strField = 'Väli';
$strFieldHasBeenDropped = 'Väli %s kustutatud';
+$strFields = 'Väljade arv';
$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';
+$strFileNameTemplate = 'Faili nime template';
$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.';
+$strFileNameTemplateDescriptionDatabase = 'andmebaasi nimi';
$strFileNameTemplateDescriptionServer = 'serveri nimi';
$strFileNameTemplateDescriptionTable = 'tabeli nimi';
-$strFileNameTemplate = 'Faili nime template';
$strFileNameTemplateRemember = 'jäta template meelde';
$strFileToImport = 'Imporditav Fail';
$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")';
+$strFlushTables = 'Tühjenda (sulge) kõik tabelid';
$strFontSize = 'Fondi suurus';
-$strFormat = 'Formaat';
$strFormEmpty = 'Puuduv väärtus vormis !';
+$strFormat = 'Formaat';
$strFreePages = 'Vabad lehed';
$strFullText = 'Täistekstid';
$strFunction = 'Funktsioon';
$strFunctions = 'Funktsioonid';
$strGenBy = 'Genereerija ';
+$strGenTime = 'Tegemisaeg';
$strGeneralRelationFeat = 'Peamised seoste võimalused';
$strGenerate = 'Genereeri';
$strGeneratePassword = 'Genereeri parool';
-$strGenTime = 'Tegemisaeg';
$strGeorgian = 'Gruusia';
$strGerman = 'Saksa';
$strGlobal = 'globaalne';
@@ -316,6 +316,8 @@ $strGrantOption = 'Õigused';
$strGreek = 'Kreeka';
$strGzip = '"gzipitud"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Töötleja';
$strHasBeenAltered = 'on muudetud.';
$strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks';
@@ -326,50 +328,48 @@ $strHideShowAll = 'Peida/Näita kõik';
$strHideShowNoRelation = 'Peida/Näita tabelid millel puudub suhe';
$strHome = 'Esileht';
$strHomepageOfficial = 'Ametlik phpMyAdmini koduleht';
-$strHostEmpty = 'Masin on tühi!';
$strHost = 'Masin';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Masin on tühi!';
$strHungarian = 'Ungari';
$strIcelandic = 'Islandi';
$strId = 'ID';
$strIdxFulltext = 'Täistekst';
-$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri';
+$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
+$strImport = 'Import';
$strImportExportCoords = 'Impordi/Ekspordi kordinaadid PDF skeemile';
$strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat';
-$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import lõppetati edukalt, %d päringut käivitatud.';
-$strIndexes = 'Indeksid';
-$strIndexHasBeenDropped = 'Indeks %s kustutatud';
+$strInUse = 'kasutusel';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s kustutatud';
$strIndexName = 'Indeksi nimi :';
$strIndexType = 'Indeksi tüüp :';
$strIndexWarningTable = 'Probleemid tabeli `%s` indeksitega';
+$strIndexes = 'Indeksid';
$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';
+$strInnoDBBufferPoolSizeDesc = 'Mälupuhvri suurus mida InnoDB kasutab oma andmete ja indeksite puhverdamiseks.';
$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';
$strInsert = 'Lisa';
+$strInsertAsNewRow = 'Lisa uue reana';
$strInternalRelationAdded = 'Sisemine suhe loodud';
$strInternalRelations = 'Sisesed seosed';
-$strInUse = 'kasutusel';
$strInvalidAuthMethod = 'Vigane autoriseerimise meetod konfiguratsioonifailis:';
-$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
-$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
$strInvalidCSVFieldCount = 'Vigane väljade arv CSV sisendis real %d.';
$strInvalidCSVFormat = 'Vigane formaat CSV sisendis real %d.';
$strInvalidCSVParameter = 'Vigane parameeter CSV importimisel: %s';
+$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
+$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
$strInvalidDatabase = 'Vigane andmebaas';
$strInvalidFieldAddCount = 'Peate lisama vähemalt ühe välja.';
$strInvalidFieldCount = 'Tabelil peab olema vähemalt üks väli.';
@@ -382,8 +382,8 @@ $strInvalidTableName = 'Vigane tabeli nimi';
$strJapanese = 'Jaapani';
$strJoins = 'Liited';
$strJumpToDB = 'Hüppa andmebaasile "%s".';
-$strJustDeleteDescr = '"Kustutatud" kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strJustDelete = 'Lihtsalt kustutage kasutajad privilege tabelist.';
+$strJustDeleteDescr = '"Kustutatud" kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strKeepPass = 'Ärge muutke parooli';
$strKeyCache = 'Võtme vahemälu';
@@ -392,21 +392,21 @@ $strKill = 'Tapa';
$strKnownExternalBug = 'See %s funktionaalsus on mõjutatud tuntud viga, vaata %s';
$strKorean = 'Korea';
+$strLDI = 'CSV kasutades LOAD DATA';
+$strLDILocal = 'kasuta LOCAL võtmesõna';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Laipilt';
$strLanguage = 'Keel';
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
$strLatchedPages = 'Lukustatud lehed';
$strLatexCaption = 'Tabeli seletus';
$strLatexContent = 'Tabeli __TABLE__ sisu';
-$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexContinued = '(jätkub)';
+$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexIncludeCaption = 'Lisa tabeli seletus';
$strLatexLabel = 'Nimetuse võti';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Tabeli __TABLE__ struktuur';
$strLatvian = 'Läti';
-$strLDI = 'CSV kasutades LOAD DATA';
-$strLDILocal = 'kasuta LOCAL võtmesõna';
$strLengthSet = 'Pikkus/Väärtused*';
$strLimitNumRows = 'Ridade arv lehel';
$strLinesTerminatedBy = 'Read lõpetatud';
@@ -415,73 +415,72 @@ $strLinksTo = 'Lingib ';
$strLithuanian = 'Leedu';
$strLocalhost = 'Lokaalne';
$strLocationTextfile = 'tekstifaili asukoht';
-$strLoginInformation = 'Logimise informatsioon';
-$strLogin = 'Sisselogimine';
-$strLogout = 'Logi välja';
$strLogPassword = 'Parool:';
$strLogServer = 'Server';
$strLogUsername = 'Kasutajanimi:';
+$strLogin = 'Sisselogimine';
+$strLoginInformation = 'Logimise informatsioon';
+$strLogout = 'Logi välja';
$strLongOperation = 'See tegevus võib võtta kaua aega. Jätkan?';
+$strMIMETypesForTable = 'MIME TÜÜBID TABELILE';
+$strMIME_MIMEtype = 'MIME-tüüp';
+$strMIME_available_mime = 'Olemasolevad MIME-tüübid';
+$strMIME_available_transform = 'Available transformations';
+$strMIME_description = 'Kirjeldus';
+$strMIME_nodescription = 'Selle transformatsiooni jaoks ei ole kirjeldust. 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 = 'Transformeerimise seaded';
+$strMIME_transformation_options_note = 'Palun sisestage transformatsiooniks vajalikud väärtused, kasutades järgmist formaati: \'a\', 100, b,\'c\'... 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_without = 'MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni';
$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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Muuda indeksit';
$strMoveMenu = 'Liiguta menüü';
+$strMoveTable = 'Vii tabel üle (andmebaas.tabel):';
$strMoveTableOK = 'Tabel %s viidu üle andmebaasi %s.';
$strMoveTableSameNames = 'Ei saa tabelit iseendasse liigutada!';
-$strMoveTable = 'Vii tabel üle (andmebaas.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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maksimaalne suurus ajutiste sorteeringufailide jaoks';
+$strMyISAMMaxSortFileSizeDesc = 'Maksimaalne failisuurus MySQL-i ajutise faili jaoks mida kasutatakse MyISAM indeksi uuesti genereerimiseks (REPAIR TABLE, ALTER TABLE või LOAD DATA INFILE).';
$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.';
+$strMyISAMRepairThreadsDesc = 'Kui see väärtus on suurem kui 1 siis MyISAM tabeli indeksid luuakse paralleelselt (iga indeks oma lõimus) sorteerimise teel parandamise ajal.';
$strMyISAMSortBufferSize = 'Sordi puhvri suurus';
+$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.';
$strMySQLCharset = 'MySQLi tähetabel';
-$strMysqlClientVersion = 'MySQL kliendi versioon';
$strMySQLConnectionCollation = 'MySQL ühenduse kollatsioon';
$strMySQLSaid = 'MySQL ütles: ';
$strMySQLShowProcess = 'Näita protsesse';
+$strMysqlClientVersion = 'MySQL kliendi versioon';
$strName = 'Nimi';
$strNext = 'Järgmine';
+$strNo = 'Ei';
$strNoActivity = 'Ebaaktiivne %s sekundit või rohkem, palun sisenege uuesti';
+$strNoDataReceived = 'Andmeid ei saadud importimisel. Võimalik et faili nime ei saadetud, või faili suurus ületab maksimaalset suurust lubatud PHP seadetes. Vaata FAQ 1.16.';
$strNoDatabases = 'Pole andmebaase';
$strNoDatabasesSelected = 'Ühtegi andmebaasi ei ole valitud.';
-$strNoDataReceived = 'Andmeid ei saadud importimisel. Võimalik et faili nime ei saadetud, või faili suurus ületab maksimaalset suurust lubatud PHP seadetes. Vaata FAQ 1.16.';
$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 frame toetava 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.';
@@ -492,17 +491,18 @@ $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.';
+$strNoUsersFound = 'Ei leitud ühtegi kasutajat.';
+$strNoValidateSQL = 'Jäta SQL-i kontroll vahele';
+$strNone = 'Pole';
$strNotNumber = 'See pole number!';
$strNotOK = 'Ei ole korras';
$strNotSet = '%s 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';
-$strNumberOfTables = 'Tabelite arv';
$strNumSearchResultsInTable = '%s vaste(t) tabelis %s';
$strNumSearchResultsTotal = 'Kokku:%s vaste(t)';
$strNumTables = 'Tabelid';
+$strNumberOfFields = 'Väljade arv';
+$strNumberOfTables = 'Tabelite arv';
$strOK = 'Korras';
$strOpenDocumentSpreadsheet = 'Ava dokumendi arvutustabel';
@@ -515,29 +515,29 @@ $strOr = 'või';
$strOverhead = 'Ülejääv';
$strOverwriteExisting = 'Kirjuta olemasolev(ad) fail(id) üle';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Genereerib aruande sisaldades andmeid üksikust tabelist)';
+$strPDFReportTitle = 'Raporti pealkiri';
+$strPHPVersion = 'PHP versioon';
$strPageNumber = 'Lehenumber:';
$strPagesToBeFlushed = 'Lehed ühtlustamiseks';
$strPaperSize = 'Paberi suurus';
$strPartialImport = 'Osaline import';
$strPartialText = 'Lühendatud tekstid';
+$strPassword = 'Parool';
$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';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Genereerib aruande sisaldades andmeid üksikust tabelist)';
-$strPDFReportTitle = 'Raporti pealkiri';
$strPerHour = 'tunni kohta';
$strPerMinute = 'minutis';
$strPerSecond = 'sekundis';
$strPersian = 'Pärsia';
$strPhoneBook = 'telefoniraamat';
$strPhp = 'Loo PHP kood';
-$strPHPVersion = 'PHP versioon';
$strPleaseSelectPrimaryOrUniqueKey = 'Palun vali primaarne või unkaalne võti';
$strPmaDocumentation = 'phpMyAdmini dokumentatsioon';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] konstant peab teie konfiguratsioonifailis määratud olema!';
@@ -545,13 +545,13 @@ $strPolish = 'Poola';
$strPortrait = 'Portreepilt';
$strPos1 = 'Algus';
$strPrevious = 'Eelmine';
+$strPrimary = 'Primaarne';
$strPrimaryKeyHasBeenDropped = 'Primaarne võti kustutatud';
$strPrimaryKeyName = 'Primaarse võtme nimi peab olema... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" peab olema ja ainult olema primaarse võtme nimi!)';
-$strPrimary = 'Primaarne';
$strPrint = 'Prindi';
-$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrintView = 'Trükivaade';
+$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrivDescAllPrivileges = 'Sisaldab kõiki privileege peale GRANT.';
$strPrivDescAlter = 'Lubab muuta olemasolevate tabelite struktuure.';
$strPrivDescAlterRoutine = 'Lubabu salvestatud rutiinide muutmise ja kustutamise.';
@@ -564,8 +564,8 @@ $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.';
+$strPrivDescExecute5 = 'Lubab salvestatud rutiinide käivituse.';
$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.';
@@ -594,9 +594,9 @@ $strProcesslist = 'Protsessinimekiri';
$strProtocolVersion = 'Protokolli versioon';
$strPutColNames = 'Pange väljade nimed esimesse ritta';
+$strQBE = 'Päring näite järgi';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Päring näite järgi';
$strQueryCache = 'Päringute vahemälu';
$strQueryFrame = 'Päringuaken';
$strQueryOnDb = 'SQL-päring andmebaasist %s:';
@@ -607,21 +607,22 @@ $strQueryTime = 'Päring kestis %01.4f sek';
$strQueryType = 'Päringu tüüp';
$strQueryWindowLock = 'Antud päringut mitte muuta väljaspool akent.';
+$strReType = 'Sisesta uuesti';
$strReadRequests = 'Pöördumised lugemiseks';
$strReceived = 'Saadud';
$strRecommended = 'soovituslik';
$strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli pärinevust:';
$strRefresh = 'Uuenda';
-$strRelationalSchema = 'Seoseskeem';
$strRelationDeleted = 'Suhe kustutatud';
$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';
+$strRelationalSchema = 'Seoseskeem';
+$strRelations = 'Suhted';
+$strRelationsForTable = 'SEOSED TABELILE';
$strReload = 'Lae uuesti';
$strReloadPrivileges = 'Lae privileegid uuesti';
+$strReloadingThePrivileges = 'Taaslaen privileege';
$strRemoveSelectedUsers = 'Eemalda valitud kasutajad';
$strRenameDatabaseOK = 'Andmebaas %s on ümber nimetatud %s';
$strRenameTable = 'Nimeta tabel ümber';
@@ -632,31 +633,41 @@ $strReplaceTable = 'Asenda tabeli andmed failiga';
$strReplication = 'Tiraeerimine';
$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';
+$strRevokeAndDelete = 'Eemalda kõik aktiivsed privileegid kasutajatelt ning kustuta nad pärast seda.';
+$strRevokeAndDeleteDescr = 'Kasutajatel on ikka veel USAGE privileeg, kuni privileegid pole taaslaetud.';
+$strRevokeMessage = 'Te võtsite tagasi privileegid %s-lt';
$strRomanian = 'Rumeenia';
$strRowLength = 'Rea pikkus';
-$strRowsFrom = 'read alates';
$strRowSize = ' rea suurus ';
+$strRows = 'Ridu';
+$strRowsFrom = 'read alates';
$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';
+$strRunSQLQueryOnServer = 'Käivita SQL käsk/käsud Masinas %s';
+$strRunning = 'jookseb masinas %s';
$strRussian = 'Vene';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL ühilduvus viis';
+$strSQLExportType = 'Ekspordi tüüp';
+$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';
+$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
+$strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma';
+$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst';
+$strSave = 'Salvesta';
$strSaveOnServer = 'Salvestage serverisse kataloogi %s';
$strSavePosition = 'Salvesta positsioon';
-$strSave = 'Salvesta';
$strScaleFactorSmall = 'Skalaarfaktor on liiga väike, et skeem mahuks ühele lehele.';
+$strSearch = 'Otsi';
$strSearchFormTitle = 'Otsi andmebaasist';
$strSearchInTables = 'Otsi tabeli(te)st:';
$strSearchNeedle = 'Sõna(d) või väärtus(ed) otsinguks (lühend: "%"):';
@@ -664,7 +675,6 @@ $strSearchOption1 = 'vähemalt üks sõnadest';
$strSearchOption2 = 'kõik sõnadest';
$strSearchOption3 = 'täpne fraas';
$strSearchOption4 = 'regulaaravaldisena';
-$strSearch = 'Otsi';
$strSearchResultsFor = 'Otsingu tulemused "%s" %s:';
$strSearchType = 'Leia:';
$strSecretRequired = 'Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret).';
@@ -678,30 +688,26 @@ $strSelectReferencedKey = 'Vali eelistus võti (referenced key)';
$strSelectTables = 'Vali tabelid';
$strSend = 'Salvesta failina';
$strSent = 'Saadetud';
+$strServer = 'Server';
$strServerChoice = 'Serveri valik';
$strServerNotResponding = 'Server ei vasta';
-$strServer = 'Server';
-$strServers = 'Serverid';
-$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatus = 'Jooksev informatsioon';
+$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatusUptime = 'See MySQL server on käinud %s. Käivitusaeg %s.';
$strServerTabVariables = 'Muutujad';
$strServerTrafficNotes = 'Serveri liiklus: Need tabelid näitavad võrguliikluse statistikat selle MySQL serveri jaoks alates tema käivitamisest.';
$strServerVars = 'Serveri muutujad ja seaded.';
$strServerVersion = 'Serveri versioon';
+$strServers = 'Serverid';
$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\'... Kui te peate lisama kaldkriipsu ("\") või ülakoma ("\'") sinna paigutusse, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
+$strShow = 'Näita';
$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';
$strShowHideLeftMenu = 'Näita/Peida vasak menüü';
-$strShowingBookmark = 'Näitan järjehoidjat';
-$strShowingPhp = 'Näitan PHP koodina';
-$strShowingRecords = 'Näita ridu';
-$strShowingSQL = 'Näitan SQL päringut';
-$strShow = 'Näita';
$strShowOpenTables = 'Näita avatud tabeleid';
$strShowPHPInfo = 'Näita PHP informatsiooni';
$strShowSlaveHosts = 'Näita alluvaid(slave)';
@@ -757,13 +763,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Mitu fsyncs kirjutamist tehtud logi f
$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_createdDescr = 'Lehti loodud.';
$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_avgDescr = 'Keskimne aeg 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.';
@@ -779,10 +785,10 @@ $strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plok
$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 DELAYED 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.';
+$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
$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.';
@@ -795,8 +801,8 @@ $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_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_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.';
@@ -816,6 +822,10 @@ $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 ';
+$strShowingBookmark = 'Näitan järjehoidjat';
+$strShowingPhp = 'Näitan PHP koodina';
+$strShowingRecords = 'Näita ridu';
+$strShowingSQL = 'Näitan SQL päringut';
$strSimplifiedChinese = 'Lihtsustatud Hiina';
$strSingly = '(üksikult)';
$strSize = 'Suurus';
@@ -824,39 +834,29 @@ $strSlovak = 'Slovaki';
$strSlovenian = 'Sloveenia';
$strSmallBigAll = 'Kõik Väikeseks/Suureks';
$strSocketProblem = '(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)';
+$strSort = 'Sorteeri';
$strSortByKey = 'Sorteeri võtme järgi';
$strSorting = 'Järjestamine';
-$strSort = 'Sorteeri';
$strSpaceUsage = 'Ruumivõtt';
$strSpanish = 'Hispaania';
$strSplitWordsWithSpace = 'Sõnad on eraldatud tühikuga (" ").';
-$strSQLCompatibility = 'SQL ühilduvus viis';
-$strSQLExportType = 'Ekspordi tüüp';
-$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';
$strStandInStructureForView = 'Sise-vaate struktuur';
$strStatCheckTime = 'Viimane vaatamine';
$strStatCreateTime = 'Loodud';
+$strStatUpdateTime = 'Viimane muudatus';
$strStatement = 'Parameerid';
$strStatisticsOverrun = 'Koormusega serveris, baitide lugeja võib lugeda vigadega (overrun), st. see statistika mida näitab MySQL server ei pruugi olla täpne.';
-$strStatUpdateTime = 'Viimane muudatus';
$strStatus = 'Staatus';
-$strStorageEngines = 'Varundusmootorid';
$strStorageEngine = 'Varundusmootor';
+$strStorageEngines = 'Varundusmootorid';
$strStrucCSV = 'CSV andmed';
$strStrucData = 'Struktuur ja andmed';
$strStrucExcelCSV = 'CSV MS Exceli jaoks';
$strStrucNativeExcel = 'Loomulikud MS Exceli andmed';
$strStrucOnly = 'Ainult struktuur';
$strStructPropose = 'Soovita tabeli struktuuri';
-$strStructureForView = 'Vaate (view) struktuur';
$strStructure = 'Struktuur';
+$strStructureForView = 'Vaate (view) struktuur';
$strSubmit = 'Vali';
$strSuccess = 'Teie SQL päring täideti edukalt';
$strSum = 'Summa';
@@ -864,6 +864,7 @@ $strSwedish = 'Rootsi';
$strSwitchToDatabase = 'Mine kopeeritud andmebaasile';
$strSwitchToTable = 'Mine üle kopeeritud tabelile';
+$strTable = 'Tabel';
$strTableAlreadyExists = 'tabel %s on juba olemas!';
$strTableComments = 'Tabeli kommentaarid';
$strTableEmpty = 'Tabeli nimi on tühi!';
@@ -875,30 +876,29 @@ $strTableMaintenance = 'Tabeli hooldus';
$strTableName = 'Tabeli nimi';
$strTableOfContents = 'Sisukord';
$strTableOptions = 'Tabeli seaded';
-$strTables = '%s tabel(it)';
$strTableStructure = 'Struktuur tabelile';
-$strTable = 'Tabel';
+$strTables = '%s tabel(it)';
$strTakeIt = 'võta see';
$strTblPrivileges = 'Tabel-spetsiifilised privileegid';
$strTempData = 'Ajutised andmed ';
$strTextAreaLength = ' Oma suuruse tõttu võib see väli olla mittemuudetav ';
$strThai = 'Tai';
+$strTheme = 'Teema / Stiil';
$strThemeDefaultNotFound = 'Ei leia vaikimisi teemat %s!';
$strThemeNoPreviewAvailable = 'Eelvaade pole saadaval.';
-$strThemeNotFound = 'Ei leia teemat %s!';
$strThemeNoValidImgPath = 'Ei leia pildi kataloogi teemale %s!';
+$strThemeNotFound = 'Ei leia teemat %s!';
$strThemePathNotFound = 'Ei leia kataloogi teemale %s!';
-$strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host';
-$strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
+$strThreads = 'Lõimud';
$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.';
$strToFromPage = 'Kuhu/Kust leht';
-$strToggleScratchboard = 'vaheta märkmetahvlit';
$strToSelectRelation = 'Et valida suhe, kliki :';
+$strToggleScratchboard = 'vaheta märkmetahvlit';
$strTotal = 'kokku';
$strTotalUC = 'Kokku';
$strTraditionalChinese = 'Traditsionaalne Hiina';
@@ -928,42 +928,42 @@ $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.';
+$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$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.';
$strUploadsNotAllowed = 'Faile pole lubatud laadida sellesse serverisse.';
$strUsage = 'Kasutus';
$strUseBackquotes = 'Kasutage tagurpidi kaldkriipse tabelites või tabelinimedes';
$strUseHostTable = 'Kasuta host tabelit';
+$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';
+$strUser = 'Kasutaja';
$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 "%s"';
-$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';
+$strViewDump = 'Vaata tabeli väljundit (skeemi)';
+$strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)';
+$strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)';
+$strViewHasBeenDropped = 'Vaade %s on kustutatud';
-$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWebServerUploadDirectory = 'webiserveri üleslaadimiskataloogi';
+$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWelcome = 'Tere tulemast %s';
$strWestEuropean = 'Lääne-Euroopa';
$strWildcard = 'metamärk';
@@ -980,511 +980,652 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null), eemaldate l
$strZip = '"zipitud"';
// To translate:
+$strActions = 'Actions'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
+$strFiles = 'Files'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+
$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
$strPBXTLogFileCount = 'Log file count'; //to translate
$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSearchInField = 'Inside field:'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+$strTriggers = 'Triggers'; //to translate
+
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1493,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php
index 1276db0e4..4d3eb3fae 100644
--- a/lang/finnish-utf-8.inc.php
+++ b/lang/finnish-utf-8.inc.php
@@ -22,12 +22,13 @@ $datefmt = '%d.%m.%Y klo %H:%M';
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
+$strAPrimaryKey = 'Sarakkeelle %s on luotu perusavain';
$strAbortedClients = 'Keskeytetty';
+$strAccessDenied = 'Käyttö estetty';
$strAccessDeniedCreateConfig = 'Tämä johtunee siitä ettet ole luonut asetustiedostoa. Voit luoda asetustiedoston %1$sasetusskriptillä%2$s.';
$strAccessDeniedExplanation = 'PhpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta palvelin torjui yhteyden. Tarkista palvelimen nimi, käyttäjätunnus ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
-$strAccessDenied = 'Käyttö estetty';
-$strActions = 'Toiminnot';
$strAction = 'Toiminnot';
+$strActions = 'Toiminnot';
$strAddAutoIncrement = 'Lisää AUTO_INCREMENT-arvo';
$strAddClause = 'Lisää %s';
$strAddConstraints = 'Lisää rajoitteet';
@@ -44,60 +45,59 @@ $strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Uusi käyttäjä lisätty.';
$strAdministration = 'Hallinta';
+$strAfter = 'Jälkeen sarakkeen: %s';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
-$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
-$strAllowInterrupt = 'Anna tuonnin keskeytyä, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää tuotaessa suuria tiedostoja; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
+$strAllowInterrupt = 'Anna tuonnin keskeytyä, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää tuotaessa suuria tiedostoja; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAlterOrderBy = 'Lajittele taulu';
+$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnalyze = 'Analysoi';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndSmall = 'ja';
$strAndThen = 'ja sen jälkeen';
$strAngularLinks = 'Kulmikkaat linkit';
-$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
-$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
+$strAnyHost = 'Mikä tahansa palvelin';
$strAnyUser = 'Kuka tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
-$strAPrimaryKey = 'Sarakkeelle %s on luotu perusavain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
-$strAscending = 'Nouseva';
$strAsDefined = 'Määritelty:';
+$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutomaticLayout = 'Automaattinen ulkoasu';
+$strBLOBRepository = 'BLOB-tietokanta';
+$strBLOBRepositoryDamaged = 'Vioittunut';
+$strBLOBRepositoryDisable = 'Poista käytöstä';
+$strBLOBRepositoryDisableAreYouSure = 'Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Olet POISTAMASSA KÄYTÖSTÄ BLOB-tietokannan!';
+$strBLOBRepositoryDisabled = 'Ei käytössä';
+$strBLOBRepositoryEnable = 'Ota käyttöön';
+$strBLOBRepositoryEnabled = 'Käytössä';
+$strBLOBRepositoryRemove = 'Poista BLOB-tietokantaviittaus';
+$strBLOBRepositoryRepair = 'Korjaa';
+$strBLOBRepositoryUpload = 'Lähetä BLOB-tietokantaan';
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
-$strBinary = 'Binääritietoa';
-$strBinaryDoNotEdit = 'Binääritietoa - älä muokkaa';
-$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtuman tyyppi';
$strBinLogInfo = 'Tiedot';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen tunnus';
-$strBLOBRepository = 'BLOB-tietokanta';
-$strBLOBRepositoryDamaged = 'Vioittunut';
-$strBLOBRepositoryDisableAreYouSure = 'Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta %s?';
-$strBLOBRepositoryDisabled = 'Ei käytössä';
-$strBLOBRepositoryDisable = 'Poista käytöstä';
-$strBLOBRepositoryDisableStrongWarning = 'Olet POISTAMASSA KÄYTÖSTÄ BLOB-tietokannan!';
-$strBLOBRepositoryEnabled = 'Käytössä';
-$strBLOBRepositoryEnable = 'Ota käyttöön';
-$strBLOBRepositoryRemove = 'Poista BLOB-tietokantaviittaus';
-$strBLOBRepositoryRepair = 'Korjaa';
-$strBLOBRepositoryUpload = 'Lähetä BLOB-tietokantaan';
+$strBinary = 'Binääritietoa';
+$strBinaryDoNotEdit = 'Binääritietoa - älä muokkaa';
+$strBinaryLog = 'Binääriloki';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien käyttää tätä kirjanmerkkiä';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Kirjanmerkki on poistettu.';
@@ -106,24 +106,25 @@ $strBookmarkQuery = 'Tallennettu SQL-kysely';
$strBookmarkReplace = 'Korvaa samanniminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-kysely';
$strBookmarkView = 'Näytä';
+$strBrowse = 'Selaa';
$strBrowseDistinctValues = 'Selaa erilaisia arvoja';
$strBrowseForeignValues = 'Selaa viitearvoja';
-$strBrowse = 'Selaa';
-$strBufferPoolActivity = 'Puskurivarannon aktiivisuus';
$strBufferPool = "Puskurivaranto";
+$strBufferPoolActivity = 'Puskurivarannon aktiivisuus';
$strBufferPoolUsage = "Puskurivarannon käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
-$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
+$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzip = '"bzip-pakkaus"';
+$strCSV = 'CSV';
$strCalendar = 'Kalenteri';
-$strCancel = 'Peruuta';
$strCanNotLoadExportPlugins = 'Vientiin tarvittavia lisäosia ei voitu ladata; tarkista asetukset!';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asetukset!';
+$strCancel = 'Peruuta';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua';
$strCantLoad = 'Laajennuksen %s lataus ei onnistu; tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön muunnokseen tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ottaen käyttöön nämä laajennukset tai muuta phpMyAdminin asetuksia siinä määrin ettei muunnosta suoriteta.';
@@ -133,25 +134,25 @@ $strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'kirjainkoolla ei väliä';
$strCaseSensitive = 'tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
+$strChange = 'Muokkaa';
+$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$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 vanhan käyttäjän aktiiviset käyttöoikeudet ja tuhoa käyttäjä sen jälkeen.';
$strChangeCopyUser = 'Vaihda kirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
-$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasana';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
-$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
+$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
+$strCheck = 'Tarkasta';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse taulut, joissa on ylijäämää';
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan "%s" käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
-$strCheck = 'Tarkasta';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
@@ -174,173 +175,172 @@ $strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strControluserFailed = 'Yhteyden muodostus asetuksissa määriteltyyn superuser-käyttäjään epäonnistui.';
$strCookiesRequired = 'Selaimessa on oltava evästeet päällä tästä lähtien.';
-$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokantaan %s';
$strCopy = 'Kopioi';
+$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokantaan %s';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta.taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu uuteen tauluun %s.';
$strCopyTableSameNames = 'Taulua ei voi kopioida itseensä!';
$strCouldNotKill = 'PhpMyAdmin ei voinut lopettaa säiettä %s. Se on ehkä jo suljettu.';
+$strCreate = 'Luo';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo %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';
$strCreateRelation = 'Luo relaatio';
$strCreateTable = 'Luo taulu';
+$strCreateUserDatabase = 'Tietokanta käyttäjälle';
$strCreateUserDatabaseName = 'Luo samanniminen tietokanta ja anna kaikki oikeudet';
$strCreateUserDatabaseNone = 'Ei mitään';
$strCreateUserDatabasePrivileges = 'Anna tietokannalle "%s" kaikki oikeudet';
-$strCreateUserDatabase = 'Tietokanta käyttäjälle';
$strCreateUserDatabaseWildcard = 'Anna kaikki oikeudet tietokannalle käyttäen korvausmerkkiä (username\_%)';
$strCreationDates = 'Luonti-, päivitys- ja tarkistuspäiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
-$strCSV = 'CSV';
$strCustomColor = 'Muu väri';
$strCyrillic = 'Kyrillinen';
-$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tsekkiläinen';
+$strCzechSlovak = 'Tsekkoslovakialainen';
+$strDBComment = 'Tietokannan kommentti: ';
+$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä';
+$strDBRename = 'Muuta tietokannan nimi';
$strDanish = 'Tanskalainen';
+$strData = 'Tietoa';
+$strDataDict = 'Tietosanasto';
+$strDataOnly = 'Vain tiedot';
+$strDataPages = "Tietoja sisältävät sivut";
+$strDatabase = 'Tietokanta';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenCreated = 'Tietokanta %1$s on luotu.';
$strDatabaseHasBeenDropped = 'Tietokanta %s on poistettu.';
+$strDatabases = 'Tietokannat';
$strDatabasesDropped = '%s tietokantaa poistettiin onnistuneesti.';
+$strDatabasesStats = 'Tietokantatilastot';
$strDatabasesStatsDisable = 'Kätke tilastot';
$strDatabasesStatsEnable = 'Näytä tilastot';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen näyttäminen täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välille.';
-$strDatabasesStats = 'Tietokantatilastot';
-$strDatabases = 'Tietokannat';
-$strDatabase = 'Tietokanta';
-$strDataDict = 'Tietosanasto';
-$strDataOnly = 'Vain tiedot';
-$strDataPages = "Tietoja sisältävät sivut";
-$strData = 'Tietoa';
-$strDBComment = 'Tietokannan kommentti: ';
-$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä';
$strDbIsEmpty = 'Tietokanta on tyhjä!';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
-$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
-$strDefaultEngine = "%s on tämän MySQL-palvelimen oletustallennusmoottori.";
$strDefault = 'Oletusarvo';
+$strDefaultEngine = "%s on tämän MySQL-palvelimen oletustallennusmoottori.";
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksi arvo (käyttämättä kenoviivamerkkejä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
+$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDelayedInserts = 'Käytä viivästettyjä lisäyslauseita';
-$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen kestää hetken.';
-$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
-$strDeleted = 'Rivi on poistettu';
-$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
+$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
+$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen kestää hetken.';
+$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDeleteRelation = 'Poista relaatio';
+$strDeleted = 'Rivi on poistettu';
$strDeleting = 'Poistetaan: %s';
$strDelimiter = 'Erotinmerkki';
-$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
-$strDesignerHelpDisplayField = 'Ilmaisinkenttä näkyy vaaleanpunaisena. Luodaksesi kentästä ilmaisinkentän paina "Valitse näytettävä kenttä" -kuvaketta ja napsauta sitten sopivaa kenttänimeä.';
$strDesigner = 'Suunnittelija';
+$strDesignerHelpDisplayField = 'Ilmaisinkenttä näkyy vaaleanpunaisena. Luodaksesi kentästä ilmaisinkentän paina "Valitse näytettävä kenttä" -kuvaketta ja napsauta sitten sopivaa kenttänimeä.';
$strDetails = 'Lisätiedot...';
$strDictionary = 'sanasto';
$strDirectLinks = 'Suorat linkit';
$strDirtyPages = "Epäsiistit sivut";
-$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä tarkista viiteavaimia';
+$strDisabled = 'Pois päältä';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita mallin mukainen kysely (jokerimerkki: "%")';
+$strDoNotAutoIncrementZeroValues = 'Älä käytä nolla-arvoissa AUTO_INCREMENT:iä';
+$strDoYouReally = 'Haluatko varmasti ';
$strDocSQL = 'DocSQL';
$strDocu = 'Ohjeet';
-$strDoNotAutoIncrementZeroValues = 'Älä käytä nolla-arvoissa AUTO_INCREMENT:iä';
$strDownloadFile = 'Lataa tiedosto';
-$strDoYouReally = 'Haluatko varmasti ';
-$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Tuhoa';
+$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDropUsersDb = 'Poista tietokannat, joilla on sama nimi kuin käyttäjillä.';
-$strDumpingData = 'Vedos taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen riviltä: %s.';
+$strDumpingData = 'Vedos taulusta';
$strDynamic = 'dynaaminen';
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Pätevä';
-$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen, toisin sanoen nolla riviä.';
$strEmpty = 'Tyhjennä';
+$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen, toisin sanoen nolla riviä.';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
-$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
+$strEndCut = 'LOPETA CUT';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s ei ole käytettävissä tällä MySQL-palvelimella.";
-$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennusmoottoria.";
+$strEngines = "Moottorit";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
+$strError = 'Virhe';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strErrorRelationAdded = 'Virhe: Relaatiota ei luotu.';
$strErrorRelationExists = 'Virhe: relaatio on jo olemassa.';
$strErrorRenamingTable = 'Virhe annettaessa taululle %1$s nimeä %2$s';
$strErrorSaveTable = 'Virhe tallennettaessa koordinaatteja Suunnittelijaan.';
-$strError = 'Virhe';
$strEscapeWildcards = 'Korvausmerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
-$strEvents = 'Tapahtumat';
$strEvent = 'Tapahtuma';
+$strEvents = 'Tapahtumat';
$strExcelEdition = 'Excel-muokkaus';
$strExecuteBookmarked = 'Suorita kysely kirjanmerkeistä';
$strExplain = 'Selitä SQL-kysely';
+$strExport = 'Vienti';
$strExportImportToScale = 'Vie/tuo skaalaan';
$strExportMustBeFile = 'Valittu vientityyppi on tallennettava tiedostoon!';
-$strExport = 'Vienti';
$strExtendedInserts = 'Laajennetut lisäyslauseet';
$strExtra = 'Lisätiedot';
$strFailedAttempts = 'Epäonnistuneet yritykset';
+$strField = 'Sarake';
$strFieldHasBeenDropped = 'Sarake %s on poistettu';
$strFieldInsertFromFileTempDirNotExists = 'Virhe lähetettäessä tiedostoa, katso FAQ 1.11';
-$strField = 'Sarake';
+$strFields = 'Sarakkeet';
$strFieldsEnclosedBy = 'Sarakkeiden rajausmerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki';
-$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvausasetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voi lukea';
+$strFileNameTemplate = 'Tiedostonimen pohja';
+$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten ajanmuodostostusmerkkijonoja voi käyttää. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulun nimi';
-$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten ajanmuodostostusmerkkijonoja voi käyttää. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
-$strFileNameTemplate = 'Tiedostonimen pohja';
-$strFiles = 'Tiedostot';
$strFileToImport = 'Tuotava tiedosto';
+$strFiles = 'Tiedostot';
$strFlushPrivilegesNote = 'Huom: PhpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL-palvelimen käyttöoikeustauluista. Näiden taulujen sisältö saattaa poiketa palvelimen käyttämistä käyttöoikeuksista, jos tauluihin on tehty muutoksia käsin. Tällöin %skäyttöoikeudet on ladattava uudestaan%s ennen jatkamista.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
-$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
+$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFontSize = 'Fonttikoko';
$strForeignKeyError = 'Virhe luotaessa kohteen %1$s viiteavainta (tarkista tietotyypit)';
$strForeignKeyRelationAdded = 'FOREIGN KEY -relaatio lisätty';
-$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
+$strFormat = 'Muoto';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
$strFunctions = 'Funktiot';
$strGenBy = 'Luontiympäristö';
+$strGenTime = 'Luontiaika';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Keksi';
$strGeneratePassword = 'Keksi salasana';
-$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGetMoreThemes = 'Hae teemoja lisää!';
@@ -352,6 +352,8 @@ $strGrantOption = 'Valtuudet (GRANT)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakkaus"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
@@ -363,56 +365,54 @@ $strHideShowAll = 'Kätke/näytä kaikki';
$strHideShowNoRelation = 'Kätke/näytä taulut, joilla ei ole relaatiota';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
-$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
+$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHostTableExplanation = 'Kun Host-taulua käytetään, tätä kenttää ei huomioida, vaan sen sijaan käytetään Host-taulussa olevia tietoja.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Unkarilainen';
+$strIEUnsupported = 'Internet Explorer ei tue tätä toimintoa.';
$strIcelandic = 'Islantilainen';
$strId = 'Tunnus';
$strIdxFulltext = 'Koko teksti';
-$strIEUnsupported = 'Internet Explorer ei tue tätä toimintoa.';
$strIgnore = 'Älä huomioi';
$strIgnoreDuplicates = 'Älä välitä samanlaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
+$strImport = 'Tuonti';
$strImportExportCoords = 'Tuo/vie PDF-skeeman koordinaatit';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
-$strImport = 'Tuonti';
-$strIndexes = 'Indeksit';
-$strIndexesSeemEqual = 'Indeksit %1$s ja %2$s ovat ehkä samoja, ja niistä jompikumpi kannattanee poistaa.';
-$strIndexHasBeenDropped = 'Indeksi %s on poistettu';
+$strInUse = 'käytössä';
$strIndex = 'Indeksi';
+$strIndexHasBeenDropped = 'Indeksi %s on poistettu';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningTable = 'Taulun "%s" indeksien kanssa on ongelmia';
+$strIndexes = 'Indeksit';
+$strIndexesSeemEqual = 'Indeksit %1$s ja %2$s ovat ehkä samoja, ja niistä jompikumpi kannattanee poistaa.';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Kertoo, kuinka paljon taulun kokoa kasvatetaan taulun tilan täyttyessä.";
-$strInnoDBBufferPoolSizeDesc = 'Kertoo muistipuskurin koon, jota InnoDB käyttää taulujen tietojen ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurivarannon koko';
+$strInnoDBBufferPoolSizeDesc = 'Kertoo muistipuskurin koon, jota InnoDB käyttää taulujen tietojen ja indeksien siirtämiseen välimuistiin.';
$strInnoDBDataFilePath = "Tiedostot";
-$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-tiedostoille.";
$strInnoDBDataHomeDir = "Tiedostojen kotihakemisto";
+$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-tiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostossa on MySQL-palvelimen oletuskäyttäjään viittavia asetuksia (root ilman salasanaa). Tällaisin asetuksin MySQL-palvelin on altis hyökkäyksille. Tämä tietoturvariski on syytä korjata pikimmiten!';
+$strInsert = 'Lisää rivi';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Lisätyn rivin tunnus: %1$d';
-$strInsert = 'Lisää rivi';
$strInterface = 'Käyttöliittymä';
$strInternalAndForeign = 'Sisäistä relaatiota ei tarvita, kun vastaava FOREIGN KEY -relaatio on olemassa.';
$strInternalRelationAdded = 'Sisäinen relaatio luotu';
$strInternalRelations = 'Sisäiset relaatiot';
-$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
-$strInvalidColumnCount = 'Sarakkeiden määrän on oltava nollaa suurempi.';
-$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 CSV-tuonnin parametri: %s';
+$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
+$strInvalidColumnCount = 'Sarakkeiden määrän on oltava nollaa suurempi.';
$strInvalidDatabase = 'Virheellinen tietokanta';
$strInvalidFieldAddCount = 'Vähintään yksi kenttä on lisättävä.';
$strInvalidFieldCount = 'Taulussa on oltava vähintään yksi kenttä.';
@@ -425,8 +425,8 @@ $strInvalidTableName = 'Virheellinen taulun nimi';
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Siirry tietokantaan "%s".';
-$strJustDeleteDescr = '"Poistetut" käyttäjät voivat edelleen käyttää tavalliseen tapaan palvelinta, ellei käyttöoikeuksia ladata uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
+$strJustDeleteDescr = '"Poistetut" käyttäjät voivat edelleen käyttää tavalliseen tapaan palvelinta, ellei käyttöoikeuksia ladata uudestaan.';
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
@@ -435,21 +435,21 @@ $strKill = 'Lopeta';
$strKnownExternalBug = 'Toimintoon %s vaikuttaa tunnettu vika, katso %s';
$strKorean = 'Korealainen';
+$strLDI = 'CSV käyttäen LOAD DATA -kyselyä';
+$strLDILocal = 'Käytä LOCAL-avainsanaa';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Vaakatasossa';
$strLanguage = 'Kieli';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
-$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
+$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
-$strLDI = 'CSV käyttäen LOAD DATA -kyselyä';
-$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivulla';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
@@ -458,77 +458,75 @@ $strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
-$strLoginInformation = 'Kirjautumistiedot';
+$strLogPassword = 'Salasana:';
+$strLogServer = 'Palvelin';
+$strLogServerHelp = 'Voit syöttää verkkotunnuksen/IP-osoitteen ja portin välilyönnillä erotettuna.';
+$strLogUsername = 'Käyttäjätunnus:';
$strLogin = 'Kirjaudu sisään';
+$strLoginInformation = 'Kirjautumistiedot';
$strLoginWithoutPassword = 'Kirjautuminen ilman salasanaa on kielletty asetuksissa (katso AllowNoPassword)';
$strLogout = 'Poistu';
-$strLogPassword = 'Salasana:';
-$strLogServerHelp = 'Voit syöttää verkkotunnuksen/IP-osoitteen ja portin välilyönnillä erotettuna.';
-$strLogServer = 'Palvelin';
-$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toiminto voi kestää kauan. Jatketaanko silti?";
+$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
+$strMIME_MIMEtype = 'MIME-tyyppi';
+$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
+$strMIME_available_transform = 'Mahdolliset muunnokset';
+$strMIME_description = 'Kuvaus';
+$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla kuvausta. Kysy tekijältä, mitä %s tekee.';
+$strMIME_transformation = 'Selaimen muunnos (transformation)';
+$strMIME_transformation_note = 'Tietoja saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista saa painamalla %smuunnoksen kuvaukset%s -kohtaa';
+$strMIME_transformation_options = 'Muunnosvaihtoehdot';
+$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä muotoa: \'a\', 100, b,\'c\'... Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
+$strMIME_without = 'Kursivoiduilla MIME-tyypeillä ei ole erillistä muunnostoimintoa';
$strMaxConnects = 'Enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luodun kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt, ja mulitbyte-merkistökoodaus vaikuttaa olevan käytössä. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tästä saattaa koitua odottamattomia seurauksia.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa johtaa tietojen katoamiseen!';
-$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 kuvausta. Kysy tekijältä, mitä %s tekee.';
-$strMIME_transformation_note = 'Tietoja saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista saa painamalla %smuunnoksen kuvaukset%s -kohtaa';
-$strMIME_transformation_options = 'Muunnosvaihtoehdot';
-$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä muotoa: \'a\', 100, b,\'c\'... 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 = 'Kursivoiduilla MIME-tyypeillä ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
-$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
+$strModifyIndexTopic = 'Muokkaa indeksiä';
$strMoveMenu = 'Siirrä valikko';
+$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta.taulu):';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
-$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta.taulu):';
$strMultilingual = 'monikielinen';
-$strMyISAMDataPointerSizeDesc = "MyISAM-kannan CREATE TABLE -kyselyissä käytettävä osoittimen oletuskoko tavuina, kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMDataPointerSize = "Tieto-osoittimen koko";
-$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luontiin käytetty tilapäistiedosto on suurempi kuin tässä määritetty avainvälimuistin koko, mieluummin suositellaan käytettävän avainvälimuistia.";
+$strMyISAMDataPointerSizeDesc = "MyISAM-kannan CREATE TABLE -kyselyissä käytettävä osoittimen oletuskoko tavuina, kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSize = "Tilapäistiedostojen enimmäiskoko indeksin luontia varten";
-$strMyISAMMaxSortFileSizeDesc = "MyISAM-indeksien uudelleenluonnin tilapäistiedostojen suurin koko (toiminnot REPAIR TABLE, ALTER TABLE tai LOAD DATA INFILE).";
+$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luontiin käytetty tilapäistiedosto on suurempi kuin tässä määritetty avainvälimuistin koko, mieluummin suositellaan käytettävän avainvälimuistia.";
$strMyISAMMaxSortFileSize = "Enimmäiskoko tilapäisille lajittelutiedostoille";
+$strMyISAMMaxSortFileSizeDesc = "MyISAM-indeksien uudelleenluonnin tilapäistiedostojen suurin koko (toiminnot REPAIR TABLE, ALTER TABLE tai LOAD DATA INFILE).";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisena kuin se on asetettu \"--myisam-recover\"-nimisessä palvelimenkäynnistysasetuksessa.";
-$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, MyISAM-taulujen indeksit luodaan samaan aikaan lajittelukorjausprosessissa, kukin indeksi omalla säikeellään.";
$strMyISAMRepairThreads = "Korjaa säikeet";
-$strMyISAMSortBufferSizeDesc = "Puskuri, joka varataan käyttöön lajiteltaessa MyISAM-indeksejä REPAIR TABLE -kyselyllä tai luotaessa indeksejä CREATE INDEX- tai ALTER TABLE -kyselyillä.";
+$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, MyISAM-taulujen indeksit luodaan samaan aikaan lajittelukorjausprosessissa, kukin indeksi omalla säikeellään.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
+$strMyISAMSortBufferSizeDesc = "Puskuri, joka varataan käyttöön lajiteltaessa MyISAM-indeksejä REPAIR TABLE -kyselyllä tai luotaessa indeksejä CREATE INDEX- tai ALTER TABLE -kyselyillä.";
$strMySQLCharset = 'MySQL-palvelimen merkistö';
-$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
-$strMysqlLibDiffersServerVersion = 'PHP:n MySQL-kirjaston versio %s poikkeaa MySQL-palvelimen versiosta %s. Tästä voi koitua arvaamattomia seurauksia.';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
+$strMysqlClientVersion = 'MySQL-asiakasversio';
+$strMysqlLibDiffersServerVersion = 'PHP:n MySQL-kirjaston versio %s poikkeaa MySQL-palvelimen versiosta %s. Tästä voi koitua arvaamattomia seurauksia.';
$strName = 'Nimi';
$strNext = 'Seuraava';
+$strNo = 'Ei';
$strNoActivity = 'Yhteys on ollut toimettomana %s sekuntia tai kauemmin. Kirjaudu sisään uudestaan.';
+$strNoDataReceived = 'Tuotavia tietoja ei ole. Tiedostonimeä ei joko annettu tai tiedoston koko ylitti PHP:n asetusten salliman enimmäiskoon. Katso FAQ 1.16.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Yhtään tietokantaa ei ole valittu.';
-$strNoDataReceived = 'Tuotavia tietoja ei ole. Tiedostonimeä ei joko annettu tai tiedoston koko ylitti PHP:n asetusten salliman enimmäiskoon. Katso FAQ 1.16.';
$strNoDescription = 'ei kuvausta';
$strNoDetailsForEngine = "Tämän tallennusmoottorin tilasta ei ole saatavilla yksityiskohtaisia tietoja.";
$strNoDropDatabases = '"DROP DATABASE" -kyselyjen käyttö on estetty.';
-$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-kyselyä';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'PhpMyAdmin toimii parhaiten kehyksiä tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
-$strNoneDefault = 'Ei mikään';
-$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei salasanaa';
$strNoPermission = 'Palvelimella ei ole lupaa tallentaa tiedostoa %s.';
@@ -539,17 +537,19 @@ $strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannassa ei ole tauluja.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista asetukset ja/tai hakemiston %s teemat.';
+$strNoUsersFound = 'Käyttäjiä ei ole.';
+$strNoValidateSQL = 'Älä tarkista SQL-kyselyä';
+$strNone = 'Ei mitään';
+$strNoneDefault = 'Ei mikään';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = 'Taulua %s ei löytynyt tai sitä ei ole määritelty tiedostossa %s';
-$strNoUsersFound = 'Käyttäjiä ei ole.';
-$strNoValidateSQL = 'Älä tarkista SQL-kyselyä';
$strNull = 'Tyhjä';
-$strNumberOfFields = 'Kenttien määrä';
-$strNumberOfTables = 'Taulujen määrä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa %s';
$strNumSearchResultsTotal = 'Yhteensä:%s hakutulosta';
$strNumTables = 'Taulut';
+$strNumberOfFields = 'Kenttien määrä';
+$strNumberOfTables = 'Taulujen määrä';
$strOK = 'Kunnossa';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -564,59 +564,59 @@ $strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
+$strPBXTCheckpointFrequency = 'Checkpoint-pisteiden taajuus';
+$strPBXTCheckpointFrequencyDesc = 'Transaktiolokiin kirjoitettavien tietojen määrä ennen kuin checkpoint-piste suoritetaan. Oletusarvo on 24Mt.';
+$strPBXTDataFileGrowSize = 'Tiedoston koonkasvatusmäärä';
+$strPBXTDataFileGrowSizeDesc = 'Kahvatiedostojen (.xtd) koonkasvatusmäärä.';
+$strPBXTDataLogThreshold = 'Checkpoint-pisteiden kynnysarvo';
+$strPBXTDataLogThresholdDesc = 'Tietolokitiedoston enimmäiskoko. Oletusarvo on 64Mt. PBXT pystyy luomaan enimmillään 32 000 tietolokia, joita käyttää kaikki taulut. Siten tämän muuttujan arvoa voi nostaa, jos haluaa kasvattaa kaiken tietokantaan tallennettavan tiedon kokonaismäärää.';
+$strPBXTGarbageThreshold = 'Roskankeruun kynnysarvo';
+$strPBXTGarbageThresholdDesc = 'Tietolokitiedoston roskatietojen prosentuaalinen määrä ennen kuin tiedostoa tiivistetään. Tämän arvon on oltava väliltä 1 - 99. Oletusarvo on 50.';
+$strPBXTIndexCacheSize = 'Indeksivälimuistin koko';
+$strPBXTIndexCacheSizeDesc = 'Tämä on indeksivälimuistille varatun muistin määrä. Oletusarvo on 32Mt. Tässä varattua muistia käytetään vain indeksisivujen välimuistitallenukseen.';
+$strPBXTLogBufferSize = 'Lokipuskurin koko';
+$strPBXTLogBufferSizeDesc = 'Tietolokin kirjoituksessa käytettävän puskurin koko. Oletusarvo on 256Mt. Moottori varaa kullekin säikeelle yhden puskurin, mikäli säiettä tarvitaan tietolokin kirjoittamiseen.';
+$strPBXTLogCacheSize = 'Lokivälimuistin koko';
+$strPBXTLogCacheSizeDesc = 'Kertoo kuinka paljon muistia varataan transaktiolokin välimuistille. Oletusarvo on 16Mt.';
+$strPBXTLogFileCount = 'Lokitiedostojen määrä';
+$strPBXTLogFileCountDesc = 'Tämä on järjestelmän ylläpitämien transaktiolokitiedostojen (pbxt/system/xlog*.xt) lukumäärä. Jos lokien määrä ylittää tämän arvon, vanhat lokit poistetaan; muuten ne nimetään uudelleen antamalla niille seuraavaksi suurin numero.';
+$strPBXTLogFileThreshold = 'Lokitiedoston kynnysarvo';
+$strPBXTLogFileThresholdDesc = 'Transaktiolokin rajakoko, jonka ylityttyä luodaan uusi loki. Oletusarvo on 16Mt.';
+$strPBXTRecordCacheSize = 'Tallennusvälimuistin koko';
+$strPBXTRecordCacheSizeDesc = 'Tämä kertoo, kuinka paljon taulutietojen välimuistitallennukselle varataan muistia. Oletusarvo on 32Mt. Tätä muistia käytetään kahvatietojen (.xtd) ja riviosoitintiedostojen (.xtr) välimuistitallennukseen.';
+$strPBXTRowFileGrowSize = 'Rivitiedoston koonkasvatusmäärä';
+$strPBXTRowFileGrowSizeDesc = 'Riviosoitintiedostojen (.xtr) koonkasvatusmäärä.';
+$strPBXTTransactionBufferSize = 'Transaktiopuskurin koko';
+$strPBXTTransactionBufferSizeDesc = 'Globaalin transaktiolokipuskurin koko (moottori varaa kaksi tämän kokoista puskuria). Oletusarvo on 1Mt.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Luo raportin, joka sisältää yhden taulun tiedot)';
+$strPDFReportTitle = 'Raportin otsikko';
+$strPHPExtension = 'PHP-laajennus';
+$strPHPVersion = 'PHP:n versio';
$strPacked = 'Pakattu';
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Lyhennetyt tekstit';
-$strPartitionDefinition = 'PARTITION-määritelmä';
-$strPartitioned = 'ositettu';
-$strPartitionMaintenance = 'Osituksen ylläpito';
$strPartition = 'Ositus %s';
+$strPartitionDefinition = 'PARTITION-määritelmä';
+$strPartitionMaintenance = 'Osituksen ylläpito';
+$strPartitioned = 'ositettu';
+$strPassword = 'Salasana';
$strPasswordChanged = 'Käyttäjän %s salasanan vaihto onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan salaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
-$strPassword = 'Salasana';
-$strPBXTCheckpointFrequency = 'Checkpoint-pisteiden taajuus';
-$strPBXTCheckpointFrequencyDesc = 'Transaktiolokiin kirjoitettavien tietojen määrä ennen kuin checkpoint-piste suoritetaan. Oletusarvo on 24Mt.';
-$strPBXTDataFileGrowSizeDesc = 'Kahvatiedostojen (.xtd) koonkasvatusmäärä.';
-$strPBXTDataFileGrowSize = 'Tiedoston koonkasvatusmäärä';
-$strPBXTDataLogThreshold = 'Checkpoint-pisteiden kynnysarvo';
-$strPBXTDataLogThresholdDesc = 'Tietolokitiedoston enimmäiskoko. Oletusarvo on 64Mt. PBXT pystyy luomaan enimmillään 32 000 tietolokia, joita käyttää kaikki taulut. Siten tämän muuttujan arvoa voi nostaa, jos haluaa kasvattaa kaiken tietokantaan tallennettavan tiedon kokonaismäärää.';
-$strPBXTGarbageThresholdDesc = 'Tietolokitiedoston roskatietojen prosentuaalinen määrä ennen kuin tiedostoa tiivistetään. Tämän arvon on oltava väliltä 1 - 99. Oletusarvo on 50.';
-$strPBXTGarbageThreshold = 'Roskankeruun kynnysarvo';
-$strPBXTIndexCacheSizeDesc = 'Tämä on indeksivälimuistille varatun muistin määrä. Oletusarvo on 32Mt. Tässä varattua muistia käytetään vain indeksisivujen välimuistitallenukseen.';
-$strPBXTIndexCacheSize = 'Indeksivälimuistin koko';
-$strPBXTLogBufferSizeDesc = 'Tietolokin kirjoituksessa käytettävän puskurin koko. Oletusarvo on 256Mt. Moottori varaa kullekin säikeelle yhden puskurin, mikäli säiettä tarvitaan tietolokin kirjoittamiseen.';
-$strPBXTLogBufferSize = 'Lokipuskurin koko';
-$strPBXTLogCacheSizeDesc = 'Kertoo kuinka paljon muistia varataan transaktiolokin välimuistille. Oletusarvo on 16Mt.';
-$strPBXTLogCacheSize = 'Lokivälimuistin koko';
-$strPBXTLogFileCountDesc = 'Tämä on järjestelmän ylläpitämien transaktiolokitiedostojen (pbxt/system/xlog*.xt) lukumäärä. Jos lokien määrä ylittää tämän arvon, vanhat lokit poistetaan; muuten ne nimetään uudelleen antamalla niille seuraavaksi suurin numero.';
-$strPBXTLogFileCount = 'Lokitiedostojen määrä';
-$strPBXTLogFileThresholdDesc = 'Transaktiolokin rajakoko, jonka ylityttyä luodaan uusi loki. Oletusarvo on 16Mt.';
-$strPBXTLogFileThreshold = 'Lokitiedoston kynnysarvo';
-$strPBXTRecordCacheSizeDesc = 'Tämä kertoo, kuinka paljon taulutietojen välimuistitallennukselle varataan muistia. Oletusarvo on 32Mt. Tätä muistia käytetään kahvatietojen (.xtd) ja riviosoitintiedostojen (.xtr) välimuistitallennukseen.';
-$strPBXTRecordCacheSize = 'Tallennusvälimuistin koko';
-$strPBXTRowFileGrowSizeDesc = 'Riviosoitintiedostojen (.xtr) koonkasvatusmäärä.';
-$strPBXTRowFileGrowSize = 'Rivitiedoston koonkasvatusmäärä';
-$strPBXTTransactionBufferSizeDesc = 'Globaalin transaktiolokipuskurin koko (moottori varaa kaksi tämän kokoista puskuria). Oletusarvo on 1Mt.';
-$strPBXTTransactionBufferSize = 'Transaktiopuskurin koko';
$strPdfDbSchema = 'Tietokannan "%s" kaavio - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei ole!';
$strPdfNoTables = 'Ei tauluja';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Luo raportin, joka sisältää yhden taulun tiedot)';
-$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
-$strPHPExtension = 'PHP-laajennus';
$strPhp = 'Näytä PHP-koodi';
-$strPHPVersion = 'PHP:n versio';
$strPlayAudio = 'Toista ääni';
$strPleaseSelectPrimaryOrUniqueKey = 'Valitse perusavain tai uniikki avain';
$strPmaDocumentation = 'phpMyAdminin ohjeet';
@@ -625,16 +625,16 @@ $strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
+$strPrimary = 'Perusavain';
$strPrimaryKeyHasBeenDropped = 'Perusavain on poistettu';
$strPrimaryKeyName = 'Perusavaimen nimen on oltava PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla vain ja ainoastaan perusavaimen nimenä!)';
-$strPrimary = 'Perusavain';
$strPrint = 'Tulosta';
-$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
+$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet GRANT-oikeutta lukuun ottamatta.';
-$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa olemassa olevien taulujen rakennetta.';
+$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
@@ -645,8 +645,8 @@ $strPrivDescDelete = 'Sallii tietojen poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen poistamisen.';
$strPrivDescDropTbl = 'Sallii taulujen poistamisen.';
$strPrivDescEvent = 'Sallii luoda tapahtuma-ajastimelle tapahtumia';
-$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; ei vaikutusta tässä MySQL-palvelimen versiossa.';
+$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescFile = 'Sallii tietojen tuomisen ja viemisen.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja poistamisen.';
@@ -678,8 +678,8 @@ $strProfiling = 'Profilointi';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
-$strQBEDel = 'Poista';
$strQBE = 'Haku';
+$strQBEDel = 'Poista';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
@@ -691,6 +691,7 @@ $strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
+$strReType = 'Kirjoita uudelleen';
$strReadRequests = 'Hakupyynnöt';
$strRebuild = 'Rakenna uudestaan';
$strReceived = 'Vastaanotettu';
@@ -698,17 +699,17 @@ $strRecommended = 'suositus';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
+$strRelationDeleted = 'Relaatio poistettu';
+$strRelationNotWorking = 'Linkitettyihin tauluihin liittyvät lisäominaisuudet eivät ole käytössä. Katso %slisätietoja%s.';
+$strRelationView = 'Relaationäkymä';
$strRelationalDisplayField = 'Relaationäyttökenttä';
$strRelationalKey = 'Relaatioavain';
$strRelationalSchema = 'Relaatioskeema';
-$strRelationDeleted = 'Relaatio poistettu';
-$strRelationNotWorking = 'Linkitettyihin tauluihin liittyvät lisäominaisuudet eivät ole käytössä. Katso %slisätietoja%s.';
-$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
-$strRelationView = 'Relaationäkymä';
-$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
+$strRelationsForTable = 'RELAATIOT TAULULLE';
$strReload = 'Lataa uudelleen';
$strReloadPrivileges = 'Lataa käyttöoikeudet uudelleen';
+$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strRemoveCRLF = 'Poista kentistä CRLF-merkit';
$strRemovePartitioning = 'Poista ositus';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
@@ -720,42 +721,51 @@ $strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
+$strReplicationStatus = 'Replikaation tila';
$strReplicationStatusInfo = 'MySQL-palvelin toimii %s-tilassa, replikaatio-prosessissa. Hae palvelimen replikaatiotilasta lisää tietoja kohdasta Replikaatio.';
$strReplicationStatus_master = 'Isännän tila';
-$strReplicationStatus = 'Replikaation tila';
$strReplicationStatus_slave = 'Alipalvelimen tila';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strRestartInsertion = 'Aloita lisäys alusta %s rivillä';
-$strReType = 'Kirjoita uudelleen';
-$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus, kunnes käyttöoikeudet ladataan uudelleen.';
-$strRevokeAndDelete = 'Pura kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
-$strRevokeMessage = 'Käyttäjän %s käyttöoikeudet on poistettu';
$strRevoke = 'Pura käyttöoikeudet';
+$strRevokeAndDelete = 'Pura kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
+$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus, kunnes käyttöoikeudet ladataan uudelleen.';
+$strRevokeMessage = 'Käyttäjän %s käyttöoikeudet on poistettu';
$strRomanian = 'Romanialainen';
$strRoutineReturnType = 'Paluutyyppi';
$strRoutines = 'Rutiinit';
$strRowLength = 'Rivin pituus';
+$strRowSize = ' Rivin koko ';
+$strRows = 'Kpl rivejä';
$strRowsAffected = '%1$d rivi(ä) muutettu.';
$strRowsDeleted = '%1$d rivi(ä) poistettu.';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowsInserted = '%1$d rivi(ä) lisätty.';
-$strRowSize = ' Rivin koko ';
-$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakatasossa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
-$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
-$strRunSQLQueryOnServer = 'Suorita SQL-kysely(jä) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-kyselyjä tietokannassa %s';
+$strRunSQLQueryOnServer = 'Suorita SQL-kysely(jä) palvelimella %s';
+$strRunning = 'palvelimella %s';
$strRussian = 'Venäläinen';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL-yhteensopiva tila';
+$strSQLExportType = 'Vientityyppi';
+$strSQLParserBugMessage = 'Olet ehkä löytänyt SQL-jäsentimestä ohjelmointivirheen. Tarkista käyttämäsi SQL-lause, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääritietoa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausetta suoraan komentoriviltä. MySQL-palvelimen antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi. Jos lause toimi komentoriviltä muttei phpMyAdminista, etsi rivi jolla virheilmoitus ilmeni ja lähetä meille ilmoitus virheestä alla olevan koodin kera:';
+$strSQLParserUserError = 'Käyttämässäsi SQL-lauseessa on virhe. MySQL-palvelimen antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi.';
+$strSQLQuery = 'SQL-kysely';
+$strSQLResult = 'SQL-kyselyn tulos';
+$strSQPBugInvalidIdentifer = 'Tunniste ei kelpaa';
+$strSQPBugUnclosedQuote = 'Merkkijonon lopusta puuttuu lainausmerkki';
+$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
+$strSave = 'Tallenna';
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSavePosition = 'Tallenna sijainti';
-$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tässä mittakaavassa';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
@@ -779,10 +789,9 @@ $strSelectReferencedKey = 'Valitse viitattava avain';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
+$strServer = 'Palvelin';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
-$strServer = 'Palvelin';
-$strServers = 'Palvelimet';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt lisäyslauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
@@ -790,27 +799,26 @@ $strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = 'Palvelinliikenne: 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';
+$strServers = 'Palvelimet';
$strSessionGCWarning = 'PHP-parametri [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] on matalampi kuin phpMyAdminissa määritetty evästekelpoisuus. Siksi kirjautumisesi erääntyy nopeammin kuin phpMyAdminissa on määritetty.';
$strSessionStartupErrorGeneral = 'Istuntoa ei voi aloittaa virheettömästi. Tarkista PHP:n tai verkkopalvelimen lokitiedostojen virheilmoitukset ja määritä PHP-asennuksen asetukset oikein.';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'... Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strSetupAllowAnywhereRecoding_name = 'Salli merkistömuunnos';
-$strSetupAllowArbitraryServer_desc = 'Jos käytössä, käyttäjä voi syöttää minkä tahansa MySQL-palvelimen kirjautumislomakkeeseen evästetodennusta varten';
$strSetupAllowArbitraryServerMsg = 'Tämä [a@?page=form&formset=features#tab_Security]valinta[/a] pitäisi poistaa käytöstä, sillä se sallii hyökkääjien kirjautua mihin tahansa MySQL-palvelimeen käyttämällä bruteforce-hyökkäystä. Jos tätä valintaa on pakko käyttää, käytä [a@?page=form&formset=features#tab_Security]luotettujen välipalvelimien luetteloa[/a]. IP-osoitteeseen perustuva suojaus ei kuitenkaan ole täysin luotettava, mikäli IP-osoite kuuluu Internet-palveluntarjoajalle, johon sinun lisäksesi tuhannet käyttäjät ovat yhteydessä.';
+$strSetupAllowArbitraryServer_desc = 'Jos käytössä, käyttäjä voi syöttää minkä tahansa MySQL-palvelimen kirjautumislomakkeeseen evästetodennusta varten';
$strSetupAllowArbitraryServer_name = 'Salli kirjautuminen mihin tahansa MySQL-palvelimeen';
$strSetupAllowUserDropDatabase_name = 'Näytä tavallisille käyttäjille "Tuhoa tietokanta"';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2-pakkaukseen ja -purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
+$strSetupBZipDump_desc = 'Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-pakkausta';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Avaimen tulisi sisältää merkkejä, numeroita [em]ja[/em] erikoismerkkejä';
-$strSetupblowfish_secret_desc = 'Evästeiden salausavain [kbd]cookie[/kbd]-todennuksessa';
$strSetupBlowfishSecretLengthMsg = 'Avain on liian lyhyt; siinä tulisi olla ainakin 8 merkkiä';
$strSetupBlowfishSecretMsg = 'Et asettanut blowfish-salausavainta ja evästetodennus on käytössä, joten sinulle luotiin automaattisesti avain; sitä ei tarvitse muistaa.';
-$strSetupblowfish_secret_name = 'Blowfish-salausavain';
$strSetupBrowseMarkerEnable_desc = 'Korosta valitut rivit';
$strSetupBrowseMarkerEnable_name = 'Rivin merkintä';
$strSetupBrowsePointerEnable_desc = 'Korosta rivi, jota kohdistin osoittaa';
$strSetupBrowsePointerEnable_name = 'Korosta osoitin';
-$strSetupBZipDump_desc = 'Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-pakkausta';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2-pakkaukseen ja -purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
$strSetupCannotLoadConfig = 'Asetuksia ei voi ladata tai tallentaa';
$strSetupCannotLoadConfigMsg = 'Luo phpMyAdminin pääkansioon [a@../Documentation.html#setup_script]ohjeiden[/a] mukaisesti [em]config[/em]-niminen kansio, johon verkkopalvelin voi kirjoittaa. Muutoin asetuksia voi vain ladata ja tarkastella.';
$strSetupCharEditing_desc = 'Määrittää, minkälaista muokkausoliota käytetään CHAR- ja VARCHAR-kentissä; [kbd]input[/kbd] - sallii syötön pituuden rajoittamisen, [kbd]textarea[/kbd] - sallii kentissä uudet rivit';
@@ -837,27 +845,14 @@ $strSetupDefaultTabServer_name = 'Oletusarvoinen palvelinvälilehti';
$strSetupDefaultTabTable_desc = 'Taulua syötettäessä näytettävä välilehti';
$strSetupDefaultTabTable_name = 'Oletusarvoinen tauluvälilehti';
$strSetupDirectoryNotice = 'Tämä arvo tulee tarkistaa kahdesti, jotta voidaan varmistua, ettei tämä hakemisto ole koko maailman käytettävissä ja etteivät palvelimen muut käyttäjät voi lukea tai kirjoittaa siihen.';
+$strSetupDisplay = 'Näytä';
$strSetupDisplayDatabasesList_desc = 'Näyttää tietokannat luettelona eikä pudotusvalikkona';
$strSetupDisplayDatabasesList_name = 'Näytä tietokannat luettelona';
-$strSetupDisplay = 'Näytä';
$strSetupDisplayServersList_desc = 'Näytä palvelimet luettelona eikä pudotusvalikkona';
$strSetupDisplayServersList_name = 'Näytä palvelimet luettelona';
$strSetupDonateLink = 'Lahjoita';
$strSetupDownload = 'Lataa koneelle';
$strSetupEndOfLine = 'Rivin loppu';
-$strSetuperror_connection = 'MySQL-palvelimeen ei voitu yhdistää';
-$strSetuperror_empty_pmadb_password = 'Tyhjennä phpMyAdminin hallintakäyttäjän salasana käytettäessä pmadb-kantaa';
-$strSetuperror_empty_pmadb_user = 'Tyhjennä phpMyAdminin hallintakäyttäjä käytettäessä pmadb-kantaa';
-$strSetuperror_empty_signon_session = 'Tyhjennä kirjautumisistunnon nimi käytettäessä signon-todennustapaa';
-$strSetuperror_empty_signon_url = 'Tyhjennä kirjautumisen verkko-osoite käytettäessä signon-todennustapaa';
-$strSetuperror_empty_user_for_config_auth = 'Tyhjennä käyttäjänimi käytettäessä config-todennustapaa';
-$strSetuperror_form = 'Lähetetyssä lomakkeessa on virheitä';
-$strSetuperror_incorrect_ip_address = 'Virheellinen IP-osoite: %s';
-$strSetuperror_incorrect_port = 'Virheellinen porttinumero';
-$strSetuperror_incorrect_value = 'Virheellinen arvo';
-$strSetuperror_missing_field_data = 'Kohteesta %s puuttuu tiedot';
-$strSetuperror_nan_nneg = 'Ei ole epänegatiivinen luku';
-$strSetuperror_nan_p = 'Ei ole positiivinen luku';
$strSetupExecTimeLimit_desc = 'Aseta enimmäissekuntimäärä, jonka skripti saa ajaa ([kbd]0[/kbd] = ei aikarajaa)';
$strSetupExecTimeLimit_name = 'Suorituksen enimmäiskesto';
$strSetupExport_asfile_name = 'Tallenna tiedostona';
@@ -871,63 +866,63 @@ $strSetupExport_onserver_name = 'Tallenna palvelimelle';
$strSetupExport_onserver_overwrite_name = 'Korvaa olemassa oleva(t) tiedosto(t)';
$strSetupExport_remember_file_template_name = 'Muista tiedostonimen pohja';
$strSetupFalse = 'ei';
-$strSetupForceSSL_desc = 'Pakota käyttämään phpMyAdminissa suojattua yhteyttä';
$strSetupForceSSLMsg = 'Tämä [a@?page=form&formset=features#tab_Security]valinta[/a] tulisi ottaa käyttöön, jos verkkopalvelin tukee sitä';
+$strSetupForceSSL_desc = 'Pakota käyttämään phpMyAdminissa suojattua yhteyttä';
$strSetupForceSSL_name = 'Pakota käyttämään SSL-yhteyttä';
$strSetupForeignKeyDropdownOrder_desc = 'Lajittelujärjestys viiteavaimen pudotusvalikon kohteille; [kbd]content[/kbd] on viitatut tiedot, [kbd]id[/kbd] on avainarvo';
$strSetupForeignKeyDropdownOrder_name = 'Viiteavaimen pudotusvalikon järjestys';
$strSetupForeignKeyMaxLimit_desc = 'Pudotusvalikkoa käytetään, jos kohteita on enemmän';
$strSetupForeignKeyMaxLimit_name = 'Viiteavaimen rajoitus';
-$strSetupForm_Browse_desc = 'Mukauta selaustilaa';
$strSetupForm_Browse = 'Selaustila';
-$strSetupForm_Edit_desc = 'Mukauta muokkaustilaa';
+$strSetupForm_Browse_desc = 'Mukauta selaustilaa';
$strSetupForm_Edit = 'Muokkaustila';
-$strSetupForm_Export_defaults_desc = 'Mukauta viennin oletusasetuksia';
+$strSetupForm_Edit_desc = 'Mukauta muokkaustilaa';
$strSetupForm_Export_defaults = 'Vie oletusarvot';
-$strSetupForm_Import_defaults_desc = 'Mukauta yleistuonnin oletusasetuksia';
+$strSetupForm_Export_defaults_desc = 'Mukauta viennin oletusasetuksia';
$strSetupForm_Import_defaults = 'Tuo oletusarvot';
-$strSetupForm_Import_export_desc = 'Aseta tuonti- ja vientihakemistot sekä pakkauksen asetukset';
+$strSetupForm_Import_defaults_desc = 'Mukauta yleistuonnin oletusasetuksia';
$strSetupForm_Import_export = 'Tuonti ja vienti';
-$strSetupForm_Left_databases_desc = 'Tietokantojen näyttöasetukset';
+$strSetupForm_Import_export_desc = 'Aseta tuonti- ja vientihakemistot sekä pakkauksen asetukset';
$strSetupForm_Left_databases = 'Tietokannat';
-$strSetupForm_Left_frame_desc = 'Mukauta navigointikehyksen näkymää';
+$strSetupForm_Left_databases_desc = 'Tietokantojen näyttöasetukset';
$strSetupForm_Left_frame = 'Navigointikehys';
-$strSetupForm_Left_servers_desc = 'Palvelinten näyttöasetukset';
+$strSetupForm_Left_frame_desc = 'Mukauta navigointikehyksen näkymää';
$strSetupForm_Left_servers = 'Palvelimet';
-$strSetupForm_Left_tables_desc = 'Taulujen näyttöasetukset';
+$strSetupForm_Left_servers_desc = 'Palvelinten näyttöasetukset';
$strSetupForm_Left_tables = 'Taulut';
+$strSetupForm_Left_tables_desc = 'Taulujen näyttöasetukset';
$strSetupForm_Main_frame = 'Pääkehys';
-$strSetupForm_Other_core_settings_desc = 'Asetukset, jotka eivät sovi muualle';
$strSetupForm_Other_core_settings = 'Muut ydinasetukset';
-$strSetupForm_Query_window_desc = 'Mukauta kyselyikkunan asetuksia';
+$strSetupForm_Other_core_settings_desc = 'Asetukset, jotka eivät sovi muualle';
$strSetupForm_Query_window = 'Kyselyikkuna';
-$strSetupForm_Security_desc = 'Huomaa, että phpMyAdmin on vain käyttöliittymä, ja sen ominaisuuksia ei ole rajoitettu MySQL-tietokantaan';
+$strSetupForm_Query_window_desc = 'Mukauta kyselyikkunan asetuksia';
$strSetupForm_Security = 'Turvallisuus';
-$strSetupForm_Server_config_desc = 'Palvelimen lisämäärittely; älä muuta näitä valintoja, ellet tiedä, mihin niitä käytetään.';
-$strSetupForm_Server_config = 'Palvelimen määrittely';
-$strSetupForm_Server_desc = 'Anna palvelimen yhteysparametrit';
-$strSetupForm_Server_login_options_desc = 'Anna kirjautumistodennuksen kirjautumisasetukset';
-$strSetupForm_Server_login_options = 'Kirjautumistodennuksen asetukset';
+$strSetupForm_Security_desc = 'Huomaa, että phpMyAdmin on vain käyttöliittymä, ja sen ominaisuuksia ei ole rajoitettu MySQL-tietokantaan';
$strSetupForm_Server = 'Perusasetukset';
-$strSetupForm_Server_pmadb_desc = 'Määritä phpMyAdmin-tietokannan asetukset käyttääksesi lisäasetuksia; katso ohjeista [a@../Documentation.html#linked-tables]linkitettyjen taulujen infrastruktuuri[/a].';
+$strSetupForm_Server_config = 'Palvelimen määrittely';
+$strSetupForm_Server_config_desc = 'Palvelimen lisämäärittely; älä muuta näitä valintoja, ellet tiedä, mihin niitä käytetään.';
+$strSetupForm_Server_desc = 'Anna palvelimen yhteysparametrit';
+$strSetupForm_Server_login_options = 'Kirjautumistodennuksen asetukset';
+$strSetupForm_Server_login_options_desc = 'Anna kirjautumistodennuksen kirjautumisasetukset';
$strSetupForm_Server_pmadb = 'PMA-tietokanta';
+$strSetupForm_Server_pmadb_desc = 'Määritä phpMyAdmin-tietokannan asetukset käyttääksesi lisäasetuksia; katso ohjeista [a@../Documentation.html#linked-tables]linkitettyjen taulujen infrastruktuuri[/a].';
+$strSetupForm_Sql_box = 'SQL-kyselykenttä';
+$strSetupForm_Sql_box_desc = 'Mukauta SQL-kyselykentässä näytettäviä linkkejä';
+$strSetupForm_Sql_queries = 'SQL-kyselyt';
+$strSetupForm_Sql_queries_desc = 'SQL-kyselyjen asetukset; SQL-kyselykentän asetuksia varten katso [a@?page=form&formset=main_frame#tab_Sql_box]navigointikehyksen[/a] asetukset';
+$strSetupForm_Startup = 'Käynnistys';
+$strSetupForm_Startup_desc = 'Mukauta käynnistyssivua';
+$strSetupForm_Tabs = 'Välilehdet';
+$strSetupForm_Tabs_desc = 'Valitse haluamasi välilehtien toiminta';
$strSetupFormset_customization = 'Mukauttaminen';
$strSetupFormset_export = 'Mukauta viennin oletusasetuksia';
$strSetupFormset_features = 'Ominaisuudet';
$strSetupFormset_import = 'Mukauta tuonnin oletusasetuksia';
$strSetupFormset_left_frame = 'Mukauta navigointikehystä';
$strSetupFormset_main_frame = 'Mukauta pääkehystä';
-$strSetupForm_Sql_box_desc = 'Mukauta SQL-kyselykentässä näytettäviä linkkejä';
-$strSetupForm_Sql_box = 'SQL-kyselykenttä';
-$strSetupForm_Sql_queries_desc = 'SQL-kyselyjen asetukset; SQL-kyselykentän asetuksia varten katso [a@?page=form&formset=main_frame#tab_Sql_box]navigointikehyksen[/a] asetukset';
-$strSetupForm_Sql_queries = 'SQL-kyselyt';
-$strSetupForm_Startup_desc = 'Mukauta käynnistyssivua';
-$strSetupForm_Startup = 'Käynnistys';
-$strSetupForm_Tabs_desc = 'Valitse haluamasi välilehtien toiminta';
-$strSetupForm_Tabs = 'Välilehdet';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip-pakkaukseen ja -purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
$strSetupGZipDump_desc = 'Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-pakkausta';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip-pakkaukseen ja -purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
$strSetupHomepageLink = 'phpMyAdminin verkkosivut';
$strSetupIconvExtraParams_name = 'Iconv-laajennuksen lisäparametrit';
$strSetupIgnoreErrors = 'Älä välitä virheistä';
@@ -939,9 +934,9 @@ $strSetupImport_format_desc = 'Oletusmuoto; huomaa, että tämä luettelo riippu
$strSetupImport_format_name = 'Tuodun tiedoston muoto';
$strSetupImport_skip_queries_desc = 'Alusta ohitettavien tietueiden (kyselyjen) määrä';
$strSetupImport_skip_queries_name = 'Osittainen tuonti: ohita kyselyjä';
+$strSetupInsecureConnection = 'Salaamaton yhteys';
$strSetupInsecureConnectionMsg1 = 'Käytössäsi ei ole salattua yhteyttä; kaikki tiedot (mukaan lukien mahdollisesti arkaa tietoa kuten salasanoja) siirretään salaamattomana!';
$strSetupInsecureConnectionMsg2 = 'Jos palvelimen asetukset on määritetty hyväksymään HTTPS-pyynnöt, [a@%s]ota käyttöön[/a] salattu yhteys.';
-$strSetupInsecureConnection = 'Salaamaton yhteys';
$strSetupInsertRows_desc = 'Kuinka monta riviä voi lisätä kerrallaan';
$strSetupInsertRows_name = 'Lisättyjen rivien määrä';
$strSetupLeftDefaultTabTable_name = 'Pikakäyttökuvakkeen kohde';
@@ -958,9 +953,9 @@ $strSetupLeftFrameLight_name = 'Käytä kevyttä versiota';
$strSetupLeftFrameTableLevel_name = 'Taulupuun enimmäissyvyys';
$strSetupLeftFrameTableSeparator_desc = 'Merkkijono, joka jakaa taulut eri puutasoille';
$strSetupLeftFrameTableSeparator_name = 'Taulupuun erotin';
-$strSetupLeftLogoLink_name = 'Logon linkin osoite';
$strSetupLeftLogoLinkWindow_desc = 'Avaa linkitetty sivu pääikkunassa: ([kbd]main[/kbd]) tai uudessa ikkunassa: ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Logon linkin kohde';
+$strSetupLeftLogoLink_name = 'Logon linkin osoite';
$strSetupLeftPointerEnable_desc = 'Korosta kohdistimen alla oleva palvelin';
$strSetupLeftPointerEnable_name = 'Käytä korostusta';
$strSetupLetUserChoose = 'anna käyttäjän valita';
@@ -973,8 +968,8 @@ $strSetupLoginCookieRecall_desc = 'Määritä, onko evästetodennustilassa muist
$strSetupLoginCookieRecall_name = 'Anna käyttäjänimi';
$strSetupLoginCookieStore_desc = 'Määritä sekunteina, kuinka pitkään kirjautumisevästeen tulisi säilyä selaimessa. Oletusarvo, 0, tarkoittaa, että se säilyy vain nykyisen istunnon ajan ja poistetaan, kun selainikkuna suljetaan. Tätä suositellaan epäluotetuille ympäristöille.';
$strSetupLoginCookieStore_name = 'Kirjautumisevästeen tallennus';
-$strSetupLoginCookieValidity_desc = 'Määrittele sekunteina, kuinka pitkään kirjautumiseväste on kelvollinen';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Kirjautumisevästeen kelpoisuus[/a] tulisi asettaa enimmillään 1800 sekuntiin (30 minuuttia). Lukua 1800 suuremmat arvot saattavat johtaa tietoturvariskiin esimerkiksi toisena käyttäjänä esiintymisen muodossa.';
+$strSetupLoginCookieValidity_desc = 'Määrittele sekunteina, kuinka pitkään kirjautumiseväste on kelvollinen';
$strSetupLoginCookieValidity_name = 'Kirjautumisevästeen kelpoisuus';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Näytettävän SQL-kyselyn enimmäispituus';
$strSetupMaxCharactersInDisplayedSQL_name = 'Näytettävän SQL-kyselyn enimmäispituus';
@@ -1012,18 +1007,36 @@ $strSetupRecodingEngine_desc = 'Valitse, mitä funktioita käytetään merkistö
$strSetupRecodingEngine_name = 'Merkistön uudelleenkoodaus';
$strSetupRestoreDefaultValue = 'Palauta oletusarvo';
$strSetupRevertErroneousFields = 'Yritä palauttaa virheelliset kentät oletusarvoilleen';
+$strSetupSQLQuery_Edit_name = 'Muokkaa';
+$strSetupSQLQuery_Explain_name = 'Selitä SQL';
+$strSetupSQLQuery_Refresh_name = 'Päivitä';
+$strSetupSQLQuery_ShowAsPHP_name = 'Luo PHP-koodi';
+$strSetupSQLQuery_Validate_name = 'Tarkista SQL-lause';
$strSetupSaveDir_desc = 'Hakemisto, jonne viennit voi tallentaa palvelimella';
$strSetupSaveDir_name = 'Tallennushakemisto';
$strSetupServerAuthConfigMsg = 'Asetit [kbd]config[/kbd]-todennustyypin ja sisällytit käyttäjänimen ja salasanan automaattista kirjautumista varten. Tämä ei ole suotava vaihtoehto oikeille palvelimille. Joka tietää tai arvaa phpMyAdmin-osoitteesi pystyy suoraan käyttämään phpMyAdmin-paneeliasi. [a@?page=servers&mode=edit&id=%1$d#tab_Server]Todennustyypiksi[/a] kannattaa asettaa [kbd]cookie[/kbd] tai [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Suorituskykysyistä tulisi käyttää mysqli-laajennusta.';
$strSetupServerNoPasswordMsg = 'Sallit yhteyden muodostamisen palvelimeen ilman salasanaa.';
+$strSetupServerSecurityInfoMsg = 'Jos näet tarpeelliseksi, käytä suojauksen lisäasetuksia eli [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]palvelimen todennusasetuksia[/a] ja [a@?page=form&formset=features#tab_Security]luotettujen välipalvelimien luetteloa[/a]. IP-osoitteeseen perustuva suojaus ei kuitenkaan ole täysin luotettava, mikäli IP-osoite kuuluu Internet-palveluntarjoajalle, johon sinun lisäksesi tuhannet käyttäjät ovat yhteydessä.';
+$strSetupServerSslMsg = 'SSL-yhteyttä tulisi käyttää, jos verkkopalvelin tukee sitä.';
$strSetupServersAdd = 'Lisää uusi palvelin';
+$strSetupServersEdit = 'Muokkaa palvelinta';
$strSetupServers_AllowDeny_order_desc = 'Jätä tyhjäksi, jos tätä ei käytetä';
$strSetupServers_AllowDeny_order_name = 'Palvelintodennuksen järjestys';
$strSetupServers_AllowDeny_rules_desc = 'Käytä oletusarvoja jättämällä tyhjäksi';
$strSetupServers_AllowDeny_rules_name = 'Palvelintodennuksen säännöt';
$strSetupServers_AllowNoPassword_name = 'Salli kirjautumiset ilman salasanaa';
$strSetupServers_AllowRoot_name = 'Salli pääkäyttäjän kirjautuminen';
+$strSetupServers_CountTables_desc = 'Laske taulujen määrä, kun tietokantaluettelo näytetään';
+$strSetupServers_CountTables_name = 'Laske taulujen määrä';
+$strSetupServers_DisableIS_desc = 'Lisätietoja [a@http://sf.net/support/tracker.php?aid=1849494]PMA:n virheenjäljittimestä[/a] ja [a@http://bugs.mysql.com/19588]MySQL:n ohjelmavirheistä[/a]';
+$strSetupServers_DisableIS_name = 'Poista INFORMATION_SCHEMA käytöstä';
+$strSetupServers_LogoutURL_name = 'Uloskirjautumisen verkko-osoite';
+$strSetupServers_ShowDatabasesCommand_desc = 'Mahdollisten tietokantojen noutoon käytettävä SQL-käsky';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES -käsky';
+$strSetupServers_SignonSession_desc = 'Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/a] esimerkit';
+$strSetupServers_SignonSession_name = 'Signon-istunnon nimi';
+$strSetupServers_SignonURL_name = 'Signon-kirjautumisen verkko-osoite';
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey-laitteistotodennuksen[/a] asetustiedoston polku (ei dokumenttijuuressa; suositeltu: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey-asetustiedosto';
$strSetupServers_auth_type_desc = 'Käytettävä todennustyyppi';
@@ -1039,14 +1052,8 @@ $strSetupServers_connect_type_name = 'Yhteystyyppi';
$strSetupServers_controlpass_name = 'Hallintakäyttäjän salasana';
$strSetupServers_controluser_desc = 'Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet; lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/controluser]wikissä[/a]';
$strSetupServers_controluser_name = 'Hallintakäyttäjä';
-$strSetupServers_CountTables_desc = 'Laske taulujen määrä, kun tietokantaluettelo näytetään';
-$strSetupServers_CountTables_name = 'Laske taulujen määrä';
$strSetupServers_designer_coords_desc = 'Jätä tyhjäksi, jos et halua Suunnittelija-taulua; oletusarvo: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Suunnittelija-taulu';
-$strSetupServers_DisableIS_desc = 'Lisätietoja [a@http://sf.net/support/tracker.php?aid=1849494]PMA:n virheenjäljittimestä[/a] ja [a@http://bugs.mysql.com/19588]MySQL:n ohjelmavirheistä[/a]';
-$strSetupServers_DisableIS_name = 'Poista INFORMATION_SCHEMA käytöstä';
-$strSetupServerSecurityInfoMsg = 'Jos näet tarpeelliseksi, käytä suojauksen lisäasetuksia eli [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]palvelimen todennusasetuksia[/a] ja [a@?page=form&formset=features#tab_Security]luotettujen välipalvelimien luetteloa[/a]. IP-osoitteeseen perustuva suojaus ei kuitenkaan ole täysin luotettava, mikäli IP-osoite kuuluu Internet-palveluntarjoajalle, johon sinun lisäksesi tuhannet käyttäjät ovat yhteydessä.';
-$strSetupServersEdit = 'Muokkaa palvelinta';
$strSetupServers_extension_desc = 'Käytettävä PHP-laajennus; mysqli-laajennusta tulisi käyttää, jos sitä tuetaan';
$strSetupServers_extension_name = 'Käytettävä PHP-laajennus';
$strSetupServers_hide_db_desc = 'Piilota tietokannat, jotka vastaavat säännöllistä lauseketta (PCRE)';
@@ -1055,7 +1062,6 @@ $strSetupServers_history_desc = 'Jätä tyhjäksi, jos et halua SQL-kyselyhistor
$strSetupServers_history_name = 'SQL-kyselyhistorian taulu';
$strSetupServers_host_desc = 'MySQL-palvelimen verkkonimi';
$strSetupServers_host_name = 'Palvelimen verkkonimi';
-$strSetupServers_LogoutURL_name = 'Uloskirjautumisen verkko-osoite';
$strSetupServers_nopassword_desc = 'Yritä yhdistää ilman salasanaa';
$strSetupServers_nopassword_name = 'Yhdistä ilman salasanaa';
$strSetupServers_only_db_desc = 'Voit käyttää MySQL-korvausmerkkejä (% ja _) sekä lisätä niihin koodinvaihtomerkin, mikäli haluat käyttää niiden todellista ilmentymää; käytä esimerkiksi \'oma\_db\' eikä \'oma_db\'.';
@@ -1070,12 +1076,6 @@ $strSetupServers_port_desc = 'Portti, jota MySQL-palvelin kuuntelee; käytä ole
$strSetupServers_port_name = 'Palvelinportti';
$strSetupServers_relation_desc = 'Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/relation]relaatiolinkki[/a]tukea; oletusarvo: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Relaatiotaulu';
-$strSetupServers_ShowDatabasesCommand_desc = 'Mahdollisten tietokantojen noutoon käytettävä SQL-käsky';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES -käsky';
-$strSetupServers_SignonSession_desc = 'Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/a] esimerkit';
-$strSetupServers_SignonSession_name = 'Signon-istunnon nimi';
-$strSetupServers_SignonURL_name = 'Signon-kirjautumisen verkko-osoite';
-$strSetupServerSslMsg = 'SSL-yhteyttä tulisi käyttää, jos verkkopalvelin tukee sitä.';
$strSetupServers_socket_desc = 'Palvelinpistoke, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä tyhjäksi';
$strSetupServers_socket_name = 'Palvelinpistoke';
$strSetupServers_ssl_name = 'Käytä SSL-yhteyttä';
@@ -1101,9 +1101,9 @@ $strSetupShowFunctionFields_name = 'Näytä funktiokentät';
$strSetupShowHiddenMessages = 'Näytä piilotetut sanomat (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Näyät linkki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]-käskyn tulosteeseen';
$strSetupShowPhpInfo_name = 'Näytä phpinfo()-linkki';
-$strSetupShowServerInfo_name = 'Näytä MySQL-palvelimen tarkat tiedot';
$strSetupShowSQL_desc = 'Määrittele, pitääkö phpMyAdminin luomat SQL-kyselyt näyttää';
$strSetupShowSQL_name = 'Näytä SQL-kyselyt';
+$strSetupShowServerInfo_name = 'Näytä MySQL-palvelimen tarkat tiedot';
$strSetupShowStats_desc = 'Salli tietokannan ja taulun tilastojen (eli tilankäytön) näyttäminen';
$strSetupShowStats_name = 'Näytä tilastot';
$strSetupShowTooltipAliasDB_desc = 'Jos työkaluvihjeet ovat päällä ja tietokannan kommentti on asetettu, tämä näyttää kommentin ja oikean nimen';
@@ -1113,11 +1113,6 @@ $strSetupShowTooltipAliasTB_name = 'Näytä taulun kommentti, ei nimi';
$strSetupShowTooltip_name = 'Näytä taulun kommentit työkaluvihjeissä';
$strSetupSkipLockedTables_desc = 'Merkitse käytetyt taulut ja mahdollista lukittuja tauluja sisältävien tietokantojen näyttäminen';
$strSetupSkipLockedTables_name = 'Ohita lukitut taulut';
-$strSetupSQLQuery_Edit_name = 'Muokkaa';
-$strSetupSQLQuery_Explain_name = 'Selitä SQL';
-$strSetupSQLQuery_Refresh_name = 'Päivitä';
-$strSetupSQLQuery_ShowAsPHP_name = 'Luo PHP-koodi';
-$strSetupSQLQuery_Validate_name = 'Tarkista SQL-lause';
$strSetupSuggestDBName_desc = 'Ehdota tietokannan nimeä "Luo tietokanta" -lomakkeessa (mahdollisuuksien mukaan) tai pidä tekstikenttä tyhjänä';
$strSetupSuggestDBName_name = 'Ehdota uuden tietokannan nimeä';
$strSetupTrue = 'kyllä';
@@ -1129,6 +1124,7 @@ $strSetupUseDbSearch_desc = 'Antaa hakea koko tietokannasta';
$strSetupUseDbSearch_name = 'Käytä tietokantahakua';
$strSetupVerboseMultiSubmit_desc = 'Näytä monilausekyselyjen kaikki vaikuttuneet rivit. Katso libraries/import.lib.php-tiedoston oletusarvoista, kuinka monta kyselyä lauseessa voi olla.';
$strSetupVerboseMultiSubmit_name = 'Yksityiskohtaiset peräkkäiset lauseet';
+$strSetupVersionCheck = 'Version tarkistus';
$strSetupVersionCheckDataError = 'Version luku epäonnistui. Verkko on ehkä yhteydettömässä tilassa, tai päivityspalvelin ei vastaa.';
$strSetupVersionCheckInvalid = 'Palvelimelta saatiin virheellinen versiomerkkijono.';
$strSetupVersionCheckLink = 'Tarkista uusin versio';
@@ -1136,27 +1132,37 @@ $strSetupVersionCheckNewAvailable = 'phpMyAdminista on saatavilla uusi versio. K
$strSetupVersionCheckNewAvailableSvn = 'Käytössä on subversion-versio, suorita [kbd]svn update[/kbd] :-)[br]Uusin vakaa versio on %s, joka julkaistiin %s.';
$strSetupVersionCheckNone = 'Saatavilla ei ole uudempaa vakaata versiota.';
$strSetupVersionCheckUnparsable = 'Jäsentämättömissä oleva versiomerkkijono';
-$strSetupVersionCheck = 'Version tarkistus';
$strSetupVersionCheckWrapperError = 'Versiota ei voi tarkistaa, koska URL- tai CURL-käärettä ei ole saatavilla.';
$strSetupWarning = 'Varoitus';
-$strSetupZipDump_desc = 'Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-pakkausta';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip-pakkaukseen[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip-purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä järjestelmässä.';
+$strSetupZipDump_desc = 'Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-pakkausta';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Evästeiden salausavain [kbd]cookie[/kbd]-todennuksessa';
+$strSetupblowfish_secret_name = 'Blowfish-salausavain';
+$strSetuperror_connection = 'MySQL-palvelimeen ei voitu yhdistää';
+$strSetuperror_empty_pmadb_password = 'Tyhjennä phpMyAdminin hallintakäyttäjän salasana käytettäessä pmadb-kantaa';
+$strSetuperror_empty_pmadb_user = 'Tyhjennä phpMyAdminin hallintakäyttäjä käytettäessä pmadb-kantaa';
+$strSetuperror_empty_signon_session = 'Tyhjennä kirjautumisistunnon nimi käytettäessä signon-todennustapaa';
+$strSetuperror_empty_signon_url = 'Tyhjennä kirjautumisen verkko-osoite käytettäessä signon-todennustapaa';
+$strSetuperror_empty_user_for_config_auth = 'Tyhjennä käyttäjänimi käytettäessä config-todennustapaa';
+$strSetuperror_form = 'Lähetetyssä lomakkeessa on virheitä';
+$strSetuperror_incorrect_ip_address = 'Virheellinen IP-osoite: %s';
+$strSetuperror_incorrect_port = 'Virheellinen porttinumero';
+$strSetuperror_incorrect_value = 'Virheellinen arvo';
+$strSetuperror_missing_field_data = 'Kohteesta %s puuttuu tiedot';
+$strSetuperror_nan_nneg = 'Ei ole epänegatiivinen luku';
+$strSetuperror_nan_p = 'Ei ole positiivinen luku';
+$strShow = 'Näytä';
$strShowAll = 'Näytä kaikki';
-$strShowBinaryContents = 'Näytä binäärisisältö';
$strShowBLOBContents = 'Näytä BLOB-sisältö';
+$strShowBinaryContents = 'Näytä binäärisisältö';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Tietosanaston tallennusmuoto';
$strShowFullQueries = 'Näytä kyselyt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowHideLeftMenu = 'Näytä/kätke vasen valikko';
-$strShowingBookmark = 'Näytetään kirjanmerkki';
-$strShowingPhp = 'Näytetään PHP-koodina';
-$strShowingRecords = 'Näkyvillä rivit ';
-$strShowingSQL = 'Näytetään SQL-kysely';
$strShowKeys = 'Näytä vain avaimet';
-$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
@@ -1212,13 +1218,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostojen fsync()-kirjoitusten
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Lokitiedoston avointen fsync-synkronointien määrä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Avoimet lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
-$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen määrä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun sisäänohjelmoitu koko (oletusarvoisesti se on 16 kt). Useita arvoja lasketaan sivuina; sivukoon avulla voidaan helposti laskea sivujen koko tavuina.';
+$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen määrä.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien määrä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen määrä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten määrä.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen valmistumiseen kuluva aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten valmistumiseen kuluva aika yhteensä, millisekunteina.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen valmistumiseen kuluva aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen noutamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kertoo, kuinka monta kertaa rivilukitusta on jouduttu odottamaan.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien määrä.';
@@ -1234,10 +1240,10 @@ $strShowStatusKey_write_requestsDescr = 'Kertoo, kuinka monta kertaa välimuisti
$strShowStatusKey_writesDescr = 'Kertoo, kuinka monta kertaa levylle on fyysisesti kirjoitettu avainlohko.';
$strShowStatusLast_query_costDescr = 'Kyselynoptimoijan laskeman, viimeksi kootun kyselyn kokonaiskulut. Hyödyllinen suunniteltaessa erilaisia kyselyvaihtoehtoja samaa kyselytapausta varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Kertoo, kuinka monta riviä INSERT DELAYED -jonoissa odottaa kirjoittamista.';
-$strShowStatusOpened_tablesDescr = 'Avattujen taulujen määrä. Jos määrä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen määrä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien tietovirtojen määrä (käytetään pääasiassa kirjauksessa).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen määrä.';
+$strShowStatusOpened_tablesDescr = 'Avattujen taulujen määrä. Jos määrä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen määrä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Kyselyvälimuistin vapaan muistin määrä.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien määrä.';
@@ -1250,8 +1256,8 @@ $strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei vielä toteutettu).';
$strShowStatusSelect_full_joinDescr = 'Kertoo, kuinka moni liitos ei käytä indeksejä. Jos tämä arvo ei ole 0, taulujen indeksit olisi hyvä tarkistaa tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten määrä, jotka käyttivät viitetaulussa aluehakua.';
-$strShowStatusSelect_range_checkDescr = 'Niiden avaimittomien liitosten määrä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, taulujen indeksit tulisi tarkistaa huolella.)';
$strShowStatusSelect_rangeDescr = 'Kertoo niiden liitosten määrän, jotka käyttävät rajausta ensimmäisessä taulussa. (Yleensä ei ole vakavaa, vaikka tämä arvo olisi suuri.)';
+$strShowStatusSelect_range_checkDescr = 'Niiden avaimittomien liitosten määrä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, taulujen indeksit tulisi tarkistaa huolella.)';
$strShowStatusSelect_scanDescr = 'Kertoo niiden liitosten määrän, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen tilapäistaulujen määrä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Kertoo, kuinka usein replikaation SQL-alisäie on käynnistyksestään lähtien kaikkiaan uudelleen yrittänyt transkatioita.';
@@ -1271,6 +1277,10 @@ $strShowStatusThreads_runningDescr = 'Hereillä olevien säikeiden määrä.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä kyselylause uudelleen ';
+$strShowingBookmark = 'Näytetään kirjanmerkki';
+$strShowingPhp = 'Näytetään PHP-koodina';
+$strShowingRecords = 'Näkyvillä rivit ';
+$strShowingSQL = 'Näytetään SQL-kysely';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
@@ -1280,52 +1290,43 @@ $strSlovenian = 'Slovenialainen';
$strSmallBigAll = 'Kaikki pienenä/suurena';
$strSnapToGrid = 'Sovita ruudukkoon';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen pistokkeen asetuksia ei ole määritelty oikein)";
+$strSort = 'Järjestys';
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu';
-$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotetaan välilyönnein.';
-$strSQLCompatibility = 'SQL-yhteensopiva tila';
-$strSQLExportType = 'Vientityyppi';
-$strSQLParserBugMessage = 'Olet ehkä löytänyt SQL-jäsentimestä ohjelmointivirheen. Tarkista käyttämäsi SQL-lause, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääritietoa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausetta suoraan komentoriviltä. MySQL-palvelimen antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi. Jos lause toimi komentoriviltä muttei phpMyAdminista, etsi rivi jolla virheilmoitus ilmeni ja lähetä meille ilmoitus virheestä alla olevan koodin kera:';
-$strSQLParserUserError = 'Käyttämässäsi SQL-lauseessa on virhe. MySQL-palvelimen antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi.';
-$strSQLQuery = 'SQL-kysely';
-$strSQLResult = 'SQL-kyselyn tulos';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Tunniste ei kelpaa';
-$strSQPBugUnclosedQuote = 'Merkkijonon lopusta puuttuu lainausmerkki';
-$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStandInStructureForView = 'Näkymän vararakenne';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
+$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatement = 'Tieto';
$strStatic = 'staattinen';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
-$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
-$strStorageEngines = "Tallennusmoottorit";
$strStorageEngine = "Tallennusmoottori";
+$strStorageEngines = "Tallennusmoottorit";
$strStrucCSV = 'CSV-muotoista tietoa';
$strStrucData = 'Rakenne ja tiedot';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -muoto';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
-$strStructureForView = 'Näkymän rakenne';
$strStructure = 'Rakenne';
+$strStructureForView = 'Näkymän rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-kyselyn suoritus onnistui';
$strSuhosin = 'Palvelin käyttää Suhosin-suojausjärjestelmää. Lue %sohjeista%s tietoja mahdollisista ongelmista.';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
-$strSwekeyAuthenticating = 'Todennetaan...';
$strSwekeyAuthFailed = 'Laitetodennus epäonnistui';
-$strSwekeyNoKeyId = 'Tiedosto %s ei sisällä avaintunnusta';
+$strSwekeyAuthenticating = 'Todennetaan...';
$strSwekeyNoKey = 'Kelvollista todennusavainta ei ole asetettu';
+$strSwekeyNoKeyId = 'Tiedosto %s ei sisällä avaintunnusta';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
+$strTable = 'Taulu';
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableAlteredSuccessfully = 'Taulun %1$s muuttaminen onnistui.';
$strTableComments = 'Taulun kommentit';
@@ -1339,34 +1340,33 @@ $strTableMaintenance = 'Taulun ylläpito';
$strTableName = 'Taulun nimi';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
-$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
-$strTable = 'Taulu';
+$strTables = '%s taulu(a)';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikaista tietoa';
$strTextAreaLength = ' Pituudestaan johtuen tätä saraketta ei voine muokata ';
$strTexyText = 'Texy!-teksti';
$strThai = 'Thai';
+$strTheme = 'Teema/tyyli';
$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.';
+$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
-$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
-$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s lopetus onnistui.';
+$strThreads = 'Säikeet';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisun takia. Kun lähetät tiedoston uudestaan, jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisellä suorituskerralla ei kuitenkaan jäsennelty mitään tietoja. Tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi ajaa tätä tuontia loppuun asti ellei PHP:n suoritusaikarajaa nosteta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin. Jos haluat suorittaa tuonnin loppuun, lähetä sama tiedosto uudestaan, ja tuonti jatkuu.';
$strToFromPage = 'Sivulta/sivulle';
+$strToSelectRelation = 'Valitaksesi relaation, paina :';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä';
$strToggleSmallBig = 'Vaihda pieneksi/suureksi';
-$strToSelectRelation = 'Valitaksesi relaation, paina :';
-$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
+$strTotalUC = 'Yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
@@ -1395,10 +1395,10 @@ $strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tuntematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on asetuksin poistettu käytöstä.';
+$strUpdComTab = 'Tarkista ohjeista, kuinka Column_comments-tauluja voi päivittää.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
-$strUpdComTab = 'Tarkista ohjeista, kuinka Column_comments-tauluja voi päivittää.';
$strUpgrade = 'Sinun tulisi päivittää versioon %s %s tai sitä uudempaan.';
$strUploadErrorCantWrite = 'Tiedoston kirjoitus levylle epäonnistui.';
$strUploadErrorExtension = 'Laajennus keskeytti tiedoston lähetyksen.';
@@ -1412,37 +1412,37 @@ $strUploadsNotAllowed = 'Tällä palvelimella ei ole sallittu tiedostojen lähet
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUseHostTable = 'Käytä isäntätaulua';
+$strUseTabKey = 'Käytä arvojen välillä siirtymiseen sarkainta. Ctrl- ja nuolinäppäimillä voi siirtyä mihin tahansa kohtaan.';
+$strUseTables = 'Käytä tauluja';
+$strUseTextField = 'Käytä tekstikenttää';
+$strUseThisValue = 'Käytä tätä arvoa';
+$strUser = 'Käyttäjä';
$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 "%s"';
-$strUseTabKey = 'Käytä arvojen välillä siirtymiseen sarkainta. Ctrl- ja nuolinäppäimillä voi siirtyä mihin tahansa kohtaan.';
-$strUseTables = 'Käytä tauluja';
-$strUseTextField = 'Käytä tekstikenttää';
-$strUseThisValue = 'Käytä tätä arvoa';
$strValidateSQL = 'Tarkista SQL-kysely';
$strValidatorError = 'SQL-tarkistinta ei voitu käynnistää. Tarkista, että tarpeelliset PHP-laajennukset on asennettu. Lisätietoa on %sohjeissa%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
-$strViewDumpDatabases = 'Näytä tietokannoista vedos (skeema)';
-$strViewDumpDB = 'Tee vedos tietokannasta';
+$strView = "Näkymä";
$strViewDump = 'Tee vedos taulusta';
+$strViewDumpDB = 'Tee vedos tietokannasta';
+$strViewDumpDatabases = 'Näytä tietokannoista vedos (skeema)';
$strViewHasAtLeast = 'Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja %sohjeista%s.';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strViewImage = 'Näytä kuva';
-$strView = "Näkymä";
$strViewName = 'VIEW-arvon nimi';
$strViewVideo = 'Näytä video';
-$strWebServerUploadDirectoryError = 'Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää';
-$strWebServerUploadDirectory = 'palvelimen lähetyshakemisto';
$strWebServer = 'Verkkopalvelin';
+$strWebServerUploadDirectory = 'palvelimen lähetyshakemisto';
+$strWebServerUploadDirectoryError = 'Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWiki = 'Wiki';
@@ -1459,27 +1459,166 @@ $strYes = 'Kyllä';
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
$strZip = '"zip-pakattu"';
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1488,127 +1627,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php
index 72d72ee76..526ecce93 100644
--- a/lang/french-utf-8.inc.php
+++ b/lang/french-utf-8.inc.php
@@ -18,6 +18,7 @@ $datefmt = '%A %d %B %Y à %H:%M';
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
+$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strAbortedClients = 'Arrêts prématurés';
$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.';
@@ -45,56 +46,55 @@ $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';
+$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
+$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.';
$strAlterOrderBy = 'Ordonner la table par';
+$strAnIndex = 'Un index a été ajouté sur %s';
$strAnalyze = 'Analyser';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndSmall = 'et';
$strAndThen = 'et ensuite';
$strAngularLinks = 'Liens angulaires';
-$strAnIndex = 'Un index a été ajouté sur %s';
-$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
+$strAnyHost = 'Tout serveur';
$strAnyUser = 'Tout utilisateur';
$strApplyChanges='Appliquer les changements sélectionnés';
$strApproximateCount = 'Peut être approximatif. Voir [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
-$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
-$strAscending = 'Croissant';
$strAsDefined = 'Tel que défini :';
+$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutomaticLayout = 'Mise en page automatique';
+$strBLOBRepository = 'Dépôt BLOB';
+$strBLOBRepositoryDamaged = 'Endommagé';
+$strBLOBRepositoryDisable = 'Désactiver';
+$strBLOBRepositoryDisableAreYouSure = 'Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la base %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Vous allez DÉSACTIVER un dépôt BLOB!';
+$strBLOBRepositoryDisabled = 'Désactivé';
+$strBLOBRepositoryEnable = 'Activer';
+$strBLOBRepositoryEnabled = 'Activé';
+$strBLOBRepositoryRemove = 'Supprimer les références au dépôt BLOB';
+$strBLOBRepositoryRepair = 'Réparer';
+$strBLOBRepositoryUpload = 'Télécharger vers le dépôt BLOB';
$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 journal binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
-$strBLOBRepositoryDamaged = 'Endommagé';
-$strBLOBRepository = 'Dépôt BLOB';
-$strBLOBRepositoryDisableAreYouSure = 'Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la base %s?';
-$strBLOBRepositoryDisabled = 'Désactivé';
-$strBLOBRepositoryDisable = 'Désactiver';
-$strBLOBRepositoryDisableStrongWarning = 'Vous allez DÉSACTIVER un dépôt BLOB!';
-$strBLOBRepositoryEnable = 'Activer';
-$strBLOBRepositoryEnabled = 'Activé';
-$strBLOBRepositoryRemove = 'Supprimer les références au dépôt BLOB';
-$strBLOBRepositoryRepair = 'Réparer';
-$strBLOBRepositoryUpload = 'Télécharger vers le dépôt BLOB';
+$strBinary = 'Binaire';
+$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
+$strBinaryLog = 'Log binaire';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
@@ -106,21 +106,22 @@ $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';
+$strBufferPoolActivity = 'Activité de la 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 %';
+$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
+$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzip = '"bzippé"';
+$strCSV = 'CSV';
$strCalendar = 'Calendrier';
-$strCancel = 'Annuler';
$strCanNotLoadExportPlugins = 'Erreur lors du chargement des modules d\'exportation!';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez vérifier votre installation!';
+$strCancel = 'Annuler';
$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';
@@ -130,25 +131,25 @@ $strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
-$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
+$strChange = 'Modifier';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
+$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$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 descriptif';
-$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';
+$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
+$strCheck = 'Vérifier';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
-$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données "%s".';
$strCheckPrivs = 'Vérifier les privilèges';
+$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données "%s".';
$strCheckTable = 'Vérifier la table';
-$strCheck = 'Vérifier';
$strChoosePage = 'Page à éditer';
$strClickToSelect = 'Cliquer pour sélectionner';
$strClickToUnselect = 'Cliquer pour désélectionner';
@@ -199,54 +200,53 @@ $strCreateUserDatabaseWildcard = 'Donner les privilèges passepartout ("%")';
$strCreationDates = 'Dates de création/modification/vérification';
$strCriteria = 'Critère';
$strCroatian = 'croate';
-$strCSV = 'CSV';
$strCurrentServer = 'Serveur actuel';
$strCustomColor = 'Couleur au choix';
$strCyrillic = 'cyrillique';
-$strCzechSlovak = 'tchèque-slovaque';
$strCzech = 'tchèque';
+$strCzechSlovak = 'tchèque-slovaque';
+$strDBComment = 'Commentaire sur la base de données: ';
+$strDBCopy = 'Copier la base de données vers';
+$strDBRename = 'Changer le nom de la base de données pour';
$strDanish = 'danois';
+$strData = 'Données';
+$strDataDict = 'Dictionnaire de données';
+$strDataDiff = 'Différence dans les données';
+$strDataOnly = 'Données seulement';
+$strDataPages = 'Pages contenant des données';
+$strDataSyn = 'Synchronisation des données';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenCreated = 'La base de données %1$s a été créée.';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNotExisting = 'La base de données \'%s\' n\'existe pas.';
+$strDatabase_src = 'Base de données source';
+$strDatabase_trg = 'Base de données cible';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
-$strDatabase_src = 'Base de données source';
+$strDatabasesStats = 'Statistiques sur les bases de donné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';
-$strDatabase_trg = 'Base de données cible';
-$strDataDict = 'Dictionnaire de données';
-$strDataDiff = 'Différence dans les données';
-$strData = 'Données';
-$strDataOnly = 'Données seulement';
-$strDataPages = 'Pages contenant des données';
-$strDataSyn = 'Synchronisation des données';
-$strDBComment = 'Commentaire sur la base de données: ';
-$strDBCopy = 'Copier la base de données vers';
$strDbIsEmpty = 'La base de données semble vide!';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
-$strDBRename = 'Changer le nom 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';
+$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$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é';
$strDelete = 'Effacer';
+$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
+$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleteRelation = 'Effacer la relation';
+$strDeleted = 'L\'enregistrement a été effacé';
$strDeleting = 'Destruction de %s';
$strDelimiter = 'Délimiteur';
-$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';
$strDesigner = 'Concepteur';
@@ -256,41 +256,41 @@ $strDictionary = 'dictionnaire';
$strDifference = 'Différence';
$strDirectLinks = 'Liens directs';
$strDirtyPages = 'Pages modifiées';
-$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
+$strDisabled = 'désactivé';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = 'Afficher le schéma en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
+$strDoNotAutoIncrementZeroValues = 'Ne pas utiliser AUTO_INCREMENT pour la valeur zéro';
+$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentation';
-$strDoNotAutoIncrementZeroValues = 'Ne pas utiliser AUTO_INCREMENT pour la valeur zéro';
$strDownloadFile = 'Télécharger';
-$strDoYouReally = 'Voulez-vous vraiment effectuer ';
-$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
+$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpAllRows = 'Exporter tous les enregistrements';
-$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporter %s enregistrement(s) à partir du rang n° %s';
+$strDumpingData = 'Contenu de la table';
$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';
+$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
-$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
+$strEndCut = 'Fin de la section à couper';
$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.';
+$strEngines = 'Moteurs';
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais';
$strError = 'Erreur';
@@ -323,14 +323,14 @@ $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';
+$strFileNameTemplate = 'Modèle de nom de fichier';
$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';
-$strFiles = 'Fichiers';
$strFileToImport = 'Fichier à importer';
+$strFiles = 'Fichiers';
$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")';
@@ -338,8 +338,8 @@ $strFlushTables = 'Fermer toutes les tables';
$strFontSize = 'Taille du texte';
$strForeignKeyError = 'Erreur lors de la création de la clé étrangère sur %1$s (vérifiez le type des colonnes)';
$strForeignKeyRelationAdded = 'Relation de type FOREIGN KEY ajoutée';
-$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
+$strFormat = 'format';
$strFreePages = 'Pages libres';
$strFullStart = 'Démarrer complètement';
$strFullStop = 'Arrêter complètement';
@@ -348,10 +348,10 @@ $strFunction = 'Fonction';
$strFunctions = 'Fonctions';
$strGenBy = 'Généré par';
+$strGenTime = 'Généré le ';
$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';
$strGetMoreThemes = 'Obtenez d\'autres thèmes!';
@@ -366,6 +366,8 @@ $strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHaveBeenSynchronized = 'Les tables sélectionnées ont été synchronisées.';
@@ -378,70 +380,68 @@ $strHideShowAll = 'Cacher/montrer tout';
$strHideShowNoRelation = 'Cacher/montrer les tables sans liens';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel';
-$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
+$strHostEmpty = 'Le nom de serveur est vide';
$strHostTableExplanation = 'Quand la table Host est utilisée, ce champ est ignoré et les valeurs de la table Host sont utilisées à la place.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'hongrois';
+$strIEUnsupported = 'Fonction non disponible sous Internet Explorer.';
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
-$strIEUnsupported = 'Fonction non disponible sous Internet Explorer.';
-$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
+$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
+$strImport = 'Importer';
$strImportColNames = 'La première ligne contient le nom des colonnes';
$strImportEmptyRows = 'Ne pas importer les lignes vides';
$strImportExportCoords = 'Importer/Exporter les coordonnées pour le schéma PDF';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
-$strImport = 'Importer';
$strImportLargeFileUploading = 'Le fichier téléchargé est probablement plus grand que le maximum alloué, ou bien il s\'agit d\'une anomalie connue dans les navigateurs basés sur webkit (Safari, Google Chrome, Arora, etc)';
$strImportNoticePt1 = 'Les structures suivanates ont été créées ou modifiées. Ici vous pouvez :';
$strImportNoticePt2 = 'Consulter le contenu d\'une structure en cliquant sur son nom';
$strImportNoticePt3 = 'Modifiez l\'un des réglages en cliquant le lien "Options" correspondant';
$strImportNoticePt4 = 'Modifier sa structure via le lien "Structure"';
-$strImportODSCurrency = 'Importer les valeurs de monnaie ($5.00 devient 5.00)';
$strImportODS = 'Open Document Spreadsheet';
+$strImportODSCurrency = 'Importer les valeurs de monnaie ($5.00 devient 5.00)';
$strImportODSPercents = 'Importer les pourcentages en tant que décimales (12.00% devient .12)';
$strImportProceedingFile = 'Le fichier est en traitement, veuillez patienter.';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strImportUploadInfoNotAvailable = 'Veuillez patienter, le fichier est téléchargé; les détails sur le chargement ne sont pas disponibles.';
$strImportXLS = 'Excel 97-2003 XLS Workbook';
$strImportXLSX = 'Excel 2007 XLSX Workbook';
-$strIndexes = 'Index';
-$strIndexesSeemEqual = 'Les index %1$s et %2$s semblent identiques et l\'un d\'eux pourrait être supprimé.';
-$strIndexHasBeenDropped = 'L\'index %s a été effacé';
+$strInUse = 'utilisé';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndexName = 'Nom de l\'index :';
$strIndexType = 'Type d\'index :';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
+$strIndexes = 'Index';
+$strIndexesSeemEqual = 'Les index %1$s et %2$s semblent identiques et l\'un d\'eux pourrait être supprimé.';
$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';
+$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.';
$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';
+$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$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é.';
+$strInsert = 'Insérer';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré : %1$d';
-$strInsert = 'Insérer';
$strInterface = 'Interface';
$strInternalAndForeign = 'Une relation interne n\'est pas nécessaire lorsqu\'une clé correspondante de type FOREIGN KEY existe';
$strInternalRelationAdded = 'Relation interne ajoutée';
$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';
+$strInvalidColumn = 'La colonne %s est invalide!';
+$strInvalidColumnCount = 'Le nombre de champs doit être plus grand que zéro.';
$strInvalidDatabase = 'Nom de base de données invalide';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
@@ -454,8 +454,8 @@ $strInvalidTableName = 'Nom de table invalide';
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données "%s".';
-$strJustDeleteDescr = 'Les utilisateurs "effacés" 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.';
+$strJustDeleteDescr = 'Les utilisateurs "effacés" auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
@@ -464,21 +464,21 @@ $strKill = 'Supprimer';
$strKnownExternalBug = 'La fonctionnalité %s est affectée par une anomalie connue, voir %s';
$strKorean = 'coréen';
+$strLDI = 'CSV via LOAD DATA';
+$strLDILocal = 'Utiliser l\'option LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Paysage';
$strLanguage = 'Langue';
$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)';
+$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
-$strLDI = 'CSV via LOAD DATA';
-$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
@@ -487,67 +487,68 @@ $strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
+$strLogPassword = 'Mot de passe :';
+$strLogServer = 'Serveur';
+$strLogServerHelp = 'Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port séparé par un espace.';
+$strLogUsername = 'Utilisateur :';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLoginWithoutPassword = 'La configuration interdit une connexion sans mot de passe (voir AllowNoPassword)';
$strLogout = 'Quitter';
-$strLogPassword = 'Mot de passe :';
-$strLogServerHelp = 'Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port séparé par un espace.';
-$strLogServer = 'Serveur';
-$strLogUsername = 'Utilisateur :';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
+$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
+$strMIME_MIMEtype = 'Type MIME';
+$strMIME_available_mime = 'Types MIME disponibles';
+$strMIME_available_transform = 'Transformations disponibles';
+$strMIME_description = 'Description';
+$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation. Veuillez demander à son auteur, des détails sur %s.';
+$strMIME_transformation = 'Transformation';
+$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
+$strMIME_transformation_options = 'Options de transformation';
+$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\', 100, b,\'c\'... 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_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$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!';
$strMediaWiki = 'Tableau MediaWiki';
-$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. 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\', 100, b,\'c\'... 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 un index';
$strModify = 'Modifier';
+$strModifyIndexTopic = 'Modifier un index';
$strMoveMenu = 'Déplacer le menu';
$strMoveTable = 'Déplacer la table vers (base.table) :';
$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';
+$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';
$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)';
+$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';
$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';
+$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)';
$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.';
+$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';
$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';
+$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.';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
+$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';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
-$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
-$strMysqlLibDiffersServerVersion = 'La version de votre bibliothèque MySQL (%s) diffère de la version de votre serveur MySQL (%s). Ceci peut occasionner un comportement imprévisible.';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
+$strMysqlClientVersion = 'Version du client MySQL';
+$strMysqlLibDiffersServerVersion = 'La version de votre bibliothèque MySQL (%s) diffère de la version de votre serveur MySQL (%s). Ceci peut occasionner un comportement imprévisible.';
$strName = 'Nom';
$strNavTableFilter = 'Filtre';
$strNext = 'Suivant';
+$strNo = 'Non';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
+$strNoDataReceived = 'Aucune données n\'a été reçu en vue de l\'importation. Aucun nom de fichier n\'a été fourni, ou encore la taille du fichier a dépassé la limite permise par votre configuration de PHP. Voir [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
-$strNoDataReceived = 'Aucune données n\'a été reçu en vue de l\'importation. Aucun nom de fichier n\'a été fourni, ou encore la taille du fichier a dépassé la limite permise par votre configuration de PHP. Voir [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]';
$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.';
@@ -557,9 +558,6 @@ $strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur
$strNoIndex = 'Aucun index n\'est défini!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a été définie pour cet index!';
$strNoModification = 'Pas de modifications';
-$strNone = 'aucune';
-$strNoneDefault = 'Aucun';
-$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.';
@@ -570,18 +568,20 @@ $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.';
+$strNoUsersFound = 'Il n\'y a aucun utilisateur';
+$strNoValidateSQL = 'Ne pas valider SQL';
+$strNone = 'aucune';
+$strNoneDefault = 'Aucun';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotPresent = 'non présent';
$strNotSet = 'La table %s 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';
-$strNumberOfTables = 'Nombre de tables';
$strNumSearchResultsInTable = '%s occurence(s) dans la table %s';
$strNumSearchResultsTotal = 'Total :%s occurence(s)';
$strNumTables = 'Tables';
+$strNumberOfFields = 'Nombre de champs';
+$strNumberOfTables = 'Nombre de tables';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Tableur "Open Document"';
@@ -596,60 +596,60 @@ $strOr = 'Ou';
$strOverhead = 'Perte';
$strOverwriteExisting = 'Écraser les fichiers existants';
+$strPBXTCheckpointFrequency = 'Fréquence des points de contrôle';
+$strPBXTCheckpointFrequencyDesc = 'La quantité de données écrite au journal de transactions avant un point de contrôle (valeur par défaut de 24 Mio).';
+$strPBXTDataFileGrowSize = 'Taille de l\'augmentation du fichier des données';
+$strPBXTDataFileGrowSizeDesc = 'La taille de l\'augmentation des fichiers pointeurs d\'enregistrements (.xtd).';
+$strPBXTDataLogThreshold = 'Seuil du journal des données';
+$strPBXTDataLogThresholdDesc = 'La taille maximale d\'un fichier journal de données. Sa valeur par défaut est de 64 Mio. PBXT peut créer un maximum de 32000 journaux de données, utilisés par toutes les tables. Par conséquent cette variable peut être augmentée pour augmenter la quantité totale de données pouvant être stockée dans la base de données.';
+$strPBXTGarbageThreshold = 'Seuil des informations parasites';
+$strPBXTGarbageThresholdDesc = 'Le pourcentage d\'information parasites dans un journal de données au-delà duquel il est comprimé. Il s\'agit d\'une valeur entre 1 et 99, par défaut 50.';
+$strPBXTIndexCacheSize = 'Taille du cache d\'index';
+$strPBXTIndexCacheSizeDesc = 'La quantité de mémoire allouée au cache des index (valeur par défaut de 32 Mio).';
+$strPBXTLogBufferSize = 'Taille du tampon du journal';
+$strPBXTLogBufferSizeDesc = 'La taille du tampon utilisé lors de l\'écriture du journal (par défaut 256 Mio).';
+$strPBXTLogCacheSize = 'Taille du cache du journal';
+$strPBXTLogCacheSizeDesc = 'La quantité de mémoire allouée au cache du journal des transactions (valeur par défaut de 16 Mio).';
+$strPBXTLogFileCount = 'Nombre de fichiers journal';
+$strPBXTLogFileCountDesc = 'Le nombre de journaux de transactions (pbxt/system/xlog*.xt) conservés par le système. Si le nombre de journaux dépasse cette valeur, les journaux les plus anciens sont détruits, sinon ils sont renommés.';
+$strPBXTLogFileThreshold = 'Seuil du fichier journal';
+$strPBXTLogFileThresholdDesc = 'La taille d\'un journal de transactions au-delà de laquelle un nouveau journal est créé (valeur par défaut de 16 Mio).';
+$strPBXTRecordCacheSize = 'Taille du cache des enregistrements';
+$strPBXTRecordCacheSizeDesc = 'La quantité de mémoire allouée au cache des enregistrements (valeur par défaut de 32 Mio). Utilisé pour le cache des changements aux fichiers de données (.xtd) et pointeurs (.xtr).';
+$strPBXTRowFileGrowSize = 'Taille d\'augmentation du fichier des enregistrements';
+$strPBXTRowFileGrowSizeDesc = 'La taille de l\'augmentation des fichiers pointeurs d\'enregistrements (.xtr).';
+$strPBXTTransactionBufferSize = 'Taille du tampon des transactions';
+$strPBXTTransactionBufferSizeDesc = 'La taille du tampon du journal global des transactions (deux tampons sont alloués). La valeur par défaut est de 1 Mio.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Génère un rapport contenant les données d\'une seule table)';
+$strPDFReportTitle = 'Titre du rapport';
+$strPHPExtension = 'Extension PHP';
+$strPHPVersion = 'Version de PHP';
$strPacked = 'Compressé';
$strPageNumber = 'Page n°:';
$strPagesToBeFlushed = 'Pages devant être vidées';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes réduits';
-$strPartitionDefinition = 'Définition de PARTITION';
-$strPartitioned = 'partitionné';
-$strPartitionMaintenance = 'Gestion des partitions';
$strPartition = 'Partition %s';
+$strPartitionDefinition = 'Définition de PARTITION';
+$strPartitionMaintenance = 'Gestion des partitions';
+$strPartitioned = 'partitionné';
+$strPassword = 'Mot de passe';
$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';
-$strPBXTCheckpointFrequencyDesc = 'La quantité de données écrite au journal de transactions avant un point de contrôle (valeur par défaut de 24 Mio).';
-$strPBXTCheckpointFrequency = 'Fréquence des points de contrôle';
-$strPBXTDataFileGrowSizeDesc = 'La taille de l\'augmentation des fichiers pointeurs d\'enregistrements (.xtd).';
-$strPBXTDataFileGrowSize = 'Taille de l\'augmentation du fichier des données';
-$strPBXTDataLogThresholdDesc = 'La taille maximale d\'un fichier journal de données. Sa valeur par défaut est de 64 Mio. PBXT peut créer un maximum de 32000 journaux de données, utilisés par toutes les tables. Par conséquent cette variable peut être augmentée pour augmenter la quantité totale de données pouvant être stockée dans la base de données.';
-$strPBXTDataLogThreshold = 'Seuil du journal des données';
-$strPBXTGarbageThresholdDesc = 'Le pourcentage d\'information parasites dans un journal de données au-delà duquel il est comprimé. Il s\'agit d\'une valeur entre 1 et 99, par défaut 50.';
-$strPBXTGarbageThreshold = 'Seuil des informations parasites';
-$strPBXTIndexCacheSizeDesc = 'La quantité de mémoire allouée au cache des index (valeur par défaut de 32 Mio).';
-$strPBXTIndexCacheSize = 'Taille du cache d\'index';
-$strPBXTLogBufferSizeDesc = 'La taille du tampon utilisé lors de l\'écriture du journal (par défaut 256 Mio).';
-$strPBXTLogBufferSize = 'Taille du tampon du journal';
-$strPBXTLogCacheSizeDesc = 'La quantité de mémoire allouée au cache du journal des transactions (valeur par défaut de 16 Mio).';
-$strPBXTLogCacheSize = 'Taille du cache du journal';
-$strPBXTLogFileCountDesc = 'Le nombre de journaux de transactions (pbxt/system/xlog*.xt) conservés par le système. Si le nombre de journaux dépasse cette valeur, les journaux les plus anciens sont détruits, sinon ils sont renommés.';
-$strPBXTLogFileCount = 'Nombre de fichiers journal';
-$strPBXTLogFileThresholdDesc = 'La taille d\'un journal de transactions au-delà de laquelle un nouveau journal est créé (valeur par défaut de 16 Mio).';
-$strPBXTLogFileThreshold = 'Seuil du fichier journal';
-$strPBXTRecordCacheSizeDesc = 'La quantité de mémoire allouée au cache des enregistrements (valeur par défaut de 32 Mio). Utilisé pour le cache des changements aux fichiers de données (.xtd) et pointeurs (.xtr).';
-$strPBXTRecordCacheSize = 'Taille du cache des enregistrements';
-$strPBXTRowFileGrowSizeDesc = 'La taille de l\'augmentation des fichiers pointeurs d\'enregistrements (.xtr).';
-$strPBXTRowFileGrowSize = 'Taille d\'augmentation du fichier des enregistrements';
-$strPBXTTransactionBufferSizeDesc = 'La taille du tampon du journal global des transactions (deux tampons sont alloués). La valeur par défaut est de 1 Mio.';
-$strPBXTTransactionBufferSize = 'Taille du tampon des transactions';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Génère un rapport contenant les données d\'une seule table)';
-$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
-$strPhpArray = 'Tableau PHP';
$strPhp = 'Créer source PHP';
-$strPHPExtension = 'Extension PHP';
-$strPHPVersion = 'Version de PHP';
+$strPhpArray = 'Tableau PHP';
$strPlayAudio = 'Lecture audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Veuillez choisir la clé primaire ou un index unique';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
@@ -659,13 +659,13 @@ $strPort = 'Port';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
+$strPrimary = 'Primaire';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clé primaire doit être PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" doit et ne peut être que le nom d\'une clé primaire !)';
-$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
-$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
+$strPrintViewFull = 'Version imprimable (avec textes complets)';
$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.';
@@ -679,8 +679,8 @@ $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.';
$strPrivDescEvent = 'Permission de mettre en place des événements pour le programmateur d\'événements';
-$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.';
+$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$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.';
@@ -712,9 +712,9 @@ $strProfiling = 'Profilage';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
+$strQBE = 'Requête';
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
-$strQBE = 'Requête';
$strQueriesExecuted = 'Ces requêtes ont été exécutées :';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
@@ -726,6 +726,7 @@ $strQueryTime = 'Traitement en %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
+$strReType = 'Entrer à nouveau';
$strReadRequests = 'Requêtes de lecture';
$strRebuild = 'Reconstruire';
$strReceived = 'Reçu';
@@ -733,17 +734,17 @@ $strRecommended = 'recommandé';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
+$strRelationDeleted = 'Relation supprimée';
+$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
+$strRelationView = 'Gestion des relations';
$strRelationalDisplayField = 'Relations : champs descriptifs';
$strRelationalKey = 'Relations : clés';
$strRelationalSchema = 'Schéma relationnel';
-$strRelationDeleted = 'Relation supprimée';
-$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.';
-$strReloadPrivileges = 'Recharger les privilèges';
+$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strReload = 'Recharger';
+$strReloadPrivileges = 'Recharger les privilèges';
+$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strRemoteServer = 'Serveur distant';
$strRemoveCRLF = 'Enlève les caractères de fin de ligne (CRLF) à l\'intérieur des colonnes';
$strRemovePartitioning = 'Supprimer le partitionnement';
@@ -755,6 +756,7 @@ $strRepair = 'Réparer';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
+$strReplication = 'Réplication';
$strReplicationAddLines = 'Maintenant, ajoutez les lignes suivantes à la fin de votre fichier my.cnf puis redémarrez le serveur MySQL';
$strReplicationAddSlaveUser = 'Ajouter un utilisateur pour la réplication vers l\'esclave?';
$strReplicationChangedSuccesfully = 'Le serveur maître est maintenant %s';
@@ -762,12 +764,11 @@ $strReplicationConfiguredMaster = 'Ce serveur est un serveur maître dans le pro
$strReplicationControlSlave = 'Contrôler le serveur esclave:';
$strReplicationErrorGetPosition = 'Impossible de lire la position du journal sur le maître. Possible problème de privilège sur le maître.';
$strReplicationErrorMasterConnect = 'Connexion impossible sur le maître %s.';
+$strReplicationMaster = 'Réplication maître';
$strReplicationMasterChooseAll = 'Répliquer toutes les bases de données; Ignorer :';
$strReplicationMasterChooseIgn = 'Ignorer toutes les bases de données; Répliquer :';
$strReplicationMasterChooseMode = 'Ce serveur n\'est pas configuré comme maître dans un processus de réplication. Vous pouvez soit répliquer toutes les bases tout en ignorant certaines d\'entre elles (utile si la majorité des bases doivent être répliquées) soit ignorer toutes les bases en demandant que certaines d\'entre elles soient répliquées. Veuillez choisir le mode :';
$strReplicationMasterConfiguration = 'Configuration du maître';
-$strReplicationMaster = 'Réplication maître';
-$strReplication = 'Réplication';
$strReplicationRestartServer = 'Quand le serveur MySQL est redémarré, veuillez cliquer sur Exécuter. Par la suite vous devriez voir un message vous informant que ce serveur est configuré comme maître.';
$strReplicationSelectDatabases = 'Sélectionnez les bases de données';
$strReplicationServernConfiguredMaster = 'Ce serveur n\'est pas configuré comme maître dans un processus de réplication. Désirez-vous le configurer?';
@@ -775,19 +776,19 @@ $strReplicationShowConnectedSlaves = 'Montrer les esclaves connectés';
$strReplicationShowConnectedSlavesNote = 'Seuls les esclaves démarrés avec l\'option --report-host=host_name option sont visibles sur cette liste.';
$strReplicationShowMasterStatus = 'Montrer l\'état du maître';
$strReplicationSkippingErrorWarn = 'Ignorer les erreurs peut mener à des serveurs maître et esclave désynchronisés!';
+$strReplicationSlave = 'Réplication esclave';
$strReplicationSlaveChangeMaster = 'Changer ou reconfigurer le serveur maître';
$strReplicationSlaveConfiguration = 'Configuration de l\'esclave';
$strReplicationSlaveConfigured = 'Le serveur est configuré comme esclave dans un processus de réplication. Voudriez-vous :';
$strReplicationSlaveErrorManagement = 'Gestion des erreurs';
$strReplicationSlaveIOThread = '%s seulement le fil d\'exécution des entrées-sorties';
$strReplicationSlaveNotConfigured = 'Ce serveur n\'est pas configuré comme esclave dans un processus de réplication. Désirez-vous le configurer?';
-$strReplicationSlave = 'Réplication esclave';
$strReplicationSlaveReset = 'Réinitialiser l\'esclave';
+$strReplicationSlaveSQLThread = '%s seulement le fil d\'exécution SQL';
$strReplicationSlaveSeeStatus = 'Montrer l\'état de l\'esclave';
$strReplicationSlaveSkipCurrentError = 'Ignorer l\'erreur courante';
-$strReplicationSlaveSkipNextErrors = 'erreurs.';
$strReplicationSlaveSkipNext = 'Ignorer les prochaines';
-$strReplicationSlaveSQLThread = '%s seulement le fil d\'exécution SQL';
+$strReplicationSlaveSkipNextErrors = 'erreurs.';
$strReplicationStatus = 'État de la réplication';
$strReplicationStatusInfo = 'Ce serveur MySQL agit en tant que %s dans le processus de réplication. Pour plus d\'information sur l\'état de la réplication sur ce serveur, consultez la section de réplication.';
$strReplicationStatus_master = 'État du maître';
@@ -798,36 +799,46 @@ $strReplicationUnknownError = 'Erreur inconnue';
$strReset = 'Réinitialiser';
$strResourceLimits = 'Limites de ressources.';
$strRestartInsertion = 'Recommencer l\'insertion avec %s lignes';
-$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';
+$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
+$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
+$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRomanian = 'roumain';
$strRoutineReturnType = 'Type retourné';
$strRoutines = 'Procédures stockées';
$strRowLength = 'Longueur enr.';
+$strRowSize = ' Taille enr. ';
+$strRows = 'Enregistrements';
$strRowsAffected = '%1$d enregistrement(s) affecté(s).';
$strRowsDeleted = '%1$d enregistrement(s) supprimé(s).';
-$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowsInserted = '%1$d enregistrement(s) inséré(s).';
-$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 requêtes sur la base %s';
$strRunSQLQueryOnServer = 'Exécuter une ou des requêtes SQL sur le serveur %s';
+$strRunning = 'sur le serveur %s';
$strRussian = 'russe';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Mode de compatibilité SQL';
+$strSQLExportType = 'Type d\'exportation';
+$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';
+$strSQPBugInvalidIdentifer = 'Identificateur invalide';
+$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
+$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
+$strSave = 'Sauvegarder';
$strSaveOnServer = 'Sauvegarder sur le serveur dans le répertoire %s';
$strSavePosition = 'Sauvegarder la position';
-$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
+$strSearch = 'Rechercher';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInField = 'Dans la colonne:';
$strSearchInTables = 'Dans la(les) table(s) :';
@@ -836,7 +847,6 @@ $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 "%s" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
@@ -850,39 +860,37 @@ $strSelectReferencedKey = 'Sélectionnez la clé référencée';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
+$strServer = 'Serveur';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
-$strServer = 'Serveur';
-$strServers = 'Serveurs';
-$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
+$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = 'Statistiques sur le trafic: 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';
+$strServers = 'Serveurs';
$strSessionGCWarning = 'La valeur du paramètre PHP [a@http://php.net/manual/fr/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] est plus petite que la durée du cookie configurée dans phpMyAdmin; donc, votre session de travail expirera plus tôt.';
$strSessionStartupErrorGeneral = 'Erreur lors du démarrage de la session, veuillez vérifier les erreurs indiquées par PHP ou dans le fichier témoin du serveur web, et configurer PHP correctement.';
$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\'... 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\').';
$strSettings = 'réglages';
$strSetupAllowAnywhereRecoding_name = 'Active la conversion des caractères';
-$strSetupAllowArbitraryServer_desc = 'Si activé, permet d\'entrer un nom de serveur MySQL sur le panneau de connexion (mode "cookie")';
$strSetupAllowArbitraryServerMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] ne devrait pas être activée car elle permet à un attaquant de tenter de forcer l\'entrée sur tout serveur MySQL. Si vous en avez réellement besoin, utilisez [a@?page=form&formset=features#tab_Security]la liste des serveurs mandataires de confiance[/a].';
+$strSetupAllowArbitraryServer_desc = 'Si activé, permet d\'entrer un nom de serveur MySQL sur le panneau de connexion (mode "cookie")';
$strSetupAllowArbitraryServer_name = 'Permettre de tenter une connexion à tout serveur MySQL';
$strSetupAllowUserDropDatabase_name = 'Montrer le lien pour détruire une base de données aux utilisateurs ordinaires';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression Bzip2[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.';
+$strSetupBZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] pour les opérations d\'importation et d\'exportation';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'La clé devrait contenir des lettres, des nombres et des caractères spéciaux';
-$strSetupblowfish_secret_desc = 'Mot de passe utilisé pour encrypter les "cookies" quand on utilise l\'authentification [kbd]cookie[/kbd]';
$strSetupBlowfishSecretLengthMsg = 'La clé doit avoir un minimum de 8 caractères.';
$strSetupBlowfishSecretMsg = 'Vous n\'aviez pas configuré un secret Blowfish et utilisez l\'authentification "cookie", alors une clé secrète a été générée pour vous. Elle sert à encrypter les "cookies", vous n\'avez pas à vous en souvenir.';
-$strSetupblowfish_secret_name = 'Secret Blowfish';
$strSetupBrowseMarkerEnable_desc = '(utilisé quand on clique sur une ligne)';
$strSetupBrowseMarkerEnable_name = 'Activer le marqueur d\'enregistrements';
$strSetupBrowsePointerEnable_desc = '';
$strSetupBrowsePointerEnable_name = 'Activer le pointeur de surbrillance';
-$strSetupBZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] pour les opérations d\'importation et d\'exportation';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression Bzip2[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.';
$strSetupCannotLoadConfig = 'Impossible de charger ou sauvegarder la configuration';
$strSetupCannotLoadConfigMsg = 'Veuillez créer le répertoire [em]config[/em] accessible en écriture tel que décrit sur [a@../Documentation.html#setup_script]documentation[/a]. Sinon vous ne pourrez que télécharger ou afficher la configuration.';
$strSetupCharEditing_desc = 'Déterminer la méthode d\'édition pour les colonnes CHAR et VARCHAR; [kbd]input[/kbd] - permet de limiter la taille, [kbd]textarea[/kbd] - permet la saisie de sauts de lignes';
@@ -917,19 +925,6 @@ $strSetupDisplayServersList_name = 'Affiche les serveurs sous forme de liste';
$strSetupDonateLink = 'Faire un don';
$strSetupDownload = 'Télécharger';
$strSetupEndOfLine = 'Fin de ligne';
-$strSetuperror_connection = 'Connexion au serveur MySQL impossible.';
-$strSetuperror_empty_pmadb_password = 'Le "controlpass" est vide.';
-$strSetuperror_empty_pmadb_user = 'Le "controluser" est vide.';
-$strSetuperror_empty_signon_session = 'Le nom de session "signon" est vide.';
-$strSetuperror_empty_signon_url = 'L\'URL de "signon" est vide.';
-$strSetuperror_empty_user_for_config_auth = 'Le code d\'utilisateur est vide alors que vous utilisez la méthode "config".';
-$strSetuperror_form = 'Le formulaire soumis contient des erreurs.';
-$strSetuperror_incorrect_ip_address = 'Adresse IP incorrecte : %s';
-$strSetuperror_incorrect_port = 'Numéro de port invalide';
-$strSetuperror_incorrect_value = 'Valeur incorrecte';
-$strSetuperror_missing_field_data = 'Données manquantes pour %s';
-$strSetuperror_nan_nneg = 'Nombre non négatif';
-$strSetuperror_nan_p = 'Nombre non positif';
$strSetupExecTimeLimit_desc = 'Nombre de secondes allouées à l\'exécution des scripts ([kbd]0[/kbd] signifie "illimité")';
$strSetupExecTimeLimit_name = 'Durée maximum d\'exécution';
$strSetupExport_asfile_name = 'Sauvegarder le fichier';
@@ -943,63 +938,63 @@ $strSetupExport_onserver_name = 'Sauvegarder sur le serveur';
$strSetupExport_onserver_overwrite_name = 'Écraser un fichier existant';
$strSetupExport_remember_file_template_name = 'Se souvenir du modèle de nom de fichier';
$strSetupFalse = 'non';
-$strSetupForceSSL_desc = 'Force des connexions https entre le navigateur et phpMyAdmin';
$strSetupForceSSLMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] doit être activée si votre serveur la supporte.';
+$strSetupForceSSL_desc = 'Force des connexions https entre le navigateur et phpMyAdmin';
$strSetupForceSSL_name = 'Forcer les connexions SSL';
$strSetupForeignKeyDropdownOrder_desc = '[kbd]content[/kbd] signifie la donnée référencée, [kbd]id[/kbd] représente la valeur de la clé';
$strSetupForeignKeyDropdownOrder_name = 'Ordre dans le menu des clés étrangères';
$strSetupForeignKeyMaxLimit_desc = 'Un menu déroulant sera utilisé si le nombre de valeurs est inférieur à cette limite';
$strSetupForeignKeyMaxLimit_name = 'Limite pour clé étrangère';
-$strSetupForm_Browse_desc = 'Personnaliser le mode affichage';
$strSetupForm_Browse = 'Mode affichage';
-$strSetupForm_Edit_desc = 'Personnaliser le mode édition';
+$strSetupForm_Browse_desc = 'Personnaliser le mode affichage';
$strSetupForm_Edit = 'Mode édition';
-$strSetupForm_Export_defaults_desc = 'Personnaliser les valeurs utilisées habituellement';
+$strSetupForm_Edit_desc = 'Personnaliser le mode édition';
$strSetupForm_Export_defaults = 'Valeurs par défaut pour exportation';
-$strSetupForm_Import_defaults_desc = 'Personnaliser les valeurs utilisées habituellement';
+$strSetupForm_Export_defaults_desc = 'Personnaliser les valeurs utilisées habituellement';
$strSetupForm_Import_defaults = 'Valeurs par défaut pour importation';
-$strSetupForm_Import_export_desc = 'Configurez les répertoires d\'importation et d\'exportation ainsi que les options de compression';
+$strSetupForm_Import_defaults_desc = 'Personnaliser les valeurs utilisées habituellement';
$strSetupForm_Import_export = 'Importation / exportation';
+$strSetupForm_Import_export_desc = 'Configurez les répertoires d\'importation et d\'exportation ainsi que les options de compression';
$strSetupForm_Left_databases = 'Bases de données';
$strSetupForm_Left_databases_desc = 'Options d\'affichage des bases de données';
-$strSetupForm_Left_frame_desc = 'Personnaliser l\'apparence du panneau de navigation';
$strSetupForm_Left_frame = 'Panneau de navigation';
-$strSetupForm_Left_servers_desc = 'Options d\'affichage des serveurs';
+$strSetupForm_Left_frame_desc = 'Personnaliser l\'apparence du panneau de navigation';
$strSetupForm_Left_servers = 'Serveurs';
-$strSetupForm_Left_tables_desc = 'Options d\'affichage des tables';
+$strSetupForm_Left_servers_desc = 'Options d\'affichage des serveurs';
$strSetupForm_Left_tables = 'Tables';
+$strSetupForm_Left_tables_desc = 'Options d\'affichage des tables';
$strSetupForm_Main_frame = 'Panneau principal';
$strSetupForm_Other_core_settings = 'Autres réglages de base';
$strSetupForm_Other_core_settings_desc = 'Réglages divers';
-$strSetupForm_Query_window_desc = 'Personnaliser le panneau de requêtes';
$strSetupForm_Query_window = 'Panneau de requêtes';
-$strSetupForm_Security_desc = 'Veuillez noter que phpMyAdmin n\'est qu\'une interface et que ses réglages ne limitent en rien MySQL';
+$strSetupForm_Query_window_desc = 'Personnaliser le panneau de requêtes';
$strSetupForm_Security = 'Sécurité';
+$strSetupForm_Security_desc = 'Veuillez noter que phpMyAdmin n\'est qu\'une interface et que ses réglages ne limitent en rien MySQL';
+$strSetupForm_Server = 'Configuration de base';
$strSetupForm_Server_config = 'Configuration du serveur';
$strSetupForm_Server_config_desc = 'Configuration avancée, assurez-vous de connaître la signification de ces options avant de les modifier';
-$strSetupForm_Server = 'Configuration de base';
$strSetupForm_Server_desc = 'Entrez les paramètres de connexion au serveur';
-$strSetupForm_Server_login_options_desc = 'Entrez les options pour l\'authentification "signon"';
$strSetupForm_Server_login_options = 'Option de connexion "signon"';
+$strSetupForm_Server_login_options_desc = 'Entrez les options pour l\'authentification "signon"';
$strSetupForm_Server_pmadb = 'Base de données phpMyAdmin "pmadb"';
$strSetupForm_Server_pmadb_desc = 'Configurez la base phpMyAdmin pour activer des fonctionnalités additionnelles, voir [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]';
+$strSetupForm_Sql_box = 'Boîte de requêtes SQL';
+$strSetupForm_Sql_box_desc = 'Personnaliser les liens affichés dans les boîtes de requêtes SQL';
+$strSetupForm_Sql_queries = 'Requêtes SQL';
+$strSetupForm_Sql_queries_desc = 'Réglages pour requêtes SQL, voir [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a]';
+$strSetupForm_Startup = 'Page de départ';
+$strSetupForm_Startup_desc = 'Personnaliser la page de départ';
+$strSetupForm_Tabs = 'Onglets';
+$strSetupForm_Tabs_desc = 'Personnaliser les onglets';
$strSetupFormset_customization = 'Personnalisation';
$strSetupFormset_export = 'Personnaliser les valeurs pour exportation';
$strSetupFormset_features = 'Fonctionnalités';
$strSetupFormset_import = 'Personnaliser les valeurs pour importation';
$strSetupFormset_left_frame = 'Personnaliser le cadre de navigation';
$strSetupFormset_main_frame = 'Personnaliser le cadre principal';
-$strSetupForm_Sql_box = 'Boîte de requêtes SQL';
-$strSetupForm_Sql_box_desc = 'Personnaliser les liens affichés dans les boîtes de requêtes SQL';
-$strSetupForm_Sql_queries_desc = 'Réglages pour requêtes SQL, voir [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a]';
-$strSetupForm_Sql_queries = 'Requêtes SQL';
-$strSetupForm_Startup_desc = 'Personnaliser la page de départ';
-$strSetupForm_Startup = 'Page de départ';
-$strSetupForm_Tabs_desc = 'Personnaliser les onglets';
-$strSetupForm_Tabs = 'Onglets';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression GZip[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.';
$strSetupGZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] pour les opérations d\'importation et d\'exportation';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression GZip[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.';
$strSetupHomepageLink = 'Site de phpMyAdmin';
$strSetupIconvExtraParams_name = 'Paramètres pour iconv';
$strSetupIgnoreErrors = 'Ignorer les erreurs';
@@ -1030,9 +1025,9 @@ $strSetupLeftFrameLight_name = 'Active l\'affichage léger';
$strSetupLeftFrameTableLevel_name = 'Nombre de niveaux pour l\'arborescence des tables';
$strSetupLeftFrameTableSeparator_desc = '...pour la séparation en niveaux';
$strSetupLeftFrameTableSeparator_name = 'Séparateur pour l\'arborescence des noms de tables';
-$strSetupLeftLogoLink_name = 'URL du lien sous le logo';
$strSetupLeftLogoLinkWindow_desc = 'Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Fenêtre-cible pour la page ouverte lors d\'un clic sur le logo';
+$strSetupLeftLogoLink_name = 'URL du lien sous le logo';
$strSetupLeftPointerEnable_desc = '...dans le panneau de navigation';
$strSetupLeftPointerEnable_name = 'Active la surbrillance';
$strSetupLetUserChoose = 'laisser l\'utilisateur choisir';
@@ -1045,8 +1040,8 @@ $strSetupLoginCookieRecall_desc = 'Sur le panneau de connexion (mode "cookie"),
$strSetupLoginCookieRecall_name = 'Se souvenir du nom d\'utilisateur';
$strSetupLoginCookieStore_desc = 'Définit combien de secondes le "cookie" de connexion sera conservé dans le fureteur. La valeur par défaut de 0 signifie qu\'il ne sera conservé que pour la session; ceci est recommandé si l\'environnement n\'est pas digne de confiance.';
$strSetupLoginCookieStore_name = 'Stockage du "cookie"';
-$strSetupLoginCookieValidity_desc = 'Le nombre de secondes pendant lequel la connexion demeure valide';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] devrait contenir une valeur d\'au plus 1800 secondes (30 minutes). Une valeur plus grande pose un risque.';
+$strSetupLoginCookieValidity_desc = 'Le nombre de secondes pendant lequel la connexion demeure valide';
$strSetupLoginCookieValidity_name = 'Durée de validité de la connexion (mode "cookie")';
$strSetupMaxCharactersInDisplayedSQL_desc = '...en nombre de caractères';
$strSetupMaxCharactersInDisplayedSQL_name = 'Taille maximum des requêtes SQL affichées';
@@ -1084,18 +1079,36 @@ $strSetupRecodingEngine_desc = 'Détermine quelles fonctions seront utilisées p
$strSetupRecodingEngine_name = 'Moteur de conversion';
$strSetupRestoreDefaultValue = 'Ramener la valeur par défaut';
$strSetupRevertErroneousFields = 'Tenter de ramener les champs en erreur à leur valeur par défaut';
+$strSetupSQLQuery_Edit_name = 'Modifier';
+$strSetupSQLQuery_Explain_name = 'Expliquer SQL';
+$strSetupSQLQuery_Refresh_name = 'Actualiser';
+$strSetupSQLQuery_ShowAsPHP_name = 'Créer code PHP';
+$strSetupSQLQuery_Validate_name = 'Valider SQL';
$strSetupSaveDir_desc = 'Répertoire où les exportations peuvent être sauvegardées sur le serveur';
$strSetupSaveDir_name = 'Répertoire de sauvegarde';
$strSetupServerAuthConfigMsg = 'La méthode d\'authentification [kbd]config[/kbd] permet une connexion automatique, ce qui n\'est pas souhaitable dans un environnement réel. Toute personne qui connaît l\'URL d\'accès peut entrer dans votre phpMyAdmin. Il est suggérer de régler votre [a@?page=servers&mode=edit&id=%1$d#tab_Server]type d\'authentification[/a] à [kbd]cookie[/kbd] ou [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli';
$strSetupServerNoPasswordMsg = 'Vous permettez les connexions au serveur sans mot de passe.';
+$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs mandataires de confiance[/a].';
+$strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.';
$strSetupServersAdd = 'Ajouter un serveur';
+$strSetupServersEdit = 'Modifier serveur';
$strSetupServers_AllowDeny_order_desc = 'Laisser vide si non utilisé';
$strSetupServers_AllowDeny_order_name = 'Ordre d\'authentification des serveurs';
$strSetupServers_AllowDeny_rules_desc = 'Laisser vide pour la valeur par défaut';
$strSetupServers_AllowDeny_rules_name = 'Règles d\'authentification des serveurs';
$strSetupServers_AllowNoPassword_name = 'Permettre les connexions sans fournir de mot de passe';
$strSetupServers_AllowRoot_name = 'Permettre une connexion à root';
+$strSetupServers_CountTables_desc = 'Comptage du nombre de tables en montrant la liste des bases de données';
+$strSetupServers_CountTables_name = 'Comptage des tables';
+$strSetupServers_DisableIS_desc = 'Voir [a@http://sf.net/support/tracker.php?aid=1849494]ce bogue phpMyAdmin[/a] et [a@http://bugs.mysql.com/19588]ce bogue MySQL[/a]';
+$strSetupServers_DisableIS_name = 'Empêcher l\'accès à INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL pour quitter';
+$strSetupServers_ShowDatabasesCommand_desc = 'La commande SQL à utiliser pour acquérir la liste des bases de données';
+$strSetupServers_ShowDatabasesCommand_name = 'Commande SHOW DATABASES';
+$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] pour un exemple';
+$strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"';
+$strSetupServers_SignonURL_name = 'URL pour connexion';
$strSetupServers_auth_swekey_config_desc = 'Le chemin du fichier de configuration pour [a@http://swekey.com]l\'authentification matérielle Swekey[/a] (ne pas placer sous la racine des documents; suggestion : /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'Fichier de configuration SweKey';
$strSetupServers_auth_type_desc = '';
@@ -1111,14 +1124,8 @@ $strSetupServers_connect_type_name = 'Type de connexion';
$strSetupServers_controlpass_name = 'Mot de passe de l\'utilisateur de contrôle';
$strSetupServers_controluser_desc = 'Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki.phpmyadmin.net/pma/controluser] notre wiki[/a]';
$strSetupServers_controluser_name = 'Utilisateur de contrôle';
-$strSetupServers_CountTables_desc = 'Comptage du nombre de tables en montrant la liste des bases de données';
-$strSetupServers_CountTables_name = 'Comptage des tables';
$strSetupServers_designer_coords_desc = 'Laisser vider pour désactiver, suggéré : [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Table pour "concepteur"';
-$strSetupServers_DisableIS_desc = 'Voir [a@http://sf.net/support/tracker.php?aid=1849494]ce bogue phpMyAdmin[/a] et [a@http://bugs.mysql.com/19588]ce bogue MySQL[/a]';
-$strSetupServers_DisableIS_name = 'Empêcher l\'accès à INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs mandataires de confiance[/a].';
-$strSetupServersEdit = 'Modifier serveur';
$strSetupServers_extension_desc = 'Quelle extension PHP utiliser (prenez mysqli si possible)';
$strSetupServers_extension_name = 'Extension PHP';
$strSetupServers_hide_db_desc = 'Masquer les bases dont le nom correspond à l\'expression (PCRE)';
@@ -1127,7 +1134,6 @@ $strSetupServers_history_desc = 'Laisser vider pour désactiver, suggéré : [kb
$strSetupServers_history_name = 'Tables pour historique des requêtes SQL';
$strSetupServers_host_desc = 'Le nom du serveur sur lequel MySQL est en exécution.';
$strSetupServers_host_name = 'Nom du serveur';
-$strSetupServers_LogoutURL_name = 'URL pour quitter';
$strSetupServers_nopassword_desc = 'Essayer de se connecter sans mot de passe';
$strSetupServers_nopassword_name = 'Connexion sans mot de passe';
$strSetupServers_only_db_desc = 'Vous pouvez utiliser ces caractères passepartout (% et _), avec un caractère d\'échappement si vous les employez de manière littérale ("ma\_base" et non "ma_base")';
@@ -1142,12 +1148,6 @@ $strSetupServers_port_desc = 'Port sur lequel MySQL est en écoute, laisser vide
$strSetupServers_port_name = 'Port';
$strSetupServers_relation_desc = 'Laisser vider pour désactiver le support [a@http://wiki.phpmyadmin.net/pma/relation]relationnel[/a], suggéré : [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Table relationnelle';
-$strSetupServers_ShowDatabasesCommand_desc = 'La commande SQL à utiliser pour acquérir la liste des bases de données';
-$strSetupServers_ShowDatabasesCommand_name = 'Commande SHOW DATABASES';
-$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] pour un exemple';
-$strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"';
-$strSetupServers_SignonURL_name = 'URL pour connexion';
-$strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.';
$strSetupServers_socket_desc = 'Interface de connexion du serveur MySQL, laisser vide pour utiliser la valeur par défaut';
$strSetupServers_socket_name = 'Interface de connexion "socket"';
$strSetupServers_ssl_desc = 'Utiliser SSL pour la connexion au serveur MySQL';
@@ -1174,9 +1174,9 @@ $strSetupShowFunctionFields_name = 'Montrer les fonctions';
$strSetupShowHiddenMessages = 'Afficher les messages cachés (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = '...lien vers le résultat de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]';
$strSetupShowPhpInfo_name = 'Afficher un lien vers phpinfo()';
-$strSetupShowServerInfo_name = 'Afficher les informations détaillées sur le serveur MySQL';
$strSetupShowSQL_desc = 'Détermine si les requêtes générées par phpMyAdmin devraient être affichées';
$strSetupShowSQL_name = 'Afficher les requêtes SQL';
+$strSetupShowServerInfo_name = 'Afficher les informations détaillées sur le serveur MySQL';
$strSetupShowStats_desc = '...sur les bases de données et les tables (espace utilisé)';
$strSetupShowStats_name = 'Afficher les statistiques';
$strSetupShowTooltipAliasDB_desc = 'Inverse l\'affichage du nom et des commentaires';
@@ -1186,11 +1186,6 @@ $strSetupShowTooltipAliasTB_name = 'Affiche le commentaire de table au lieu de s
$strSetupShowTooltip_name = 'Affichage des commentaires de table en infobulle';
$strSetupSkipLockedTables_desc = 'Marque les tables utilisées et rend possible l\'affichage des bases de données comportant des tables verrouillées';
$strSetupSkipLockedTables_name = 'Saute les tables verrouillées';
-$strSetupSQLQuery_Edit_name = 'Modifier';
-$strSetupSQLQuery_Explain_name = 'Expliquer SQL';
-$strSetupSQLQuery_Refresh_name = 'Actualiser';
-$strSetupSQLQuery_ShowAsPHP_name = 'Créer code PHP';
-$strSetupSQLQuery_Validate_name = 'Valider SQL';
$strSetupSuggestDBName_desc = '...dans le dialogue de création de base, si possible, sinon laisser le champ vide';
$strSetupSuggestDBName_name = 'Suggérer un nom de nouvelle base de données';
$strSetupTrue = 'oui';
@@ -1202,34 +1197,45 @@ $strSetupUseDbSearch_desc = '';
$strSetupUseDbSearch_name = 'Permet une recherche dans toute la base de données';
$strSetupVerboseMultiSubmit_desc = 'Montre le nombre d\'enregistrements affectés par chaque énoncé. Voir libraries/import.lib.php pour le nombre d\'énoncés qu\'une requête peut comporter.';
$strSetupVerboseMultiSubmit_name = 'Détails pour les requêtes multi-énoncés';
+$strSetupVersionCheck = 'Vérification de version';
$strSetupVersionCheckDataError = 'Échec lors de la vérification de version.';
$strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du serveur.';
$strSetupVersionCheckLink = 'Vérifier la présence d\'une nouvelle version';
-$strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.';
$strSetupVersionCheckNewAvailable = 'Une nouvelle version de phpMyAdmin est disponible et vous devriez songer à une mise à niveau. La version la plus récente est %s, publiée le %s.';
+$strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.';
$strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible';
$strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.';
-$strSetupVersionCheck = 'Vérification de version';
$strSetupVersionCheckWrapperError = 'Ni CURL ni "URL wrapper" ne sont disponibles; impossible de chercher une nouvelle version.';
$strSetupWarning = 'Avertissement';
-$strSetupZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] pour les opérations d\'importation et d\'exportation';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]La compression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]La décompression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.';
+$strSetupZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] pour les opérations d\'importation et d\'exportation';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Mot de passe utilisé pour encrypter les "cookies" quand on utilise l\'authentification [kbd]cookie[/kbd]';
+$strSetupblowfish_secret_name = 'Secret Blowfish';
+$strSetuperror_connection = 'Connexion au serveur MySQL impossible.';
+$strSetuperror_empty_pmadb_password = 'Le "controlpass" est vide.';
+$strSetuperror_empty_pmadb_user = 'Le "controluser" est vide.';
+$strSetuperror_empty_signon_session = 'Le nom de session "signon" est vide.';
+$strSetuperror_empty_signon_url = 'L\'URL de "signon" est vide.';
+$strSetuperror_empty_user_for_config_auth = 'Le code d\'utilisateur est vide alors que vous utilisez la méthode "config".';
+$strSetuperror_form = 'Le formulaire soumis contient des erreurs.';
+$strSetuperror_incorrect_ip_address = 'Adresse IP incorrecte : %s';
+$strSetuperror_incorrect_port = 'Numéro de port invalide';
+$strSetuperror_incorrect_value = 'Valeur incorrecte';
+$strSetuperror_missing_field_data = 'Données manquantes pour %s';
+$strSetuperror_nan_nneg = 'Nombre non négatif';
+$strSetuperror_nan_p = 'Nombre non positif';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
-$strShowBinaryContentsAsHex = 'Montrer le contenu binaire en hexadécimal';
-$strShowBinaryContents = 'Montrer le contenu binaire';
$strShowBLOBContents = 'Montrer le contenu BLOB';
+$strShowBinaryContents = 'Montrer le contenu binaire';
+$strShowBinaryContentsAsHex = 'Montrer le contenu binaire en hexadécimal';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowHideLeftMenu = 'Montrer/cacher le menu de gauche';
-$strShowingBookmark = 'Affichage du signet';
-$strShowingPhp = 'Affichage du code PHP';
-$strShowingRecords = 'Affichage des enregistrements';
-$strShowingSQL = 'Affichage de la requête SQL';
$strShowKeys = 'Ne montrer que les clés.';
$strShowMasterStatus = 'Montrer l\'état du maître';
$strShowOpenTables = 'Montrer les tables ouvertes';
@@ -1287,13 +1293,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur l
$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_createdDescr = 'Le nombre de pages créées.';
$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_avgDescr = 'Le temps d\'attente moyen 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.';
@@ -1309,10 +1315,10 @@ $strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrir
$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 DELAYED).';
-$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.';
+$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$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.';
@@ -1325,8 +1331,8 @@ $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_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_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.';
@@ -1346,6 +1352,10 @@ $strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspen
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$strShowThisQuery = 'Réafficher la requête après exécution';
+$strShowingBookmark = 'Affichage du signet';
+$strShowingPhp = 'Affichage du code PHP';
+$strShowingRecords = 'Affichage des enregistrements';
+$strShowingSQL = 'Affichage de la requête SQL';
$strSimplifiedChinese = 'chinois simplifié';
$strSingly = '(à refaire après insertions/destructions)';
$strSize = 'Taille';
@@ -1357,30 +1367,20 @@ $strSmallBigAll = 'Agrandir/réduire tout';
$strSnapToGrid = 'Accrocher à la grille';
$strSocket = 'Interface de connexion (socket)';
$strSocketProblem = '(ou l\'interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configurée)';
+$strSort = 'Tri';
$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 (" ").';
-$strSQLCompatibility = 'Mode de compatibilité SQL';
-$strSQLExportType = 'Type d\'exportation';
-$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';
$strStandInStructureForView = 'Doublure de structure pour la vue';
$strStart = 'Démarrer';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
+$strStatUpdateTime = 'Dernière modification';
$strStatement = 'Information';
$strStatic = 'statique';
$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';
$strStop = 'Arrêter';
$strStorageEngine = 'Moteur de stockage';
@@ -1391,31 +1391,32 @@ $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';
$strStructureDiff = 'Différence dans la structure';
$strStructureForView = 'Structure de la vue';
$strStructureLC = 'structure';
-$strStructure = 'Structure';
$strStructureSyn = 'Synchronisation de structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSuhosin = 'Ce serveur utilise Suhosin. Veuillez vous référer à la %sdocumentation%s pour en connaître les conséquences possibles.';
$strSum = 'Somme';
$strSwedish = 'suédois';
-$strSwekeyAuthenticating = 'Authentification en cours...';
$strSwekeyAuthFailed = 'L\'authentification matérielle a échoué';
-$strSwekeyNoKeyId = 'Le fichier %s ne contient pas d\'identifiant de clé';
+$strSwekeyAuthenticating = 'Authentification en cours...';
$strSwekeyNoKey = 'La clé d\'authentification n\'est pas branchée';
+$strSwekeyNoKeyId = 'Le fichier %s ne contient pas d\'identifiant de clé';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
$strSynchronizationNote='La base de données cible sera complètement synchronisée avec la base source. La base source ne sera pas modifiée.';
-$strSynchronizeDb= 'Synchroniser les bases de données';
$strSynchronize = 'Synchroniser';
+$strSynchronizeDb= 'Synchroniser les bases de données';
+$strTable = 'Table';
$strTableAddColumn = 'Ajouter des colonnes';
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableAlterColumn = 'Modifier des colonnes';
-$strTableAlteredSuccessfully = 'La table %1$s a été modifiée avec succès.';
$strTableAlterIndex = 'Modifier des index';
+$strTableAlteredSuccessfully = 'La table %1$s a été modifiée avec succès.';
$strTableApplyIndex = 'Appliquer des index';
$strTableComments = 'Commentaires sur la table';
$strTableDeleteRows = 'Voulez-vous supprimer tous les enregistrements des tables cible?';
@@ -1432,10 +1433,9 @@ $strTableOfContents = 'Table des matières';
$strTableOptions = 'Options pour cette table';
$strTableRemoveColumn = 'Supprimer des colonnes';
$strTableRemoveIndex = 'Supprimer des index';
-$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
-$strTable = 'Table';
$strTableUpdateRow = 'Modifier des enregistrements';
+$strTables = '%s table(s)';
$strTakeIt = 'utiliser celui-ci';
$strTargetDatabaseHasBeenSynchronized = 'La base cible a été synchronizée avec la base source';
$strTblPrivileges = 'Privilèges spécifiques à une table';
@@ -1443,33 +1443,34 @@ $strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ ne soit pas éditable en raison de sa longueur';
$strTexyText = 'Texte Texy!';
$strThai = 'thaï';
+$strTheme = 'Thème / Style';
$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!';
+$strThemeNotFound = 'Thème %s inexistant!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
-$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
-$strThreads = 'Fils d\'exécution';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
+$strThreads = 'Fils d\'exécution';
$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.';
$strToFromPage = 'de/vers la page';
+$strToSelectRelation = 'Pour sélectionner un lien, cliquez :';
$strToggleScratchboard = 'Éditeur visuel';
$strToggleSmallBig = 'Bascule agrandir/réduire';
-$strToSelectRelation = 'Pour sélectionner un lien, cliquez :';
$strTotal = 'total';
$strTotalUC = 'Total';
-$strTrackingActivated = 'Le suivi de %s.%s est activé.';
+$strTracking = 'Suivi';
$strTrackingActivateNow = 'Activer maintenant';
$strTrackingActivateTrackingFor = 'Activer le suivi de %s.%s';
+$strTrackingActivated = 'Le suivi de %s.%s est activé.';
$strTrackingCreateVersion = 'Créer une version';
$strTrackingCreateVersionOf = 'Créer la version %s de %s.%s';
-$strTrackingDatabaseLog = 'Journal de la base de données';
$strTrackingDataDefinitionStatement = 'Énoncé de définition de données';
$strTrackingDataManipulationStatement = 'Énoncé de manipulation de données';
+$strTrackingDatabaseLog = 'Journal de la base de données';
$strTrackingDate = 'Date';
$strTrackingDeactivateNow = 'Désactiver maintenant';
$strTrackingDeactivateTrackingFor = 'Désactiver le suivi de %s.%s';
@@ -1477,29 +1478,28 @@ $strTrackingExportAs = 'Exporter en tant que %s';
$strTrackingIsActive = 'Le suivi est actif.';
$strTrackingIsNotActive = 'Le suivi n\'est pas activé.';
$strTrackingMechanism = 'Mécanisme de suivi';
-$strTrackingReportClose = 'Fermer';
$strTrackingReport = 'Rapport de suivi';
-$strTrackingShowLogDateUsers = 'Montrer %s depuis le %s jusqu\'au %s par l\'utilisateur %s %s';
-$strTrackingShowVersions = 'Montrer les versions';
+$strTrackingReportClose = 'Fermer';
$strTrackingSQLDump = 'Exportation SQL';
$strTrackingSQLDumpFile = 'Exportation SQL (télécharger)';
$strTrackingSQLExecuted = 'Énoncés SQL exécutés.';
-$strTrackingSQLExecutionAlert = 'Cette option remplacera votre table et son contenu.';
$strTrackingSQLExecution = 'Exécution SQL';
+$strTrackingSQLExecutionAlert = 'Cette option remplacera votre table et son contenu.';
$strTrackingSQLExported = 'Énoncés SQL exportés. Vous pouvez copier le fichier ou l\'exécuter.';
+$strTrackingShowLogDateUsers = 'Montrer %s depuis le %s jusqu\'au %s par l\'utilisateur %s %s';
+$strTrackingShowVersions = 'Montrer les versions';
$strTrackingStatements = 'Suivi des énoncés';
$strTrackingStatusActive = 'actif';
$strTrackingStatusNotActive = 'non activé';
$strTrackingStructureSnapshot = 'Instantané de la structure';
-$strTracking = 'Suivi';
$strTrackingThCreated = 'Créé';
$strTrackingThLastVersion = 'Dernière version';
$strTrackingThUpdated = 'Mis à jour';
$strTrackingThVersion = 'Version';
$strTrackingTrackDDStatements = 'Suivre les énoncés de définition de données suivants :';
$strTrackingTrackDMStatements = 'Suivre les énoncés de manipulation de données suivants :';
-$strTrackingTrackedTables = 'Tables faisant l\'objet d\'un suivi';
$strTrackingTrackTable = 'Suivre la table';
+$strTrackingTrackedTables = 'Tables faisant l\'objet d\'un suivi';
$strTrackingUntrackedTables = 'Tables ne faisant pas l\'objet d\'un suivi';
$strTrackingUsername = 'Utilisateur';
$strTrackingVersionActivated = 'Le suivi pour %s.%s , version %s est activé.';
@@ -1535,10 +1535,10 @@ $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.';
+$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$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.';
$strUploadErrorCantWrite = 'Erreur lors de l\'écriture du fichier sur disque.';
$strUploadErrorExtension = 'Téléchargement arrêté par l\'extension.';
@@ -1552,6 +1552,11 @@ $strUploadsNotAllowed = 'Les téléchargements vers ce serveur ne sont pas permi
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des "`"';
$strUseHostTable = 'Utiliser la table Host';
+$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';
+$strUser = 'Utilisateur';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
@@ -1559,30 +1564,25 @@ $strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privil
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à "%s"';
-$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 = 'Version';
+$strView = 'Vue';
$strViewDump = 'Afficher le schéma de la table';
-$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
+$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewHasAtLeast = 'Cette vue contient au moins ce nombre d\'enregistrements. Veuillez référer à %sdocumentation%s.';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewImage = 'Afficher l\'image';
$strViewName = 'Nom de la vue';
$strViewVideo = 'Lecture vidéo';
-$strView = 'Vue';
$strWebServer = 'Serveur web';
-$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
+$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWiki = 'Wiki';
@@ -1592,6 +1592,7 @@ $strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
+$strXML = 'XML';
$strXMLError = 'Le fichier XML spécifié était mal formé ou incomplet. Veuillez le corriger et essayer à nouveau';
$strXMLExportContents = 'Exporter le contenu';
$strXMLExportFunctions = 'Exporter les fonctions';
@@ -1600,11 +1601,14 @@ $strXMLExportStructs = 'Exporter les schémas de structure (recommandé)';
$strXMLExportTables = 'Exporter les tables';
$strXMLExportTriggers = 'Exporter les déclencheurs';
$strXMLExportViews = 'Exporter les vues';
-$strXML = 'XML';
$strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
+// To translate:
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+
?>
diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php
index 6efa45ea7..e8a1e0a60 100644
--- a/lang/galician-utf-8.inc.php
+++ b/lang/galician-utf-8.inc.php
@@ -20,9 +20,10 @@ $datefmt = '%d de %B de %Y ás %H:%M';
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
+$strAPrimaryKey = 'Engadiuse unha chave primaria a %s';
$strAbortedClients = 'Cancelado';
-$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non se creou un ficheiro de configuración. Tal vez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDenied = 'Denegouse o acceso';
+$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non se creou un ficheiro de configuración. Tal vez 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';
$strActions = 'Accións';
@@ -47,56 +48,55 @@ $strAfterInsertBack = 'Voltar';
$strAfterInsertNewInsert = 'Inserir un rexistro novo';
$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, aínda que pode rachar transaccións.';
-$strAllTableSameWidth = 'mostrar todas as táboas co mesmo ancho?';
$strAll = 'Todos';
+$strAllTableSameWidth = 'mostrar todas as táboas co mesmo ancho?';
+$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, aínda que pode rachar transaccións.';
$strAlterOrderBy = 'Ordenar a táboa por';
+$strAnIndex = 'Engadiusese un índice a %s';
$strAnalyze = 'Analizar';
$strAnalyzeTable = 'Analizar a táboa';
$strAnd = 'E';
$strAndSmall = 'e';
$strAndThen = 'e despois';
$strAngularLinks = 'Ligazóns angulares';
-$strAnIndex = 'Engadiusese un índice a %s';
$strAny = 'Calquera';
$strAnyHost = 'Calquera servidor';
$strAnyUser = 'Calquera usuario';
$strApplyChanges='Aplicar as alteracións seleccionadas';
$strApproximateCount = 'Pode non ser exacto. Consulte a FAQ 3.11';
-$strAPrimaryKey = 'Engadiuse unha chave primaria a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
-$strAscending = 'Ascendente';
$strAsDefined = 'Como se define:';
+$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No comezo da táboa';
$strAtEndOfTable = 'Ao final da táboa';
$strAttr = 'Atributos';
$strAutomaticLayout = 'Distribución automática';
+$strBLOBRepository = 'Repositorio de BLOB';
+$strBLOBRepositoryDamaged = 'Danada';
+$strBLOBRepositoryDisable = 'Desactivar';
+$strBLOBRepositoryDisableAreYouSure = 'Ten a certeza de querer desactivar todas as referencias a BLOB da base de datos %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Está a piques de DESACTIVAR un repositorio de BLOB!';
+$strBLOBRepositoryDisabled = 'Desactivado';
+$strBLOBRepositoryEnable = 'Activar';
+$strBLOBRepositoryEnabled = 'Activado';
+$strBLOBRepositoryRemove = 'Eliminar a referencia ao repositorio BLOB';
+$strBLOBRepositoryRepair = 'Reparar';
+$strBLOBRepositoryUpload = 'Enviar ao repositorio de BLOB';
$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 = 'Identificador do servidor';
-$strBLOBRepositoryDamaged = 'Danada';
-$strBLOBRepositoryDisableAreYouSure = 'Ten a certeza de querer desactivar todas as referencias a BLOB da base de datos %s?';
-$strBLOBRepositoryDisabled = 'Desactivado';
-$strBLOBRepositoryDisable = 'Desactivar';
-$strBLOBRepositoryDisableStrongWarning = 'Está a piques de DESACTIVAR un repositorio de BLOB!';
-$strBLOBRepositoryEnable = 'Activar';
-$strBLOBRepositoryEnabled = 'Activado';
-$strBLOBRepositoryRemove = 'Eliminar a referencia ao repositorio BLOB';
-$strBLOBRepositoryRepair = 'Reparar';
-$strBLOBRepository = 'Repositorio de BLOB';
-$strBLOBRepositoryUpload = 'Enviar ao repositorio de BLOB';
+$strBinary = ' Binario ';
+$strBinaryDoNotEdit = ' Binario - non editar ';
+$strBinaryLog = 'Ficheiro de rexistro binario';
$strBookmarkAllUsers = 'Permitir que calquera usuario poida acceder a este marcador';
$strBookmarkCreated = 'Creouse o marcador %s';
$strBookmarkDeleted = 'Eliminouse o marcador.';
@@ -105,11 +105,11 @@ $strBookmarkQuery = 'Gardouse a procura de SQL';
$strBookmarkReplace = 'Substituír un marcador xa existente que teña o mesmo nome';
$strBookmarkThis = 'Gardar esta procura de SQL';
$strBookmarkView = 'Só visualizar';
+$strBrowse = 'Visualizar';
$strBrowseDistinctValues = 'Examinar valores claramente distintos';
$strBrowseForeignValues = 'Visualizar valores alleos';
-$strBrowse = 'Visualizar';
-$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPool = 'Reserva da memoria intermedia';
+$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPoolUsage = 'Uso da reserva da memoria intermedia';
$strBufferReadMisses = 'Houbo fallos de lectura';
$strBufferReadMissesInPercent = 'Houbo fallos de lectura en %';
@@ -119,10 +119,11 @@ $strBulgarian = 'Búlgaro';
$strBusyPages = 'Páxinas ocupadas';
$strBzip = 'comprimido no formato "bzip"';
+$strCSV = 'CSV';
$strCalendar = 'Calendario';
-$strCancel = 'Cancelar';
$strCanNotLoadExportPlugins = 'Non se deron carregado as extensións de exportación. Verifique a instalación.';
$strCanNotLoadImportPlugins = 'Non se puideron importar as extensións - Comprobe a instalación.';
+$strCancel = 'Cancelar';
$strCannotLogin = 'Non se dá conectado co servidor de MySQL';
$strCantLoad = 'Non se pode cargar o engadido %s. Verifique a configuración do PHP.';
$strCantLoadRecodeIconv = 'Non foi posíbel cargar iconv ou precísase do engadido recode para a conversión do charset. Configure o php para que se poidan usar estes engadidos ou indique que non se use a conversión de charset en phpMyAdmin.';
@@ -132,21 +133,21 @@ $strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'sen distinguir maiúsculas de minúsculas';
$strCaseSensitive = 'distinguindo maiúsculas de minúsculas';
$strCentralEuropean = 'Centroeuropeu';
-$strChangeCopyModeCopy = '... manter o anterior.';
+$strChange = 'Mudar';
$strChangeCopyMode = 'Crear un utilizador novo cos mesmos privilexios e...';
+$strChangeCopyModeCopy = '... manter o anterior.';
$strChangeCopyModeDeleteAndReload = ' ... eliminar o anterior das táboas de utilizadores e recargar os privilexios despois.';
$strChangeCopyModeJustDelete = ' ... eliminar o anterior das táboas de utilizadores.';
$strChangeCopyModeRevoke = ' ... retirarlle todos os privilexios activos ao anterior e eliminalo despois.';
$strChangeCopyUser = 'Modificar a información de acceso (login) / Copiar o utilizador';
$strChangeDisplay = 'Escolla o campo que quere que se mostre';
-$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 = 'Marcalos todos';
+$strCharsetsAndCollations = 'Conxuntos de caracteres e Ordes alfabéticas';
$strCheck = 'Comprobar';
+$strCheckAll = 'Marcalos todos';
$strCheckOverhead = 'Exceso na comprobación';
$strCheckPrivs = 'Comprobar os privilexios';
$strCheckPrivsLong = 'Comprobar os privilexios da base de datos "%s".';
@@ -199,54 +200,53 @@ $strCreateUserDatabaseWildcard = 'Conceder todos os privilexios para o nome con
$strCreationDates = 'Datas de creación/actualización/comprobación';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
-$strCSV = 'CSV';
$strCurrentServer = 'Servidor actual';
$strCustomColor = 'Cor personalizada';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-eslovaco';
+$strDBComment = 'Comentario da base de datos: ';
+$strDBCopy = 'Copiar a base de datos para';
+$strDBRename = 'Mudar o nome da base de datos para';
$strDanish = 'Dinamarqués';
-$strDatabase = 'Base de datos';
-$strDatabaseEmpty = 'Ese nome de base de datos non existe.';
-$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
-$strDatabaseHasBeenCreated = 'Creouse a base de datos %1$s.';
-$strDatabaseHasBeenDropped = 'Eliminouse a base de datos %s.';
-$strDatabaseNotExisting = 'Non existe a base de datos \'%s\'.';
-$strDatabases = 'Bases de datos';
-$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
-$strDatabase_src = 'Base de datos de orixe';
-$strDatabasesStatsDisable = 'Desactivar as estatísticas';
-$strDatabasesStatsEnable = 'Activar as estatísticas';
-$strDatabasesStats = 'Estatísticas das bases de datos';
-$strDatabasesStatsHeavyTraffic = 'Nota: De activar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
-$strDatabase_trg = 'Base de datos de destino';
$strData = 'Datos';
$strDataDict = 'Dicionario de datos';
$strDataDiff = 'Diferenza dos datos';
$strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos';
$strDataSyn = 'Sincronización dos datos';
-$strDBComment = 'Comentario da base de datos: ';
-$strDBCopy = 'Copiar a base de datos para';
+$strDatabase = 'Base de datos';
+$strDatabaseEmpty = 'Ese nome de base de datos non existe.';
+$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
+$strDatabaseHasBeenCreated = 'Creouse a base de datos %1$s.';
+$strDatabaseHasBeenDropped = 'Eliminouse a base de datos %s.';
+$strDatabaseNotExisting = 'Non existe a base de datos \'%s\'.';
+$strDatabase_src = 'Base de datos de orixe';
+$strDatabase_trg = 'Base de datos de destino';
+$strDatabases = 'Bases de datos';
+$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
+$strDatabasesStats = 'Estatísticas das bases de datos';
+$strDatabasesStatsDisable = 'Desactivar as estatísticas';
+$strDatabasesStatsEnable = 'Activar as estatísticas';
+$strDatabasesStatsHeavyTraffic = 'Nota: De activar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
$strDbIsEmpty = 'Parece ser que a táboa está baleira!';
$strDbPrivileges = 'Privilexios propios 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 almacenamento predefinido neste servidor de MySQL.';
$strDefault = 'Padrón';
+$strDefaultEngine = '%s é o motor de almacenamento predefinido neste servidor de MySQL.';
$strDefaultValueHelp = 'Para os valores por omisión, introduza un único valor, sen escapalo con barras ou aspas e empregando este formato: a';
$strDefragment = 'Táboa de desfragmentación';
+$strDelOld = 'Esta páxina ten referencias a táboas que xa non existen. Quere eliminar esas referencias?';
$strDelayedInserts = 'Usar insercións demoradas';
-$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recargar os privilexios leve un pouco de tempo.';
-$strDeleteAndFlush = 'Eliminar os usuarios e recargar os privilexios a continuación.';
-$strDeleted = 'Eliminouse o rexistro';
$strDelete = 'Eliminar';
+$strDeleteAndFlush = 'Eliminar os usuarios e recargar os privilexios a continuación.';
+$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recargar os privilexios leve un pouco de tempo.';
$strDeleteNoUsersSelected = 'Non se seleccionaron utilizadores para eliminar!';
$strDeleteRelation = 'Eliminar a relación';
+$strDeleted = 'Eliminouse o rexistro';
$strDeleting = 'A eliminar %s';
$strDelimiter = 'Delimitador';
-$strDelOld = 'Esta páxina ten referencias a táboas que xa non existen. Quere eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descrición';
$strDesigner = 'Deseñador';
@@ -256,24 +256,24 @@ $strDictionary = 'dicionario';
$strDifference = 'Diferenza';
$strDirectLinks = 'Ligazóns directas';
$strDirtyPages = 'Páxinas suxas';
-$strDisabled = 'Desactivado';
$strDisableForeignChecks = 'Desactivar as comprobacións de chaves exteriores';
+$strDisabled = 'Desactivado';
$strDisplayFeat = 'Mostrar as características';
$strDisplayOrder = 'Mostrar en orde:';
$strDisplayPDF = 'Mostrar o esquema PDF';
$strDoAQuery = 'Faga unha "procura por exemplo" (o comodín é "%")';
+$strDoNotAutoIncrementZeroValues = 'Non empregar AUTO_INCREMENT cos valores cero';
+$strDoYouReally = 'Seguro? ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentación';
-$strDoNotAutoIncrementZeroValues = 'Non empregar AUTO_INCREMENT cos valores cero';
$strDownloadFile = 'Descargar o ficheiro';
-$strDoYouReally = 'Seguro? ';
-$strDropDatabaseStrongWarning = 'Está a piques de DESTRUÍR unha base de datos enteira!';
$strDrop = 'Eliminar';
+$strDropDatabaseStrongWarning = 'Está a piques de DESTRUÍR unha base de datos enteira!';
$strDropUsersDb = 'Eliminar as bases de datos que teñan os mesmos nomes que os usuarios.';
$strDumpAllRows = 'Envorcar todas as fileiras';
-$strDumpingData = 'A extraer datos da táboa';
$strDumpSaved = 'Gardouse o volcado no ficheiro %s.';
$strDumpXRows = 'Pór %s fileiras a partir da fileira %s.';
+$strDumpingData = 'A extraer datos da táboa';
$strDynamic = 'dinámico';
$strEdit = 'Modificar';
@@ -284,13 +284,13 @@ $strEmpty = 'Borrar';
$strEmptyResultSet = 'MySQL retornou un conxunto vacío (ex. cero rexistros).';
$strEnabled = 'Activado';
$strEncloseInTransaction = 'Incluír a exportación nunha transacción';
-$strEndCut = 'FIN DO RECORTE';
$strEnd = 'Fin';
+$strEndCut = 'FIN DO RECORTE';
$strEndRaw = 'FIN DO TEXTO SIMPLE ("RAW")';
$strEngineAvailable = '%s está dispoñí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 almacenamento %s.';
+$strEngines = 'Motores';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: os nomes de privilexios do MySQL están en inglés';
$strError = 'Houbo un erro';
@@ -323,14 +323,14 @@ $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';
+$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$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á.';
+$strFileNameTemplateDescriptionDatabase = 'nome da base de datos';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da táboa';
-$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$strFileNameTemplateRemember = 'lembrar o modelo';
-$strFiles = 'Ficheiros';
$strFileToImport = 'Ficheiro a importar';
+$strFiles = 'Ficheiros';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das táboas de privilexios do MySQL. O contido destas táboas pode diferir dos privilexios que usa o servidor se se levaron a cabo alteracións manuais. Neste caso, debería %svolver a cargar os privilexios%s antes de proseguir.';
$strFlushQueryCache = 'Limpar a caché da pesquisa';
$strFlushTable = 'Fechar a táboa ("FLUSH")';
@@ -338,8 +338,8 @@ $strFlushTables = 'Limpar (fechar) todas as táboas';
$strFontSize = 'Tamaño da letra';
$strForeignKeyError = 'Houbo un erro ao crear a chave externa en %1$s (comprobe os tipos de datos)';
$strForeignKeyRelationAdded = 'Engadiuse unha relación cunha CHAVE EXTERNA';
-$strFormat = 'Formato';
$strFormEmpty = 'Falta un valor no formulario!';
+$strFormat = 'Formato';
$strFreePages = 'Páxinas libres';
$strFullStart = 'Inicio completo';
$strFullStop = 'Detención completa';
@@ -348,10 +348,10 @@ $strFunction = 'Función';
$strFunctions = 'Funcións';
$strGenBy = 'Xerado por';
-$strGeneralRelationFeat = 'Características xerais das relacións';
-$strGeneratePassword = 'Xerar un contrasinal';
-$strGenerate = 'Xerar';
$strGenTime = 'Xerado en';
+$strGeneralRelationFeat = 'Características xerais das relacións';
+$strGenerate = 'Xerar';
+$strGeneratePassword = 'Xerar un contrasinal';
$strGeorgian = 'Xeorxiano';
$strGerman = 'Alemán';
$strGetMoreThemes = 'Obter máis temas!';
@@ -366,6 +366,8 @@ $strGrantOption = 'Conceder';
$strGreek = 'Grego';
$strGzip = 'comprimido no formato "gzip"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Manipulador';
$strHasBeenAltered = 'foi alterado.';
$strHaveBeenSynchronized = 'Sincronizáronse as táboas de destino seleccionadas coas táboas de orixe.';
@@ -378,70 +380,68 @@ $strHideShowAll = 'Agochalo/Mostralo todo';
$strHideShowNoRelation = 'Agochar/Mostrar táboas sen relación';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'Páxina Oficial do phpMyAdmin';
-$strHostEmpty = 'O nome do servidor está vacío!';
$strHost = 'Servidor';
+$strHostEmpty = 'O nome do servidor está vacío!';
$strHostTableExplanation = 'Cando se emprega a táboa Host, ignórase este campo e no seu canto empréganse os valores almacenados na táboa Host.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Húngaro';
+$strIEUnsupported = 'Internet Explorer non permite esta función.';
$strIcelandic = 'Islandés';
$strId = 'Identificador';
$strIdxFulltext = 'Texto completo';
-$strIEUnsupported = 'Internet Explorer non permite esta función.';
-$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar';
+$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnoreInserts = 'Usar insercións ignoradas';
+$strImport = 'Importar';
$strImportColNames = 'Nomes das columnas na primeira fileira';
$strImportEmptyRows = 'Non importar as fileiras baleiras';
$strImportExportCoords = 'Importar/Exportar coordenadas para esquema PDF';
$strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado';
-$strImport = 'Importar';
$strImportLargeFileUploading = 'O ficheiro que se vai enviar é, posibelmente, maior do que o tamaño máximo permitido ou este é un erro coñecido dos navegadores baseados en webkit (Safari, Google Chrome, Arora etc.).';
$strImportNoticePt1 = 'As estruturas seguintes foron creadas ou alteradas. Aquí pode:';
$strImportNoticePt2 = 'Ver o contido dunha estrutura premendo o seu nome';
$strImportNoticePt3 = 'Mude calqueraa destas opcións premendo a ligazón "Opcións" correspondente';
$strImportNoticePt4 = 'Modificar a súa estrutura seguindo a ligazón "Estrutura"';
-$strImportODSCurrency = 'Importar as moedas ($5.00 a 5.00)';
$strImportODS = 'Folla de cálculo Open Document';
+$strImportODSCurrency = 'Importar as moedas ($5.00 a 5.00)';
$strImportODSPercents = 'Importar as porcentaxes como decimais correctos (12.00% a .12)';
$strImportProceedingFile = 'Estase a procesar o ficheiro; teña paciencia, por favor.';
$strImportSuccessfullyFinished = 'A importación rematou sen problemas. Executáronse %d procuras.';
$strImportUploadInfoNotAvailable = 'Teña paciencia, estase a enviar o ficheiro. Os detalles sobre o envío non están dispoñíbeis.';
$strImportXLS = 'Libro de traballo XLS do Excel 97-2003';
$strImportXLSX = 'Libro de traballo XLSX do Excel 2007';
-$strIndexes = 'Índices';
-$strIndexesSeemEqual = 'Parece que os índice %1$s e %2$s son iguais e posibelmente poderíase eliminar un deles';
-$strIndexHasBeenDropped = 'Eliminouse o índice %s';
+$strInUse = 'en uso';
$strIndex = 'Índice';
+$strIndexHasBeenDropped = 'Eliminouse o índice %s';
$strIndexName = 'Nome do índice :';
$strIndexType = 'Tipo de índice :';
$strIndexWarningTable = 'Problemas cos índices da táboa `%s`';
-$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para estender o tamaño dun espazo de táboa cando se encha.';
+$strIndexes = 'Índices';
+$strIndexesSeemEqual = 'Parece que os índice %1$s e %2$s son iguais e posibelmente poderíase eliminar un deles';
$strInnoDBAutoextendIncrement = 'Incremento de Autoextend';
-$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas táboas.';
+$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para estender o tamaño dun espazo de táboa cando se encha.';
$strInnoDBBufferPoolSize = 'Tamaño da reserva da memoria intermedia';
+$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas táboas.';
$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';
+$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBPages = 'páxinas';
$strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuario root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL estase a executar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
+$strInsert = 'Inserir';
$strInsertAsNewRow = 'Inserir unha columna nova';
$strInsertedRowId = 'Identificador da fileira inserida: %1$d';
-$strInsert = 'Inserir';
$strInterface = 'Interface';
$strInternalAndForeign = 'Non se precisas unha relación interna cando existe unha CHAVE EXTERNA correspondente.';
$strInternalRelationAdded = 'Engadiuse a relación interna';
$strInternalRelations = 'Relacións internas';
-$strInUse = 'en uso';
$strInvalidAuthMethod = 'Na configuración indicouse un método de autenticación que non válido::';
-$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
-$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
$strInvalidCSVFieldCount = 'A contaxe de campos non é válida na entrada de CSV na liña %d.';
$strInvalidCSVFormat = 'O formato de entrada de CSV non é válido na liña %d.';
$strInvalidCSVParameter = 'Hai un parámetro non válido para a importación de CSV: %s';
+$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
+$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
$strInvalidDatabase = 'A base de datos non é válida';
$strInvalidFieldAddCount = 'Ten que engadir un campo polo menos';
$strInvalidFieldCount = 'A táboa ha de ter, polo menos, un campo.';
@@ -454,8 +454,8 @@ $strInvalidTableName = 'Non se admite este nome de táboa.';
$strJapanese = 'Xaponés';
$strJoins = 'Unións';
$strJumpToDB = 'Saltar à base de datos "%s".';
-$strJustDeleteDescr = 'Os usuarios "eliminados" poderán aínda acceder ao servidor como sempre atá que se recarguen os privilexios.';
$strJustDelete = 'Elimine só os usuarios das táboas de privilexios.';
+$strJustDeleteDescr = 'Os usuarios "eliminados" poderán aínda acceder ao servidor como sempre atá que se recarguen os privilexios.';
$strKeepPass = 'Non mude o contrasinal';
$strKeyCache = 'caché da chave';
@@ -464,21 +464,21 @@ $strKill = 'Matar (kill)';
$strKnownExternalBug = 'A función %s vese afectada por un erro descoñecido; consulte %s';
$strKorean = 'Coreano';
+$strLDI = 'CSV utilizando LOAD DATA';
+$strLDILocal = 'Utilice a palabra chave LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Horizontal';
$strLanguage = 'Lingua';
$strLanguageUnknown = 'Linguaxe descoñecida: %1$s.';
$strLatchedPages = 'Páxinas fechadas';
$strLatexCaption = 'Título da táboa';
$strLatexContent = 'Contido da táboa __TABLE__';
-$strLatexContinuedCaption = 'Título da táboa continuado';
$strLatexContinued = '(continuado)';
+$strLatexContinuedCaption = 'Título da táboa continuado';
$strLatexIncludeCaption = 'Incluír o título da táboa';
$strLatexLabel = 'Chave da etiqueta';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Estrutura da táboa __TABLE__';
$strLatvian = 'Letonio';
-$strLDI = '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';
@@ -487,67 +487,68 @@ $strLinksTo = 'Vincúlase con';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización do arquivo de texto';
+$strLogPassword = 'Contrasinal:';
+$strLogServer = 'Servidor';
+$strLogServerHelp = 'Pode escribir o nome de servidor/enderezo IP e o porto separados por un espazo.';
+$strLogUsername = 'Nome de usuario:';
$strLogin = 'Entrada (login)';
$strLoginInformation = 'Información sobre o acceso (login)';
$strLoginWithoutPassword = 'A configuración prohibe rexistrarse sen contrasinal (vexa AllowNoPassword)';
$strLogout = 'Saír';
-$strLogPassword = 'Contrasinal:';
-$strLogServerHelp = 'Pode escribir o nome de servidor/enderezo IP e o porto separados por un espazo.';
-$strLogServer = 'Servidor';
-$strLogUsername = 'Nome de usuario:';
$strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual?';
+$strMIMETypesForTable = 'TIPOS MIME PARA A TÁBOA';
+$strMIME_MIMEtype = 'Tipo MIME';
+$strMIME_available_mime = 'Tipos MIME dispoñíbeis';
+$strMIME_available_transform = 'Transformacións dispoñíbeis';
+$strMIME_description = 'Descrición';
+$strMIME_nodescription = 'Non existe descrición desta transformación. Pregúntelle ao autor que é o que fai %s.';
+$strMIME_transformation = 'Transformación do navegador';
+$strMIME_transformation_note = 'Para unha lista das opcións de transformación dispoñíbeis e as súas transformacións de tipos MIME, prema %sdescricións de transformacións%s';
+$strMIME_transformation_options = 'Opcións de transformación';
+$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación empregando este formato:\'a\', 100, b,\'c\'... Se necesitar introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, precédaos de barra para trás (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
+$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$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 o engadido mbstring PHP e parece que está a usar un conxunto de caracteres multibyte. Sen o engadido 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';
$strMediaWiki = 'Táboa do MediaWiki';
-$strMIME_available_mime = 'Tipos MIME dispoñíbeis';
-$strMIME_available_transform = 'Transformacións dispoñíbeis';
-$strMIME_description = 'Descrición';
-$strMIME_MIMEtype = 'Tipo MIME';
-$strMIME_nodescription = 'Non existe descrición desta transformación. Pregúntelle ao autor que é o que fai %s.';
-$strMIME_transformation_note = 'Para unha lista das opcións de transformación dispoñíbeis e as súas transformacións de tipos MIME, prema %sdescricións de transformacións%s';
-$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación empregando este formato:\'a\', 100, b,\'c\'... Se necesitar introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, precédaos 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 TÁBOA';
-$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$strModifications = 'Gardáronse as modificacións';
-$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
+$strModifyIndexTopic = 'Modificar un índice';
$strMoveMenu = 'Mover o menú';
$strMoveTable = 'Mover a táboa a (base_de_datos.táboa):';
$strMoveTableOK = 'Moveuse a táboa %s para %s.';
$strMoveTableSameNames = 'Non se pode mover unha táboa 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 táboas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño do punteiro de datos';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporal 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.';
+$strMyISAMDataPointerSizeDesc = 'O tamaño por omisión do punteiro de datos en bytes; usarase con CREATE TABLE para táboas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo dos ficheiros temporais no momento de crear índices';
-$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporal que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporal 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.';
$strMyISAMMaxSortFileSize = 'Tamaño máximo dos ficheiros de ordenación temporais';
-$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de táboas MyISAM estragadas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
+$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporal que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Modo de recuperación automática';
-$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das táboas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
+$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de táboas MyISAM estragadas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
$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.';
+$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das táboas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
$strMyISAMSortBufferSize = 'Tamaño da memoria intermedia de ordenación';
+$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.';
$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';
-$strMysqlLibDiffersServerVersion = 'A versión %s da súa libraría de PHP MySQL difire da versión %s do seu servidor de MySQL. Isto pode ocasionar un comportamento impredicíbel.';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
+$strMysqlClientVersion = 'Versión do cliente de MySQL';
+$strMysqlLibDiffersServerVersion = 'A versión %s da súa libraría de PHP MySQL difire da versión %s do seu servidor de MySQL. Isto pode ocasionar un comportamento impredicíbel.';
$strName = 'Nome';
$strNavTableFilter = 'Filtro';
$strNext = 'Seguinte';
+$strNo = 'Non';
$strNoActivity = 'Non se rexistrou actividade ningunha desde hai %s segundos ou máis. Terá que entrar de novo';
+$strNoDataReceived = 'Non se recibiron datos para importar. Ou ben non se enviou o ficheiro ou ben o seu tamaño excede o máximo permitido pola súa configuración de PHP. Consulte FAQ 1.16.';
$strNoDatabases = 'Non hai ningunha base de datos';
$strNoDatabasesSelected = 'Non hai ningunha base de datos seleccionada.';
-$strNoDataReceived = 'Non se recibiron datos para importar. Ou ben non se enviou o ficheiro ou ben o seu tamaño excede o máximo permitido pola súa configuración de PHP. Consulte FAQ 1.16.';
$strNoDescription = 'sen descrición';
$strNoDetailsForEngine = 'Non se conta con información de estado detallada sobre este motor de almacenamento.';
$strNoDropDatabases = 'Non se permiten as ordes "Eliminar a base de datos".';
@@ -557,9 +558,6 @@ $strNoFrames = 'phpMyAdmin utilízase mellor cun navegador que acepte moldura
$strNoIndex = 'Non se definiu ningún índice';
$strNoIndexPartsDefined = 'Non se definiron partes do índice';
$strNoModification = 'Sen cambios';
-$strNoneDefault = 'Ningún';
-$strNone = 'Ningunha';
-$strNo = 'Non';
$strNoOptions = 'Este formato non ten opcións';
$strNoPassword = 'Sen contrasinal';
$strNoPermission = 'O servidor web non ten permiso para gardar o ficheiro %s.';
@@ -570,18 +568,20 @@ $strNoRowsSelected = 'Non hai ningunha fileira seleccionada';
$strNoSpace = 'Non hai espazo para gardar o ficheiro %s.';
$strNoTablesFound = 'Non se achou ningunha táboa na base de datos';
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
+$strNoUsersFound = 'Non se achou ningún usuario.';
+$strNoValidateSQL = 'Omitir a validacion de';
+$strNone = 'Ningunha';
+$strNoneDefault = 'Ningún';
$strNotNumber = 'Non é un número!';
$strNotOK = 'non conforme';
$strNotPresent = 'non está presente';
$strNotSet = 'Non se atopou a táboa %sou non se indicou en %s';
-$strNoUsersFound = 'Non se achou ningún usuario.';
-$strNoValidateSQL = 'Omitir a validacion de';
$strNull = 'Nulo';
-$strNumberOfFields = 'Número de campos';
-$strNumberOfTables = 'Número de táboas';
$strNumSearchResultsInTable = '%s ocorrencias(s) dentro da táboa %s';
$strNumSearchResultsTotal = 'Total:%s ocorrencia(s)';
$strNumTables = 'Táboas';
+$strNumberOfFields = 'Número de campos';
+$strNumberOfTables = 'Número de táboas';
$strOK = 'Conforme';
$strOpenDocumentSpreadsheet = 'Folla de cálculo Open Document';
@@ -596,60 +596,60 @@ $strOr = 'ou';
$strOverhead = 'De máis (Overhead)';
$strOverwriteExisting = 'Eliminar o(s) ficheiro(s) xa existente(s)';
+$strPBXTCheckpointFrequency = 'Frecuencia do punto de comprobación';
+$strPBXTCheckpointFrequencyDesc = 'A cantidade de datos escritos no rexistro de transaccións antes de realizar o punto de comprobación. O valor por omisión é 24MB.';
+$strPBXTDataFileGrowSize = 'Tamaño de aumento do ficheiro de datos';
+$strPBXTDataFileGrowSizeDesc = 'O tamaño de aumento dos ficheiros de datos de manipulación (.xtd).';
+$strPBXTDataLogThreshold = 'Limiar do rexistro de datos';
+$strPBXTDataLogThresholdDesc = 'O tamaño máximo dun ficheiro de rexistro de datos. O valor por omisión é 64MB. PBXT pode crear un máximo de 32.000 rexistros de datos, que empregan todas as táboas. Polo tanto, o valor desta varíabel pódese aumentar para incrementar a cantidade total de datos que se poden almacenar na base de datos.';
+$strPBXTGarbageThreshold = 'Limiar do lixo';
+$strPBXTGarbageThresholdDesc = 'A porcentaxe de lixo no ficheiro de datos antes de compactar. É un valor entre 1 e 99. Por omisión é 50.';
+$strPBXTIndexCacheSize = 'Tamaño da caché do índice';
+$strPBXTIndexCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché do índice. O valor por omisión é 32MB. A memoria que se asigne aquí só se emprega para a caché das páxinas de índice..';
+$strPBXTLogBufferSize = 'Tamaño do búfer do rexistro';
+$strPBXTLogBufferSizeDesc = 'O tamaño do búfer empregado ao escribir un rexistro de datos. Por omisión é 256MB. O motor asigna un búfer por fío, mais só se se require o fío para escribir un rexistro de datos.';
+$strPBXTLogCacheSize = 'Tamaño da caché do rexistro';
+$strPBXTLogCacheSizeDesc = 'a cantidade de memoria asignada á caché do rexistro de transaccións empregada como caché dos datos do rexistro de transaccións. Por omisión é 16MB.';
+$strPBXTLogFileCount = 'Número de ficheiros de rexistro';
+$strPBXTLogFileCountDesc = 'Este é o número de ficheiros de rexistro de transaccións (pbxt/system/xlog*.xt) que vai manter o sistema. Se o número de ficheiros de rexistro excede este valor, os ficheiros de rexistro antigos elimínanse; se non, múdaselles o nome e dáselles o número máis alto seguinte.';
+$strPBXTLogFileThreshold = 'Limiar do ficheiro de rexistro';
+$strPBXTLogFileThresholdDesc = 'O tamaño dun rexistro de transaccións antes do rollover, e créase un rexistro novo. O valor por omisión é 16MB.';
+$strPBXTRecordCacheSize = 'Tamaño da caché dos rexistros';
+$strPBXTRecordCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché dos rexistros empregada como caché dos datos das táboas. O valor por omisión é 32MB. Esta memoria emprégase como caché das modificacións dos ficheiros de datos de manipulación (.xtd) e punteiros das ficleiras (.xtr).';
+$strPBXTRowFileGrowSize = 'Tamaño de aumento do ficheiro de fileiras';
+$strPBXTRowFileGrowSizeDesc = 'O tamaño de aumento dos ficheiros de punteiro de fileira (.xtr).';
+$strPBXTTransactionBufferSize = 'Tamaño do búfer de transaccións';
+$strPBXTTransactionBufferSizeDesc = 'O tamaño do búfer do rexistro de transaccións globais (o motor asigna dous búferes deste tamaño). Por omisión é 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Xera un informe que contén os datos dunha única táboa)';
+$strPDFReportTitle = 'Título do informe';
+$strPHPExtension = 'Engadido de PHP';
+$strPHPVersion = 'Versión do PHP';
$strPacked = 'Empaquetado';
$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';
-$strPartitionDefinition = 'Definición da PARTICIÓN';
-$strPartitioned = 'particionado';
-$strPartitionMaintenance = 'Mantemento da partición';
$strPartition = 'Partición %s';
-$strPasswordChanged = 'Modificouse sen problemas o contrasinal de %s.';
+$strPartitionDefinition = 'Definición da PARTICIÓN';
+$strPartitionMaintenance = 'Mantemento da partición';
+$strPartitioned = 'particionado';
$strPassword = 'Contrasinal';
+$strPasswordChanged = 'Modificouse sen problemas o contrasinal de %s.';
$strPasswordEmpty = 'O contrasinal está vacío!';
$strPasswordHashing = 'Hash do contrasinal';
$strPasswordNotSame = 'Os contrasinais non son os mesmos.';
-$strPBXTCheckpointFrequencyDesc = 'A cantidade de datos escritos no rexistro de transaccións antes de realizar o punto de comprobación. O valor por omisión é 24MB.';
-$strPBXTCheckpointFrequency = 'Frecuencia do punto de comprobación';
-$strPBXTDataFileGrowSizeDesc = 'O tamaño de aumento dos ficheiros de datos de manipulación (.xtd).';
-$strPBXTDataFileGrowSize = 'Tamaño de aumento do ficheiro de datos';
-$strPBXTDataLogThresholdDesc = 'O tamaño máximo dun ficheiro de rexistro de datos. O valor por omisión é 64MB. PBXT pode crear un máximo de 32.000 rexistros de datos, que empregan todas as táboas. Polo tanto, o valor desta varíabel pódese aumentar para incrementar a cantidade total de datos que se poden almacenar na base de datos.';
-$strPBXTDataLogThreshold = 'Limiar do rexistro de datos';
-$strPBXTGarbageThresholdDesc = 'A porcentaxe de lixo no ficheiro de datos antes de compactar. É un valor entre 1 e 99. Por omisión é 50.';
-$strPBXTGarbageThreshold = 'Limiar do lixo';
-$strPBXTIndexCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché do índice. O valor por omisión é 32MB. A memoria que se asigne aquí só se emprega para a caché das páxinas de índice..';
-$strPBXTIndexCacheSize = 'Tamaño da caché do índice';
-$strPBXTLogBufferSizeDesc = 'O tamaño do búfer empregado ao escribir un rexistro de datos. Por omisión é 256MB. O motor asigna un búfer por fío, mais só se se require o fío para escribir un rexistro de datos.';
-$strPBXTLogBufferSize = 'Tamaño do búfer do rexistro';
-$strPBXTLogCacheSizeDesc = 'a cantidade de memoria asignada á caché do rexistro de transaccións empregada como caché dos datos do rexistro de transaccións. Por omisión é 16MB.';
-$strPBXTLogCacheSize = 'Tamaño da caché do rexistro';
-$strPBXTLogFileCountDesc = 'Este é o número de ficheiros de rexistro de transaccións (pbxt/system/xlog*.xt) que vai manter o sistema. Se o número de ficheiros de rexistro excede este valor, os ficheiros de rexistro antigos elimínanse; se non, múdaselles o nome e dáselles o número máis alto seguinte.';
-$strPBXTLogFileCount = 'Número de ficheiros de rexistro';
-$strPBXTLogFileThresholdDesc = 'O tamaño dun rexistro de transaccións antes do rollover, e créase un rexistro novo. O valor por omisión é 16MB.';
-$strPBXTLogFileThreshold = 'Limiar do ficheiro de rexistro';
-$strPBXTRecordCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché dos rexistros empregada como caché dos datos das táboas. O valor por omisión é 32MB. Esta memoria emprégase como caché das modificacións dos ficheiros de datos de manipulación (.xtd) e punteiros das ficleiras (.xtr).';
-$strPBXTRecordCacheSize = 'Tamaño da caché dos rexistros';
-$strPBXTRowFileGrowSizeDesc = 'O tamaño de aumento dos ficheiros de punteiro de fileira (.xtr).';
-$strPBXTRowFileGrowSize = 'Tamaño de aumento do ficheiro de fileiras';
-$strPBXTTransactionBufferSizeDesc = 'O tamaño do búfer do rexistro de transaccións globais (o motor asigna dous búferes deste tamaño). Por omisión é 1MB.';
-$strPBXTTransactionBufferSize = 'Tamaño do búfer de transaccións';
$strPdfDbSchema = 'Esquema da base de datos "%s" - Páxina %s';
$strPdfInvalidTblName = 'Non existe a táboa "%s".';
$strPdfNoTables = 'Sen táboas';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Xera un informe que contén os datos dunha única táboa)';
-$strPDFReportTitle = 'Título do informe';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
-$strPhpArray = 'Array de PHP';
$strPhp = 'Crear código PHP';
-$strPHPExtension = 'Engadido de PHP';
-$strPHPVersion = 'Versión do PHP';
+$strPhpArray = 'Array de PHP';
$strPlayAudio = 'Reproducir o son';
$strPleaseSelectPrimaryOrUniqueKey = 'Escolla a chave primaria ou unha chave única';
$strPmaDocumentation = 'Documentación do phpMyAdmin';
@@ -659,13 +659,13 @@ $strPort = 'Porto';
$strPortrait = 'Vertical';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
+$strPrimary = 'Primaria';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" debe ser o nome de e só de unha chave primaria)';
-$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
-$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrintView = 'Visualización previa da impresión';
+$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrivDescAllPrivileges = 'Inclúe todos os privilexios a excepción de GRANT (Conceder).';
$strPrivDescAlter = 'Permite alterar a estrutura das táboas xa existentes.';
$strPrivDescAlterRoutine = 'Permite alterar e eliminar rutinas armacenadas.';
@@ -679,8 +679,8 @@ $strPrivDescDelete = 'Permite eliminar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos e táboas.';
$strPrivDescDropTbl = 'Permite eliminar táboas.';
$strPrivDescEvent = 'Permite configurar acontecementos para o programador de acontecementos';
-$strPrivDescExecute5 = 'Permite executar rutinas almacenadas.';
$strPrivDescExecute = 'Permite executar procedementos almacenados. Non funciona nesta versión do MySQL.';
+$strPrivDescExecute5 = 'Permite executar rutinas almacenadas.';
$strPrivDescFile = 'Permite importar e exportar datos desde e para ficheiros.';
$strPrivDescGrant = 'Permite engadir usuarios e privilexios sen recargar as táboas de privilexios.';
$strPrivDescIndex = 'Permite crear e eliminar índices.';
@@ -712,9 +712,9 @@ $strProfiling = 'Análise do desempeño';
$strProtocolVersion = 'Versión do protocolo';
$strPutColNames = 'Pór os nomes dos campos na primeira fileira';
+$strQBE = 'Procurar cun exemplo';
$strQBEDel = 'Eliminar';
$strQBEIns = 'Inserir';
-$strQBE = 'Procurar cun exemplo';
$strQueriesExecuted = 'Executáronse as procuras seguintes:';
$strQueryCache = 'caché de procuras';
$strQueryFrame = 'Xanela de procuras';
@@ -726,6 +726,7 @@ $strQueryTime = 'a pesquisa levou %01.4f segundos';
$strQueryType = 'Tipo de procura';
$strQueryWindowLock = 'Non escribir sobre esta procura desde fóra da xanela';
+$strReType = 'Reescribir';
$strReadRequests = 'Peticións de lectura';
$strRebuild = 'Reconstruír';
$strReceived = 'Recibido';
@@ -733,17 +734,17 @@ $strRecommended = 'recomendado';
$strRecords = 'Rexistros';
$strReferentialIntegrity = 'Comprobar a integridade das referencias:';
$strRefresh = 'Refrescar';
+$strRelationDeleted = 'Eliminouse a relación';
+$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con táboas vinculadas. Para saber o por que, prema %saquí%s.';
+$strRelationView = 'Vista das relacións';
$strRelationalDisplayField = 'Campo de exhibición relacional';
$strRelationalKey = 'Chave relacional';
$strRelationalSchema = 'Esquema relacional';
-$strRelationDeleted = 'Eliminouse a relación';
-$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con táboas vinculadas. Para saber o por que, prema %saquí%s.';
-$strRelationsForTable = 'RELACIÓNS PARA A TÁBOA';
$strRelations = 'Relacións';
-$strRelationView = 'Vista das relacións';
-$strReloadingThePrivileges = 'A recargar os privilexios';
-$strReloadPrivileges = 'Volver a cargar os privilexios';
+$strRelationsForTable = 'RELACIÓNS PARA A TÁBOA';
$strReload = 'Recargar';
+$strReloadPrivileges = 'Volver a cargar os privilexios';
+$strReloadingThePrivileges = 'A recargar os privilexios';
$strRemoteServer = 'Servidor remoto';
$strRemoveCRLF = 'Eliminar os caracteres CRLF dentro dos campos';
$strRemovePartitioning = 'Eliminar particións';
@@ -755,6 +756,7 @@ $strRepair = 'Arranxar';
$strRepairTable = 'Reparar a táboa';
$strReplaceNULLBy = 'Substituír NULL por ';
$strReplaceTable = 'Substituír os datos da táboa polos do ficheiro';
+$strReplication = 'Replicación';
$strReplicationAddLines = 'Agora engada as liñas seguintes ao final do ficheiro my.cnf e a seguir reinicie o servidor de MySQL.';
$strReplicationAddSlaveUser = 'Engadir un usuario de replicación de escravos';
$strReplicationChangedSuccesfully = 'O servidor principal mudouse sen problemas a %s';
@@ -762,12 +764,11 @@ $strReplicationConfiguredMaster = 'Este servidor está configurado como principa
$strReplicationControlSlave = 'Escravo de control:';
$strReplicationErrorGetPosition = 'Foi imposíbel ler a posición do rexistro do principal. É posíbel que haxa un problema de privilexios no principal.';
$strReplicationErrorMasterConnect = 'Foi imposíbel conectar co principal %s.';
+$strReplicationMaster = 'Replicación do principal';
$strReplicationMasterChooseAll = 'Replicar todas as bases de datos. Ignorar:';
$strReplicationMasterChooseIgn = 'Ignorar todas as bases de datos. Replicar:';
$strReplicationMasterChooseMode = 'Este servidor non está configurado como servidor principal dun proceso de replicación. Pódese escoller entre replicar todas as bases de datos e ignorar algunhas (útil para replicar a maioría das bases de datos) ou ignorar todas as bases de datos por omisión e permitir que se repliquen só algunhas. Seleccione o modo:';
$strReplicationMasterConfiguration = 'Configuración do principal';
-$strReplicationMaster = 'Replicación do principal';
-$strReplication = 'Replicación';
$strReplicationRestartServer = 'Unha vez reiniciado o servidor de MySQL, prema o botón Ir. A seguir, debería ver unha mensaxe que informa de que este servidor está configurado como principal.';
$strReplicationSelectDatabases = 'Seleccione as bases de datos:';
$strReplicationServernConfiguredMaster = 'Este servidor non está configurado como principal nun proceso de replicación. Desexa configuralo?';
@@ -775,19 +776,19 @@ $strReplicationShowConnectedSlaves = 'Mostrar os escravos conectados';
$strReplicationShowConnectedSlavesNote = 'Nesta listaxe só son visíbeis os escravos que se inicien coa opción --report-host=nome_da_máquina.';
$strReplicationShowMasterStatus = 'Mostrar o estado do principal';
$strReplicationSkippingErrorWarn = 'Omitir o(s) erro(s) podería conducir a que o principal e o escravo non estean sincronizados.';
+$strReplicationSlave = 'Replicación do escravo';
$strReplicationSlaveChangeMaster = 'Mudar ou reconfigurar o servidor principal';
$strReplicationSlaveConfiguration = 'Configuración do escravo';
$strReplicationSlaveConfigured = 'O servidor está configurado como escravo nun proceso de replicación. Desexa:';
$strReplicationSlaveErrorManagement = 'Xestión de erros:';
$strReplicationSlaveIOThread = 'Fío de E/S %s só';
$strReplicationSlaveNotConfigured = 'Este servidor non está configurado como escravo nun proceso de replicación. Desexa configuralo?';
-$strReplicationSlave = 'Replicación do escravo';
$strReplicationSlaveReset = 'Reiniciar o escravo';
+$strReplicationSlaveSQLThread = 'Fío SQL %s só';
$strReplicationSlaveSeeStatus = 'Ver a táboa de estado do escravo';
$strReplicationSlaveSkipCurrentError = 'Omitir este erro';
-$strReplicationSlaveSkipNextErrors = 'erros.';
$strReplicationSlaveSkipNext = 'Omitir os seguintes';
-$strReplicationSlaveSQLThread = 'Fío SQL %s só';
+$strReplicationSlaveSkipNextErrors = 'erros.';
$strReplicationStatus = 'Estado da replicación';
$strReplicationStatusInfo = 'Este servidor de MySQL server funciona como %s en proceso de replicación. Para máis información acerca do estado de replicación do servidor visite a sección sobre replicación.';
$strReplicationStatus_master = 'Estado do mestre';
@@ -798,36 +799,46 @@ $strReplicationUnknownError = 'Produciuse un erro descoñecido';
$strReset = 'Reiniciar';
$strResourceLimits = 'Limites de recursos';
$strRestartInsertion = 'Reiniciar a inserción con %s fileiras';
-$strReType = 'Reescribir';
-$strRevokeAndDeleteDescr = 'Os usuarios terán aínda o privilexio USAGE até que se recarguen os privilexios.';
-$strRevokeAndDelete = 'Retirarlles todos os privilexios activos aos usuarios e eliminalos a continuación.';
-$strRevokeMessage = 'Retiroulle os privilexios a %s';
$strRevoke = 'Revogar';
+$strRevokeAndDelete = 'Retirarlles todos os privilexios activos aos usuarios e eliminalos a continuación.';
+$strRevokeAndDeleteDescr = 'Os usuarios terán aínda o privilexio USAGE até que se recarguen os privilexios.';
+$strRevokeMessage = 'Retiroulle os privilexios a %s';
$strRomanian = 'Romeno';
$strRoutineReturnType = 'Tipo de retorno';
$strRoutines = 'Rutinas';
$strRowLength = 'Lonxitude da fileira';
+$strRowSize = ' Tamaño da fileira ';
+$strRows = 'Fileiras';
$strRowsAffected = '%1$d fileira(s) afectada(s).';
$strRowsDeleted = '%1$d fileira(s) eliminada(s).';
-$strRows = 'Fileiras';
$strRowsFrom = 'fileiras, a comezar pola';
$strRowsInserted = '%1$d fileira(s) inserida(s).';
-$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 = 'en execución 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';
+$strRunning = 'en execución no servidor %s';
$strRussian = 'Ruso';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Modo de compatiblidade SQL';
+$strSQLExportType = 'Tipo de exportación';
+$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 unha ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro cun binario fóra dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de ordes 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. De persistiren os erros ou se o procesador fallar cando mesmo a liña de ordes 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 = 'orde SQL';
+$strSQLResult = 'Resultado 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';
$strSave = 'Gardar';
$strSaveOnServer = 'Gardar no servidor no directorio %s';
$strSavePosition = 'Gardar a posición';
$strScaleFactorSmall = 'O factor de redución é demasiado pequeno para que o esquema caiba nunha única páxina';
+$strSearch = 'Procurar';
$strSearchFormTitle = 'Procurar na base de datos';
$strSearchInField = 'No campo:';
$strSearchInTables = 'Dentro da(s) táboa(s):';
@@ -836,7 +847,6 @@ $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 "%s" %s:';
$strSearchType = 'Atopar:';
$strSecretRequired = 'O ficheiro de configuración agora necesita un contrasinal secreto (blowfish_secret).';
@@ -850,41 +860,39 @@ $strSelectReferencedKey = 'Seleccionar a chave referida';
$strSelectTables = 'Seleccionar táboas';
$strSend = 'Enviar (gravar nun ficheiro) ';
$strSent = 'Enviado';
+$strServer = 'Servidor';
$strServerChoice = 'Escolla de servidor';
$strServerNotResponding = 'O servidor non está a responder';
-$strServer = 'Servidor';
-$strServers = 'Servidores';
-$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatus = 'Información sobre o tempo de execución';
+$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatusUptime = 'Este servidor de MySQL leva funcionando %s. Iniciouse às %s.';
$strServerTabVariables = 'Variábeis';
$strServerTrafficNotes = 'Tráfico do servidor: Estas táboas 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';
+$strServers = 'Servidores';
$strSessionGCWarning = 'O parámetro PHP [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] é menor do que a validez das cookies que se configurou en phpMyAdmin; por causa disto, o rexistro caducará antes do que está configurado en phpMyAdmin.';
$strSessionStartupErrorGeneral = 'Non se pode iniciar sesión con erros. Comprobe os erros que aparecen no ficheiro de rexistro do seu servidor de PHP ou web e configure a súa instalación PHP adecuadamente.';
$strSessionValue = 'Valor da sesión';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", introduza os valores usando este formato: \'a\',\'b\',\'c\'... 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\').';
$strSettings = 'opcións';
$strSetupAllowAnywhereRecoding_name = 'Permitir a conversión do conxunto de caracteres';
-$strSetupAllowArbitraryServer_desc = 'Se estiver activado, os usuarios poden entrar en calqueraa servidor de MySQL no formulario de rexistro de cookie auth';
$strSetupAllowArbitraryServerMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] debería estar desactivada, dado que permite que os atacantes empreguen a forza bruta para entrar no servidor de MySQL. Se pensa que é preciso, empregue unha [a@?page=form&formset=features#tab_Security]lista de proxies de confianza[/a]. Porén, a protección baseada no IP pode non ser de fiar se o IP pertence a un ISP ao que están ligados miles de usuarios, como vostede.';
+$strSetupAllowArbitraryServer_desc = 'Se estiver activado, os usuarios poden entrar en calqueraa servidor de MySQL no formulario de rexistro de cookie auth';
$strSetupAllowArbitraryServer_name = 'Permitir rexistrarse en calquera servidor de MySQL';
$strSetupAllowUserDropDatabase_name = 'Mostrarlles a ligazón "Eliminar base de datos" aos usuarios normais';
+$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con Bzip2 [/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
+$strSetupBZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/Bzip2]bzip2[/a] nas operacións de importación e exportación';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'A chave debería conter letras, números [em]e[/em] caracteres especiais';
-$strSetupblowfish_secret_desc = 'Contrasinal secreto empregado coas cookies de cifrado na autenticación mediante [kbd]cookie[/kbd]s';
$strSetupBlowfishSecretLengthMsg = 'A chave é curta de máis; debería ter un mínimo de oito caracteres';
$strSetupBlowfishSecretMsg = 'Non configurou o secreto de blowfish e permitiu a autenticación mediante cookies, polo que se xerou automaticamente unha chave. Emprégase para cifrar cookies; non a ten que lembrar.';
-$strSetupblowfish_secret_name = 'Segredo Blowfish';
$strSetupBrowseMarkerEnable_desc = 'Resaltar as fileiras seleccionadas';
$strSetupBrowseMarkerEnable_name = 'Marcador de fileiras';
$strSetupBrowsePointerEnable_desc = 'Resaltar a fileira á que apunta o cursor do rato';
$strSetupBrowsePointerEnable_name = 'Resaltar o punteiro';
-$strSetupBZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/Bzip2]bzip2[/a] nas operacións de importación e exportación';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con Bzip2 [/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
-$strSetupCannotLoadConfigMsg = 'Cree un cartafol no que poida escribir o servidor web [em]config[/em] no directorio superior dophpMyAdmin, tal e como se describe na [a@../Documentation.html#setup_script]documentación[/a]. Se non, só o poderá descargar ou mostrar.';
$strSetupCannotLoadConfig = 'Non se puido cargar ou gravar a configuración';
+$strSetupCannotLoadConfigMsg = 'Cree un cartafol no que poida escribir o servidor web [em]config[/em] no directorio superior dophpMyAdmin, tal e como se describe na [a@../Documentation.html#setup_script]documentación[/a]. Se non, só o poderá descargar ou mostrar.';
$strSetupCharEditing_desc = 'Define o tipo de controles de edición que se empregan nos campos CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar a lonxitude da entrada, [kbd]textarea[/kbd] - permite que os campos teñan saltos de parágrafo';
$strSetupCharEditing_name = 'Edición dos campos CHAR';
$strSetupCharTextareaCols_desc = 'Número de columnas das áreas de texto de CHAR/VARCHAR';
@@ -909,27 +917,14 @@ $strSetupDefaultTabServer_name = 'Separador por omisión dos servidores';
$strSetupDefaultTabTable_desc = 'O separador que aparece cando se entra nunha táboa';
$strSetupDefaultTabTable_name = 'Separador por omisión das táboas';
$strSetupDirectoryNotice = 'Hai que comprobar ben este valor para asegurarse de que este directorio non estea dispoñíbel para todo o mundo e que non o poidan ler ou escribir os demais usuarios do servidor.';
+$strSetupDisplay = 'Mostrar';
$strSetupDisplayDatabasesList_desc = 'Mostrar a listaxe das bases de datos como listaxe no canto de nun menú despregábel';
$strSetupDisplayDatabasesList_name = 'Mostrar as bases de datos nunha listaxe';
-$strSetupDisplay = 'Mostrar';
$strSetupDisplayServersList_desc = 'Mostrar a listaxe dos servidores como listaxe no canto de nun menú despregábel';
$strSetupDisplayServersList_name = 'Mostrar os servidores nunha listaxe';
$strSetupDonateLink = 'Doar';
$strSetupDownload = 'Descargar';
$strSetupEndOfLine = 'Fin da liña';
-$strSetuperror_connection = 'Non se puido conectar co servidor de MySQL';
-$strSetuperror_empty_pmadb_password = 'Atopouse un contrasinal de control de phpMyAdmin baleiro ao empregar pmadb';
-$strSetuperror_empty_pmadb_user = 'Atopouse un usuario de control de phpMyAdmin baleiro ao empregar pmadb';
-$strSetuperror_empty_signon_session = 'Atopouse un nome de rexistro da sesión baleiro ao empregar o método de autenticación mediante rexistro de entrada';
-$strSetuperror_empty_signon_url = 'Atopouse un URL de rexistro baleiro ao empregar o método de autenticación mediante rexistro de entrada';
-$strSetuperror_empty_user_for_config_auth = 'Atopouse un nome de usuario baleiro ao empregar o método de autenticación da configuración';
-$strSetuperror_form = 'O formulario enviado contén erros';
-$strSetuperror_incorrect_ip_address = 'O enderezo IP é incorrecto: %s';
-$strSetuperror_incorrect_port = 'Non é un número de porto válido';
-$strSetuperror_incorrect_value = 'O valor é incorrecto';
-$strSetuperror_missing_field_data = 'Faltan datos de %s';
-$strSetuperror_nan_nneg = 'Non é un número negativo';
-$strSetuperror_nan_p = 'Non é un número positivo';
$strSetupExecTimeLimit_desc = 'Indicar o número de segundos durante o que se permite que un script se execute ([kbd]0[/kbd] para non o limitar)';
$strSetupExecTimeLimit_name = 'Tempo máximo de execución';
$strSetupExport_asfile_name = 'Gravar nun ficheiro';
@@ -943,63 +938,63 @@ $strSetupExport_onserver_name = 'Gravar no servidor';
$strSetupExport_onserver_overwrite_name = 'Substituír o(s) ficheiro(s) existente(s)';
$strSetupExport_remember_file_template_name = 'Lembrar o modelo do nome de ficheiro';
$strSetupFalse = 'non';
-$strSetupForceSSL_desc = 'Obrigar a que se empregue unha conexión segura mentres se empregue o phpMyAdmin';
$strSetupForceSSLMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] debería estar activada se o permite o servidor web';
+$strSetupForceSSL_desc = 'Obrigar a que se empregue unha conexión segura mentres se empregue o phpMyAdmin';
$strSetupForceSSL_name = 'Obrigar a conectarse con SSL';
$strSetupForeignKeyDropdownOrder_desc = 'Ordenación dos elementos dun menú despregábel de chaves alleas; [kbd]content[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da chave';
$strSetupForeignKeyDropdownOrder_name = 'Ordenación das chaves alleas';
$strSetupForeignKeyMaxLimit_desc = 'Emprégase un menú despregábel de haber un número menor de elementos';
$strSetupForeignKeyMaxLimit_name = 'Límite das chaves alleas';
-$strSetupForm_Browse_desc = 'Personalizar o modo de navegación';
$strSetupForm_Browse = 'Modo de navegación';
-$strSetupForm_Edit_desc = 'Personalizar o modo de edición';
+$strSetupForm_Browse_desc = 'Personalizar o modo de navegación';
$strSetupForm_Edit = 'Modo de edición';
-$strSetupForm_Export_defaults_desc = 'Personalizar as opcións de exportación por omisión';
+$strSetupForm_Edit_desc = 'Personalizar o modo de edición';
$strSetupForm_Export_defaults = 'Exportar o predeterminado';
-$strSetupForm_Import_defaults_desc = 'Personalizar as opcións frecuentes de importación por omisión';
+$strSetupForm_Export_defaults_desc = 'Personalizar as opcións de exportación por omisión';
$strSetupForm_Import_defaults = 'Opcións de importación por omisión';
-$strSetupForm_Import_export_desc = 'Designe os directorios de importación e exportación e as opcións de compresión';
+$strSetupForm_Import_defaults_desc = 'Personalizar as opcións frecuentes de importación por omisión';
$strSetupForm_Import_export = 'Importación / exportación';
+$strSetupForm_Import_export_desc = 'Designe os directorios de importación e exportación e as opcións de compresión';
$strSetupForm_Left_databases = 'Bases de datos';
$strSetupForm_Left_databases_desc = 'Opcións de exhibición das bases de datos';
-$strSetupForm_Left_frame_desc = 'Personalizar a aparencia da moldura de navegación';
$strSetupForm_Left_frame = 'Moldura de navegación';
-$strSetupForm_Left_servers_desc = 'Opcións de exhibición dos servidores';
+$strSetupForm_Left_frame_desc = 'Personalizar a aparencia da moldura de navegación';
$strSetupForm_Left_servers = 'Servidores';
-$strSetupForm_Left_tables_desc = 'Opcións de exhibición das táboas';
+$strSetupForm_Left_servers_desc = 'Opcións de exhibición dos servidores';
$strSetupForm_Left_tables = 'Táboas';
+$strSetupForm_Left_tables_desc = 'Opcións de exhibición das táboas';
$strSetupForm_Main_frame = 'Moldura principal';
-$strSetupForm_Other_core_settings_desc = 'Configuracións que non cadraban noutra parte';
$strSetupForm_Other_core_settings = 'Outras opcións principais';
-$strSetupForm_Query_window_desc = 'Personalizar as opcións da xanela de procuras';
+$strSetupForm_Other_core_settings_desc = 'Configuracións que non cadraban noutra parte';
$strSetupForm_Query_window = 'Xanela de procuras';
-$strSetupForm_Security_desc = 'Lembre que o phpMyAdmin é simplemente unha interface de usuario e que as súas funcionalidades non se limitan ao MySQL';
+$strSetupForm_Query_window_desc = 'Personalizar as opcións da xanela de procuras';
$strSetupForm_Security = 'Seguranza';
+$strSetupForm_Security_desc = 'Lembre que o phpMyAdmin é simplemente unha interface de usuario e que as súas funcionalidades non se limitan ao MySQL';
+$strSetupForm_Server = 'Configuración básica';
$strSetupForm_Server_config = 'Configuración do servidor';
$strSetupForm_Server_config_desc = 'Configuración avanzada do servidor; non altere estas opcións a non ser que saiba o que está a facer';
-$strSetupForm_Server = 'Configuración básica';
$strSetupForm_Server_desc = 'Introduza os parámetros da conexión ao servidor';
-$strSetupForm_Server_login_options_desc = 'Introduza as opcións de rexistro de entrada para a autenticación mediante rexistro de entrada';
$strSetupForm_Server_login_options = 'Opcións do rexistro de entrada';
+$strSetupForm_Server_login_options_desc = 'Introduza as opcións de rexistro de entrada para a autenticación mediante rexistro de entrada';
$strSetupForm_Server_pmadb = 'Base de datos PMA';
$strSetupForm_Server_pmadb_desc = 'Configurar o phpMyAdmin para ter acceso a funcionalidades adicionais; vexa [a@../Documentation.html#linked-tables]infraestrutura de táboas ligadas[/a] na documentación';
+$strSetupForm_Sql_box = 'Caixa de Procuras SQL';
+$strSetupForm_Sql_box_desc = 'Personalizar as ligazóns que aparecen nas caixas de Procura SQL';
+$strSetupForm_Sql_queries = 'Solicitudes SQL';
+$strSetupForm_Sql_queries_desc = 'Configuración das solicitudes de SQL; para as opcións da caixa Procuras SQL vexa a configuración da [a@?page=form&formset=main_frame#tab_Sql_box]moldura de navegación[/a]';
+$strSetupForm_Startup = 'Inicio';
+$strSetupForm_Startup_desc = 'Personalizar a páxina de inicio';
+$strSetupForm_Tabs = 'Separadores';
+$strSetupForm_Tabs_desc = 'Escolla como quere que funcionen os separadores';
$strSetupFormset_customization = 'Personalización';
$strSetupFormset_export = 'Personalizar as opcións de exportación';
$strSetupFormset_features = 'Funcionalidades';
$strSetupFormset_import = 'Personalizar as opcións de importación por omisión';
$strSetupFormset_left_frame = 'Personalizar a moldura de navegación';
$strSetupFormset_main_frame = 'Personalizar a moldura principal';
-$strSetupForm_Sql_box = 'Caixa de Procuras SQL';
-$strSetupForm_Sql_box_desc = 'Personalizar as ligazóns que aparecen nas caixas de Procura SQL';
-$strSetupForm_Sql_queries_desc = 'Configuración das solicitudes de SQL; para as opcións da caixa Procuras SQL vexa a configuración da [a@?page=form&formset=main_frame#tab_Sql_box]moldura de navegación[/a]';
-$strSetupForm_Sql_queries = 'Solicitudes SQL';
-$strSetupForm_Startup_desc = 'Personalizar a páxina de inicio';
-$strSetupForm_Startup = 'Inicio';
-$strSetupForm_Tabs_desc = 'Escolla como quere que funcionen os separadores';
-$strSetupForm_Tabs = 'Separadores';
+$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con GZip[/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
$strSetupGZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/Gzip]gzip[/a] nas operacións de importación e exportación';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con GZip[/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
$strSetupHomepageLink = 'Páxina web do phpMyAdmin';
$strSetupIconvExtraParams_name = 'Parámetros extra para iconv';
$strSetupIgnoreErrors = 'Ignorar os erros';
@@ -1030,9 +1025,9 @@ $strSetupLeftFrameLight_name = 'Empregar a versión lixeira';
$strSetupLeftFrameTableLevel_name = 'Profundidade máxima das táboas';
$strSetupLeftFrameTableSeparator_desc = 'Cadea que separa as táboas en tres niveis distintos';
$strSetupLeftFrameTableSeparator_name = 'Separador da árbore de táboas';
-$strSetupLeftLogoLink_name = 'URL da ligazón ao logotipo';
$strSetupLeftLogoLinkWindow_desc = 'Abrir a páxina ligada na xanela principal ([kbd]principal[/kbd]) ou nunha nova ([kbd]nova[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Destino da ligazón do logotipo';
+$strSetupLeftLogoLink_name = 'URL da ligazón ao logotipo';
$strSetupLeftPointerEnable_desc = 'Resaltar o servidor que estea por baixo do cursor do rato';
$strSetupLeftPointerEnable_name = 'Activar o resaltado';
$strSetupLetUserChoose = 'que o escolla o usuario';
@@ -1045,8 +1040,8 @@ $strSetupLoginCookieRecall_desc = 'Definir se se debe lembrar ou non o rexisto p
$strSetupLoginCookieRecall_name = 'Lembrar o nome de usuario';
$strSetupLoginCookieStore_desc = 'Definir cantos segundos se debe almacenar unha cookie de rexistro no navegador. O predefinido, 0, significa que se mantén só para a sesión existente e que se elimina cando se feche a xanela do navegador. Recoméndase isto para os ambientes que non sexan de confianza.';
$strSetupLoginCookieStore_name = 'Almacenar as cookies de rexistro';
-$strSetupLoginCookieValidity_desc = 'Definir por cantos segundos é válida unha cookie';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]A validez das cookies de rexistro[/a] deberíase reducir a un máximo de 1800 seconds (30 minutos). Os valores superiores a 1800 poden supor un risco de seguranza, como a suplantación de personalidade.';
+$strSetupLoginCookieValidity_desc = 'Definir por cantos segundos é válida unha cookie';
$strSetupLoginCookieValidity_name = 'Validez das cookies de rexistro';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Número máximo de caracteres empregados cando se mostra unha procura SQL';
$strSetupMaxCharactersInDisplayedSQL_name = 'Lonxitude máxima de SQL que se mostra';
@@ -1084,18 +1079,36 @@ $strSetupRecodingEngine_desc = 'Seleccione as funcións que quere empregar para
$strSetupRecodingEngine_name = 'Motor de recodificación';
$strSetupRestoreDefaultValue = 'Volver ao valor por omisión';
$strSetupRevertErroneousFields = 'Tentar restaurar os campos erróneos aos seus valores por omisión';
+$strSetupSQLQuery_Edit_name = 'Editar';
+$strSetupSQLQuery_Explain_name = 'Explicar o SQL';
+$strSetupSQLQuery_Refresh_name = 'Anovar';
+$strSetupSQLQuery_ShowAsPHP_name = 'Crear código PHP';
+$strSetupSQLQuery_Validate_name = 'Validar o SQL';
$strSetupSaveDir_desc = 'Directorio no que se poden gravar as exportacións no servidor';
$strSetupSaveDir_name = 'Directorio de gardado';
$strSetupServerAuthConfigMsg = 'Configurou o tipo de configuración [kbd]config[/kbd] e incluíu o nome de usuario e o contrasinal para o rexistro automático, o que non é unha opción desexábel para os servidores en liña. Calquera que coñeza ou averigue o URL do phpMyAdmin pode acceder directamente ao panel de phpMyAdmin. Configure o [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipo de autenticación[/a] como [kbd]cookie[/kbd] our [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Debería empregar mysqli por razóns de desempeño';
$strSetupServerNoPasswordMsg = 'Permite ligar co servidor sen contrasinal.';
+$strSetupServerSecurityInfoMsg = 'Se pensa que é preciso, empregue opcións de protección adicionais - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]autenticación do servidor[/a] e [a@?page=form&formset=features#tab_Security]lista de proxies de confianza[/a]. Porén, a protección baseada no IP pode non ser de fiar se o IP pertence a un ISP ao que estean ligados miles de usuarios, como vostede.';
+$strSetupServerSslMsg = 'Debería empregar conexións SSL se o admite o servidor web';
$strSetupServersAdd = 'Engadir un servidor novo';
+$strSetupServersEdit = 'Modificar o servidor';
$strSetupServers_AllowDeny_order_desc = 'Déixeo en branco se non o vai empregar';
$strSetupServers_AllowDeny_order_name = 'Orde de autenticación do servidor';
$strSetupServers_AllowDeny_rules_desc = 'Déixeo en branco para o predefinido';
$strSetupServers_AllowDeny_rules_name = 'Regras de autenticación do servidor';
$strSetupServers_AllowNoPassword_name = 'Permitir rexistrarse sen contrasinal';
$strSetupServers_AllowRoot_name = 'Permitir o rexistro de root';
+$strSetupServers_CountTables_desc = 'Contar as táboas cando se mostre a listaxe de bases de datos';
+$strSetupServers_CountTables_name = 'Contar as táboas';
+$strSetupServers_DisableIS_desc = 'Máis información no [a@http://sf.net/support/tracker.php?aid=1849494]Seguidor de erros dePMA[/a] e en [a@http://bugs.mysql.com/19588]Erros do MySQL[/a]';
+$strSetupServers_DisableIS_name = 'Desactivar o uso de INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL de desconexión';
+$strSetupServers_ShowDatabasesCommand_desc = 'Comando SQL para obter as bases de datos dispoñíbeis';
+$strSetupServers_ShowDatabasesCommand_name = 'Mostrar o orde SHOW DATABASES';
+$strSetupServers_SignonSession_desc = 'Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de autenticación[/a] se quere un exemplo';
+$strSetupServers_SignonSession_name = 'Nome de sesión de rexistro de entrada';
+$strSetupServers_SignonURL_name = 'URL de rexistro de entrada';
$strSetupServers_auth_swekey_config_desc = 'O camiño ao ficheiro de configuración da [a@http://swekey.com]autenticación de hardware SweKey[/a] (non se localiza na raíz dos documentos; suxírese: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'Ficheiro de configuración SweKey';
$strSetupServers_auth_type_desc = 'Método de autenticación que se quere empregar';
@@ -1111,14 +1124,8 @@ $strSetupServers_connect_type_name = 'Tipo de conexión';
$strSetupServers_controlpass_name = 'Contrasinal do usuario de control';
$strSetupServers_controluser_desc = 'Un usuario especial de MySQL configurado con permisos limitados; hai máis información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Usuario de control';
-$strSetupServers_CountTables_desc = 'Contar as táboas cando se mostre a listaxe de bases de datos';
-$strSetupServers_CountTables_name = 'Contar as táboas';
$strSetupServers_designer_coords_desc = 'Déixeo en branco se non quere empregar Designer; por omisión: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Táboa de Designer';
-$strSetupServers_DisableIS_desc = 'Máis información no [a@http://sf.net/support/tracker.php?aid=1849494]Seguidor de erros dePMA[/a] e en [a@http://bugs.mysql.com/19588]Erros do MySQL[/a]';
-$strSetupServers_DisableIS_name = 'Desactivar o uso de INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'Se pensa que é preciso, empregue opcións de protección adicionais - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]autenticación do servidor[/a] e [a@?page=form&formset=features#tab_Security]lista de proxies de confianza[/a]. Porén, a protección baseada no IP pode non ser de fiar se o IP pertence a un ISP ao que estean ligados miles de usuarios, como vostede.';
-$strSetupServersEdit = 'Modificar o servidor';
$strSetupServers_extension_desc = 'O engadido de PHP que quere empregar; debería empregar mysqli se se admite';
$strSetupServers_extension_name = 'Engadido PHP que empregar';
$strSetupServers_hide_db_desc = 'Acochar as bases de datos que coincidan cunha expresión regular (PCRE)';
@@ -1127,7 +1134,6 @@ $strSetupServers_history_desc = 'Déixeo en branco se non quere un histórico da
$strSetupServers_history_name = 'Táboa do historial de procuras SQL query';
$strSetupServers_host_desc = 'Nome da máquina na que se executa o servidor de MySQL';
$strSetupServers_host_name = 'Nome do servidor';
-$strSetupServers_LogoutURL_name = 'URL de desconexión';
$strSetupServers_nopassword_desc = 'Tentar conectarse sen contrasinal';
$strSetupServers_nopassword_name = 'Conectarse sen contrasinal';
$strSetupServers_only_db_desc = 'Pode empregar os caracteres comodín do MySQL (% and _); escápeos se quere empregar os caracteres en si, isto é, empregue \'aminha\_bd\' no canto de \'amiña_bd\'';
@@ -1142,12 +1148,6 @@ $strSetupServers_port_desc = 'Porto polo que está a escoitar o servidor de MySQ
$strSetupServers_port_name = 'Porto do servidor';
$strSetupServers_relation_desc = 'Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/relation]ligazóns de relación[/a]; por omisión: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Táboa de relacións';
-$strSetupServers_ShowDatabasesCommand_desc = 'Comando SQL para obter as bases de datos dispoñíbeis';
-$strSetupServers_ShowDatabasesCommand_name = 'Mostrar o orde SHOW DATABASES';
-$strSetupServers_SignonSession_desc = 'Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de autenticación[/a] se quere un exemplo';
-$strSetupServers_SignonSession_name = 'Nome de sesión de rexistro de entrada';
-$strSetupServers_SignonURL_name = 'URL de rexistro de entrada';
-$strSetupServerSslMsg = 'Debería empregar conexións SSL se o admite o servidor web';
$strSetupServers_socket_desc = 'Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para deixar o predefinido';
$strSetupServers_socket_name = 'Socket do servidor';
$strSetupServers_ssl_name = 'Empregar SSL';
@@ -1173,9 +1173,9 @@ $strSetupShowFunctionFields_name = 'Mostrar os campos de función';
$strSetupShowHiddenMessages = 'Mostrar as mensaxes acochadas (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]';
$strSetupShowPhpInfo_name = 'Mostrar a ligazón a phpinfo()';
-$strSetupShowServerInfo_name = 'Mostrar información detallada do servidor de MySQL';
$strSetupShowSQL_desc = 'Define se se deben mostrar as procuras SQL xeradas polo phpMyAdmin';
$strSetupShowSQL_name = 'Mostrar as procuras SQL';
+$strSetupShowServerInfo_name = 'Mostrar información detallada do servidor de MySQL';
$strSetupShowStats_desc = 'Permitir que se mostren as estatísticas das bases de datos e das táboas (p.ex. o uso do espazo)';
$strSetupShowStats_name = 'Mostrar as estatísticas';
$strSetupShowTooltipAliasDB_desc = 'Se as mensaxes estiveren activadas e existir un comentario da base de datos, isto substitúe o comentario polo nome real';
@@ -1185,11 +1185,6 @@ $strSetupShowTooltipAliasTB_name = 'Mostrar o comentario da táboa no canto do s
$strSetupShowTooltip_name = 'Mostrar os comentarios das táboas nas mensaxes';
$strSetupSkipLockedTables_desc = 'Marcar as táboas empregadas e permitir que se mostren as bases de datos con táboas bloqueadas';
$strSetupSkipLockedTables_name = 'Ignorar as táboas bloqueadas';
-$strSetupSQLQuery_Edit_name = 'Editar';
-$strSetupSQLQuery_Explain_name = 'Explicar o SQL';
-$strSetupSQLQuery_Refresh_name = 'Anovar';
-$strSetupSQLQuery_ShowAsPHP_name = 'Crear código PHP';
-$strSetupSQLQuery_Validate_name = 'Validar o SQL';
$strSetupSuggestDBName_desc = 'Suxerir un nome para as bases de datos no formulario "Crear base de datos" (de ser posíbel) ou manter o campo de texto baleiro';
$strSetupSuggestDBName_name = 'Suxerir un nome novo para as bases de datos';
$strSetupTrue = 'si';
@@ -1211,26 +1206,37 @@ $strSetupVersionCheckNone = 'Non existe ningunha versión estábel máis recente
$strSetupVersionCheckUnparsable = 'Non se pode analizar a cadea da versión';
$strSetupVersionCheckWrapperError = 'Non se dispón do envoltorio URL ou de CURL. Non é posíbel comprobar a versión..';
$strSetupWarning = 'Advertencia';
-$strSetupZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/ZIP_(formato de ficheiro)]ZIP[/a] nas operacións de importación e exportación';
$strSetupZipDumpExportWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión con zip[/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
$strSetupZipDumpImportWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión con zip[/a] require funcións (%s) que non están dispoñíbeis neste sistema.';
+$strSetupZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/ZIP_(formato de ficheiro)]ZIP[/a] nas operacións de importación e exportación';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Contrasinal secreto empregado coas cookies de cifrado na autenticación mediante [kbd]cookie[/kbd]s';
+$strSetupblowfish_secret_name = 'Segredo Blowfish';
+$strSetuperror_connection = 'Non se puido conectar co servidor de MySQL';
+$strSetuperror_empty_pmadb_password = 'Atopouse un contrasinal de control de phpMyAdmin baleiro ao empregar pmadb';
+$strSetuperror_empty_pmadb_user = 'Atopouse un usuario de control de phpMyAdmin baleiro ao empregar pmadb';
+$strSetuperror_empty_signon_session = 'Atopouse un nome de rexistro da sesión baleiro ao empregar o método de autenticación mediante rexistro de entrada';
+$strSetuperror_empty_signon_url = 'Atopouse un URL de rexistro baleiro ao empregar o método de autenticación mediante rexistro de entrada';
+$strSetuperror_empty_user_for_config_auth = 'Atopouse un nome de usuario baleiro ao empregar o método de autenticación da configuración';
+$strSetuperror_form = 'O formulario enviado contén erros';
+$strSetuperror_incorrect_ip_address = 'O enderezo IP é incorrecto: %s';
+$strSetuperror_incorrect_port = 'Non é un número de porto válido';
+$strSetuperror_incorrect_value = 'O valor é incorrecto';
+$strSetuperror_missing_field_data = 'Faltan datos de %s';
+$strSetuperror_nan_nneg = 'Non é un número negativo';
+$strSetuperror_nan_p = 'Non é un número positivo';
+$strShow = 'Mostrar';
$strShowAll = 'Ver todos os rexistros';
-$strShowBinaryContentsAsHex = 'Mostrar o contido binario como HEX';
-$strShowBinaryContents = 'Mostrar os contidos binarios';
$strShowBLOBContents = 'Mostrar os contidos BLOB';
+$strShowBinaryContents = 'Mostrar os contidos binarios';
+$strShowBinaryContentsAsHex = 'Mostrar o contido binario como HEX';
$strShowColor = 'Mostrar a cor';
$strShowDatadictAs = 'Formato do dicionario de datos';
$strShowFullQueries = 'Mostrar as procuras completas';
$strShowGrid = 'Mostrar a grella';
$strShowHideLeftMenu = 'Mostrar/Agochar o menú esquerdo';
-$strShowingBookmark = 'A mostrar o marcador';
-$strShowingPhp = 'Mostrar como código PHP';
-$strShowingRecords = 'A mostrar rexistros ';
-$strShowingSQL = 'Mostrar procura SQL';
$strShowKeys = 'Só as chaves coñecidas';
$strShowMasterStatus = 'Mostrar o estado do principal';
-$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar as táboas abertas';
$strShowPHPInfo = 'Mostrar información sobre o PHP';
$strShowSlaveHosts = 'Mostrar os servidores escravos';
@@ -1286,13 +1292,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Número de escritas fsyncss feitas no
$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_createdDescr = 'Número de páxinas creadas.';
$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 agardar 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_avgDescr = 'Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, 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 táboas InnoDB.';
@@ -1308,10 +1314,10 @@ $strShowStatusKey_write_requestsDescr = 'Número de peticións para escribir un
$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 aínda non se compilou ningunha procura.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Número de procuras que están a agardar para seren escritas nas fileiras INSERT DELAYED.';
-$strShowStatusOpened_tablesDescr = 'Número de táboas abertas en total. Se a cantidade é grande, o valor da caché de táboas 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 táboas abertas.';
+$strShowStatusOpened_tablesDescr = 'Número de táboas abertas en total. Se a cantidade é grande, o valor da caché de táboas posibelmente é demasiado pequeno.';
$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é.';
@@ -1324,8 +1330,8 @@ $strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'Estado da replicación en modo seguro (aínda non realizado).';
$strShowStatusSelect_full_joinDescr = 'Número de unións que non utilizan índices. Se este valor non for 0, debería comprobar con atención os índices das táboas.';
$strShowStatusSelect_full_range_joinDescr = 'Número de unións que utilizaron un intervalo de procura nunha táboa 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 for 0, debería comprobar con atención os índices das táboas).';
$strShowStatusSelect_rangeDescr = 'Número de unións que utilizaron intervalos na primeira táboa (Normalmente non é grave, mesmo de ser grande)';
+$strShowStatusSelect_range_checkDescr = 'Número de unións de chaves que comproban a utilización de chaves despois de cada fileira (se non for 0, debería comprobar con atención os índices das táboas).';
$strShowStatusSelect_scanDescr = 'Número de unións que realizaron un exame completo da primeira táboa.';
$strShowStatusSlave_open_temp_tablesDescr = 'Número de táboas temporais abertas actualmente 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.';
@@ -1345,6 +1351,10 @@ $strShowStatusThreads_runningDescr = 'Número de fíos que non están a durmir.'
$strShowTableDimension = 'Mostrar a dimensión das táboas';
$strShowTables = 'Mostrar as táboas';
$strShowThisQuery = ' Mostrar esta procura aquí outra vez ';
+$strShowingBookmark = 'A mostrar o marcador';
+$strShowingPhp = 'Mostrar como código PHP';
+$strShowingRecords = 'A mostrar rexistros ';
+$strShowingSQL = 'Mostrar procura SQL';
$strSimplifiedChinese = 'Chinés simplificado';
$strSingly = 'a refacer logo de insercións e destrucións (shingly)';
$strSize = 'Tamaño';
@@ -1354,32 +1364,22 @@ $strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSmallBigAll = 'Todo grande/pequeno';
$strSnapToGrid = 'Axustar á grella';
-$strSocketProblem = '(ou o socket local do servidor de MySQL non se configurou correctamente)';
$strSocket = 'Socket';
+$strSocketProblem = '(ou o socket local do servidor de MySQL non se configurou correctamente)';
+$strSort = 'Ordenar';
$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 (" ").';
-$strSQLCompatibility = 'Modo de compatiblidade SQL';
-$strSQLExportType = 'Tipo de exportación';
-$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 unha ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro cun binario fóra dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de ordes 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. De persistiren os erros ou se o procesador fallar cando mesmo a liña de ordes 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 = 'orde 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';
$strStandInStructureForView = 'Estrutura existente para a vista';
$strStart = 'Inicio';
$strStatCheckTime = 'Comprobación máis recente';
$strStatCreateTime = 'Creación';
+$strStatUpdateTime = 'Actualización máis recente';
$strStatement = 'Informacións';
$strStatic = 'estático';
$strStatisticsOverrun = 'Nun servidor ocupado, os contadores de bytes poden sobrecargarse, 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';
$strStop = 'Detención';
$strStorageEngine = 'Motor de almacenamento';
@@ -1390,8 +1390,8 @@ $strStrucExcelCSV = 'CSV (para datos de MS Excel)';
$strStrucNativeExcel = 'Datos nativos de MS Excel';
$strStrucOnly = 'Só a estrutura';
$strStructPropose = 'Propor unha estrutura para a táboa';
-$strStructureDiff = 'Diferenza da estrutura' ;
$strStructure = 'Estrutura';
+$strStructureDiff = 'Diferenza da estrutura' ;
$strStructureForView = 'Estrutura para a vista';
$strStructureLC = 'estrutura';
$strStructureSyn = 'Sincronización da estrutura';
@@ -1400,21 +1400,22 @@ $strSuccess = 'A seu orde de SQL executouse sen problemas';
$strSuhosin = 'Servidor a executarse con Suhosin. Consulte os posíbeis problemas na %sdocumentation%s.';
$strSum = 'Suma';
$strSwedish = 'Sueco';
-$strSwekeyAuthenticating = 'A autenticar...';
$strSwekeyAuthFailed = 'Fallou a autenticación do hardware';
-$strSwekeyNoKeyId = 'O ficheiro %s non contén ningún identificador de chave';
+$strSwekeyAuthenticating = 'A autenticar...';
$strSwekeyNoKey = 'Non se meteu ningunha chave de autenticación válida';
+$strSwekeyNoKeyId = 'O ficheiro %s non contén ningún identificador de chave';
$strSwitchToDatabase = 'Pasar á base de datos copiada';
$strSwitchToTable = 'Ir à táboa copiada';
$strSynchronizationNote='A base de datos de destino sincronizarase completamente coa base de datos de orixe. A base de datos de orixe ficará sen alteracións.';
-$strSynchronizeDb= 'Sincronizar as bases de datos';
$strSynchronize = 'Sincronizar';
+$strSynchronizeDb= 'Sincronizar as bases de datos';
+$strTable = 'Táboa';
$strTableAddColumn = 'Engadir columna(s)';
$strTableAlreadyExists = 'Xa existe a táboa %s!!';
$strTableAlterColumn = 'Alterar columna(s)';
-$strTableAlteredSuccessfully = 'Alterouse a táboa %1$s sen problemas';
$strTableAlterIndex = 'Alterar índice(s)';
+$strTableAlteredSuccessfully = 'Alterouse a táboa %1$s sen problemas';
$strTableApplyIndex = 'Aplicar índice(s)';
$strTableComments = 'Comentarios da táboa';
$strTableDeleteRows = 'Quere eliminar todas as fileiras anteriores das táboas de destino?';
@@ -1431,43 +1432,43 @@ $strTableOfContents = 'Índice';
$strTableOptions = 'Opcións da táboa';
$strTableRemoveColumn = 'Eliminar columna(s)';
$strTableRemoveIndex = 'Eliminar índice(s)';
-$strTables = '%s táboa(s)';
$strTableStructure = 'Estrutura da táboa';
-$strTable = 'Táboa';
$strTableUpdateRow = 'Actualizar fileira(s)';
+$strTables = '%s táboa(s)';
$strTakeIt = 'cólleo';
$strTblPrivileges = 'Privilexios propios de táboa';
$strTempData = 'Datos temporais';
$strTextAreaLength = ' Por causa da sua lonxitude, este campo pode non ser editábel ';
$strTexyText = 'Texto para Texy!';
$strThai = 'Tailandés';
+$strTheme = 'Tema / Estilo';
$strThemeDefaultNotFound = 'Non se atopou o tema por omisión %s!';
$strThemeNoPreviewAvailable = 'Non se dispón de previsualización.';
-$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemeNoValidImgPath = 'Non hai un camiño válido de imaxe para o tema %s!';
+$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemePathNotFound = 'Non se atopou o camiño do tema para o tema %s!';
-$strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor';
-$strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
+$strThreads = 'Fíos';
+$strTime = 'Tempo';
$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 quere rematar a importación, volva a enviar o mesmo ficheiro e a importación continuará.';
-$strTime = 'Tempo';
$strToFromPage = 'até/desde a páxina';
+$strToSelectRelation = 'Para seleccionar unha relación, prema:';
$strToggleScratchboard = 'conmutar o borrador';
$strToggleSmallBig = 'Alternar pequeno/grande';
-$strToSelectRelation = 'Para seleccionar unha relación, prema:';
$strTotal = 'total';
$strTotalUC = 'Total';
-$strTrackingActivated = 'Activouse o seguemento de %s.%s.';
+$strTracking = 'Seguemento';
$strTrackingActivateNow = 'Activar agora';
$strTrackingActivateTrackingFor = 'Activar o seguemento de %s.%s';
+$strTrackingActivated = 'Activouse o seguemento de %s.%s.';
$strTrackingCreateVersion = 'Crear unha versión';
$strTrackingCreateVersionOf = 'Crear a versión %s de %s.%s';
-$strTrackingDatabaseLog = 'Rexistro de actividade da base de datos';
$strTrackingDataDefinitionStatement = 'Declaración de definición de datos';
$strTrackingDataManipulationStatement = 'Declaración de manipulación de datos';
+$strTrackingDatabaseLog = 'Rexistro de actividade da base de datos';
$strTrackingDate = 'Data';
$strTrackingDeactivateNow = 'Desactivar agora';
$strTrackingDeactivateTrackingFor = 'Desactivar o seguemento de %s.%s';
@@ -1475,17 +1476,16 @@ $strTrackingExportAs = 'Exportar como %s';
$strTrackingIsActive = 'O seguemento está activado.';
$strTrackingIsNotActive = 'O seguemento non está activado.';
$strTrackingMechanism = 'Mecanismo de seguemento';
-$strTrackingReportClose = 'Fechar';
$strTrackingReport = 'Informe de seguemento';
-$strTracking = 'Seguemento';
+$strTrackingReportClose = 'Fechar';
+$strTrackingSQLDump = 'Volcado de SQL';
+$strTrackingSQLDumpFile = 'Volcado de SQL (descarga do ficheiro)';
+$strTrackingSQLExecuted = 'Declaracións SQL executadas.';
+$strTrackingSQLExecution = 'Execución de SQL';
+$strTrackingSQLExecutionAlert = 'Esta opción substitúe a táboa e os datos que contén.';
+$strTrackingSQLExported = 'Declaracións SQL exportadas. Copie o volcado ou execúteo.';
$strTrackingShowLogDateUsers = 'Mostrar %s con datas de %s a %s polo usuario %s %s';
$strTrackingShowVersions = 'Mostrar as versións';
-$strTrackingSQLDumpFile = 'Volcado de SQL (descarga do ficheiro)';
-$strTrackingSQLDump = 'Volcado de SQL';
-$strTrackingSQLExecuted = 'Declaracións SQL executadas.';
-$strTrackingSQLExecutionAlert = 'Esta opción substitúe a táboa e os datos que contén.';
-$strTrackingSQLExecution = 'Execución de SQL';
-$strTrackingSQLExported = 'Declaracións SQL exportadas. Copie o volcado ou execúteo.';
$strTrackingStatements = 'Declaracións de seguemento';
$strTrackingStatusActive = 'activado';
$strTrackingStatusNotActive = 'desactivado';
@@ -1496,8 +1496,8 @@ $strTrackingThUpdated = 'Actualizada';
$strTrackingThVersion = 'Versión';
$strTrackingTrackDDStatements = 'Seguir estas declaracións de definición de datos:';
$strTrackingTrackDMStatements = 'Seguir estas declaracións de manipulación de datos:';
-$strTrackingTrackedTables = 'Táboas seguidas';
$strTrackingTrackTable = 'Seguir a táboa';
+$strTrackingTrackedTables = 'Táboas seguidas';
$strTrackingUntrackedTables = 'Táboas non seguidas';
$strTrackingUsername = 'Nome de usuario';
$strTrackingVersionActivated = 'Activouse o seguemento de %s.%s , versión %s.';
@@ -1533,10 +1533,10 @@ $strUnique = 'Único';
$strUnknown = 'descoñecido';
$strUnselectAll = 'Non seleccionar nada';
$strUnsupportedCompressionDetected = 'Tentou cargar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe como descomprimir, ora está desactivada na configuración.';
+$strUpdComTab = 'Consulte a documentación para saber como actualizar a táboa Column_comments';
$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 táboa Column_comments';
$strUpgrade = 'Debería actualizar a %s %s ou posterior.';
$strUploadErrorCantWrite = 'Non se puido escribir no disco.';
$strUploadErrorExtension = 'Detívose o envío do ficheiro por causa do engadido.';
@@ -1550,6 +1550,11 @@ $strUploadsNotAllowed = 'Este servidor non admite a recepción de ficheiros.';
$strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das táboas e dos campos con " ` "';
$strUseHostTable = 'Usar a táboa de Host';
+$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquera sitio';
+$strUseTables = 'Usar as táboas';
+$strUseTextField = 'Use campo de texto';
+$strUseThisValue = 'Usar este valor';
+$strUser = 'Usuario';
$strUserAlreadyExists = 'Xa existe o usuario %s';
$strUserEmpty = 'O nome do usuario está vacío!';
$strUserName = 'Nome do usuario';
@@ -1557,26 +1562,21 @@ $strUserNotFound = 'Non se atopou o usuario seleccionado na táboa de privilexio
$strUserOverview = 'Vista xeral dos usuarios';
$strUsersDeleted = 'Elimináronse sen problemas os usuarios seleccionados.';
$strUsersHavingAccessToDb = 'Usuarios que teñen acceso a "%s"';
-$strUser = 'Usuario';
-$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquera sitio';
-$strUseTables = 'Usar as táboas';
-$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 instalados todos os engadidos de php tal e como se describe na %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variábel';
$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';
+$strView = 'Vista';
$strViewDump = 'Ver o esquema do volcado da táboa';
+$strViewDumpDB = 'Ver o esquema do volcado da base de datos';
+$strViewDumpDatabases = 'Ver o volcado das bases de datos';
$strViewHasAtLeast = 'Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation%s.';
$strViewHasBeenDropped = 'Deixouse a vista %s';
$strViewImage = 'Ver a imaxe';
$strViewName = 'Nome da VISTA';
$strViewVideo = 'Ver o vídeo';
-$strView = 'Vista';
$strWebServer = 'Servidor web';
$strWebServerUploadDirectory = 'directorio de recepción do servidor web';
@@ -1590,6 +1590,7 @@ $strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita';
$strWrongUser = 'O usuario ou o contrasinal están errados. Denegouse o acceso.';
+$strXML = 'XML';
$strXMLError = 'O ficheiro XML especificado estaba estragado ou incompleto. Corrixa o problema e ténteo de novo.';
$strXMLExportContents = 'Exportar o contido';
$strXMLExportFunctions = 'Exportar as funcións';
@@ -1598,15 +1599,21 @@ $strXMLExportStructs = 'Exportar os Esquemas de estrutura (recomendado)';
$strXMLExportTables = 'Exportar as táboas';
$strXMLExportTriggers = 'Exportar os disparadores';
$strXMLExportViews = 'Exportar as vistas';
-$strXML = 'XML';
$strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimínase o límite.';
$strZip = 'comprimido no formato "zip"';
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+// To translate:
+
$strClickToSelect = 'Click to select'; //to translate
$strClickToUnselect = 'Click to unselect'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+
$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php
index 5440888e6..f92890d65 100644
--- a/lang/georgian-utf-8.inc.php
+++ b/lang/georgian-utf-8.inc.php
@@ -26,6 +26,7 @@ $month = array('იან', 'თებ', 'მარ', 'აპრ', 'მაი',
$datefmt = '%B %d, %Y, %I:%M %p';
$timespanfmt = '%s დღე, %s საათი, %s წუთი და %s წამი';
+$strAPrimaryKey = 'A primary key has been added on %s';
$strAbortedClients = 'შეწყვეტილია';
$strAccessDenied = 'წვდომა აკრძალულია';
$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one.';
@@ -54,53 +55,52 @@ $strAfterInsertNewInsert = 'სხვა ახალი სტრიქონ
$strAfterInsertNext = 'შემდეგი სტრიქონის რედაქტირება';
$strAfterInsertSame = 'ამ გვერდზე დაბრუნება';
$strAll = 'ყველა';
-$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'Display all tables with the same width';
+$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.';
$strAlterOrderBy = 'Alter table order by';
+$strAnIndex = 'An index has been added on %s';
$strAnalyze = 'Analyze';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'და';
$strAndThen = 'და შემდეგ';
$strAngularLinks = 'Angular links';
-$strAnIndex = 'An index has been added on %s';
$strAny = 'ნებისმიერი';
$strAnyHost = 'ნებისმიერი ჰოსტი';
$strAnyUser = 'ნებისმიერი მომხმარებელი';
$strApproximateCount = 'შეიძლება იყოს მიახლოებითი. იხილეთ [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
-$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'არაბული';
$strArmenian = 'სომხური';
-$strAscending = 'ზრდადობით';
$strAsDefined = 'As defined:';
+$strAscending = 'ზრდადობით';
$strAtBeginningOfTable = 'ცხრილის დასაწყისში';
$strAtEndOfTable = 'ცხრილის ბოლოშო';
$strAttr = 'ატრიბუტები';
$strAutomaticLayout = 'ავტომატური განლაგება';
+$strBLOBRepository = 'BLOB რეპოზიტორია';
+$strBLOBRepositoryDamaged = 'დაზიანებული';
+$strBLOBRepositoryDisable = 'გათიშვა';
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
+$strBLOBRepositoryDisabled = 'გათიშულია';
+$strBLOBRepositoryEnable = 'ჩართვა';
+$strBLOBRepositoryEnabled = 'ჩართულია';
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
+$strBLOBRepositoryRepair = 'აღდგენა';
+$strBLOBRepositoryUpload = 'Upload to BLOB repository';
$strBack = 'უკან';
$strBaltic = 'ბალტიური';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'ბინარული';
-$strBinaryDoNotEdit = 'Binary - do not edit';
-$strBinaryLog = 'ბინარული ჟურნალი';
$strBinLogEventType = 'მოვლენის ტიპი';
$strBinLogInfo = 'ინფორმაცია';
$strBinLogName = 'ჟურნალის სახელი';
$strBinLogOriginalPosition = 'საწყისი მდებარეობა';
$strBinLogPosition = 'მდებარეობა';
$strBinLogServerId = 'სერვერის ID';
-$strBLOBRepository = 'BLOB რეპოზიტორია';
-$strBLOBRepositoryDamaged = 'დაზიანებული';
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
-$strBLOBRepositoryDisabled = 'გათიშულია';
-$strBLOBRepositoryDisable = 'გათიშვა';
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
-$strBLOBRepositoryEnabled = 'ჩართულია';
-$strBLOBRepositoryEnable = 'ჩართვა';
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
-$strBLOBRepositoryRepair = 'აღდგენა';
-$strBLOBRepositoryUpload = 'Upload to BLOB repository';
+$strBinary = 'ბინარული';
+$strBinaryDoNotEdit = 'Binary - do not edit';
+$strBinaryLog = 'ბინარული ჟურნალი';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
@@ -112,21 +112,22 @@ $strBookmarkView = 'View only';
$strBrowse = 'არჩევა';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
-$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPoolUsage = 'Buffer Pool Usage';
-$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Write waits in %';
+$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferWriteWaits = 'Write waits';
+$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBulgarian = 'ბულგარული';
$strBusyPages = 'Busy pages';
$strBzip = '"bzip-ით დაარქივებული"';
+$strCSV = 'CSV';
$strCalendar = 'კალენდარი';
-$strCancel = 'გაუქმება';
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
+$strCancel = 'გაუქმება';
$strCannotLogin = 'MySQL სერვერზე შესვლა შეუძლებელია';
$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია.';
$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.';
@@ -137,8 +138,8 @@ $strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'შეცვლა';
-$strChangeCopyModeCopy = '... ძველის შენახვა.';
$strChangeCopyMode = 'იგივე პრივილეგიების მქონე ახალი მომხმარებლის შექმნა და ...';
+$strChangeCopyModeCopy = '... ძველის შენახვა.';
$strChangeCopyModeDeleteAndReload = ' ... ძველი მომხმარებლის მომხმარებლების სიიდან წაშლა და შემდეგ პრივილეგიების გადატვირთვა.';
$strChangeCopyModeJustDelete = ' ... ძველი მომხმარებლის მომხმარებლების ცხრილიდან წაშლა.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
@@ -147,10 +148,10 @@ $strChangeDisplay = 'აირჩიეთ საჩვენებელი ვ
$strChangePassword = 'პაროლის შეცვლა';
$strCharset = 'სიმბოლოთა ნაკრები';
$strCharsetOfFile = 'სიმბოლოთა ნაკრები ფაილისთვის:';
-$strCharsetsAndCollations = 'სიმბოლოთა ნაკრებები და კოლაციები';
$strCharsets = 'სიმბოლოთა ნაკრებები';
-$strCheckAll = 'ყველას შემოწმება';
+$strCharsetsAndCollations = 'სიმბოლოთა ნაკრებები და კოლაციები';
$strCheck = 'შემოწმება';
+$strCheckAll = 'ყველას შემოწმება';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'პრივილეგიების შემოწმება';
$strCheckPrivsLong = 'Check privileges for database "%s".';
@@ -200,13 +201,19 @@ $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (usernam
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'კრიტერია';
$strCroatian = 'ხორვატული';
-$strCSV = 'CSV';
$strCustomColor = 'Custom color';
$strCyrillic = 'კირილიცა';
$strCzech = 'ჩეხური';
$strCzechSlovak = 'ჩეხოსლოვალური';
+$strDBComment = 'მონაცემთა ბაზის კომენტარი: ';
+$strDBCopy = 'Copy database to';
+$strDBRename = 'Rename database to';
$strDanish = 'დანიური';
+$strData = 'მონაცემები';
+$strDataDict = 'მონაცემების ლექსიკონი';
+$strDataOnly = 'მხოლოდ მონაცემები';
+$strDataPages = 'Pages containing data';
$strDatabase = 'მონაცემთა ბაზა';
$strDatabaseEmpty = 'მონაცემთა ბაზა ცარიელია!';
$strDatabaseExportOptions = 'მონაცემთა ბაზის ექსპორტის პარამეტრები';
@@ -218,30 +225,23 @@ $strDatabasesStats = 'მონაცემთა ბაზების სტ
$strDatabasesStatsDisable = 'სტატისტიკის გათიშვა';
$strDatabasesStatsEnable = 'სტატისტიკის ჩართვა';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
-$strData = 'მონაცემები';
-$strDataDict = 'მონაცემების ლექსიკონი';
-$strDataOnly = 'მხოლოდ მონაცემები';
-$strDataPages = 'Pages containing data';
-$strDBComment = 'მონაცემთა ბაზის კომენტარი: ';
-$strDBCopy = 'Copy database to';
$strDbIsEmpty = 'Database seems to be empty!';
$strDbPrivileges = 'Database-specific privileges';
-$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'ნაგულისხმები';
$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';
+$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDelayedInserts = 'Use delayed inserts';
+$strDelete = 'წაშლა';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
-$strDelete = 'წაშლა';
-$strDeleted = 'სტრიქონი წაიშალა';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleteRelation = 'Delete relation';
+$strDeleted = 'სტრიქონი წაიშალა';
$strDeleting = '%s-ის წაშლა';
$strDelimiter = 'გამყოფი';
-$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'კლებადობით';
$strDescription = 'აღწერილობა';
$strDesigner = 'შემქნელი';
@@ -250,22 +250,22 @@ $strDetails = 'დეტალები...';
$strDictionary = 'ლექსიკონი';
$strDirectLinks = 'პირდაპირი ბმულები';
$strDirtyPages = 'Dirty pages';
-$strDisabled = 'გათიშულია';
$strDisableForeignChecks = 'Disable foreign key checks';
+$strDisabled = 'გათიშულია';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'PDF სქემის ჩვენება';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
+$strDoYouReally = 'ნამდვილად გსურთ ';
$strDocSQL = 'DocSQL';
$strDocu = 'დოკუმენტაცია';
$strDownloadFile = 'ფაილის ჩამოტვირთვა';
-$strDoYouReally = 'ნამდვილად გსურთ ';
-$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
+$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$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.';
+$strDumpingData = 'Dumping data for table';
$strDynamic = 'დინამიური';
$strEdit = 'რედაქტირება';
@@ -276,13 +276,13 @@ $strEmpty = 'ცარიელი';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'ჩართულია';
$strEncloseInTransaction = 'Enclose export in a transaction';
-$strEndCut = 'END CUT';
$strEnd = 'დასასრული';
+$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s ხელმისაწვდომია ამ MySQL სერვერზე.';
$strEngineDisabled = '%s გათიშულია ამ MySQL სერვერზე.';
-$strEngines = 'ძრავები';
$strEngineUnsupported = 'ამ MySQL სერვერს არ აქვს %s ძრავის მხარდაჭერა.';
+$strEngines = 'ძრავები';
$strEnglish = 'ინგლისური';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'შეცდომა';
@@ -309,20 +309,20 @@ $strFailedAttempts = 'Failed attempts';
$strField = 'ველი';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]';
+$strFields = 'ველები';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
-$strFields = 'ველები';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'ფაილის წაკითხვა ვერ მოხერხდა';
+$strFileNameTemplate = 'File name template';
+$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.';
$strFileNameTemplateDescriptionDatabase = 'მონაცემთა ბაზა';
$strFileNameTemplateDescriptionServer = 'სერვერის სახელი';
$strFileNameTemplateDescriptionTable = 'ცხრილის სახელი';
-$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';
-$strFiles = 'ფაილები';
$strFileToImport = 'შემოსატანი ფაილი';
+$strFiles = 'ფაილები';
$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")';
@@ -330,18 +330,18 @@ $strFlushTables = 'Flush (close) all tables';
$strFontSize = 'შრიფტის ზომა';
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)';
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added';
-$strFormat = 'ფორმატი';
$strFormEmpty = 'Missing value in the form!';
+$strFormat = 'ფორმატი';
$strFreePages = 'Free pages';
$strFullText = 'Full Texts';
$strFunction = 'ფუნქცია';
$strFunctions = 'ფუნქციები';
$strGenBy = 'Generated by';
+$strGenTime = 'დაგენერირების დრო';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'დაგენერირება';
$strGeneratePassword = 'პაროლის დაგენერირება';
-$strGenTime = 'დაგენერირების დრო';
$strGeorgian = 'ქართული';
$strGerman = 'გერმანული';
$strGlobal = 'გლობალულრი';
@@ -352,6 +352,8 @@ $strGrantOption = 'Grant';
$strGreek = 'ბერძნული';
$strGzip = '"gzip-ით დაარქივებული"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHaveToShow = 'You have to choose at least one column to display';
@@ -363,31 +365,30 @@ $strHideShowAll = 'ყველას დამალვა/ჩვენებ
$strHideShowNoRelation = 'Hide/Show Tables with no relation';
$strHome = 'სახლი';
$strHomepageOfficial = 'ოფიციალური ვებგვერდი';
-$strHostEmpty = 'ჰოსტის სახელი არაა შეყვანილი!';
$strHost = 'ჰოსტი';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'ჰოსტის სახელი არაა შეყვანილი!';
$strHungarian = 'უნგრული';
+$strIEUnsupported = 'Internet Explorer-ს არ აქვს ამ ფუნქციის მხარდაჭერა.';
$strIcelandic = 'ისლანდიური';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
-$strIEUnsupported = 'Internet Explorer-ს არ აქვს ამ ფუნქციის მხარდაჭერა.';
-$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'იგნორირება';
+$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnoreInserts = 'Use ignore inserts';
+$strImport = 'შემოტანა';
$strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportFiles = 'ფაილების შემოტანა';
$strImportFormat = 'შემოტანილი ფაილების ფორმატი';
-$strImport = 'შემოტანა';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
-$strIndexes = 'ინდექსები';
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.';
-$strIndexHasBeenDropped = 'Index %s has been dropped';
+$strInUse = 'in use';
$strIndex = 'ინდექსი';
+$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndexName = 'ინდექსის სახელი:';
$strIndexType = 'ინდექსის ტიპი:';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
+$strIndexes = 'ინდექსები';
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
@@ -398,20 +399,19 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB-ის მდგომარეობა';
$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 by setting a password for user \'.root\'.';
+$strInsert = 'ჩასმა';
$strInsertAsNewRow = 'ახალი სტრიქონის ჩამატება';
$strInsertedRowId = 'ჩამატებული სტრიქონის id: %1$d';
-$strInsert = 'ჩასმა';
$strInterface = 'ინტერფეისი';
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.';
$strInternalRelationAdded = 'Internal relation added';
$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';
+$strInvalidColumn = 'Invalid column (%s) specified!';
+$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidDatabase = 'არასწორი მონაცემთა ბაზა';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
@@ -424,8 +424,8 @@ $strInvalidTableName = 'ცხრილის არასწორი სახ
$strJapanese = 'იაპონური';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database "%s".';
-$strJustDeleteDescr = 'The "deleted" 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.';
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strKeepPass = 'არ შეცვალო პაროლი';
$strKeyCache = 'Key cache';
@@ -434,21 +434,21 @@ $strKill = 'Kill';
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';
$strKorean = 'კორეული';
+$strLDI = 'CSV using LOAD DATA';
+$strLDILocal = 'Use LOCAL keyword';
+$strLaTeX = 'LaTeX';
$strLandscape = 'ლანდშაფტური';
$strLanguage = 'ენა';
$strLanguageUnknown = 'უცნობი ენა: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
-$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(გაგრძელება)';
+$strLatexContinuedCaption = 'Continued table caption';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'ლატვიური';
-$strLDI = 'CSV using LOAD DATA';
-$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
@@ -457,34 +457,34 @@ $strLinksTo = 'Links to';
$strLithuanian = 'ლიტვური';
$strLocalhost = 'ლოკალური';
$strLocationTextfile = 'Location of the text file';
-$strLoginInformation = 'Login Information';
-$strLogin = 'შესვლა';
-$strLogout = 'გამოსვლა';
$strLogPassword = 'პაროლი:';
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.';
$strLogServer = 'სერვერი:';
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.';
$strLogUsername = 'მომხმარებელი:';
+$strLogin = 'შესვლა';
+$strLoginInformation = 'Login Information';
+$strLogout = 'გამოსვლა';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'MIME-ის ტიპი';
+$strMIME_available_mime = 'MIME-ის ხელმისაწვდომი ტიპები';
+$strMIME_available_transform = 'ხელმისაწვდომი გარდაქმნები';
+$strMIME_description = 'აღწერილობა';
+$strMIME_nodescription = 'No description is available for this transformation. Please ask the author what %s does.';
+$strMIME_transformation = 'ინფორმაცია ბრაუზერის შესახებ';
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
+$strMIME_transformation_options = 'გარდაქმნის პარამეტრები';
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'... 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_without = 'MIME types printed in italics do not have a separate transformation function';
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$strMaximumSize = 'მაქს: %s%s';
$strMbExtensionMissing = 'PHP-ის mbstring გაფართოების პოვნა ვერ მოხერხდა და როგორც ჩანს გამოიყენება მრავალბაიტიანი სიმბოლოთა ნაკრები. mbstring გაფართოების გარეშე phpMyAdmin-ს არ შეუძლია სტრიქონების სწორად დაყოფა რის გამოც შეიძლება მიიღოთ მოულოდნელი შედეგი.';
$strMbOverloadWarning = 'PHP-ის კონფიგურაციაში თქვენ ჩართული გაქვთ mbstring.func_overload. ეს პარამეტრი არაა თავსებადი phpMyAdmin-თან და შეიძლება გამოიწვიოს მონაცემების დაზიანება!';
-$strMIME_available_mime = 'MIME-ის ხელმისაწვდომი ტიპები';
-$strMIME_available_transform = 'ხელმისაწვდომი გარდაქმნები';
-$strMIME_description = 'აღწერილობა';
-$strMIME_MIMEtype = 'MIME-ის ტიპი';
-$strMIME_nodescription = 'No description is available for this transformation. Please ask the author what %s does.';
-$strMIME_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\', 100, b,\'c\'... 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 = 'გარდაქმნის პარამეტრები';
-$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
-$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'ცვლილებები შენახულია';
-$strModifyIndexTopic = 'ინდექსის შეცვლა';
$strModify = 'შეცვლა';
+$strModifyIndexTopic = 'ინდექსის შეცვლა';
$strMoveMenu = 'მენიუს გადატანა';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
@@ -492,29 +492,30 @@ $strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'მრავალენოვანი';
$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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
+$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).';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Sort buffer size';
+$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMySQLCharset = 'MySQL-ის სიმბოლოთა ნაკრები';
-$strMysqlClientVersion = 'MySQL-ის კლიენტის ვერსია';
$strMySQLConnectionCollation = 'MySQL კავშირის კოლაცია';
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
$strMySQLSaid = 'MySQL-მა თქვა: ';
$strMySQLShowProcess = 'პროცესების ჩვენება';
+$strMysqlClientVersion = 'MySQL-ის კლიენტის ვერსია';
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
$strName = 'სახელი';
$strNext = 'შემდეგი';
+$strNo = 'არა';
$strNoActivity = 'No activity within %s seconds; please log in again';
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDatabases = 'მონაცემთა ბაზები არაა';
$strNoDatabasesSelected = 'No databases selected.';
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
@@ -524,8 +525,6 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser
$strNoIndex = 'ინდექსი არაა განსაზღვრული!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ცვლილების გარეშე';
-$strNone = 'არაა';
-$strNo = 'არა';
$strNoOptions = 'ამ ფორმატს არ აქვს პარამეტრები';
$strNoPassword = 'პაროლი არაა';
$strNoPermission = 'The web server does not have permission to save the file %s.';
@@ -536,17 +535,18 @@ $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.';
+$strNoUsersFound = 'მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა.';
+$strNoValidateSQL = 'Skip Validate SQL';
+$strNone = 'არაა';
$strNotNumber = 'ეს არ არის რიცხვი!';
$strNotOK = 'not OK';
$strNotSet = '%s table not found or not set in %s';
-$strNoUsersFound = 'მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა.';
-$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'ნული';
-$strNumberOfFields = 'ველების რაოდენობა';
-$strNumberOfTables = 'ცხრილების რაოდენობა';
$strNumSearchResultsInTable = '%s match(es) inside table %s';
$strNumSearchResultsTotal = 'Total:%s match(es)';
$strNumTables = 'ცხრილები';
+$strNumberOfFields = 'ველების რაოდენობა';
+$strNumberOfTables = 'ცხრილების რაოდენობა';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -561,59 +561,59 @@ $strOr = 'ან';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
-$strPacked = 'შეკუმშული';
-$strPageNumber = 'გვერდის ნომერი:';
-$strPagesToBeFlushed = 'Pages to be flushed';
-$strPaperSize = 'გვერდის ზომა';
-$strPartialImport = 'Partial import';
-$strPartialText = 'Partial Texts';
-$strPartitionDefinition = 'PARTITION definition';
-$strPartitioned = 'დაყოფილი';
-$strPartitionMaintenance = 'Partition maintenance';
-$strPartition = 'დანაყოფი %s';
-$strPasswordChanged = 'The password for %s was changed successfully.';
-$strPasswordEmpty = 'პაროლი ცარიელია!';
-$strPasswordHashing = 'Password Hashing';
-$strPasswordNotSame = 'პაროლები არ ემთხვევა!';
-$strPassword = 'პაროლი';
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
$strPBXTDataFileGrowSize = 'Data file grow size';
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';
$strPBXTDataLogThreshold = 'Data log threshold';
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTGarbageThreshold = 'Garbage threshold';
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTIndexCacheSize = 'Index cache size';
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
$strPBXTLogBufferSize = 'Log buffer size';
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
$strPBXTLogCacheSize = 'Log cache size';
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';
$strPBXTLogFileCount = 'Log file count';
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
$strPBXTLogFileThreshold = 'Log file threshold';
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
$strPBXTRecordCacheSize = 'Record cache size';
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
$strPBXTRowFileGrowSize = 'Row file grow size';
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
$strPBXTTransactionBufferSize = 'ტრანზაქციის ბუფერის ზომა';
-$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
-$strPdfInvalidTblName = 'ცხრილი "%s" არ არსებობს!';
-$strPdfNoTables = 'ცხრილები არაა';
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
$strPDFReportTitle = 'Report title';
+$strPHPExtension = 'PHP-ის გაფართოება';
+$strPHPVersion = 'PHP-ის ვერსია';
+$strPacked = 'შეკუმშული';
+$strPageNumber = 'გვერდის ნომერი:';
+$strPagesToBeFlushed = 'Pages to be flushed';
+$strPaperSize = 'გვერდის ზომა';
+$strPartialImport = 'Partial import';
+$strPartialText = 'Partial Texts';
+$strPartition = 'დანაყოფი %s';
+$strPartitionDefinition = 'PARTITION definition';
+$strPartitionMaintenance = 'Partition maintenance';
+$strPartitioned = 'დაყოფილი';
+$strPassword = 'პაროლი';
+$strPasswordChanged = 'The password for %s was changed successfully.';
+$strPasswordEmpty = 'პაროლი ცარიელია!';
+$strPasswordHashing = 'Password Hashing';
+$strPasswordNotSame = 'პაროლები არ ემთხვევა!';
+$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
+$strPdfInvalidTblName = 'ცხრილი "%s" არ არსებობს!';
+$strPdfNoTables = 'ცხრილები არაა';
$strPerHour = 'საათში';
$strPerMinute = 'წუთში';
$strPerSecond = 'წამში';
$strPersian = 'სპარსული';
$strPhoneBook = 'სატელეფონო წიგნი';
$strPhp = 'PHP კოდის შექმნა';
-$strPHPExtension = 'PHP-ის გაფართოება';
-$strPHPVersion = 'PHP-ის ვერსია';
$strPlayAudio = 'ხმის დაკვრა';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';
$strPmaDocumentation = 'phpMyAdmin-ის დოკუმენტაცია';
@@ -622,13 +622,13 @@ $strPolish = 'პოლონური';
$strPortrait = 'პორტრეტული';
$strPos1 = 'დასაწყისი';
$strPrevious = 'წინა';
+$strPrimary = 'პირველადი';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)';
-$strPrimary = 'პირველადი';
$strPrint = 'დაბეჭდვა';
-$strPrintViewFull = 'ხედის ამობეჭდვა (სრული ტექსტებით)';
$strPrintView = 'ხედის ამობეჭდვა';
+$strPrintViewFull = 'ხედის ამობეჭდვა (სრული ტექსტებით)';
$strPrivDescAllPrivileges = 'შეიცავს ყველა პრივილეგიას GRANT-ის გამოკლებით.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
@@ -642,8 +642,8 @@ $strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescEvent = 'Allows to set up events for the event scheduler';
-$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
+$strPrivDescExecute5 = 'Allows executing stored routines.';
$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.';
@@ -675,9 +675,9 @@ $strProfiling = 'Profiling';
$strProtocolVersion = 'ოქმის ვერსია';
$strPutColNames = 'Put fields names in the first row';
+$strQBE = 'მოთხოვნა';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'მოთხოვნა';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database %s:';
@@ -688,6 +688,7 @@ $strQueryTime = 'მოთხოვნას დასჭირდა %01.4f წ
$strQueryType = 'მოთხოვნის ტიპი';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
+$strReType = 'Re-type';
$strReadRequests = 'მოთხოვნების წაკითხვა';
$strRebuild = 'Rebuild';
$strReceived = 'მიღებულია';
@@ -695,22 +696,22 @@ $strRecommended = 'რეკომენდებული';
$strRecords = 'ჩანაწერები';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'განახლება';
+$strRelationDeleted = 'Relation deleted';
+$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
+$strRelationView = 'Relation view';
$strRelationalDisplayField = 'Relational display field';
$strRelationalKey = 'Relational key';
$strRelationalSchema = 'Relational schema';
-$strRelationDeleted = 'Relation deleted';
-$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';
-$strReloadPrivileges = 'პრივილეგიების გადატვირთვა';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReload = 'გადატვირთვა';
+$strReloadPrivileges = 'პრივილეგიების გადატვირთვა';
+$strReloadingThePrivileges = 'Reloading the privileges';
$strRemovePartitioning = 'Remove partitioning';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
-$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
+$strRenameTableOK = 'Table %s has been renamed to %s';
$strRepair = 'აღდგენა';
$strRepairTable = 'ცხრილის აღდგენა';
$strReplaceNULLBy = 'Replace NULL by';
@@ -719,36 +720,46 @@ $strReplication = 'რეპლიკაცია';
$strReset = 'დაბრუნება';
$strResourceLimits = 'Resource limits';
$strRestartInsertion = 'Restart insertion with %s rows';
-$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';
+$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
+$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
+$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'რუმინული';
$strRoutineReturnType = 'Return type';
$strRoutines = 'Routines';
$strRowLength = 'სტრიქონის სიგრძე';
+$strRowSize = ' სტრიქონის ზომა ';
+$strRows = 'სტრიქონები';
$strRowsAffected = '%1$d row(s) affected.';
$strRowsDeleted = 'წაიშალა %1$d სტრიქონი.';
$strRowsFrom = 'row(s) starting from record #';
$strRowsInserted = 'ჩაისვა %1$d სტრიქონი.';
-$strRowSize = ' სტრიქონის ზომა ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'ჰორიზონტალური';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'ვერტიკალური';
-$strRows = 'სტრიქონები';
$strRowsStatistic = 'Row Statistics';
-$strRunning = 'გაშვებულია სერვერზე %s';
$strRunQuery = 'მოთხოვნის გაგზავნა';
-$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
+$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
+$strRunning = 'გაშვებულია სერვერზე %s';
$strRussian = 'რუსული';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL compatibility mode';
+$strSQLExportType = 'Export type';
+$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-ის შედეგი';
+$strSQPBugInvalidIdentifer = 'Invalid Identifer';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
+$strSave = 'შენახვა';
$strSaveOnServer = 'სერვერის %s დირექტორიაში შენახვა';
$strSavePosition = 'მდებარეობის შენახვა';
-$strSave = 'შენახვა';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
+$strSearch = 'ძებნა';
$strSearchFormTitle = 'მონაცემთა ბაზაში ძებნა';
$strSearchInField = 'ველში:';
$strSearchInTables = 'ცხრილ(ებ)ში:';
@@ -758,7 +769,6 @@ $strSearchOption2 = 'ყველა სიტყვა';
$strSearchOption3 = 'ზუსტი ფრაზა';
$strSearchOption4 = 'რეგულარული გამოსახულება';
$strSearchResultsFor = 'Search results for "%s" %s:';
-$strSearch = 'ძებნა';
$strSearchType = 'იპოვე:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'გთხოვთ აირჩიოთ მონაცემთა ბაზა';
@@ -771,38 +781,36 @@ $strSelectReferencedKey = 'Select referenced key';
$strSelectTables = 'ცხრილების არჩევა';
$strSend = 'ფაილის სახის შენახვა';
$strSent = 'გაიგზავნა';
+$strServer = 'სერვერი';
$strServerChoice = 'სერვერის არჩევა';
$strServerNotResponding = 'სერვერი არ პასუხობს';
-$strServer = 'სერვერი';
-$strServers = 'სერვერები';
-$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
+$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatusUptime = 'MySQL სერვერის მუშაობის პერიოდი - %s. გაშვების დრო - %s.';
$strServerTabVariables = 'ცვლადები';
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'სერვერის ცვლადები და პარამეტრები';
$strServerVersion = 'სერვერის ვერსია';
+$strServers = 'სერვერები';
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.';
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
$strSessionValue = 'სესიის მნიშვნელობა';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'... 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\').';
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion';
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth';
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth';
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server';
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
+$strSetupBZipDump_desc = '[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა იმპორტირების და ექსპორტირების ოპერაციებისთვის';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters';
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters';
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.';
-$strSetupblowfish_secret_name = 'Blowfish secret';
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows';
$strSetupBrowseMarkerEnable_name = 'Row marker';
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor';
$strSetupBrowsePointerEnable_name = 'Highlight pointer';
-$strSetupBZipDump_desc = '[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა იმპორტირების და ექსპორტირების ოპერაციებისთვის';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupCannotLoadConfig = 'კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა';
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.';
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields';
@@ -829,27 +837,14 @@ $strSetupDefaultTabServer_name = 'Default server tab';
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table';
$strSetupDefaultTabTable_name = 'Default table tab';
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.';
+$strSetupDisplay = 'ჩვენება';
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down';
$strSetupDisplayDatabasesList_name = 'მონაცემთა ბაზების სიის სახით ჩვენება';
-$strSetupDisplay = 'ჩვენება';
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down';
$strSetupDisplayServersList_name = 'სერვერების სიის სახით ჩვენება';
$strSetupDonateLink = 'შემოწირულობა';
$strSetupDownload = 'ჩამოტვირთვა';
$strSetupEndOfLine = 'სტრიქონის დასასრული';
-$strSetuperror_connection = 'MySQL სერვერთან დაკავშირება ვერ მოხერხდა';
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb';
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb';
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method';
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method';
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method';
-$strSetuperror_form = 'Submitted form contains errors';
-$strSetuperror_incorrect_ip_address = 'IP მისამართი არასწორია: %s';
-$strSetuperror_incorrect_port = 'პორტის ნომერი არასწორია';
-$strSetuperror_incorrect_value = 'არასწორი მნიშვნელობა';
-$strSetuperror_missing_field_data = 'Missing data for %s';
-$strSetuperror_nan_nneg = 'Not a non-negative number';
-$strSetuperror_nan_p = 'არადადებითი რიცხვი';
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)';
$strSetupExecTimeLimit_name = 'Maximum execution time';
$strSetupExport_asfile_name = 'ფაილად შენახვა';
@@ -863,8 +858,8 @@ $strSetupExport_onserver_name = 'სერვერზე შენახვა'
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)';
$strSetupExport_remember_file_template_name = 'Remember file name template';
$strSetupFalse = 'არა';
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin';
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it';
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin';
$strSetupForceSSL_name = 'Force SSL connection';
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value';
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order';
@@ -872,54 +867,54 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit';
$strSetupForm_Browse = 'დათვალიერების რეჟიმი';
$strSetupForm_Browse_desc = 'Customize browse mode';
-$strSetupForm_Edit_desc = 'Customize edit mode';
$strSetupForm_Edit = 'რედაქტირების რეჟიმი';
-$strSetupForm_Export_defaults_desc = 'Customize default export options';
+$strSetupForm_Edit_desc = 'Customize edit mode';
$strSetupForm_Export_defaults = 'Export defaults';
-$strSetupForm_Import_defaults_desc = 'Customize default common import options';
+$strSetupForm_Export_defaults_desc = 'Customize default export options';
$strSetupForm_Import_defaults = 'Import defaults';
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options';
+$strSetupForm_Import_defaults_desc = 'Customize default common import options';
$strSetupForm_Import_export = 'იმპორტი / ექსპორტი';
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options';
$strSetupForm_Left_databases = 'მონაცემთა ბაზები';
$strSetupForm_Left_databases_desc = 'მონაცემთა ბაზის ჩვენების პარამეტრები';
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame';
$strSetupForm_Left_frame = 'ნავიგაციის ჩარჩო';
-$strSetupForm_Left_servers_desc = 'სერვერის ჩვენების პარამეტრები';
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame';
$strSetupForm_Left_servers = 'სერვერები';
-$strSetupForm_Left_tables_desc = 'ცხრილების ჩვენების პარამეტრები';
+$strSetupForm_Left_servers_desc = 'სერვერის ჩვენების პარამეტრები';
$strSetupForm_Left_tables = 'ცხრილები';
+$strSetupForm_Left_tables_desc = 'ცხრილების ჩვენების პარამეტრები';
$strSetupForm_Main_frame = 'მთავარი ჩარჩო';
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else';
$strSetupForm_Other_core_settings = 'Other core settings';
-$strSetupForm_Query_window_desc = 'Customize query window options';
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else';
$strSetupForm_Query_window = 'მოთხოვნების ფანჯარა';
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL';
+$strSetupForm_Query_window_desc = 'Customize query window options';
$strSetupForm_Security = 'უსაფრთხოება';
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL';
$strSetupForm_Server = 'ძირითადი პარამეტრები';
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for';
$strSetupForm_Server_config = 'სერვერის კონფიგურაცია';
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for';
$strSetupForm_Server_desc = 'Enter server connection parameters';
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication';
$strSetupForm_Server_login_options = 'Signon login options';
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation';
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication';
$strSetupForm_Server_pmadb = 'PMA-ის მონაცემთა ბაზა';
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation';
+$strSetupForm_Sql_box = 'SQL Query box';
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes';
+$strSetupForm_Sql_queries = 'SQL მოთხოვნები';
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings';
+$strSetupForm_Startup = 'Startup';
+$strSetupForm_Startup_desc = 'Customize startup page';
+$strSetupForm_Tabs = 'დაფები';
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work';
$strSetupFormset_customization = 'Customization';
$strSetupFormset_export = 'Customize export options';
$strSetupFormset_features = 'Features';
$strSetupFormset_import = 'Customize import defaults';
$strSetupFormset_left_frame = 'Customize navigation frame';
$strSetupFormset_main_frame = 'Customize main frame';
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes';
-$strSetupForm_Sql_box = 'SQL Query box';
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings';
-$strSetupForm_Sql_queries = 'SQL მოთხოვნები';
-$strSetupForm_Startup_desc = 'Customize startup page';
-$strSetupForm_Startup = 'Startup';
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work';
-$strSetupForm_Tabs = 'დაფები';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupHomepageLink = 'phpMyAdmin-ის სათაო გვერდი';
$strSetupIconvExtraParams_name = 'Extra parameters for iconv';
$strSetupIgnoreErrors = 'შეცდომების იგნორირება';
@@ -950,9 +945,9 @@ $strSetupLeftFrameLight_name = 'Use light version';
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth';
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels';
$strSetupLeftFrameTableSeparator_name = 'Table tree separator';
-$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Logo link target';
+$strSetupLeftLogoLink_name = 'Logo link URL';
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor';
$strSetupLeftPointerEnable_name = 'Enable highlighting';
$strSetupLetUserChoose = 'let the user choose';
@@ -965,8 +960,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name';
$strSetupLoginCookieStore_desc = 'Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.';
$strSetupLoginCookieStore_name = 'Login cookie store';
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.';
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';
$strSetupLoginCookieValidity_name = 'Login cookie validity';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';
@@ -1004,16 +999,34 @@ $strSetupRecodingEngine_desc = 'Select which functions will be used for characte
$strSetupRecodingEngine_name = 'Recoding engine';
$strSetupRestoreDefaultValue = 'Restore default value';
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values';
+$strSetupSQLQuery_Edit_name = 'რედაქტირება';
+$strSetupSQLQuery_Explain_name = 'SQL-ის ახსნა';
+$strSetupSQLQuery_Refresh_name = 'განახლება';
+$strSetupSQLQuery_ShowAsPHP_name = 'PHP კოდის შექმნა';
+$strSetupSQLQuery_Validate_name = 'Validate SQL';
$strSetupSaveDir_desc = 'Directory where exports can be saved on server';
$strSetupSaveDir_name = 'დირექტორიის შენახვა';
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons';
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';
$strSetupServersAdd = 'ახალი სერვერის დამატება';
+$strSetupServersEdit = 'სერვერის რედაქტირება';
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used';
$strSetupServers_AllowDeny_order_name = 'Host authentication order';
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults';
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules';
$strSetupServers_AllowRoot_name = 'root-ით შესვლის ნებართვა';
+$strSetupServers_CountTables_desc = 'Count tables when showing database list';
+$strSetupServers_CountTables_name = 'ცხრილების დათვლა';
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA-ის გამოყენების აკრძალვა';
+$strSetupServers_LogoutURL_name = 'Logout URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command';
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example';
+$strSetupServers_SignonSession_name = 'Signon session name';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey config file';
$strSetupServers_auth_type_desc = 'Authentication method to use';
@@ -1029,14 +1042,8 @@ $strSetupServers_connect_type_name = 'კავშირის ტიპი';
$strSetupServers_controlpass_name = 'Control user password';
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Control user';
-$strSetupServers_CountTables_desc = 'Count tables when showing database list';
-$strSetupServers_CountTables_name = 'ცხრილების დათვლა';
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Designer table';
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA-ის გამოყენების აკრძალვა';
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
-$strSetupServersEdit = 'სერვერის რედაქტირება';
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported';
$strSetupServers_extension_name = 'გამოსაყენებელი PHP გაფართოება';
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)';
@@ -1045,7 +1052,6 @@ $strSetupServers_history_desc = 'Leave blank for no SQL query history support, s
$strSetupServers_history_name = 'SQL query history table';
$strSetupServers_host_desc = 'Hostname where MySQL server is running';
$strSetupServers_host_name = 'სერვერის ჰოსტის სახელი';
-$strSetupServers_LogoutURL_name = 'Logout URL';
$strSetupServers_nopassword_desc = 'Try to connect without password';
$strSetupServers_nopassword_name = 'პაროლის გარეშე დაკავშირება';
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'';
@@ -1060,12 +1066,6 @@ $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave emp
$strSetupServers_port_name = 'სერვერის პორტი';
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Relation table';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command';
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example';
-$strSetupServers_SignonSession_name = 'Signon session name';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default';
$strSetupServers_socket_name = 'Server socket';
$strSetupServers_ssl_name = 'SSL-ის გამოყენება';
@@ -1091,9 +1091,9 @@ $strSetupShowFunctionFields_name = 'ფუნქციების ველე
$strSetupShowHiddenMessages = 'ფარული შეტყობინებების ჩვენება (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output';
$strSetupShowPhpInfo_name = 'phpinfo() ბმულის ჩვენება';
-$strSetupShowServerInfo_name = 'MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება';
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed';
$strSetupShowSQL_name = 'SQL მოთხოვნების ჩვენება';
+$strSetupShowServerInfo_name = 'MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება';
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)';
$strSetupShowStats_name = 'სტატისტიკის ჩევნება';
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name';
@@ -1103,11 +1103,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips';
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables';
$strSetupSkipLockedTables_name = 'დაბლოკილი ცხრილების გამოტოვება';
-$strSetupSQLQuery_Edit_name = 'რედაქტირება';
-$strSetupSQLQuery_Explain_name = 'SQL-ის ახსნა';
-$strSetupSQLQuery_Refresh_name = 'განახლება';
-$strSetupSQLQuery_ShowAsPHP_name = 'PHP კოდის შექმნა';
-$strSetupSQLQuery_Validate_name = 'Validate SQL';
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty';
$strSetupSuggestDBName_name = 'Suggest new database name';
$strSetupTrue = 'დიახ';
@@ -1119,6 +1114,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database';
$strSetupUseDbSearch_name = 'Use database search';
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.';
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements';
+$strSetupVersionCheck = 'ვერსიის შემოწმება';
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.';
$strSetupVersionCheckInvalid = 'Got invalid version string from server';
$strSetupVersionCheckLink = 'უკანასკნელ ვერსიაზე შემოწმება';
@@ -1126,29 +1122,39 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.';
$strSetupVersionCheckNone = 'No newer stable version is available';
$strSetupVersionCheckUnparsable = 'Unparsable version string';
-$strSetupVersionCheck = 'ვერსიის შემოწმება';
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.';
$strSetupWarning = 'Warning';
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.';
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
+$strSetupblowfish_secret_name = 'Blowfish secret';
+$strSetuperror_connection = 'MySQL სერვერთან დაკავშირება ვერ მოხერხდა';
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb';
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb';
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method';
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method';
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method';
+$strSetuperror_form = 'Submitted form contains errors';
+$strSetuperror_incorrect_ip_address = 'IP მისამართი არასწორია: %s';
+$strSetuperror_incorrect_port = 'პორტის ნომერი არასწორია';
+$strSetuperror_incorrect_value = 'არასწორი მნიშვნელობა';
+$strSetuperror_missing_field_data = 'Missing data for %s';
+$strSetuperror_nan_nneg = 'Not a non-negative number';
+$strSetuperror_nan_p = 'არადადებითი რიცხვი';
+$strShow = 'ჩვენება';
$strShowAll = 'ყველას ჩვენება';
-$strShowBinaryContents = 'ორობითი შიგთავსის ჩვენება';
$strShowBLOBContents = 'Show BLOB contents';
+$strShowBinaryContents = 'ორობითი შიგთავსის ჩვენება';
$strShowColor = 'ფერის ჩვენება';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowHideLeftMenu = 'Show/Hide left menu';
-$strShowingBookmark = 'Showing bookmark';
-$strShowingPhp = 'PHP კოდის სახით ჩვენება';
-$strShowingRecords = 'Showing rows';
-$strShowingSQL = 'Showing SQL query';
$strShowKeys = 'Only show keys';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'PHP-ის ინფორმაციის ჩვენება';
-$strShow = 'ჩვენება';
$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.';
@@ -1202,13 +1208,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsync() writes done to
$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_createdDescr = 'The number of pages created.';
$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_avgDescr = 'The average time to acquire a row lock, 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.';
@@ -1224,10 +1230,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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.';
+$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$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.';
@@ -1240,8 +1246,8 @@ $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_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_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.';
@@ -1261,6 +1267,10 @@ $strShowStatusThreads_runningDescr = 'The number of threads that are not sleepin
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'ცხრილების ჩვენება';
$strShowThisQuery = ' Show this query here again ';
+$strShowingBookmark = 'Showing bookmark';
+$strShowingPhp = 'PHP კოდის სახით ჩვენება';
+$strShowingRecords = 'Showing rows';
+$strShowingSQL = 'Showing SQL query';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'ზომა';
@@ -1270,52 +1280,43 @@ $strSlovenian = 'სლოვენური';
$strSmallBigAll = 'Small/Big All';
$strSnapToGrid = 'Snap to grid';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
+$strSort = 'დალაგება';
$strSortByKey = 'Sort by key';
$strSorting = 'დალაგება';
-$strSort = 'დალაგება';
$strSpaceUsage = 'ადგილის გამოყენება';
$strSpanish = 'ესპანური';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
-$strSQLCompatibility = 'SQL compatibility mode';
-$strSQLExportType = 'Export type';
-$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 = 'Invalid Identifer';
-$strSQPBugUnclosedQuote = 'Unclosed quote';
-$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStandInStructureForView = 'Stand-in structure for view';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'შეიქმნა';
+$strStatUpdateTime = 'უკანასკნელი განახლება';
$strStatement = 'Statements';
$strStatic = 'სტატიკური';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
-$strStatUpdateTime = 'უკანასკნელი განახლება';
$strStatus = 'მდგომარეობა';
-$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
+$strStorageEngines = 'Storage Engines';
$strStrucCSV = 'CSV';
$strStrucData = 'სტრუქტურა და მონაცემები';
$strStrucExcelCSV = 'CSV MS Excel-თვის';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'მხოლოდ სტრუქტურა';
$strStructPropose = 'ცხრილის სტრუქტურის შეთავაზება';
-$strStructureForView = 'სტრუქტურა ხედისათვის';
$strStructure = 'სტრუქტურა';
+$strStructureForView = 'სტრუქტურა ხედისათვის';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
$strSum = 'ჯამი';
$strSwedish = 'შვედური';
-$strSwekeyAuthenticating = 'ავთენტიფიკაცია...';
$strSwekeyAuthFailed = 'Hardware authentication failed';
-$strSwekeyNoKeyId = 'File %s does not contain any key id';
+$strSwekeyAuthenticating = 'ავთენტიფიკაცია...';
$strSwekeyNoKey = 'No valid authentication key plugged';
+$strSwekeyNoKeyId = 'File %s does not contain any key id';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
+$strTable = 'ცხრილი';
$strTableAlreadyExists = 'ცხრილი %s უკვე არსებობს!';
$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully';
$strTableComments = 'ცხრილის კომენტარები';
@@ -1329,32 +1330,31 @@ $strTableMaintenance = 'Table maintenance';
$strTableName = 'ცხრილის სახელი';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'ცხრილის პარამეტრები';
-$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
-$strTable = 'ცხრილი';
+$strTables = '%s table(s)';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'დროებითი მონაცემები';
$strTextAreaLength = ' Because of its length, this field might not be editable ';
$strTexyText = 'Texy! text';
$strThai = 'Thai';
+$strTheme = 'თემა / სტიპი';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
-$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
+$strThemeNotFound = 'Theme %s not found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
-$strTheme = 'თემა / სტიპი';
$strThisHost = 'ეს ჰოსტი';
-$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
+$strThreads = 'Threads';
+$strTime = 'დრო';
$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 = 'დრო';
$strToFromPage = 'to/from page';
+$strToSelectRelation = 'To select relation, click :';
$strToggleScratchboard = 'Toggle scratchboard';
$strToggleSmallBig = 'Toggle small/big';
-$strToSelectRelation = 'To select relation, click :';
$strTotal = 'სულ';
$strTotalUC = 'სულ';
$strTraditionalChinese = 'ტრადიციული ჩინური';
@@ -1385,10 +1385,10 @@ $strUnique = 'უნიკალური';
$strUnknown = 'უცნობი';
$strUnselectAll = 'მონიშნვის მოხსნა';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
+$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'პროფილი განახლდა.';
$strUpdateQuery = 'მოთხოვნის განახლება';
-$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadErrorCantWrite = 'Failed to write file to disk.';
$strUploadErrorExtension = 'File upload stopped by extension.';
@@ -1402,6 +1402,11 @@ $strUploadsNotAllowed = 'File uploads are not allowed on this server.';
$strUsage = 'გამოყენება';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table';
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
+$strUseTables = 'გამოიყენე ცხრილები';
+$strUseTextField = 'გამოიყენე ტექსტური ველი';
+$strUseThisValue = 'გამოიყენე ეს ველი';
+$strUser = 'მომხმარებელი';
$strUserAlreadyExists = 'მომხმარებელი %s უკვე არსებობს!';
$strUserEmpty = 'მომხმარებლის სახელი ცარიელია!';
$strUserName = 'მომხმარებლის სახელი';
@@ -1409,30 +1414,25 @@ $strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'მომხმარებლის მიმოხილვა';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to "%s"';
-$strUser = 'მომხმარებელი';
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
-$strUseTables = 'გამოიყენე ცხრილები';
-$strUseTextField = 'გამოიყენე ტექსტური ველი';
-$strUseThisValue = 'გამოიყენე ეს ველი';
$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 = 'მნიშვნელობა';
$strVar = 'ცვლადი';
$strVersionInformation = 'ინფორმაცია ვერსიის შესახებ';
-$strViewDumpDatabases = 'View dump (schema) of databases';
-$strViewDumpDB = 'View dump (schema) of database';
+$strView = 'ხედო';
$strViewDump = 'View dump (schema) of table';
+$strViewDumpDB = 'View dump (schema) of database';
+$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewImage = 'გამოსახულების ჩვენება';
$strViewName = 'VIEW name';
$strViewVideo = 'ვიდეოს ჩვენება';
-$strView = 'ხედო';
-$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
-$strWebServerUploadDirectory = 'web server upload directory';
$strWebServer = 'ვებ სერვერი';
+$strWebServerUploadDirectory = 'web server upload directory';
+$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWelcome = 'მოგესალმებათ %s';
$strWestEuropean = 'West European';
$strWiki = 'ვიკი';
@@ -1449,41 +1449,181 @@ $strYes = 'დიახ';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zip-ით შეკუმშული"';
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+// To translate:
$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1492,127 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php
index 393e063f8..9136f82cf 100644
--- a/lang/german-utf-8.inc.php
+++ b/lang/german-utf-8.inc.php
@@ -27,10 +27,11 @@ $month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'Au
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
+$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strAbortedClients = 'Abgebrochen';
+$strAccessDenied = 'Zugriff verweigert.';
$strAccessDeniedCreateConfig = 'Eine mögliche Ursache wäre, dass Sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.';
$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 Passwort 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';
$strActions = 'Aktionen';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
@@ -46,62 +47,61 @@ $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 Spalten zum Index hinzufügen';
-$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
+$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAdministration = 'Administration';
+$strAfter = 'Nach %s';
$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';
-$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit erreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
+$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit erreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.';
$strAlterOrderBy = 'Tabelle sortieren nach';
+$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnalyze = 'Analysieren';
$strAnalyzeTable = 'Analysiere Tabelle';
-$strAndThen = 'und dann';
$strAnd = 'und';
+$strAndThen = 'und dann';
$strAngularLinks = 'Winklige Verbindung';
-$strAnIndex = 'Ein Index wurde in %s erzeugt';
-$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
+$strAnyHost = 'Jeder Host';
$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';
$strAsDefined = 'Benutzerdefiniert:';
+$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutomaticLayout = 'Automatische Anordnung';
+$strBLOBRepository = 'BLOB-Repository';
+$strBLOBRepositoryDamaged = 'Beschädigt';
+$strBLOBRepositoryDisable = 'Deaktivieren';
+$strBLOBRepositoryDisableAreYouSure = 'Wirklich alle BLOB-Referenzen für Datenbank %s deaktivieren?';
+$strBLOBRepositoryDisableStrongWarning = 'Sie sind dabei ein BLOB-Repository zu deaktivieren!';
+$strBLOBRepositoryDisabled = 'Deaktiviert';
+$strBLOBRepositoryEnable = 'Aktivieren';
+$strBLOBRepositoryEnabled = 'Aktiviert';
+$strBLOBRepositoryRemove = 'BLOB-Referenz entfernen';
+$strBLOBRepositoryRepair = 'Reparieren';
+$strBLOBRepositoryUpload = 'Zu BLOB-Repository hochladen';
$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';
-$strBLOBRepository = 'BLOB-Repository';
-$strBLOBRepositoryDamaged = 'Beschädigt';
-$strBLOBRepositoryDisableAreYouSure = 'Wirklich alle BLOB-Referenzen für Datenbank %s deaktivieren?';
-$strBLOBRepositoryDisabled = 'Deaktiviert';
-$strBLOBRepositoryDisable = 'Deaktivieren';
-$strBLOBRepositoryDisableStrongWarning = 'Sie sind dabei ein BLOB-Repository zu deaktivieren!';
-$strBLOBRepositoryEnable = 'Aktivieren';
-$strBLOBRepositoryEnabled = 'Aktiviert';
-$strBLOBRepositoryRemove = 'BLOB-Referenz entfernen';
-$strBLOBRepositoryRepair = 'Reparieren';
-$strBLOBRepositoryUpload = 'Zu BLOB-Repository hochladen';
+$strBinary = 'Binär';
+$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
+$strBinaryLog = 'Binäres Protokoll';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkCreated = 'Bookmark %s wurde gespeichert';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
@@ -113,21 +113,22 @@ $strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseDistinctValues = 'Zeige nur unterschiedliche Werte';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
-$strBufferPoolActivity = 'Aktivität des Puffer-Pools';
$strBufferPool = 'Puffer-Pool';
+$strBufferPoolActivity = 'Aktivität des Puffer-Pools';
$strBufferPoolUsage = 'Auslastung des Puffer-Pools';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
-$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
+$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzip = 'BZip-komprimiert';
+$strCSV = 'CSV';
$strCalendar = 'Kalender';
-$strCancel = 'Abbrechen';
$strCanNotLoadExportPlugins = 'Export-Plugins konnten nicht geladen werden, bitte Installation überprüfen!';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
+$strCancel = 'Abbrechen';
$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.';
@@ -138,24 +139,24 @@ $strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
+$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$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 = 'Anmelde-Information ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Passwort ändern';
-$strCharsetOfFile = 'Zeichencodierung der Datei:';
-$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
-$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
+$strCharsetOfFile = 'Zeichencodierung der Datei:';
+$strCharsets = 'Zeichensätze';
+$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
+$strCheck = 'Überprüfen';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
-$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank "%s".';
$strCheckPrivs = 'Rechte überprüfen';
+$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank "%s".';
$strCheckTable = 'Überprüfe Tabelle';
-$strCheck = 'Überprüfen';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
@@ -177,8 +178,8 @@ $strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strControluserFailed = 'Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, ist fehlgeschlagen.';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
-$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
+$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank.Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
@@ -201,13 +202,19 @@ $strCreateUserDatabaseWildcard = 'Gewähre alle Rechte auf Datenbanken die mit d
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
-$strCSV = 'CSV';
$strCustomColor = 'Benutzerdefinierte Farbe';
$strCyrillic = 'Kyrillisch';
-$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
+$strCzechSlovak = 'Tschechoslowakisch';
+$strDBComment = 'Datenbankkommentar: ';
+$strDBCopy = 'Datenbank kopieren nach';
+$strDBRename = 'Datenbank umbenennen in';
$strDanish = 'Dänisch';
+$strData = 'Daten';
+$strDataDict = 'Strukturverzeichnis';
+$strDataOnly = 'Nur Daten';
+$strDataPages = 'Daten enthaltende Seiten';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
@@ -215,34 +222,27 @@ $strDatabaseHasBeenCreated = 'Die Datenbank %1$s wurde erzeugt.';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
+$strDatabasesStats = 'Statistik über alle Datenbanken';
$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';
$strDbIsEmpty = 'Die Datenbank scheint leer zu sein!';
$strDbPrivileges = 'Datenbankspezifische Rechte';
-$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
-$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
+$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
+$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$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.';
$strDelete = 'Löschen';
+$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
+$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteNoUsersSelected = 'Es wurden keine Benutzer zum Löschen ausgewählt!';
$strDeleteRelation = 'Verknüpfung löschen';
+$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeleting = 'Lösche %s';
$strDelimiter = 'Begrenzer';
-$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDesigner = 'Designer';
@@ -251,22 +251,22 @@ $strDetails = 'Details ...';
$strDictionary = 'Wörterbuch';
$strDirectLinks = 'Direkte Verbindung';
$strDirtyPages = 'Inkonsistente Seiten ("dirty")';
-$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
+$strDisabled = 'Deaktiviert';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
+$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentation';
$strDownloadFile = 'Datei herunterladen';
-$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
-$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
+$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$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.';
+$strDumpingData = 'Daten für Tabelle';
$strDynamic = 'dynamisch';
$strEdit = 'Bearbeiten';
@@ -277,13 +277,13 @@ $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';
+$strEndCut = 'AUSSCHNITTSENDE';
$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.';
+$strEngines = 'Formate';
$strEnglish = 'Englisch';
$strEnglishPrivileges = 'MySQL-Rechte werden auf Englisch angegeben.';
$strError = 'Fehler';
@@ -310,20 +310,20 @@ $strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldInsertFromFileTempDirNotExists = 'Fehler beim Verschieben der hochgeladenen Datei, siehe FAQ 1.11';
+$strFields = 'Felder';
$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';
-$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name';
$strFileNameTemplateDescription = 'Dieser Wert wird mit %1$sstrftime%2$s geparst, Sie können also Platzhalter für Datum und Uhrzeit verwenden. Darüber hinaus werden folgende Umformungen durchgeführt: %3$s. Der übrige Text bleibt unberührt.';
+$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name';
$strFileNameTemplateDescriptionServer = 'Server-Name';
$strFileNameTemplateDescriptionTable = 'Tabellen-Name';
$strFileNameTemplateRemember = 'Konvention merken';
-$strFiles = 'Dateien';
$strFileToImport = 'Zu importierende Datei';
+$strFiles = 'Dateien';
$strFlushPrivilegesNote = 'phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzerprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushQueryCache = 'Den Abfragencache leeren (FLUSH)';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
@@ -331,18 +331,18 @@ $strFlushTables = 'Den Tabellencache leeren ("FLUSH")';
$strFontSize = 'Schriftgröße';
$strForeignKeyError = 'Fehler beim Erzeugen eines Fremdschlüssels für %1$s (überprüfen Sie die Datentypen)';
$strForeignKeyRelationAdded = 'FOREIGN KEY Relation hinzugefügt';
-$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
+$strFormat = 'Format';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
$strFunctions = 'Funktionen';
$strGenBy = 'Erstellt von';
+$strGenTime = 'Erstellungszeit';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
-$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGetMoreThemes = 'Mehr Designs herunterladen!';
@@ -354,67 +354,67 @@ $strGrantOption = 'GRANT';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'wurde geändert.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHelp = 'Hilfe';
$strHexForBLOB = 'Benutze hexadecimal für BLOB';
+$strHide = 'Verstecken';
$strHideShowAll = 'Zeige/Verstecke alles';
$strHideShowNoRelation = 'Zeige/Verstecke Tabellen ohne Verknüpfung';
-$strHide = 'Verstecken';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle Homepage ';
-$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
+$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHostTableExplanation = 'Wenn die Host-Tabelle aktiv ist, wird dieses Feld ignoriert und stattdessen die Werte aus der Host-Tabelle verwendet.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Ungarisch';
+$strIEUnsupported = 'Der Internet Explorer unterstützt diese Funktion nicht.';
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
-$strIEUnsupported = 'Der Internet Explorer unterstützt diese Funktion nicht.';
-$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen';
$strIgnore = 'Ignorieren';
+$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
+$strImport = 'Importieren';
$strImportExportCoords = 'Import/Export Koordinaten für das PDF Schema';
$strImportFiles = 'Dateiimport';
$strImportFormat = 'Dateiformat';
-$strImport = 'Importieren';
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich abgeschlossen, %d Abfragen wurden ausgeführt.';
-$strIndexes = 'Indizes';
-$strIndexesSeemEqual = 'Die Indizes %1$s und %2$s scheinen gleich zu sein und einer könnte möglicherweise entfernt werden.';
-$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
+$strInUse = 'in Benutzung';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
+$strIndexes = 'Indizes';
+$strIndexesSeemEqual = 'Die Indizes %1$s und %2$s scheinen gleich zu sein und einer könnte möglicherweise entfernt werden.';
$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 Puffer-Pools';
+$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBDataFilePath = 'Datendateien';
-$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
+$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" 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!';
+$strInsert = 'Einfügen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'ID der eingefügten Zeile: %1$d';
-$strInsert = 'Einfügen';
$strInterface = 'Oberfläche';
$strInternalAndForeign = 'Eine interne Beziehung ist nicht notwendig, wenn bereits ein entsprechender FOREIGN KEY existiert.';
$strInternalRelationAdded = 'Interne Verknüpfung hinzugefügt';
$strInternalRelations = 'Interne Beziehungen';
-$strInUse = 'in Benutzung';
$strInvalidAuthMethod = 'Ungültige Authentifikationsmethode:';
-$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.';
-$strInvalidColumn = 'Ungültige Spalte angegeben (%s)!';
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.';
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.';
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"';
+$strInvalidColumn = 'Ungültige Spalte angegeben (%s)!';
+$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.';
$strInvalidDatabase = 'ungültige Datenbank';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.';
@@ -427,8 +427,8 @@ $strInvalidTableName = 'ungültiger Tabellenname';
$strJapanese = 'Japanisch';
$strJoins = 'Tabellenverknüpfungen (joins)';
$strJumpToDB = 'Zur Datenbank "%s" springen.';
-$strJustDeleteDescr = 'Die "gelöschten" Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
+$strJustDeleteDescr = 'Die "gelöschten" Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strKeepPass = 'Passwort nicht verändert';
$strKeyCache = 'Schlüssel-Cache';
@@ -437,21 +437,21 @@ $strKill = 'Beenden';
$strKnownExternalBug = 'Die Funktion "%s" wird durch einen bekannten Fehler beeinträchtigt, siehe %s';
$strKorean = 'Koreanisch';
+$strLDI = 'CSV mit LOAD DATA';
+$strLDILocal = 'verwende LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Querformat';
$strLanguage = 'Sprache';
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
-$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
+$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
-$strLDI = 'CSV mit LOAD DATA';
-$strLDILocal = 'verwende LOCAL';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
@@ -460,65 +460,66 @@ $strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
+$strLogPassword = 'Passwort:';
+$strLogServer = 'Server';
+$strLogServerHelp = 'Sie können einen Rechnernamen oder eine IP Adresse und einen Port durch Leerzeichen getrennt eingeben.';
+$strLogUsername = 'Benutzername:';
$strLogin = 'Anmeldung';
$strLoginInformation = 'Anmelde-Informationen';
$strLoginWithoutPassword = 'Login ohne Passwort ist verboten (siehe AllowNoPassword in der Konfiguration)';
$strLogout = 'Neu anmelden';
-$strLogPassword = 'Passwort:';
-$strLogServerHelp = 'Sie können einen Rechnernamen oder eine IP Adresse und einen Port durch Leerzeichen getrennt eingeben.';
-$strLogServer = 'Server';
-$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
+$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
+$strMIME_MIMEtype = 'MIME-Typ';
+$strMIME_available_mime = 'Verfügbare MIME-Typen';
+$strMIME_available_transform = 'Verfügbare Umwandlungen';
+$strMIME_description = 'Beschreibung';
+$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügbar. Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion "%s".';
+$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 = 'Umwandlungsoptionen';
+$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\', 100, 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_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strMaxConnects = 'max. gleichzeitige Verbindungen';
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage';
$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ügbar. Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion "%s".';
-$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\', 100, 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';
+$strModifyIndexTopic = 'Index modifizieren';
$strMoveMenu = 'Verschiebe Menü';
+$strMoveTable = 'Verschiebe Tabelle nach (Datenbank.Tabellenname):';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
-$strMoveTable = 'Verschiebe Tabelle nach (Datenbank.Tabellenname):';
$strMultilingual = 'mehrsprachig';
-$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Zeigers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenzeigers';
-$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.';
+$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Zeigers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
+$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).';
$strMyISAMRecoverOptions = 'Autoreparatur-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ährend einer Reparatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separatem Prozess).';
$strMyISAMRepairThreads = 'Reparaturprozess';
-$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.';
+$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes während einer Reparatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separatem Prozess).';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
+$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.';
$strMySQLCharset = 'MySQL-Zeichensatz';
-$strMysqlClientVersion = 'MySQL-Client-Version';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
-$strMysqlLibDiffersServerVersion = 'Die Version der verwendeten PHP MySQL Bibliothek %s unterscheidet sich von der Version des MySQL Servers %s. Dies kann zu unerwartetem Verhalten führen.';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
+$strMysqlClientVersion = 'MySQL-Client-Version';
+$strMysqlLibDiffersServerVersion = 'Die Version der verwendeten PHP MySQL Bibliothek %s unterscheidet sich von der Version des MySQL Servers %s. Dies kann zu unerwartetem Verhalten führen.';
$strName = 'Name';
$strNext = 'Nächste';
+$strNo = 'Nein';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
+$strNoDataReceived = 'Es wurden keinen Daten zum importieren empfangen. Entweder wurde keine Datei ausgewählt, oder die Dateigröße hat die maximal erlaubte Größe der PHP Konfiguration überschritten. Siehe FAQ 1.16.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
-$strNoDataReceived = 'Es wurden keinen Daten zum importieren empfangen. Entweder wurde keine Datei ausgewählt, oder die Dateigröße hat die maximal erlaubte Größe der PHP Konfiguration überschritten. Siehe FAQ 1.16.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
@@ -528,9 +529,6 @@ $strNoFrames = 'phpMyAdmin arbeitet besser mit einem Frame-fähigen Brows
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
-$strNoneDefault = 'Kein';
-$strNo = 'Nein';
-$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Passwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
@@ -541,17 +539,19 @@ $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.';
+$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
+$strNoValidateSQL = 'SQL-Validierung umgehen';
+$strNone = 'keine';
+$strNoneDefault = 'Kein';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle %s wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
-$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
-$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
-$strNumberOfFields = 'Anzahl der Felder';
-$strNumberOfTables = 'Anzahl Tabellen';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle %s';
$strNumSearchResultsTotal = 'Insgesamt%s Treffer';
$strNumTables = 'Tabellen';
+$strNumberOfFields = 'Anzahl der Felder';
+$strNumberOfTables = 'Anzahl Tabellen';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle';
@@ -566,58 +566,58 @@ $strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
-$strPacked = 'Gepackt';
-$strPageNumber = 'Seite:';
-$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
-$strPaperSize = 'Papiergröße';
-$strPartialImport = 'Partieller Import';
-$strPartialText = 'gekürzte Textfelder';
-$strPartitionDefinition = 'PARTITION Definition';
-$strPartitioned = 'partitioniert';
-$strPartitionMaintenance = 'Partitions-Hilfsmittel';
-$strPartition = 'Partition %s';
-$strPasswordChanged = 'Das Passwort für %s wurde geändert.';
-$strPasswordEmpty = 'Es wurde kein Passwort angegeben!';
-$strPasswordHashing = 'Password-Verschlüsselung';
-$strPasswordNotSame = 'Die eingegebenen Passwörter sind nicht identisch!';
-$strPassword = 'Passwort';
$strPBXTCheckpointFrequency = 'Checkpoint-Frequenz';
$strPBXTCheckpointFrequencyDesc = 'Die Menge an geschriebenen Daten in das Transaktionslog, bevor ein neuer Checkpoint angelegt wird. Die Voreinstellung ist 24 MB.';
$strPBXTDataFileGrowSize = 'Dateiwachstumsgröße';
$strPBXTDataFileGrowSizeDesc = 'Die Wachstumsgröße der Handle-Dateien (.xtd)';
$strPBXTDataLogThreshold = 'Data Log Grenzwert';
$strPBXTDataLogThresholdDesc = 'Die maximale Größe einer Logdatei. Der Standardwert ist 64 MB. PBXT kann maximal 32000 Logs erzeugen, welche von allen Tabellen genutzt werden. Diese Variable kann erhöht werden um die Menge an Daten, welche in der Datenbank gespeichert werden können zu vergrößern.';
-$strPBXTGarbageThresholdDesc = 'Der Prozentsatz an Müll in einer Logdatei bevor sie komprimiert wird. Der Wert kann zwischen 1 und 99 liegen, Voreinstellung ist 50.';
$strPBXTGarbageThreshold = 'Müll-Grenzwert';
-$strPBXTIndexCacheSizeDesc = 'Die Menge an reserviertem Speicher für den Index-Cache. Die Voreinstellung ist 32 MB. Der Speicher wird nur zum cachen von Index-Seiten verwendet.';
+$strPBXTGarbageThresholdDesc = 'Der Prozentsatz an Müll in einer Logdatei bevor sie komprimiert wird. Der Wert kann zwischen 1 und 99 liegen, Voreinstellung ist 50.';
$strPBXTIndexCacheSize = 'Index-Cache Größe';
-$strPBXTLogBufferSizeDesc = 'Die Größe des Puffers zum Schreiben von Logdateien. Die Voreinstellung ist 256 MB. Pro Thread wird ein Puffer reserviert, aber nur wenn der Thread Logdateien schreiben können muss.';
+$strPBXTIndexCacheSizeDesc = 'Die Menge an reserviertem Speicher für den Index-Cache. Die Voreinstellung ist 32 MB. Der Speicher wird nur zum cachen von Index-Seiten verwendet.';
$strPBXTLogBufferSize = 'Log Puffergröße';
-$strPBXTLogCacheSizeDesc = 'Die Menge an reserviertem Speicher für den Transaktionslog. Die Voreinstellung ist 16 MB.';
+$strPBXTLogBufferSizeDesc = 'Die Größe des Puffers zum Schreiben von Logdateien. Die Voreinstellung ist 256 MB. Pro Thread wird ein Puffer reserviert, aber nur wenn der Thread Logdateien schreiben können muss.';
$strPBXTLogCacheSize = 'Log-Cache Größe';
-$strPBXTLogFileCountDesc = 'Die Anzahl an Transaktionslogdateien (pbxt/system/xlog*.xt), die vom System verwaltet werden. Sind mehr Logs vorhanden, werden alte Logs gelöscht, ansonsten werden sie umbenannt und bekommen die nächsthöhere Nummer.';
+$strPBXTLogCacheSizeDesc = 'Die Menge an reserviertem Speicher für den Transaktionslog. Die Voreinstellung ist 16 MB.';
$strPBXTLogFileCount = 'Log file Anzahl';
-$strPBXTLogFileThresholdDesc = 'Die Größe des Transaktionslog bevor ein Rollover durchgeführt wird und eine neue Logdatei angelegt wird. Die Voreinstellung ist 16 MB.';
+$strPBXTLogFileCountDesc = 'Die Anzahl an Transaktionslogdateien (pbxt/system/xlog*.xt), die vom System verwaltet werden. Sind mehr Logs vorhanden, werden alte Logs gelöscht, ansonsten werden sie umbenannt und bekommen die nächsthöhere Nummer.';
$strPBXTLogFileThreshold = 'Logdatei Grenzwert';
+$strPBXTLogFileThresholdDesc = 'Die Größe des Transaktionslog bevor ein Rollover durchgeführt wird und eine neue Logdatei angelegt wird. Die Voreinstellung ist 16 MB.';
$strPBXTRecordCacheSizeDesc = 'Die Menge an reserviertem Speicher zum Cachen von Tabellendaten. Die Voreinstellung ist 32 MB. Der Speicher wird verwendet um Änderungen an Handle-Dateien (.xtd) und Row-Pointer-Dateien (.xtr) zu cachen.';
-$strPBXTRowFileGrowSizeDesc = 'Wachstum der Row-Pointer-Dateien (.xtr).';
$strPBXTRowFileGrowSize = 'Zeilenwachstum';
-$strPBXTTransactionBufferSizeDesc = 'Die Größe des globalen Transaktionslogpuffers (es werden zwei Puffer dieser Größe angelegt. Die Voreinstellung ist 1 MB.';
+$strPBXTRowFileGrowSizeDesc = 'Wachstum der Row-Pointer-Dateien (.xtr).';
$strPBXTTransactionBufferSize = 'Transaktionspuffergröße';
-$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
-$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
-$strPdfNoTables = 'keine Tabellen';
+$strPBXTTransactionBufferSizeDesc = 'Die Größe des globalen Transaktionslogpuffers (es werden zwei Puffer dieser Größe angelegt. Die Voreinstellung ist 1 MB.';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)';
$strPDFReportTitle = 'Titel des Reports';
+$strPHPExtension = 'PHP Erweiterung';
+$strPHPVersion = 'PHP-Version';
+$strPacked = 'Gepackt';
+$strPageNumber = 'Seite:';
+$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
+$strPaperSize = 'Papiergröße';
+$strPartialImport = 'Partieller Import';
+$strPartialText = 'gekürzte Textfelder';
+$strPartition = 'Partition %s';
+$strPartitionDefinition = 'PARTITION Definition';
+$strPartitionMaintenance = 'Partitions-Hilfsmittel';
+$strPartitioned = 'partitioniert';
+$strPassword = 'Passwort';
+$strPasswordChanged = 'Das Passwort für %s wurde geändert.';
+$strPasswordEmpty = 'Es wurde kein Passwort angegeben!';
+$strPasswordHashing = 'Password-Verschlüsselung';
+$strPasswordNotSame = 'Die eingegebenen Passwö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';
-$strPHPExtension = 'PHP Erweiterung';
$strPhp = 'PHP-Code erzeugen';
-$strPHPVersion = 'PHP-Version';
$strPlayAudio = 'Tonaufnahme abspielen';
$strPleaseSelectPrimaryOrUniqueKey = 'Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
@@ -626,10 +626,10 @@ $strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
+$strPrimary = 'Primärschlüssel';
$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 nur "PRIMARY" lauten.';
-$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
@@ -646,8 +646,8 @@ $strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescEvent = 'Erlaubt das Anlegen von Events für den Event-Scheduler';
-$strPrivDescExecute5 = 'Erlaubt das Ausführen von Routinen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
+$strPrivDescExecute5 = 'Erlaubt das Ausführen von Routinen.';
$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.';
@@ -692,6 +692,7 @@ $strQueryTime = 'die Abfrage dauerte %01.4f sek.';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
+$strReType = 'Wiederholen';
$strReadRequests = 'Leseanfragen';
$strRebuild = 'Neuaufbauen';
$strReceived = 'Empfangen';
@@ -699,22 +700,22 @@ $strRecommended = 'empfohlen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
+$strRelationDeleted = 'Verknüpfung gelöscht';
+$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
+$strRelationView = 'Beziehungsübersicht';
$strRelationalDisplayField = 'Relationaler Wert';
$strRelationalKey = 'Relationaler Schlüssel';
$strRelationalSchema = 'Beziehungsschema';
-$strRelationDeleted = 'Verknüpfung gelöscht';
-$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';
+$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strReload = 'Neuladen';
$strReloadPrivileges = 'Die Rechte neu laden';
+$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strRemovePartitioning = 'Entferne die Partitionierung';
$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';
+$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRepair = 'Reparieren';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
@@ -723,36 +724,46 @@ $strReplication = 'Replikation';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strRestartInsertion = 'Einfügen mit %s Zeilen neu starten';
-$strReType = 'Wiederholen';
+$strRevoke = 'Entfernen';
$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';
$strRoutineReturnType = 'Rückgabe-Typ';
$strRoutines = 'Routinen';
$strRowLength = 'Zeilenlänge';
+$strRowSize = 'Zeilengröße';
+$strRows = 'Zeilen';
$strRowsAffected = '%1$d Zeile(n) betroffen.';
$strRowsDeleted = '%1$d Zeile(n) gelöscht.';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowsInserted = '%1$d Zeile(n) eingefügt.';
-$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';
-$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
+$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen';
+$strRunning = 'auf %s';
$strRussian = 'Russisch';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL-Kompatibilitätsmodus';
+$strSQLExportType = 'Exporttyp';
+$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 Fehlerbericht 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';
+$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
+$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
+$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
+$strSave = 'Speichern';
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSavePosition = 'Speichere Position';
-$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
+$strSearch = 'Suche';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInField = 'Im Feld:';
$strSearchInTables = 'In der / den Tabelle(n):';
@@ -762,7 +773,6 @@ $strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "%s" %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';
@@ -775,38 +785,36 @@ $strSelectReferencedKey = 'Wählen Sie den referenzierten Schlüssel';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
+$strServer = 'Server';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
-$strServer = 'Server';
-$strServers = 'Server';
-$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)';
$strServerStatus = 'Laufzeit-Informationen';
+$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = 'Servertraffic: In diesen Tabellen wird der Netzwerkverkehr dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
+$strServers = 'Server';
$strSessionGCWarning = 'Ihre PHP Einstellung [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] ist niedriger als die in phpMyAdmin konfigurierte Cookiegültigkeit, deshalb wird Ihre Anmeldung eher ablaufen als in phpMyAdmin konfiguriert.';
$strSessionStartupErrorGeneral = 'Die Sitzung konnte nicht ohne Fehler gestartet werden, schauen Sie bitte in das Fehlerprokoll von PHP und/oder Ihres Webservers und konfigurieren Sie PHP entsprechend (session.save_path, Schreibrechte).';
$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\').';
$strSetupAllowAnywhereRecoding_name = 'Zeichensatzkonvertierung erlauben.';
-$strSetupAllowArbitraryServer_desc = 'Wenn aktiv kann ein Benutzer die Adresse eines beliebigen Servers beim Login angeben.';
$strSetupAllowArbitraryServerMsg = 'Diese [a@?page=form&formset=features#tab_Security]Option[/a]This [a@?page=form&formset=features#tab_Security]option[/a] sollte deaktiviert sein, weil sie Angreifern erlaubt Bruteforce-Attacken auf beliebige (auch fremde) MySQL-Servern durchzuführen. Wenn Sie der Meinung sind, dass diese Option unbedingt notwendig ist, sollten Sie die [a@?page=form&formset=features#tab_Security]trusted proxy list[/a] verwenden. IP-basierte Regeln sind aber nie wirklich ausreichend.';
+$strSetupAllowArbitraryServer_desc = 'Wenn aktiv kann ein Benutzer die Adresse eines beliebigen Servers beim Login angeben.';
$strSetupAllowArbitraryServer_name = 'Login zu beliebigen MySQL-Server erlauben.';
$strSetupAllowUserDropDatabase_name = '"Drop Database" normalen Benutzern anzeigen.';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2-Kompression und Dekompression[/a] benötigt Funktionen (%s), welche auf diesem System nicht verfügbar sind.';
+$strSetupBZipDump_desc = '[a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-Kompression für Import und Export aktivieren.';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Schlüssel sollte Buchstaben, Ziffern [em]und[/em] Sonderzeichen enthalten.';
-$strSetupblowfish_secret_desc = 'Geheime Passphrase zum Verschlüsseln der Cookies bei [kbd]cookie[/kbd]-Authentisierung';
$strSetupBlowfishSecretLengthMsg = 'Schlüssel ist zu kurz, er muss mindestens 8 Zeichen lang sein.';
$strSetupBlowfishSecretMsg = 'Sie hatten keinen Blowfish-Schlüssel angegeben, aber cookie-Authentisierung aktiviert, deshalb wurde ein Schlüssel automatisch erzeugt. Er wird zum Verschlüsseln der Cookies verwendet und muss nicht gemerkt werden.';
-$strSetupblowfish_secret_name = 'Blowfish-Schlüssel';
$strSetupBrowseMarkerEnable_desc = 'Markierte Zeilen hervorheben';
$strSetupBrowseMarkerEnable_name = 'Zeilenmarker';
$strSetupBrowsePointerEnable_desc = 'Zeile unter Mauscursor hervorheben';
$strSetupBrowsePointerEnable_name = 'Cursor hervorheben';
-$strSetupBZipDump_desc = '[a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-Kompression für Import und Export aktivieren.';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2-Kompression und Dekompression[/a] benötigt Funktionen (%s), welche auf diesem System nicht verfügbar sind.';
$strSetupCannotLoadConfig = 'Laden oder Speichern der Konfiguration fehlgeschlagen.';
$strSetupCannotLoadConfigMsg = 'Bitte erstellen Sie den Ordner [em]config[/em] im phpMyAdmin-Verzeichnis, und setzen Sie der Berechtigungen entsprechend. Ansonsten können Sie die Konfiguration nur herunterladen bzw. anzeigen.';
$strSetupCharEditing_desc = 'Definiert welcher Widgettyp zum Editieren von CHAR und VARCHAR-Feldern verwendet werden soll. [kbd]input[/kbd] - erlaubt das limitieren der Eingabelänge, [kbd]textarea[/kbd] - erlaubt Zeilenumbrüche in Feldern';
@@ -841,19 +849,6 @@ $strSetupDisplayServersList_name = 'Server als Liste anzeigen';
$strSetupDonateLink = 'Spenden';
$strSetupDownload = 'Download';
$strSetupEndOfLine = 'Zeilenenden';
-$strSetuperror_connection = 'Verbindungsaufbau zu MySQL-Server schlug fehl';
-$strSetuperror_empty_pmadb_password = 'Passwort des phpMyAdmin Hilfsusers ist leer, obwohl pmadb verwendet wird';
-$strSetuperror_empty_pmadb_user = 'Kein phpMyAdmin-Hilfsuser angegeben, obwohl pmadb verwendet wird';
-$strSetuperror_empty_signon_session = 'Leerer Sessionname, obwohl signon-Authentisierung verwendet wird';
-$strSetuperror_empty_signon_url = 'Leere signon-URL, obwohl signon-Authentisierung verwendet wird';
-$strSetuperror_empty_user_for_config_auth = 'Leerer Benutzername, obwohl config-Authentisierung verwnedet wird';
-$strSetuperror_form = 'Ausgefülltes Formular enthält Fehler';
-$strSetuperror_incorrect_ip_address = 'Ungültige IP-Adresse: %s';
-$strSetuperror_incorrect_port = 'Keine gültige Portnummer';
-$strSetuperror_incorrect_value = 'Ungültiger Wert';
-$strSetuperror_missing_field_data = 'Fehlende Daten für %s';
-$strSetuperror_nan_nneg = 'Keine nicht-negative Nummer';
-$strSetuperror_nan_p = 'Keine positive Nummer';
$strSetupExecTimeLimit_desc = 'Die Anzahl der Sekunden, welche ein Script zur Ausführung benötigen darf([kbd]0[/kbd] für unbegrenzt)';
$strSetupExecTimeLimit_name = 'Maximale Ausführungszeit';
$strSetupExport_asfile_name = 'In Datei speichern';
@@ -867,8 +862,8 @@ $strSetupExport_onserver_name = 'Auf Server speichern';
$strSetupExport_onserver_overwrite_name = 'Existierende Datei(en) überschreiben';
$strSetupExport_remember_file_template_name = 'Schablone für Dateinamen merken';
$strSetupFalse = 'nein';
-$strSetupForceSSL_desc = 'Sicher Verbindung während der Nutzung von phpMyAdmin erzwingen';
$strSetupForceSSLMsg = 'Falls vom Server unterstützt, sollte diese [a@?page=form&formset=features#tab_Security]Option[/a] aktiviert werden';
+$strSetupForceSSL_desc = 'Sicher Verbindung während der Nutzung von phpMyAdmin erzwingen';
$strSetupForceSSL_name = 'SSL-Verbindung erzwingen';
$strSetupForeignKeyDropdownOrder_desc = 'Sortierreihenfolge für FOREIGN KEY Dropdownfelder. [kbd]content[/kbd] ist der referenzierte Wert, [kbd]id[/kbd] ist der Schlüsselwert';
$strSetupForeignKeyDropdownOrder_name = 'Sortierreihenfolge für FOREIN KEY Dropdownfelder';
@@ -878,52 +873,52 @@ $strSetupForm_Browse = 'Anzeigemodus';
$strSetupForm_Browse_desc = 'Anzeigemodus anpassen';
$strSetupForm_Edit = 'Bearbeitungsmodus';
$strSetupForm_Edit_desc = 'Bearbeitungsmodus anpassen';
-$strSetupForm_Export_defaults_desc = 'Standard-Exporteinstellungen anpassen';
$strSetupForm_Export_defaults = 'Voreinstellung für Export';
-$strSetupForm_Import_defaults_desc = 'Standard-Importeinstellungen anpassen';
+$strSetupForm_Export_defaults_desc = 'Standard-Exporteinstellungen anpassen';
$strSetupForm_Import_defaults = 'Voreinstellung für Import';
-$strSetupForm_Import_export_desc = 'Import/Export-Verzeichnis und Kompressionsoptionen setzen';
+$strSetupForm_Import_defaults_desc = 'Standard-Importeinstellungen anpassen';
$strSetupForm_Import_export = 'Import/export';
+$strSetupForm_Import_export_desc = 'Import/Export-Verzeichnis und Kompressionsoptionen setzen';
$strSetupForm_Left_databases = 'Datenbanken';
$strSetupForm_Left_databases_desc = 'Anzeigeoptionen für Datenbank';
-$strSetupForm_Left_frame_desc = 'Aussehen der Navigation anpassen';
$strSetupForm_Left_frame = 'Navigationsframe';
-$strSetupForm_Left_servers_desc = 'Anzeigeoptionen für Server';
+$strSetupForm_Left_frame_desc = 'Aussehen der Navigation anpassen';
$strSetupForm_Left_servers = 'Server';
-$strSetupForm_Left_tables_desc = 'Anzeigeoptionen für Tabellen';
+$strSetupForm_Left_servers_desc = 'Anzeigeoptionen für Server';
$strSetupForm_Left_tables = 'Tabellen';
+$strSetupForm_Left_tables_desc = 'Anzeigeoptionen für Tabellen';
$strSetupForm_Main_frame = 'Hauptframe';
-$strSetupForm_Other_core_settings_desc = 'Einstellungen welche in keine andere Kategorie passten';
$strSetupForm_Other_core_settings = 'Sonstige Einstellungen';
-$strSetupForm_Query_window_desc = 'Queryfenster-Einstellungen anpassen';
+$strSetupForm_Other_core_settings_desc = 'Einstellungen welche in keine andere Kategorie passten';
$strSetupForm_Query_window = 'Queryfenster';
-$strSetupForm_Security_desc = 'Beachten Sie, dass phMyAdmin nur ein Userinterface ist und in keinster Weise die Möglichkeiten von MySQL limitiert';
+$strSetupForm_Query_window_desc = 'Queryfenster-Einstellungen anpassen';
$strSetupForm_Security = 'Sicherheit';
-$strSetupForm_Server_config_desc = 'Erweiterte Serverkonfiguration, ändern Sie diese Einstellungen nur wenn Sie wissen was Sie tun';
-$strSetupForm_Server_config = 'Serverkonfiguration';
-$strSetupForm_Server_desc = 'Geben Sie die Verbindungsparameter für den Server ein';
+$strSetupForm_Security_desc = 'Beachten Sie, dass phMyAdmin nur ein Userinterface ist und in keinster Weise die Möglichkeiten von MySQL limitiert';
$strSetupForm_Server = 'Grundeinstellungen';
-$strSetupForm_Server_login_options_desc = 'Geben Sie die Login-Optionen für signon-Authentisierung an';
+$strSetupForm_Server_config = 'Serverkonfiguration';
+$strSetupForm_Server_config_desc = 'Erweiterte Serverkonfiguration, ändern Sie diese Einstellungen nur wenn Sie wissen was Sie tun';
+$strSetupForm_Server_desc = 'Geben Sie die Verbindungsparameter für den Server ein';
$strSetupForm_Server_login_options = 'Optionen für Signon-Login';
-$strSetupForm_Server_pmadb_desc = 'Konfigurieren Sie eine phpMyAdmin-Datenbank um zusätzliche Features zu erhalten, siehe [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]';
+$strSetupForm_Server_login_options_desc = 'Geben Sie die Login-Optionen für signon-Authentisierung an';
$strSetupForm_Server_pmadb = 'PMA-Datenbank';
+$strSetupForm_Server_pmadb_desc = 'Konfigurieren Sie eine phpMyAdmin-Datenbank um zusätzliche Features zu erhalten, siehe [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]';
+$strSetupForm_Sql_box = 'SQL-Querybox';
+$strSetupForm_Sql_box_desc = 'Angezeigte Links in SQL-Querybox ändern';
+$strSetupForm_Sql_queries = 'SQL-Querys';
+$strSetupForm_Sql_queries_desc = 'SQL-Queryeinstellungen, für die SQL-Queryboxeinstellungen siehe [a@?page=form&formset=main_frame#tab_Sql_box]Navigationsframe[/a]einstellungen';
+$strSetupForm_Startup = 'Start';
+$strSetupForm_Startup_desc = 'Startseite anpassen';
+$strSetupForm_Tabs = 'Tabs';
+$strSetupForm_Tabs_desc = 'Wählen Sie wie die Tabs funktionieren sollen';
$strSetupFormset_customization = 'Anpassung';
$strSetupFormset_export = 'Exportoptionen anpassen';
$strSetupFormset_features = 'Features';
$strSetupFormset_import = 'Importeinstellungen anpassen';
$strSetupFormset_left_frame = 'Navigationsframe anpassen';
$strSetupFormset_main_frame = 'Hauptframe anpassen';
-$strSetupForm_Sql_box_desc = 'Angezeigte Links in SQL-Querybox ändern';
-$strSetupForm_Sql_box = 'SQL-Querybox';
-$strSetupForm_Sql_queries_desc = 'SQL-Queryeinstellungen, für die SQL-Queryboxeinstellungen siehe [a@?page=form&formset=main_frame#tab_Sql_box]Navigationsframe[/a]einstellungen';
-$strSetupForm_Sql_queries = 'SQL-Querys';
-$strSetupForm_Startup_desc = 'Startseite anpassen';
-$strSetupForm_Startup = 'Start';
-$strSetupForm_Tabs_desc = 'Wählen Sie wie die Tabs funktionieren sollen';
-$strSetupForm_Tabs = 'Tabs';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip-Kompression und Dekompression[/a] benötigt Funktionen (%s), welche auf diesem System nicht verfügbar sind.';
$strSetupGZipDump_desc = '[a@http://en.wikipedia.org/wiki/Gzip]GZip[/a]-Kompression für Import- und Exportoperationen aktiviren';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip-Kompression und Dekompression[/a] benötigt Funktionen (%s), welche auf diesem System nicht verfügbar sind.';
$strSetupHomepageLink = 'phpMyAdmin-Homepage';
$strSetupIconvExtraParams_name = 'Extra Parameter für iconv';
$strSetupIgnoreErrors = 'Fehler ignorieren';
@@ -933,9 +928,9 @@ $strSetupImport_allow_interrupt_desc = 'Unterbrechungen bei Import erlauben, fal
$strSetupImport_allow_interrupt_name = 'Teilweiser Import: Unterbrechung erlauben';
$strSetupImport_format_name = 'Format';
$strSetupImport_skip_queries_name = 'Teilimport: Überspringe Anfragen';
+$strSetupInsecureConnection = 'Unsichere Verbindung';
$strSetupInsecureConnectionMsg1 = 'Sie benutzen keine sichere Verbindung. Alle Daten (einschließlich sensitive Information wie Passwörter) werden unverschlüsselt übertragen!';
$strSetupInsecureConnectionMsg2 = 'Falls Ihr Server HTTPS Anfragen akzeptiert, folgen Sie [a@%s]diesem Link[/a] um eine sichere Verbindung zu benutzen.';
-$strSetupInsecureConnection = 'Unsichere Verbindung';
$strSetupLetUserChoose = 'lass den Benutzer entscheiden';
$strSetupLoad = 'Laden';
$strSetupLoginCookieDeleteAll_name = 'All Cookies beim Logout löschen';
@@ -962,11 +957,20 @@ $strSetupSaveDir_name = 'Speicher Verzeichnis';
$strSetupServerAuthConfigMsg = 'Sie haben die [kbd]config[/kbd] Authentifikation gewählt und einen Benutzernamen und Passwort für Auto-Login eingegeben, was für live Hosts nicht Wünschenswert ist. Jeder, der Ihre phpMyAdmin URL kennt oder errät kann direckt auf Ihre phpMyAdmin Oberfläche zugreifen. Setzen Sie den [a@?page=servers&mode=edit&id=%1$d#tab_Server]Authentifikationstyp[/a] auf [kbd]cookie[/kbd] oder [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Sie sollten mysqli wegen der Performance benutzen';
$strSetupServerNoPasswordMsg = 'Sie erlauben Verbindungen mit dem Server ohne Passwort.';
+$strSetupServerSecurityInfoMsg = 'Falls Sie es für nötig halten, benutzen Sie die zusätzlichen Schutz Einstellungen - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]Host Authentifikation[/a] und [a@?page=form&formset=features#tab_Security]Vertrauenswürdige Proxies Liste[/a]. IP Basierter Schutz kann unzuverlässig sein, wenn die IP einem ISP gehört, mit dem tausende Benutzer, einschließlich Ihnen, verbunden sind.';
+$strSetupServerSslMsg = 'Sie sollten SSL Verbindungen benutzen, wenn Ihr Webserver es unterstützt';
$strSetupServersAdd = 'Server hinzufügen';
+$strSetupServersEdit = 'Server editieren';
$strSetupServers_AllowDeny_order_name = 'Host Authentifikationsreihenfolge';
$strSetupServers_AllowDeny_rules_name = 'Host Authentifikationsregeln';
$strSetupServers_AllowNoPassword_name = 'Erlaube Logins ohne Passwort';
$strSetupServers_AllowRoot_name = 'Erlaube root Login';
+$strSetupServers_CountTables_name = 'Zähle Tabellen';
+$strSetupServers_DisableIS_name = 'Benutzung von INFORMATION_SCHEMA deaktivieren';
+$strSetupServers_LogoutURL_name = 'Logout URL';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES Befehl';
+$strSetupServers_SignonSession_name = 'Signon Session-Name';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'Pfad zur Konfigurationsdatei der [a@http://swekey.com]SweKey Hardware Authentifizierung[/a] (liegt nicht im Webhauptverzeichnis (document root); empfohlen: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey Konfigurationsdatei';
$strSetupServers_auth_type_name = 'Authentifikationstyp';
@@ -976,18 +980,13 @@ $strSetupServers_compress_name = 'Verbindung komprimieren';
$strSetupServers_connect_type_name = 'Verbindungstyp';
$strSetupServers_controlpass_name = 'Control-user Passwort';
$strSetupServers_controluser_name = 'Control-user';
-$strSetupServers_CountTables_name = 'Zähle Tabellen';
$strSetupServers_designer_coords_name = 'Designer Coords Table';
-$strSetupServers_DisableIS_name = 'Benutzung von INFORMATION_SCHEMA deaktivieren';
-$strSetupServerSecurityInfoMsg = 'Falls Sie es für nötig halten, benutzen Sie die zusätzlichen Schutz Einstellungen - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]Host Authentifikation[/a] und [a@?page=form&formset=features#tab_Security]Vertrauenswürdige Proxies Liste[/a]. IP Basierter Schutz kann unzuverlässig sein, wenn die IP einem ISP gehört, mit dem tausende Benutzer, einschließlich Ihnen, verbunden sind.';
-$strSetupServersEdit = 'Server editieren';
$strSetupServers_extension_desc = 'Die zu verwendente PHP Erweiterung; sie sollten mysqli verwenden wenn es verfügbar ist';
$strSetupServers_extension_name = 'PHP Erweiterung';
$strSetupServers_hide_db_name = 'Datenbanken verstecken';
$strSetupServers_history_name = 'History Table';
$strSetupServers_host_desc = 'Rechnername auf dem der MySQL Server läuft';
$strSetupServers_host_name = 'Hostname';
-$strSetupServers_LogoutURL_name = 'Logout URL';
$strSetupServers_nopassword_name = 'Ohne Passwort verbinden';
$strSetupServers_only_db_name = 'Nur aufgelistete Datenbanken zeigen';
$strSetupServers_password_name = 'Passwort für config Authentifikation';
@@ -995,10 +994,6 @@ $strSetupServers_pdf_pages_name = 'PDF Pages Table';
$strSetupServers_pmadb_name = 'PMA Datenbank';
$strSetupServers_port_name = 'Port';
$strSetupServers_relation_name = 'Relation Table';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES Befehl';
-$strSetupServers_SignonSession_name = 'Signon Session-Name';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'Sie sollten SSL Verbindungen benutzen, wenn Ihr Webserver es unterstützt';
$strSetupServers_socket_name = 'Sockel';
$strSetupServers_ssl_name = 'Benutze SSL';
$strSetupServers_table_coords_name = 'Table Coords Table';
@@ -1017,6 +1012,7 @@ $strSetupTrustedProxies_name = 'Liste der Vertrauenswürdigen Proxies für IP Fi
$strSetupUploadDir_name = 'Upload Verzeichnis';
$strSetupUseDbSearch_name = 'Datenbank Suche';
$strSetupVerboseMultiSubmit_name = 'Auswirkungen von Mehrfachbefehlen zeigen';
+$strSetupVersionCheck = 'Versionsüberprüfung';
$strSetupVersionCheckDataError = 'Lesen der Versioninformationen fehlgeschlagen. Vielleicht sind Sie offline oder der Server antwortet nicht.';
$strSetupVersionCheckInvalid = 'Ungültige Versionsinformation erhalten';
$strSetupVersionCheckLink = 'Auf neue Version prüfen';
@@ -1024,24 +1020,35 @@ $strSetupVersionCheckNewAvailable = 'Es ist eine neuere Version von phpMyAdmin v
$strSetupVersionCheckNewAvailableSvn = 'Sie benutzen eine SVN Version, starten Sie [kbd]svn update[/kbd] :-)[br]Die neuste stabile Version ist %s, veröffentlicht am %s.';
$strSetupVersionCheckNone = 'Keine neuere stabile Version verfügbar';
$strSetupVersionCheckUnparsable = 'Versionsinformation nicht analysierbar';
-$strSetupVersionCheck = 'Versionsüberprüfung';
$strSetupVersionCheckWrapperError = 'Weder URL Wrapper noch CURL sind verfügbar. Versionsüberprüfung ist nicht möglich.';
$strSetupWarning = 'Warnung';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip Komprimierung[/a] benötigt die Funktionen (%s) die auf dem System nicht zur Verfügung stehen.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip Dekomprimierung[/a] benötigt die Funktionen (%s) die auf dem System nicht zur Verfügung stehen.';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Geheime Passphrase zum Verschlüsseln der Cookies bei [kbd]cookie[/kbd]-Authentisierung';
+$strSetupblowfish_secret_name = 'Blowfish-Schlüssel';
+$strSetuperror_connection = 'Verbindungsaufbau zu MySQL-Server schlug fehl';
+$strSetuperror_empty_pmadb_password = 'Passwort des phpMyAdmin Hilfsusers ist leer, obwohl pmadb verwendet wird';
+$strSetuperror_empty_pmadb_user = 'Kein phpMyAdmin-Hilfsuser angegeben, obwohl pmadb verwendet wird';
+$strSetuperror_empty_signon_session = 'Leerer Sessionname, obwohl signon-Authentisierung verwendet wird';
+$strSetuperror_empty_signon_url = 'Leere signon-URL, obwohl signon-Authentisierung verwendet wird';
+$strSetuperror_empty_user_for_config_auth = 'Leerer Benutzername, obwohl config-Authentisierung verwnedet wird';
+$strSetuperror_form = 'Ausgefülltes Formular enthält Fehler';
+$strSetuperror_incorrect_ip_address = 'Ungültige IP-Adresse: %s';
+$strSetuperror_incorrect_port = 'Keine gültige Portnummer';
+$strSetuperror_incorrect_value = 'Ungültiger Wert';
+$strSetuperror_missing_field_data = 'Fehlende Daten für %s';
+$strSetuperror_nan_nneg = 'Keine nicht-negative Nummer';
+$strSetuperror_nan_p = 'Keine positive Nummer';
+$strShow = 'Zeige';
$strShowAll = 'Alles anzeigen';
-$strShowBinaryContents = 'Binäre Inhalte anzeigen';
$strShowBLOBContents = 'BLOB Inhalte anzeigen';
+$strShowBinaryContents = 'Binäre Inhalte anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowHideLeftMenu = 'Zeige/Verstecke linkes Menü';
-$strShowingBookmark = 'Bookmark wird angezeigt';
-$strShowingPhp = 'Ansicht als PHP Code';
-$strShowingRecords = 'Zeige Datensätze ';
-$strShowingSQL = 'Ansicht als SQL Abfrage';
$strShowKeys = 'Nur Schlüssel anzeigen';
$strShowOpenTables = 'Zeige alle offenen Tabellen';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
@@ -1098,13 +1105,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Getätigte fsyncs Schreibzugriffe fü
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Anstehende "fsyncs" für die Protokoll-Datei.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Anstehende Schreibzugriffe für die Protokoll-Datei.';
$strShowStatusInnodb_os_log_writtenDescr = 'Anzahl an Byte die in die Protokoll-Datei geschrieben wurden.';
-$strShowStatusInnodb_pages_createdDescr = 'Anzahl erstellter Seiten.';
$strShowStatusInnodb_page_sizeDescr = 'Die fest kompilierte InnnoDB Seitengröße (Standard 16 KiB). Viele Werte werden in Seiten gezählt; die Seitengröße erlaubt es diese einfach in Byte umzurechnen.';
+$strShowStatusInnodb_pages_createdDescr = 'Anzahl erstellter Seiten.';
$strShowStatusInnodb_pages_readDescr = 'Anzahl gelesener Seiten.';
$strShowStatusInnodb_pages_writtenDescr = 'Anzahl geschriebener Seiten.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Momentan anstehende Zeilen-Sperren.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Durchschnittliche Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.';
$strShowStatusInnodb_row_lock_timeDescr = 'Summe aller Wartezeiten um Zeilen-Sperren zu bekommen, in Millisekunden.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Durchschnittliche Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Längste Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Wie oft auf ein Zeilen-Sperre gewartet werden musste.';
$strShowStatusInnodb_rows_deletedDescr = 'Anzahl gelöschter Zeilen aller InnoDB Tabellen.';
@@ -1120,10 +1127,10 @@ $strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüss
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.';
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optimierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT-DELAYED-Warteschleifen darauf warten, geschrieben zu werden.';
-$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.';
$strShowStatusOpen_filesDescr = 'Anzahl der geöffneten Dateien.';
$strShowStatusOpen_streamsDescr = 'Anzahl der geöffneten Streams (hauptsächlich zum Protokolieren benutzt).';
$strShowStatusOpen_tablesDescr = 'Anzahl der geöffneten Tabellen.';
+$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.';
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfragen-Cache.';
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfragen-Cache.';
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.';
@@ -1136,8 +1143,8 @@ $strShowStatusReset = 'Zurücksetzen';
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.';
$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.';
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.';
-$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.';
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)';
+$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.';
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.';
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Prozess geöffnet sind.';
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread wiederversuchten Transaktionen.';
@@ -1157,7 +1164,10 @@ $strShowStatusThreads_runningDescr = 'Anzahl der Prozesse, die nicht schlafen.';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
-$strShow = 'Zeige';
+$strShowingBookmark = 'Bookmark wird angezeigt';
+$strShowingPhp = 'Ansicht als PHP Code';
+$strShowingRecords = 'Zeige Datensätze ';
+$strShowingSQL = 'Ansicht als SQL Abfrage';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
@@ -1167,52 +1177,43 @@ $strSlovenian = 'Slovenisch';
$strSmallBigAll = 'Alles klein/groß';
$strSnapToGrid = 'Am Gitter anordnen';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
+$strSort = 'Sortierung';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSorting = 'Sortierung';
-$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
-$strSQLCompatibility = 'SQL-Kompatibilitätsmodus';
-$strSQLExportType = 'Exporttyp';
-$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 Fehlerbericht 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';
$strStandInStructureForView = 'Stellvertreter-Struktur des Views';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
+$strStatUpdateTime = 'Aktualisiert am';
$strStatement = 'Angaben';
$strStatic = 'statisch';
$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.';
-$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
-$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
+$strStorageEngines = 'Tabellenformate';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
-$strStructureForView = 'Struktur des Views';
$strStructure = 'Struktur';
+$strStructureForView = 'Struktur des Views';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSuhosin = 'Der Server läuft mit Suhosin. Bitte lesen Sie die %sDokumentation%s wegen möglicher Probleme.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
-$strSwekeyAuthenticating = 'Authentifiziere ...';
$strSwekeyAuthFailed = 'Hardware Authentisierung fehlgeschlagen';
-$strSwekeyNoKeyId = 'Die Datei %s enthält keine Schlüsselnummer';
+$strSwekeyAuthenticating = 'Authentifiziere ...';
$strSwekeyNoKey = 'Kein gültiger Authentisierungsschlüssel angeschlossen';
+$strSwekeyNoKeyId = 'Die Datei %s enthält keine Schlüsselnummer';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
+$strTable = 'Tabelle';
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!';
$strTableAlteredSuccessfully = 'Die Tabelle %1$s wurde erfolgreich geändert';
$strTableComments = 'Tabellen-Kommentar';
@@ -1226,37 +1227,37 @@ $strTableMaintenance = 'Hilfsmittel';
$strTableName = 'Tabellenname';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
-$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
-$strTable = 'Tabelle';
+$strTables = '%s Tabellen';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTempData = 'Temporäre Daten';
$strTextAreaLength = 'Wegen seiner Länge ist dieses Feld vielleicht nicht editierbar.';
$strTexyText = 'Texy! Text';
$strThai = 'Thai';
+$strTheme = 'Oberflächendesign';
$strThemeDefaultNotFound = 'Standard-Oberflächendesign "%s" nicht gefunden!';
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.';
-$strThemeNotFound = 'Oberflächendesign "%s" nicht gefunden!';
$strThemeNoValidImgPath = 'Keinen gültiges Pfad für Grafiken des Oberflächendesigns "%s" gefunden!';
-$strTheme = 'Oberflächendesign';
+$strThemeNotFound = 'Oberflächendesign "%s" nicht gefunden!';
$strThemePathNotFound = 'Pfad für das Oberflächendesign "%s" nicht gefunden!';
$strThisHost = 'Dieser Host';
-$strThreads = 'Prozesse';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
+$strThreads = 'Prozesse';
$strTime = 'Dauer';
$strTimeoutInfo = 'Der vorherige Import-Vorgang wurde abgebrochen. Er wird nun bei Position %d fortgesetzt.';
$strTimeoutNothingParsed = 'Allerdings wurden hierbei keine Daten eingelesen. Das bedeutet in der Regel, dass phpMyAdmin nicht in der Lage sein wird, den Import zu beenden, sofern nicht die Ausführungszeitbeschränkungen von php gelockert werden.';
$strTimeoutPassed = 'Das Ausführungszeitlimit wurde erreicht. Wenn Sie die Datei erneut abschicken, wird der Import fortgesetzt.';
$strToFromPage = 'nach/von Seite';
+$strToSelectRelation = 'Um eine Relation auszuwählen, klicken Sie :';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strToggleSmallBig = 'Wechseln klein/groß';
-$strToSelectRelation = 'Um eine Relation auszuwählen, klicken Sie :';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
-$strTrackingActivated = 'Tracking der Tabelle %s.%s ist aktiviert.';
+$strTracking = 'Tracking';
$strTrackingActivateNow = 'Jetzt aktivieren';
$strTrackingActivateTrackingFor = 'Aktiviere tracking mechanismus für %s.%s';
+$strTrackingActivated = 'Tracking der Tabelle %s.%s ist aktiviert.';
$strTrackingCreateVersion = 'Erzeuge Version';
$strTrackingCreateVersionOf = 'Erzeuge Version %s von %s.%s';
$strTrackingDataDefinitionStatement = 'DDL Befehl';
@@ -1267,16 +1268,16 @@ $strTrackingDeactivateTrackingFor = 'Deaktiviere Tracking Mechanismus für %s.%s
$strTrackingExportAs = 'Export als %s';
$strTrackingIsActive = 'Tracking ist aktiviert.';
$strTrackingMechanism = 'Tracking Mechanismus';
-$strTrackingReportClose = 'Schliesse';
$strTrackingReport = 'Tracking Report';
+$strTrackingReportClose = 'Schliesse';
+$strTrackingSQLDump = 'SQL Dump';
+$strTrackingSQLDumpFile = 'SQL Dump (Datei Download)';
+$strTrackingSQLExecuted = 'SQL Befehle ausgeführt.';
+$strTrackingSQLExecution = 'SQL Ausführung';
+$strTrackingSQLExecutionAlert = 'Diese Option ersetzt Ihre Tabelle und enthaltene Daten.';
+$strTrackingSQLExported = 'SQL Befehle exportiert.';
$strTrackingShowLogDateUsers = 'Zeige %s mit Datum von %s bis %s und Benutzer %s %s';
$strTrackingShowVersions = 'Zeige Versionen';
-$strTrackingSQLDumpFile = 'SQL Dump (Datei Download)';
-$strTrackingSQLDump = 'SQL Dump';
-$strTrackingSQLExecuted = 'SQL Befehle ausgeführt.';
-$strTrackingSQLExecutionAlert = 'Diese Option ersetzt Ihre Tabelle und enthaltene Daten.';
-$strTrackingSQLExecution = 'SQL Ausführung';
-$strTrackingSQLExported = 'SQL Befehle exportiert.';
$strTrackingStatements = 'Verfolge die Befehle';
$strTrackingStatusActive = 'aktiv';
$strTrackingStructureSnapshot = 'Struktur Schnapschuss';
@@ -1286,9 +1287,8 @@ $strTrackingThUpdated = 'Aktualisiert';
$strTrackingThVersion = 'Version';
$strTrackingTrackDDStatements = 'Verfolge diese Datenbeschreibungsbefehle (DDL):';
$strTrackingTrackDMStatements = 'Verfolge diese Datenbearbeitungsbefehle (DML):';
-$strTrackingTrackedTables = 'Verfolgte Tabellen';
-$strTracking = 'Tracking';
$strTrackingTrackTable = 'Verfolge Tabelle';
+$strTrackingTrackedTables = 'Verfolgte Tabellen';
$strTrackingUntrackedTables = 'Nicht verfolgte Tabellen';
$strTrackingUsername = 'Benutzername';
$strTrackingVersionActivated = 'Tracking von %s.%s , Version %s ist aktiviert.';
@@ -1324,10 +1324,10 @@ $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.';
+$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$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.';
$strUploadErrorCantWrite = 'Datei konnte gespeichert werden.';
$strUploadErrorExtension = 'Dateihochladen durch eine Erweiterung gestoppt.';
@@ -1341,18 +1341,18 @@ $strUploadsNotAllowed = 'Das hochladen von Dateien ist auf diesem Server nicht e
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
-$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
+$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';
$strUser = 'Benutzer';
+$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$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 "%s"';
-$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.';
@@ -1360,18 +1360,18 @@ $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';
+$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
+$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewHasAtLeast = 'Dieser View hat mindestens diese Anzahl von Zeilen. Bitte lesen Sie die %sDokumentation%s.';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
$strViewImage = 'Bild anzeigen';
$strViewName = 'VIEW Name';
$strViewVideo = 'Filmaufnahme abspielen';
-$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
-$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWebServer = 'Webserver';
+$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
+$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWiki = 'Wiki';
@@ -1390,26 +1390,103 @@ $strZip = 'Zip-komprimiert';
// To translate:
$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
$strPBXTRecordCacheSize = 'Record cache size'; //to translate
$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
@@ -1428,9 +1505,9 @@ $strSetupLeftFrameLight_name = 'Use light version'; //to translate
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
@@ -1460,18 +1537,25 @@ $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to tr
$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
@@ -1481,9 +1565,8 @@ $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, sugges
$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
@@ -1497,8 +1580,8 @@ $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert m
$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1507,11 +1590,6 @@ $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the
$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
@@ -1519,24 +1597,33 @@ $strSetupUploadDir_desc = 'Directory on server where you can upload files for im
$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1545,84 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php
index 151a477f0..d6003b599 100644
--- a/lang/greek-utf-8.inc.php
+++ b/lang/greek-utf-8.inc.php
@@ -20,9 +20,10 @@ $datefmt = '%d %B %Y, στις %I:%M %p';
$timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα';
+$strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s';
$strAbortedClients = 'Ακυρωμένες συνδέσεις';
-$strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.';
$strAccessDenied = '\'Αρνηση Πρόσβασης';
+$strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.';
$strAction = 'Ενέργεια';
$strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT';
$strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου';
@@ -33,22 +34,21 @@ $strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλο
$strAddPrivilegesOnTbl = 'Προσθήκη δεδομένων στον ακόλουθο πίνακα';
$strAddSearchConditions = 'Προσθήκη νέου όρου (σώμα της "where" πρότασης):';
$strAddToIndex = 'Προσθήκη στο ευρετήριο %s κολώνας(ων)';
-$strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.';
$strAddUser = 'Προσθήκη νέου Χρήστη';
+$strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.';
$strAdministration = 'Διαχείριση';
+$strAfter = 'Μετά το %s';
$strAfterInsertBack = 'Επιστροφή';
$strAfterInsertNewInsert = 'Εισαγωγή νέας εγγραφής';
-$strAfter = 'Μετά το %s';
-$strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;';
$strAll = 'Όλα';
+$strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;';
$strAlterOrderBy = 'Αλλαγή ταξινόμησης Πίνακα κατά';
+$strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s';
$strAnalyzeTable = 'Ανάλυση Πίνακα';
$strAnd = 'Και';
-$strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s';
+$strAny = 'Οποιοδήποτε';
$strAnyHost = 'Οποιοδήποτε Σύστημα';
$strAnyUser = 'Οποιοσδήποτε Χρήστης';
-$strAny = 'Οποιοδήποτε';
-$strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s';
$strArabic = 'Αραβικά';
$strArmenian = 'Αρμενικά';
$strAscending = 'Αύξουσα';
@@ -61,8 +61,8 @@ $strBack = 'Επιστροφή';
$strBaltic = 'Βαλτικής';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας';
$strBinary = 'Δυαδικό';
+$strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας';
$strBookmarkDeleted = 'Η ετικέτα διεγράφη.';
$strBookmarkLabel = 'Τίτλος';
$strBookmarkQuery = 'Αποθηκευμένο επερώτημα SQL';
@@ -73,27 +73,27 @@ $strBulgarian = 'Βουλγαρικά';
$strBzip = 'συμπίεση «bzip»';
$strCannotLogin = 'Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL';
-$strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.';
$strCantLoad = 'δεν ήταν δυνατή η φόρτωση της επέκτασης [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a], παρακαλώ ελέγξτε τις ρυθμίσεις της PHP';
+$strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Η μετονομασία του ευρετηρίου σε PRIMARY σε είναι εφικτή!';
$strCantUseRecodeIconv = 'Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις της php.';
$strCardinality = 'Μοναδικότητα';
$strCentralEuropean = 'Κεντρικής Ευρώπης';
+$strChange = 'Αλλαγή';
+$strChangeCopyMode = 'Δημιουργία νέα χρήστη με τα ίδια προνόμια και ...';
$strChangeCopyModeCopy = '... διατήρηση του παλιού χρήστη.';
$strChangeCopyModeDeleteAndReload = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των προνομίων.';
$strChangeCopyModeJustDelete = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών.';
$strChangeCopyModeRevoke = ' ... ανάκληση των προνομίων του παλιού χρήστη και διαγραφή του.';
-$strChangeCopyMode = 'Δημιουργία νέα χρήστη με τα ίδια προνόμια και ...';
$strChangeCopyUser = 'Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη';
$strChangeDisplay = 'Επιλέξτε πεδίο για εμφάνιση';
$strChangePassword = 'Αλλαγή κωδικού πρόσβασης';
-$strChange = 'Αλλαγή';
+$strCharset = 'Σετ χαρακτήρων';
$strCharsetOfFile = 'Σετ χαρακτήρων του αρχείου:';
$strCharsets = 'Σετ χαρακτήρων';
-$strCharset = 'Σετ χαρακτήρων';
$strCheckAll = 'Επιλογή όλων';
-$strCheckPrivsLong = 'Έλεγχος προνομίων για τη βάση "%s".';
$strCheckPrivs = 'Έλεγχος Προνομίων';
+$strCheckPrivsLong = 'Έλεγχος προνομίων για τη βάση "%s".';
$strCheckTable = 'Έλεγχος πίνακα';
$strChoosePage = 'Παρακαλώ επιλέξτε σελίδα για αλλαγή';
$strColComFeat = 'Εμφάνιση σχολίων πεδίων';
@@ -107,46 +107,46 @@ $strConfigFileError = 'Το phpMyAdmin δεν μπόρεσε να διαβάσε
$strConfigureTableCoord = 'Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s';
$strConnections = 'Συνδέσεις';
$strCookiesRequired = 'Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies.';
+$strCopyTable = 'Αντιγραφή πίνακα σε (βάση.πίνακας):';
$strCopyTableOK = 'Ο Πίνακας %s αντιγράφηκε στο %s.';
$strCopyTableSameNames = 'Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!';
-$strCopyTable = 'Αντιγραφή πίνακα σε (βάση.πίνακας):';
$strCouldNotKill = 'Το phpMyAdmin δεν μπόρεσε να διακόψει τη λειτουργία %s. Μπορεί να έχει ήδη σταματήσει.';
-$strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου';
+$strCreate = 'Δημιουργία';
$strCreateIndex = 'Δημιουργία ευρετηρίου σε %s πεδία';
+$strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου';
$strCreateNewDatabase = 'Δημιουργία νέας βάσης';
$strCreateNewTable = 'Δημιουργία νέου πίνακα στη βάση %s';
$strCreatePage = 'Δημιουργία νέας σελίδας';
$strCreatePdfFeat = 'Δημιουργία αρχείων PDF';
-$strCreate = 'Δημιουργία';
$strCriteria = 'Κριτήρια';
$strCroatian = 'Κροατικά';
$strCyrillic = 'Κυριλλικά';
$strCzech = 'Τσεχικά';
+$strDBComment = 'Σχόλιο βάσης: ';
$strDanish = 'Δανικά';
+$strData = 'Δεδομένα';
+$strDataDict = 'Λεξικό δεδομένων';
+$strDataOnly = 'Μόνο τα δεδομένα';
+$strDatabase = 'Βάση';
$strDatabaseExportOptions = 'Επιλογές εξαγωγής βάσης δεδομένων';
$strDatabaseHasBeenDropped = 'Η βάση δεδομένων %s διεγράφη.';
+$strDatabases = 'Βάσεις Δεδομένων';
$strDatabasesDropped = '%s βάσεις δεδομένων διεγράφησαν επιτυχώς.';
+$strDatabasesStats = 'Στατιστικά βάσης';
$strDatabasesStatsDisable = 'Απενεργοποίηση Στατιστικών';
$strDatabasesStatsEnable = 'Ενεργοποίηση Στατιστικών';
$strDatabasesStatsHeavyTraffic = 'Σημείωση: Η ενεργοποίηση στατιστικών μπορεί να προκαλέσει μεγάλη μεταφορά δεδομένων μεταξύ του διακομιστή διαδικτύου και του διακομιστή MySQL.';
-$strDatabasesStats = 'Στατιστικά βάσης';
-$strDatabases = 'Βάσεις Δεδομένων';
-$strDatabase = 'Βάση';
-$strDataDict = 'Λεξικό δεδομένων';
-$strDataOnly = 'Μόνο τα δεδομένα';
-$strData = 'Δεδομένα';
-$strDBComment = 'Σχόλιο βάσης: ';
$strDbPrivileges = 'Προνόμια βάσης δεδομένων';
$strDbSpecific = 'Χρήστης Βάσης';
-$strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a';
$strDefault = 'Προκαθορισμένο';
-$strDeleteAndFlushDescr = 'Αυτός είναι ο πιο "καθαρός" τρόπος, αλλά η επαναφόρτωση των προνομίων μπορεί να καθυστερήσει.';
-$strDeleteAndFlush = 'Διαγραφή των χρηστών και επαναφόρτωση των προνομίων.';
-$strDeleted = 'Η Εγγραφή έχει διαγραφεί';
-$strDelete = 'Διαγραφή';
-$strDeleting = 'Διαγραφή %s';
+$strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a';
$strDelOld = 'Η τρέχουσα σελίδα έχει αναφορές σε πίνακες που δεν υπάρχουν πια. Θέλετε να διαγραφές αυτές οι αναφορές;';
+$strDelete = 'Διαγραφή';
+$strDeleteAndFlush = 'Διαγραφή των χρηστών και επαναφόρτωση των προνομίων.';
+$strDeleteAndFlushDescr = 'Αυτός είναι ο πιο "καθαρός" τρόπος, αλλά η επαναφόρτωση των προνομίων μπορεί να καθυστερήσει.';
+$strDeleted = 'Η Εγγραφή έχει διαγραφεί';
+$strDeleting = 'Διαγραφή %s';
$strDescending = 'Φθίνουσα';
$strDescription = 'Περιγραφή';
$strDictionary = 'λεξικό';
@@ -155,27 +155,27 @@ $strDisplayFeat = 'Λειτουργίες εμφάνισης';
$strDisplayOrder = 'Σειρά εμφάνισης:';
$strDisplayPDF = 'Εμφάνιση σχήματος PDF';
$strDoAQuery = 'Εκτέλεσε ένα «επερώτημα κατά παράδειγμα» (χαρακτήρας μπαλαντέρ "%")';
-$strDocu = 'Τεκμηρίωση';
$strDoYouReally = 'Θέλετε να εκτελέσετε την εντολή';
-$strDropUsersDb = 'Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες.';
+$strDocu = 'Τεκμηρίωση';
$strDrop = 'Διαγραφή';
-$strDumpingData = '\'Αδειασμα δεδομένων του πίνακα';
+$strDropUsersDb = 'Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες.';
$strDumpSaved = 'Το αρχείο εξόδου αποθηκεύτηκε ως %s.';
$strDumpXRows = 'Εμφάνιση %s εγγραφών ξεκινώντας από την εγγραφή %s.';
+$strDumpingData = '\'Αδειασμα δεδομένων του πίνακα';
$strDynamic = 'δυναμικά';
+$strEdit = 'Επεξεργασία';
$strEditPDFPages = 'Αλλαγή σελίδων PDF';
$strEditPrivileges = 'Επεξεργασία Προνομίων';
-$strEdit = 'Επεξεργασία';
$strEffective = 'Αποτελεσματικός';
-$strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).';
$strEmpty = '\'Αδειασμα';
+$strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).';
$strEnabled = 'Ενεργοποιημένο';
+$strEnd = 'Τέλος';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Τέλος';
-$strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά ';
$strEnglish = 'Αγγλικά';
+$strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά ';
$strError = 'λάθος';
$strEstonian = 'Εσθονικά';
$strExecuteBookmarked = 'Εκτέλεση αποθηκευμένου επερωτήματος';
@@ -185,30 +185,30 @@ $strExtendedInserts = 'Εκτεταμένες εντολές «Insert»';
$strExtra = 'Πρόσθετα';
$strFailedAttempts = 'Αποτυχημένες προσπάθειες';
+$strField = 'Πεδίο';
$strFieldHasBeenDropped = 'Το πεδίο %s διεγράφη';
+$strFields = 'Πεδία';
$strFieldsEnclosedBy = 'Πεδία που περικλείονται σε';
$strFieldsEscapedBy = 'Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής ';
$strFieldsTerminatedBy = 'Πεδία που τελειώνουν σε';
-$strFields = 'Πεδία';
-$strField = 'Πεδίο';
$strFileAlreadyExists = 'Το αρχείο %s υπάρχει ήδη στον διακομιστή. Επιλέξτε διαφορετικό όνομα αρχείου ή ενεργοποιήστε την επιλογή αντικατάστασης.';
$strFileCouldNotBeRead = 'Δεν ήταν δυνατή η ανάγνωση του αρχείου';
-$strFileNameTemplateRemember = 'αποθήκευση μορφής';
$strFileNameTemplate = 'Μορφή ονόματος αρχείου';
+$strFileNameTemplateRemember = 'αποθήκευση μορφής';
$strFlushPrivilegesNote = 'Σημείωση: Το phpMyAdmin διαβάζει τα προνόμια των χρηστών απ\' ευθείεας από τους πίνακες προνομίων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί να διαφέρει από τα προνόμια που χρησιμοποιεί ο διακομιστής εάν έχουν γίνει αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε τα προνόμια%s πριν συνεχίσετε.';
$strFlushTable = 'Εκκαθάριση ("FLUSH") πίνακα';
-$strFormat = 'Μορφοποίηση';
$strFormEmpty = 'Ελλειπής τιμή στο πεδίο !';
+$strFormat = 'Μορφοποίηση';
$strFullText = 'Πλήρη κείμενα';
$strFunction = 'Έλεγχος';
$strGenBy = 'Δημιουργήθηκε από:';
-$strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης';
$strGenTime = 'Χρόνος δημιουργίας';
+$strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης';
$strGerman = 'Γερμανικά';
+$strGlobal = 'Γενικός';
$strGlobalPrivileges = 'Γενικά προνόμια';
$strGlobalValue = 'Γενική τιμή';
-$strGlobal = 'Γενικός';
$strGo = 'Εκτέλεση';
$strGrantOption = 'Χορήγηση'; // Grant
$strGreek = 'Ελληνικά';
@@ -217,39 +217,39 @@ $strGzip = 'συμπίεση «gzip»';
$strHasBeenAltered = 'έχει αλλαχθεί.';
$strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση';
$strHebrew = 'Εβραϊκά';
-$strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin';
$strHome = 'Κεντρική σελίδα';
-$strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!';
+$strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin';
$strHost = 'Σύστημα';
+$strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!';
$strHungarian = 'Ουγγρικά';
$strId = 'ID';
$strIdxFulltext = 'Πλήρες κείμενο';
$strIgnore = 'Παράληψη';
$strImportFiles = 'Εισαγωγή αρχείων';
-$strIndexes = 'Ευρετήρια';
+$strInUse = 'σε χρήση';
+$strIndex = 'Ευρετήριο';
$strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη';
$strIndexName = 'Όνομα ευρετηρίου :';
$strIndexType = 'Τύπος ευρετηρίου :';
-$strIndex = 'Ευρετήριο';
+$strIndexes = 'Ευρετήρια';
$strInnodbStat = 'Κατάσταση InnoDB';
$strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.';
-$strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφή';
$strInsert = 'Εισαγωγή';
-$strInUse = 'σε χρήση';
+$strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφή';
$strJapanese = 'Ιαπωνικά';
$strJumpToDB = 'Μεταπήδηση στην βάση "%s".';
-$strJustDeleteDescr = 'Οι "διεγραμμένοι" χρήστες θα συνεχίσουν να έχουν πρόσβαση στον διακομιστή μέχρις ότου να επαναφορτωθούν οι πίνακες προνομίων.';
$strJustDelete = 'Απλή διαγραφή των χρηστών από τους πίνακες προνομίων.';
+$strJustDeleteDescr = 'Οι "διεγραμμένοι" χρήστες θα συνεχίσουν να έχουν πρόσβαση στον διακομιστή μέχρις ότου να επαναφορτωθούν οι πίνακες προνομίων.';
$strKeepPass = 'Διατήρηση κωδικού πρόσβασης';
$strKeyname = 'Όνομα κλειδιού';
$strKill = 'Τερματισμός';
$strKorean = 'Κορεατικά';
-$strLandscape = 'Οριζόντια διάταξη';
$strLaTeX = 'LaTeX';
+$strLandscape = 'Οριζόντια διάταξη';
$strLengthSet = 'Μήκος/Τιμές*';
$strLimitNumRows = 'Εγγραφές ανά σελίδα';
$strLinesTerminatedBy = 'Γραμμές που τελειώνουν σε';
@@ -258,28 +258,28 @@ $strLinksTo = 'Σύνδεση με';
$strLithuanian = 'Λιθουανικά';
$strLocalhost = 'Τοπικό';
$strLocationTextfile = 'Τοποθεσία του αρχείου κειμένου';
-$strLoginInformation = 'Πληροφορίες Σύνδεσης';
-$strLogin = 'Σύνδεση';
-$strLogout = 'Αποσύνδεση';
$strLogPassword = 'Κωδικός πρόσβασης:';
$strLogUsername = 'Όνομα χρήστη:';
+$strLogin = 'Σύνδεση';
+$strLoginInformation = 'Πληροφορίες Σύνδεσης';
+$strLogout = 'Αποσύνδεση';
+$strMIME_MIMEtype = 'Τύπος MIME';
$strMIME_available_mime = 'Διαθέσιμοι τύποι MIME';
$strMIME_available_transform = 'Διαθέσιμες μετατροπές';
$strMIME_description = 'Περιγραφή';
-$strMIME_MIMEtype = 'Τύπος MIME';
$strMIME_nodescription = 'Δεν υπάρχει διαθέσιμη περιγραφή για αυτή τη μετατροπή. Παρακαλώ απευθηνθείτε στον δημιουργό της για να μάθετε, τι κάνει η μετατροπή %s.';
-$strMIME_transformation_note = 'Για μία λίστα με τις διαθέσιμες μετατροπές και τις μετατροπές τύπου MIME, πατήστε %sπεριγραφές μετατροπών%s';
-$strMIME_transformation_options_note = 'Παρακαλώ εισάγετε τις τιμές για τη μετατροπή χρησιμοποιώντας τη μορφή: \'a\', 100, b,\'c\'... Εάν χρειαστείτε να χρησιμοποιήσετε καθέτους ("\") ή μονά εισαγωγικά ("\'") στις τιμές, χρησιμοποιείτε καθέτους (παράδειγμα \'\\\\xyz\' ή \'a\\\'b\').';
-$strMIME_transformation_options = 'Επιλογές μετατροπής';
$strMIME_transformation = 'Μετατροπή περιηγητή';
+$strMIME_transformation_note = 'Για μία λίστα με τις διαθέσιμες μετατροπές και τις μετατροπές τύπου MIME, πατήστε %sπεριγραφές μετατροπών%s';
+$strMIME_transformation_options = 'Επιλογές μετατροπής';
+$strMIME_transformation_options_note = 'Παρακαλώ εισάγετε τις τιμές για τη μετατροπή χρησιμοποιώντας τη μορφή: \'a\', 100, b,\'c\'... Εάν χρειαστείτε να χρησιμοποιήσετε καθέτους ("\") ή μονά εισαγωγικά ("\'") στις τιμές, χρησιμοποιείτε καθέτους (παράδειγμα \'\\\\xyz\' ή \'a\\\'b\').';
$strMIME_without = 'Οι τύποι MIME που εμφανίζονται με πλάγια γράμματα δεν έχουν ξεχωριστή λειτουργία μετατροπής';
$strModifications = 'Οι αλλαγές αποθηκεύτηκαν';
-$strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου';
$strModify = 'Τροποποίηση';
+$strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου';
+$strMoveTable = 'Μεταφορά πίνακα σε (βάση.πίνακας):';
$strMoveTableOK = 'Ο πίνακας %s μεταφέρθηκε στο %s.';
$strMoveTableSameNames = 'Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!';
-$strMoveTable = 'Μεταφορά πίνακα σε (βάση.πίνακας):';
$strMultilingual = 'πολυγλωσσικό';
$strMySQLCharset = 'Σετ χαρακτήρων της MySQL';
$strMySQLSaid = 'Η MySQL επέστρεψε το μύνημα: ';
@@ -287,16 +287,16 @@ $strMySQLShowProcess = 'Εμφάνιση διεργασιών';
$strName = 'Όνομα';
$strNext = 'Επόμενο';
-$strNoDatabasesSelected = 'Δεν έχετε επιλέξει βάσεις.';
+$strNo = 'Όχι';
$strNoDatabases = 'Δεν υπάρχουν βάσεις δεδομένων';
+$strNoDatabasesSelected = 'Δεν έχετε επιλέξει βάσεις.';
$strNoDescription = 'χωρίς περιγραφή';
$strNoDropDatabases = 'Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί.';
$strNoExplain = 'Χωρίς ανάλυση SQL';
$strNoFrames = 'Το phpMyAdmin είναι πιο φιλικό με έναν browser που υποστηρίζει frames.';
-$strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!';
$strNoIndex = 'Δεν ορίστηκε ευρετήριο!';
+$strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!';
$strNoModification = 'Χωρίς αλλαγή';
-$strNone = 'Κανένα';
$strNoOptions = 'Αυτή η μορφή δεν έχει επιλογές';
$strNoPassword = 'Χωρίς Κωδικό Πρόσβασης';
$strNoPermission = 'Ο διακομιστής δεν έχει δικαιώματα αποθήκευσης του αρχείου %s.';
@@ -305,12 +305,12 @@ $strNoPrivileges = 'Χωρίς Προνόμια';
$strNoRights = 'Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!';
$strNoSpace = 'Δεν υπάρχει διαθέσιμος χώρος για την αποθήκευση του αρχείου %s.';
$strNoTablesFound = 'Δεν βρέθηκαν Πίνακες στη βάση.';
+$strNoUsersFound = 'Δεν βρέθηκαν χρήστες.';
+$strNoValidateSQL = 'Skip Validate SQL';
+$strNone = 'Κανένα';
$strNotNumber = 'Αυτό δεν είναι αριθμός!';
$strNotOK = 'ΛΑΘΟΣ';
$strNotSet = 'Ο πίνακας %s δεν βρέθηκε ή δεν ορίστηκε στη %s';
-$strNoUsersFound = 'Δεν βρέθηκαν χρήστες.';
-$strNoValidateSQL = 'Skip Validate SQL';
-$strNo = 'Όχι';
$strNull = 'Κενό';
$strNumSearchResultsInTable = '%s αποτελέσματα στον πίνακα %s';
$strNumSearchResultsTotal = 'Σύνολο:%s αποτελέσματα';
@@ -323,13 +323,14 @@ $strOr = 'Ή';
$strOverhead = 'Επιβάρυνση';
$strOverwriteExisting = 'Αντικατάσταση υπαρχόντων αρχείων';
+$strPHPVersion = 'Έκδοση PHP';
$strPageNumber = 'Σελίδα:';
$strPaperSize = 'Μέγεθος χαρτιού';
$strPartialText = 'Επιμέρους κείμενα';
+$strPassword = 'Κωδικός Πρόσβασης';
$strPasswordChanged = 'Ο Κωδικός Πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς.';
$strPasswordEmpty = 'Ο Κωδικός Πρόσβασης είναι κενός!';
$strPasswordNotSame = 'Οι κωδικοί πρόσβασης δεν είναι ίδιοι!';
-$strPassword = 'Κωδικός Πρόσβασης';
$strPdfDbSchema = 'Σχήμα της βάσης "%s" - Σελίδα %s';
$strPdfInvalidTblName = 'Ο πίνακας "%s" δεν υπάρχει!';
$strPdfNoTables = 'Δεν υπάρχουν πίνακες';
@@ -337,19 +338,18 @@ $strPerHour = 'ανά ώρα';
$strPerMinute = 'ανά λεπτό';
$strPerSecond = 'ανά δευτερόλεπτο';
$strPhoneBook = 'τηλ. κατάλογος';
-$strPHPVersion = 'Έκδοση PHP';
$strPhp = 'Δημιουργία κώδικα PHP';
$strPmaDocumentation = 'Τεκμηρίωση phpMyAdmin';
$strPmaUriError = 'Η εντολή $cfg[\'PmaAbsoluteUri\'] ΠΡΕΠΕΙ να οριστεί στο αρχείο ρυθμίσεων!';
$strPortrait = 'Κάθετη διάταξη';
$strPos1 = 'Αρχή';
$strPrevious = 'Προηγούμενο';
+$strPrimary = 'Πρωτεύον';
$strPrimaryKeyHasBeenDropped = 'Το πρωτεύον κλειδί διεγράφη';
$strPrimaryKeyName = 'Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" πρέπει να είναι το όνομα του πρωτεύοντος κλειδιού και μόνο αυτού !)';
-$strPrimary = 'Πρωτεύον';
-$strPrintView = 'Εμφάνιση για εκτύπωση';
$strPrint = 'Εκτύπωση';
+$strPrintView = 'Εμφάνιση για εκτύπωση';
$strPrivDescAllPrivileges = 'Περιλαμβάνει όλα τα προνόμια εκτός από το GRANT.';
$strPrivDescAlter = 'Επιτρέπει την αλλαγή δομής των υπαρχόντων πινάκων.';
$strPrivDescCreateDb = 'Επιτρέπει τη δημιουργία νέων βάσεων και πινάκων.';
@@ -377,15 +377,15 @@ $strPrivDescShutdown = 'Επιτρέπει την διακοπή λειτουρ
$strPrivDescSuper = 'Επιτρέπει τη σύνδεση, ακόμα και όταν ο μέγιστος αριθμός συνδέσεων έχει καλυθφεί; Απαιτείται για τις περισσότερες λειτουργίες διαχείρισης όπως ο ορισμός γενικών μεταβλητών ή τη διακοπή λειτουργιών άλλων χρηστών.';
$strPrivDescUpdate = 'Επιτρέπει την αλλαγή δεδομένων.';
$strPrivDescUsage = 'Χωρίς προνόμια.';
-$strPrivilegesReloaded = 'Τα προνόμια επαναφορτώθηκαν επιτυχώς.';
$strPrivileges = 'Προνόμια';
+$strPrivilegesReloaded = 'Τα προνόμια επαναφορτώθηκαν επιτυχώς.';
$strProcesses = 'Διεργασίες';
$strProcesslist = 'Λίστα διεργασιών';
$strPutColNames = 'Εμφάνιση ονομάτων πεδίων στην πρώτη γραμμή';
+$strQBE = 'Επερώτημα κατά παράδειγμα';
$strQBEDel = 'Διαγραφή';
$strQBEIns = 'Εισαγωγή';
-$strQBE = 'Επερώτημα κατά παράδειγμα';
$strQueryFrame = 'Παράθυρο επερωτήματος';
$strQueryOnDb = 'Εντολή SQL στη βάση %s:';
$strQuerySQLHistory = 'Ιστορικό SQL';
@@ -394,44 +394,53 @@ $strQueryTime = 'Το επερώτημα χρειάστηκε %01.4f δευτ/τ
$strQueryType = 'Τύπος επερωτήματος';
$strQueryWindowLock = 'Να μην αλλάξει το επερώτημα από εξωτερική πηγή';
+$strReType = 'Επαναεισαγωγή';
$strReceived = 'Λήφθησαν';
$strRecords = 'Εγγραφές';
$strReferentialIntegrity = 'Έλεγχος ακεραιότητας σχέσεων:';
-$strRelationalSchema = 'Σχεσιακό σχήμα';
$strRelationNotWorking = 'Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s.';
-$strRelations = 'Σχέσεις';
$strRelationView = 'Εμφάνιση σχέσεων';
+$strRelationalSchema = 'Σχεσιακό σχήμα';
+$strRelations = 'Σχέσεις';
$strReloadingThePrivileges = 'Επαναφόρτωση προνομίων';
$strRemoveSelectedUsers = 'Διαγραφή των επιλεγμένων χρηστών';
-$strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s';
$strRenameTable = 'Μετονομασία πίνακα σε';
+$strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s';
$strRepairTable = 'Επιδιόρθωση πίνακα';
$strReplaceNULLBy = 'Αντικατάσταση τιμής NULL με';
$strReplaceTable = 'Αντικατάσταση δεδομένων Πίνακα με το αρχείο';
$strReset = 'Επαναφορά';
$strResourceLimits = 'Όρια πόρων';
-$strReType = 'Επαναεισαγωγή';
-$strRevokeAndDeleteDescr = 'Οι χρήστες θα συνεχίσουν να έχουν το προνόμιο USAGE μέχρις ότου επαναφορτωθούν τα προνόμια.';
-$strRevokeAndDelete = 'Ανάκληση όλων των ενεργών προνομίων από τους χρήστες και διαγραφή τους.';
-$strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s';
$strRevoke = 'Ανάκληση';
+$strRevokeAndDelete = 'Ανάκληση όλων των ενεργών προνομίων από τους χρήστες και διαγραφή τους.';
+$strRevokeAndDeleteDescr = 'Οι χρήστες θα συνεχίσουν να έχουν το προνόμιο USAGE μέχρις ότου επαναφορτωθούν τα προνόμια.';
+$strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s';
$strRowLength = 'Μέγεθος Γραμμής';
-$strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή';
$strRowSize = ' Μέγεθος Εγγραφής ';
+$strRows = 'Εγγραφές';
+$strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή';
$strRowsModeFlippedHorizontal = 'οριζόντια (στραμμένες επικεφαλίδες)';
$strRowsModeHorizontal = 'οριζόντια';
$strRowsModeOptions = 'σε %s μορφή με επανάληψη επικεφαλίδων ανά %s κελιά';
$strRowsModeVertical = 'κάθετη';
$strRowsStatistic = 'Στατιστικά Εγγραφών';
-$strRows = 'Εγγραφές';
-$strRunning = 'που εκτελείται στο %s';
$strRunQuery = 'Υποβολή επερωτήματος';
$strRunSQLQuery = 'Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s';
+$strRunning = 'που εκτελείται στο %s';
$strRussian = 'Ρωσσικά';
-$strSaveOnServer = 'Αποθήκευση στον διακομιστή στον φάκελο %s';
+$strSQL = 'SQL';
+$strSQLParserBugMessage = 'Υπάρχει περίπτωση να εντοπίσατε ένα πρόβλημα στον SQL parser. Παρακαλώ εξετάστε το επερώτημά σας προσεκτικά και ελέγξτε ότι όλα τα εισαγωγικά ανοίγουν και κλείνουν σωστά. \'Αλλες πιθανές αιτίες μπορούν να είναι η αποστολή αρχείου με δυαδικό κώδικα εκτός εισαγωγικών. Μπορείτε επίσης να δοκιμάσετε το επερώτημά σας στη γραμμή εντολών της MySQL. Εάν συνεχίζετε να έχετε πρόβλημα, ή εάν ο parser αποτυγχάνει όπου η γραμμή εντολών επιτυγχάνει, παρακαλώ απομονώστε το επερώτημα εκείνο που δημιουργεί το πρόβλημα και στείλτε αναφορά λάθους με τα δεδομένα που βρίσκονται στο τμήμα CUT που ακολουθεί:';
+$strSQLParserUserError = 'Φαίνεται να υπάρχει ένα λάθος στο επερώτημά σας. Το κάτωθι λάθος διακομιστή MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το πρόβλημα.';
+$strSQLQuery = 'Εντολή SQL';
+$strSQLResult = 'αποτέλεσμα SQL';
+$strSQPBugInvalidIdentifer = '\'Αγνωστο Αναγνωριστικό';
+$strSQPBugUnclosedQuote = 'Ανοιχτά εισαγωγικά';
+$strSQPBugUnknownPunctuation = '\'Αγνωστο σημείο στίξης';
$strSave = 'Αποθήκευση';
+$strSaveOnServer = 'Αποθήκευση στον διακομιστή στον φάκελο %s';
$strScaleFactorSmall = 'Η κλίμακα είναι πολύ μικρή για να εμφανιστεί το σχήμα σε μία σελίδα';
+$strSearch = 'Αναζήτηση';
$strSearchFormTitle = 'Αναζήτηση στη βάση';
$strSearchInTables = 'Μέσα στους πίνακες:';
$strSearchNeedle = 'Όροι ή τιμές για αναζήτηση (μπαλαντέρ: "%"):';
@@ -441,7 +450,6 @@ $strSearchOption3 = 'την ακριβή φράση';
$strSearchOption4 = 'ως regular expression';
$strSearchResultsFor = 'Αποτελέσματα αναζήτησης για "%s" %s:';
$strSearchType = 'Έυρεση:';
-$strSearch = 'Αναζήτηση';
$strSecretRequired = 'Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί (blowfish_secret).';
$strSelectADb = 'Παρακαλώ επιλέξτε μία βάση δεδομένων';
$strSelectAll = 'Επιλογή όλων';
@@ -450,45 +458,37 @@ $strSelectNumRows = 'στην εντολή';
$strSelectTables = 'Επιλογή Πινάκων';
$strSend = 'Αποστολή';
$strSent = 'Εστάλησαν';
+$strServer = 'Διακομιστής';
$strServerChoice = 'Επιλογή Διακομιστή';
-$strServerStatusUptime = 'Αυτός ο διακομιστής MySQL λειτουργεί για %s. Ξεκίνησε στις %s.';
$strServerStatus = 'Πληροφορίες εκτέλεσης';
+$strServerStatusUptime = 'Αυτός ο διακομιστής MySQL λειτουργεί για %s. Ξεκίνησε στις %s.';
$strServerTabVariables = 'Μεταβλητές';
$strServerTrafficNotes = 'Κίνηση Διακομιστή: Αυτοί οι πίνακες δείχνουν στατιστικά χρήσης δικτύου αυτού του διακομιστή MySQL από την έναρξη της λειτουργίας του.';
$strServerVars = 'Ρυθμίσεις και μεταβλητές του διακομιστή';
$strServerVersion = 'Έκδοση Διακομιστή';
-$strServer = 'Διακομιστής';
$strSessionValue = 'Τιμή Session';
$strSetEnumVal = 'Αν ο τύπος του πεδίου είναι «enum» ή «set», παρακαλώ εισάγετε τις τιμές χρησιμοποιώντας την εξής μορφή: \'α\',\'β\',\'γ\'... Αν χρειάζεται να εισάγετε την ανάποδη κάθετο ("\") ή απλά εισαγωγικά ("\'"), προθέστε τα με ανάποδη κάθετο στην αρχή (για παράδειγμα \'\\\\χψω\' ή \'α\\\'β\').';
+$strShow = 'Εμφάνιση';
$strShowAll = 'Εμφάνιση όλων';
$strShowColor = 'Εμφάνιση χρωμάτων';
$strShowDatadictAs = 'Μορφή λεξικού δεδομένων';
$strShowFullQueries = 'Πλήρης εμφάνιση επερωτημάτων';
$strShowGrid = 'Εμφάνιση πλέγματος';
-$strShowingRecords = 'Εμφάνιση εγγραφής ';
$strShowPHPInfo = 'Εμφάνιση πληροφοριών της PHP';
$strShowTableDimension = 'Εμφάνιση διαστάσεων πινάκων';
$strShowTables = 'Εμφάνιση πινάκων';
$strShowThisQuery = ' Εμφάνισε εδώ ξανά αυτό το επερώτημα';
-$strShow = 'Εμφάνιση';
+$strShowingRecords = 'Εμφάνιση εγγραφής ';
$strSimplifiedChinese = 'Απλοποιημένα Κινεζικά';
$strSingly = '(μοναδικά)';
$strSize = 'Μέγεθος';
$strSort = 'Ταξινόμηση';
$strSpaceUsage = 'Χρήση χώρου';
$strSplitWordsWithSpace = 'Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (" ").';
-$strSQLParserBugMessage = 'Υπάρχει περίπτωση να εντοπίσατε ένα πρόβλημα στον SQL parser. Παρακαλώ εξετάστε το επερώτημά σας προσεκτικά και ελέγξτε ότι όλα τα εισαγωγικά ανοίγουν και κλείνουν σωστά. \'Αλλες πιθανές αιτίες μπορούν να είναι η αποστολή αρχείου με δυαδικό κώδικα εκτός εισαγωγικών. Μπορείτε επίσης να δοκιμάσετε το επερώτημά σας στη γραμμή εντολών της MySQL. Εάν συνεχίζετε να έχετε πρόβλημα, ή εάν ο parser αποτυγχάνει όπου η γραμμή εντολών επιτυγχάνει, παρακαλώ απομονώστε το επερώτημα εκείνο που δημιουργεί το πρόβλημα και στείλτε αναφορά λάθους με τα δεδομένα που βρίσκονται στο τμήμα CUT που ακολουθεί:';
-$strSQLParserUserError = 'Φαίνεται να υπάρχει ένα λάθος στο επερώτημά σας. Το κάτωθι λάθος διακομιστή MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το πρόβλημα.';
-$strSQLQuery = 'Εντολή SQL';
-$strSQLResult = 'αποτέλεσμα SQL';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = '\'Αγνωστο Αναγνωριστικό';
-$strSQPBugUnclosedQuote = 'Ανοιχτά εισαγωγικά';
-$strSQPBugUnknownPunctuation = '\'Αγνωστο σημείο στίξης';
$strStatCheckTime = 'τελευταίος έλεγχος';
$strStatCreateTime = 'Δημιουργία';
-$strStatement = 'Δηλώσεις';
$strStatUpdateTime = 'Τελευταία ενημέρωση';
+$strStatement = 'Δηλώσεις';
$strStatus = 'Κατάσταση';
$strStrucCSV = 'Δεδομένα CSV';
$strStrucData = 'Δομή και δεδομένα';
@@ -502,6 +502,7 @@ $strSum = 'Σύνολο';
$strSwedish = 'Σουηδικά';
$strSwitchToTable = 'Μεταφορά στον αντεγραμμένο πίνακα';
+$strTable = 'Πίνακας ';
$strTableComments = 'Σχόλια Πίνακα';
$strTableEmpty = 'Το όνομα του Πίνακα είναι κενό!';
$strTableHasBeenDropped = 'Ο Πίνακας %s διεγράφη';
@@ -510,9 +511,8 @@ $strTableHasBeenFlushed = 'Ο Πίνακας %s εκκαθαρίστικε ("FLU
$strTableMaintenance = 'Συντήρηση Πίνακα';
$strTableOfContents = 'Πίνακας περιεχομένων';
$strTableOptions = 'Επιλογές πίνακα';
-$strTables = '%s Πίνακας/Πίνακες';
$strTableStructure = 'Δομή Πίνακα για τον Πίνακα';
-$strTable = 'Πίνακας ';
+$strTables = '%s Πίνακας/Πίνακες';
$strTblPrivileges = 'Προνόμια πινάκων';
$strTextAreaLength = ' Εξαιτίας του μεγέθος του, αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί ';
$strThai = 'Ταϋλανδικά';
@@ -520,8 +520,8 @@ $strThisHost = 'Αυτός ο διακομιστής';
$strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.';
$strTime = 'Χρόνος';
$strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού';
-$strTotalUC = 'Σύνολο';
$strTotal = 'συνολικά';
+$strTotalUC = 'Σύνολο';
$strTraditionalChinese = 'Παραδοσιακά Κινεζικά';
$strTraffic = 'Κίνηση';
$strTransformation_image_jpeg__inline = 'Εμφανίζει μια εικόνα προεπισκόπησης με σύνδεσμο; επιλογές: πλάτος, ύψος σε pixels (διατηρεί τις αρχικές αναλογίες)';
@@ -542,13 +542,17 @@ $strUnicode = 'Unicode';
$strUnique = 'Μοναδικό';
$strUnknown = 'άγνωστο';
$strUnselectAll = 'Απεπιλογή όλων';
+$strUpdComTab = 'Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον πίνακα Column_comments';
$strUpdatePrivMessage = 'Τα προνόμια του χρήστη %s ενημερώθηκαν.';
$strUpdateProfileMessage = 'Τα στοιχεία ανανεώθηκαν.';
$strUpdateQuery = 'Ενημέρωση της εντολής';
-$strUpdComTab = 'Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον πίνακα Column_comments';
$strUsage = 'Χρήση';
$strUseBackquotes = 'Χρήση ανάποδων εισαγωγικών στα ονόματα των Πινάκων και των Πεδίων';
$strUseHostTable = 'Use Host Table';
+$strUseTables = 'Χρήση Πινάκων';
+$strUseTextField = 'Χρησιμοποιήστε το πεδίο κειμένου';
+$strUseThisValue = 'Χρήση αυτής της τιμής';
+$strUser = 'Χρήστης';
$strUserAlreadyExists = 'Ο χρήστης %s υπάρχει ήδη!';
$strUserEmpty = 'Το όνομα του χρήστη είναι κενό!';
$strUserName = 'Όνομα χρήστη';
@@ -556,21 +560,17 @@ $strUserNotFound = 'Ο επιλεγμένος χρήστης δεν βρέθηκ
$strUserOverview = 'Περίληψη χρηστών';
$strUsersDeleted = 'Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς.';
$strUsersHavingAccessToDb = 'Χρήστες με πρόσβαση στη βάση "%s"';
-$strUser = 'Χρήστης';
-$strUseTables = 'Χρήση Πινάκων';
-$strUseTextField = 'Χρησιμοποιήστε το πεδίο κειμένου';
-$strUseThisValue = 'Χρήση αυτής της τιμής';
$strValidateSQL = 'Επικύρωση SQL';
$strValidatorError = 'Ο επικυρωτής SQL δεν μπόρεσε να ενεργοποιηθεί. Παρακαλώ ελέγξτε ότι έχετε εγκαταστήσει της απαραίτητες επεκτάσεις της php όπως περιγράφεται στην %sdocumentation%s.';
$strValue = 'Τιμή';
$strVar = 'Μεταβλητή';
-$strViewDumpDatabases = 'Εμφάνισης σχήματος βάσεων';
-$strViewDumpDB = 'Εμφάνιση σχήματος της βάσης';
$strViewDump = 'Εμφάνιση σχήματος του πίνακα';
+$strViewDumpDB = 'Εμφάνιση σχήματος της βάσης';
+$strViewDumpDatabases = 'Εμφάνισης σχήματος βάσεων';
-$strWebServerUploadDirectoryError = 'Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί';
$strWebServerUploadDirectory = 'Υποκατάλογος αποθήκευσης αρχείων διακομιστή';
+$strWebServerUploadDirectoryError = 'Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί';
$strWelcome = 'Καλωσήρθατε στο %s';
$strWestEuropean = 'Δυτικής Ευρώπης';
$strWildcard = 'μπαλαντέρ';
@@ -587,102 +587,201 @@ $strZip = 'συμπίεση «zip»';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -691,102 +790,587 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//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
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -841,13 +1425,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -863,10 +1447,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -879,8 +1463,8 @@ $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_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
@@ -897,611 +1481,151 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1510,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php
index 39fef9915..1677d1c45 100644
--- a/lang/hebrew-utf-8.inc.php
+++ b/lang/hebrew-utf-8.inc.php
@@ -16,9 +16,10 @@ $month = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', '
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות';
+$strAPrimaryKey = 'מפתח ראשי נוסף אל %s';
$strAbortedClients = 'בוטל';
-$strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
$strAccessDenied = 'גישה נדתחה';
+$strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
$strAction = 'פעולה';
$strAddAutoIncrement = 'הוספת ערך AUTO_INCREMENT (מספור אוטומטי)';
$strAddConstraints = 'הוספת הגבלות';
@@ -32,26 +33,25 @@ $strAddPrivilegesOnDb = 'הוספת הרשאות למאגר הנתונים הב
$strAddPrivilegesOnTbl = 'הוספת הראשאות לטבלה הבאה';
$strAddSearchConditions = 'הוספת תנאי חיפוש (הגוף של תנאי "where"):';
$strAddToIndex = 'הוספה לאינדקס %s שורה/שורות';
-$strAddUserMessage = 'משתמש חדש נוסף.';
$strAddUser = 'הוספת משתמש חדש';
+$strAddUserMessage = 'משתמש חדש נוסף.';
$strAdministration = 'ניהול';
+$strAfter = 'לאחר %s';
$strAfterInsertBack = 'חזרה לעמוד הקודם';
$strAfterInsertNewInsert = 'הוספה נוספת של שורה חדשה';
$strAfterInsertNext = 'עריכת השורה הבאה';
$strAfterInsertSame = 'חזרה אחורה לעמוד זה';
-$strAfter = 'לאחר %s';
-$strAllTableSameWidth = 'הצגת כל הטבלאות ברוחב דומה?';
$strAll = 'הכל';
+$strAllTableSameWidth = 'הצגת כל הטבלאות ברוחב דומה?';
$strAlterOrderBy = 'שינוי סדר הטבלה לפי';
-$strAnalyzeTable = 'ניתוח טבלה';
-$strAndThen = 'ואז';
-$strAnd = 'וגם';
$strAnIndex = 'אינדקס נוסף אל %s';
+$strAnalyzeTable = 'ניתוח טבלה';
+$strAnd = 'וגם';
+$strAndThen = 'ואז';
+$strAny = 'כל דבר';
$strAnyHost = 'כל שרת מארח';
$strAnyUser = 'כל משתמש';
-$strAny = 'כל דבר';
$strApproximateCount = 'יכול להיות הערכה. ראה FAQ 3.11';
-$strAPrimaryKey = 'מפתח ראשי נוסף אל %s';
$strArabic = 'ערבית';
$strArmenian = 'ארמנית';
$strAscending = 'עולה';
@@ -64,15 +64,15 @@ $strBack = 'חזרה';
$strBaltic = 'בלטית';
$strBeginCut = 'התחלת חיתוך';
$strBeginRaw = 'התחלת RAW';
-$strBinaryDoNotEdit = 'בינארי - אין לערוך';
-$strBinaryLog = 'דו"ח בינארי';
-$strBinary = 'בינארי';
$strBinLogEventType = 'סוג אירוע';
$strBinLogInfo = 'מידע';
$strBinLogName = 'שם דו"ח';
$strBinLogOriginalPosition = 'מיקום מקורי';
$strBinLogPosition = 'מיקום';
$strBinLogServerId = 'קוד שרת (ID)';
+$strBinary = 'בינארי';
+$strBinaryDoNotEdit = 'בינארי - אין לערוך';
+$strBinaryLog = 'דו"ח בינארי';
$strBookmarkAllUsers = 'אפשר לכל משתמש לגשת לכתובת מועדפת זאת';
$strBookmarkDeleted = 'כתובת מועדפת נמחקה.';
$strBookmarkLabel = 'תווית';
@@ -86,30 +86,30 @@ $strBzip = '"bzipped"';
$strCalendar = 'לוח שנה';
$strCannotLogin = 'נכשל בכניסה לשרת MySQL';
-$strCantLoadRecodeIconv = 'נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin.';
$strCantLoad = 'התוספת %s לא נטענה בהצלחה, אנא בדוק את הגדרות ה- PHP שלך.';
+$strCantLoadRecodeIconv = 'נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin.';
$strCantRenameIdxToPrimary = 'לא ניתן לשנות שם אינדקס אל PRIMARY!';
$strCantUseRecodeIconv = 'נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות הדרושות נטענו. בדוק את הגדרות PHP שלך.';
$strCardinality = 'מספור';
$strCaseInsensitive = 'אין חשיבות לרישיות (case)';
$strCaseSensitive = 'יש חשיבות לרישיות (case)';
+$strChange = 'שינוי';
+$strChangeCopyMode = 'יצירת משתמש חדש עם אותן ההרשאות וגם ...';
$strChangeCopyModeCopy = '... שמירת הישן.';
$strChangeCopyModeDeleteAndReload = ' ... מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן.';
$strChangeCopyModeJustDelete = ' ... מחיקת הישן מטבלאות המשתמשים.';
$strChangeCopyModeRevoke = ' ... בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן.';
-$strChangeCopyMode = 'יצירת משתמש חדש עם אותן ההרשאות וגם ...';
$strChangeCopyUser = 'שינוי מידע כניסה / העתקת משתמש';
$strChangeDisplay = 'בחירת שדה להצגה';
$strChangePassword = 'שינוי סיסמא';
-$strChange = 'שינוי';
-$strCharsetOfFile = 'חבילת הקידוד של הקובץ:';
-$strCharsetsAndCollations = 'חבילות קידוד';
-$strCharsets = 'קידודים';
$strCharset = 'קידוד';
+$strCharsetOfFile = 'חבילת הקידוד של הקובץ:';
+$strCharsets = 'קידודים';
+$strCharsetsAndCollations = 'חבילות קידוד';
$strCheckAll = 'בחירת הכל';
$strCheckOverhead = 'בדיקת טבלאות עבור תקורה';
-$strCheckPrivsLong = 'בדיקת הראשות עבור מאגר נתונים "%s".';
$strCheckPrivs = 'בדיקת הרשאות';
+$strCheckPrivsLong = 'בדיקת הראשות עבור מאגר נתונים "%s".';
$strCheckTable = 'בדיקת טבלה';
$strChoosePage = 'אנא בחר עמוד לעריכה';
$strColComFeat = 'מציג הערות עמודה';
@@ -128,57 +128,57 @@ $strConnections = 'חיבורים';
$strConstraintsForDumped = 'הגבלות לטבלאות שהוצאו';
$strConstraintsForTable = 'הגבלות לטבלה';
$strCookiesRequired = 'עוגיות (Cookies) חייבות לפעול מנקודה זאת.';
+$strCopy = 'העתקה';
$strCopyDatabaseOK = 'מאגר נתונים %s הועתק אל %s';
+$strCopyTable = 'העתקת טבלה אל (מסד נתונים.טבלה):';
$strCopyTableOK = 'טבלה %s הועתקה אל %s.';
$strCopyTableSameNames = 'לא ניתן להעתיק טבלה אל אותה אחת!';
-$strCopyTable = 'העתקת טבלה אל (מסד נתונים.טבלה):';
-$strCopy = 'העתקה';
$strCouldNotKill = 'phpMyAdmin נכשל בחיסול בהליך %s. רוב הסיכויים שהוא כבר נסגר.';
+$strCreate = 'יצירה';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE לפני העתקה';
-$strCreateIndexTopic = 'יצירת אינדקס חדש';
$strCreateIndex = 'יצירת אינדקס על %s עמודות';
+$strCreateIndexTopic = 'יצירת אינדקס חדש';
$strCreateNewDatabase = 'יצירת מאגר נתונים חדש';
$strCreateNewTable = 'יצירת טבלה חדשה על מאגר נתונים %s';
$strCreatePage = 'יצירת עמוד חדש';
$strCreatePdfFeat = 'יצירה של קבצי PDF';
-$strCreate = 'יצירה';
$strCreationDates = 'יצירת/עדכון/בדיקת תאריכים';
$strCriteria = 'קריטריון';
$strCroatian = 'קרואטית';
$strCyrillic = 'קירילית';
$strCzech = 'צ\'יכית';
+$strDBComment = 'הערה על מאגר הנתונים: ';
+$strDBCopy = 'העתקת מאגר נתונים אל';
+$strDBRename = 'שינוי שם מאגר נתונים אל';
$strDanish = 'דנית';
-$strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
-$strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
-$strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
-$strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
-$strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
-$strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
-$strDatabasesStatsHeavyTraffic = 'הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת האינטרנט לשרת MySQL.';
-$strDatabasesStats = 'סטטיסטיקת מסד הנתונים';
-$strDatabases = 'מאגרי נתונים';
-$strDatabase = 'מאגר נתונים';
+$strData = 'נתונים';
$strDataDict = 'מילון מידע';
$strDataOnly = 'מידע בלבד';
$strDataPages = 'דפים מכילים מידע';
-$strData = 'נתונים';
-$strDBComment = 'הערה על מאגר הנתונים: ';
-$strDBCopy = 'העתקת מאגר נתונים אל';
+$strDatabase = 'מאגר נתונים';
+$strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
+$strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
+$strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
+$strDatabases = 'מאגרי נתונים';
+$strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
+$strDatabasesStats = 'סטטיסטיקת מסד הנתונים';
+$strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
+$strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
+$strDatabasesStatsHeavyTraffic = 'הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת האינטרנט לשרת MySQL.';
$strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים';
-$strDBRename = 'שינוי שם מאגר נתונים אל';
$strDbSpecific = 'ספציפי למאגר הנתונים';
+$strDefault = 'ברירת מחדל';
$strDefaultEngine = '%s הוא מנוע האחסון ברירת המחדשל של שרת MySQL זה.';
$strDefaultValueHelp = 'לערכי ברירת מחדל, אנא הכנס רק ערך בודד, ללא סימני ציטוט או לוכסנים, השתמש בתבנית הזאת : a';
-$strDefault = 'ברירת מחדל';
$strDefragment = 'איחוי טבלה';
-$strDelayedInserts = 'השתמש בהכנסות מעוכבות';
-$strDeleteAndFlushDescr = 'זהו השיטה הנקייה ביותר, אבל טעינה של ההרשאות יכולה לקחת זמן מה.';
-$strDeleteAndFlush = 'מחיקת המשתמשים וטעינה מחדש של ההרשאות לאחר מכן.';
-$strDeleted = 'השורה נמחקה';
-$strDelete = 'מחיקה';
-$strDeleting = 'מוחק %s';
$strDelOld = 'לעמוד הנוכחי יש הפניות לטבלאות שכבר לא קיימות. האם אתה רוצה למחוק את הפניות אלו?';
+$strDelayedInserts = 'השתמש בהכנסות מעוכבות';
+$strDelete = 'מחיקה';
+$strDeleteAndFlush = 'מחיקת המשתמשים וטעינה מחדש של ההרשאות לאחר מכן.';
+$strDeleteAndFlushDescr = 'זהו השיטה הנקייה ביותר, אבל טעינה של ההרשאות יכולה לקחת זמן מה.';
+$strDeleted = 'השורה נמחקה';
+$strDeleting = 'מוחק %s';
$strDescending = 'יורד';
$strDescription = 'תיאור';
$strDictionary = 'מילון';
@@ -188,32 +188,32 @@ $strDisplayFeat = 'הצגת תכונות';
$strDisplayOrder = 'סדר תצוגה:';
$strDisplayPDF = 'הצגת תרשים PDF';
$strDoAQuery = 'ביצוע "שאילתה לדוגמה" (תו כללי: "%")';
-$strDocu = 'תיעוד';
$strDoYouReally = 'האם אתה באמת רוצה ';
+$strDocu = 'תיעוד';
+$strDrop = 'הסרה';
$strDropDatabaseStrongWarning = 'אתה עומד להרוס מאגר נתונים שלם!';
$strDropUsersDb = 'הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים.';
-$strDrop = 'הסרה';
-$strDumpingData = 'הוצאת מידע עבור טבלה';
$strDumpSaved = 'הוצאה נשמרה אל קובץ %s.';
$strDumpXRows = 'הוצאת %s שורות מתחילת רשומה מספר %s.';
+$strDumpingData = 'הוצאת מידע עבור טבלה';
$strDynamic = 'דינאמי';
+$strEdit = 'עריכה';
$strEditPDFPages = 'עריכת דפי PDG';
$strEditPrivileges = 'עריכת הרשאות';
-$strEdit = 'עריכה';
$strEffective = 'יעיל';
-$strEmptyResultSet = 'MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות).';
$strEmpty = 'ריקון';
+$strEmptyResultSet = 'MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות).';
$strEnabled = 'מופעל';
+$strEnd = 'סיום';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'סיום';
$strEngineAvailable = '%s זמין על שרת MySQL זה.';
$strEngineDisabled = '%s מובטל על שרת MySQL זה.';
-$strEngines = 'מנועים';
$strEngineUnsupported = 'שרת MySQL לא תומך במנוע אחסון %s.';
-$strEnglishPrivileges = ' הערה: שמות הרשאות MySQL מובטאות באנגלית ';
+$strEngines = 'מנועים';
$strEnglish = 'אנגלית';
+$strEnglishPrivileges = ' הערה: שמות הרשאות MySQL מובטאות באנגלית ';
$strError = 'שגיאה';
$strEscapeWildcards = 'תווים כללים _ וגם % צריכים לבוא ביחד עם \ על מנת להשתמש בהם באמת';
$strEstonian = 'אסטונית';
@@ -225,71 +225,71 @@ $strExtendedInserts = 'הכנסות מורחבות';
$strExtra = 'תוספת';
$strFailedAttempts = 'ניסיונות כושלים';
+$strField = 'שדה';
$strFieldHasBeenDropped = 'שדה %s נמחק';
+$strFields = 'שדות';
$strFieldsEnclosedBy = 'שדות מוקפים ע"י';
$strFieldsEscapedBy = 'הורדת שדות עם';
$strFieldsTerminatedBy = 'סיום שדות ע"י';
-$strFields = 'שדות';
-$strField = 'שדה';
$strFileAlreadyExists = 'קובץ %s כבר קיים על השרת, שנה שם קובץ או בדוק אופציית כתיבה-על.';
$strFileCouldNotBeRead = 'נכשל בקריאת הקובץ';
-$strFileNameTemplateRemember = 'זכור תבנית';
$strFileNameTemplate = 'תבנית שם קובץ';
+$strFileNameTemplateRemember = 'זכור תבנית';
$strFlushPrivilegesNote = 'הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך.';
$strFlushTable = 'ריקון טבלה ("FLUSH")';
-$strFormat = 'תבנית';
$strFormEmpty = 'ערך ריק בטופס!';
+$strFormat = 'תבנית';
$strFreePages = 'דפים חופשיים';
$strFullText = 'טקסטים מלאים';
$strFunction = 'פונקציה';
$strGenBy = 'נוצר ע"י';
-$strGeneralRelationFeat = 'תכונות קשר כלליות';
-$strGeneratePassword = 'ייצור סיסמא';
-$strGenerate = 'ייצור';
$strGenTime = 'זמן ייצור';
+$strGeneralRelationFeat = 'תכונות קשר כלליות';
+$strGenerate = 'ייצור';
+$strGeneratePassword = 'ייצור סיסמא';
$strGeorgian = 'גרוזינית';
$strGerman = 'גרמנית';
+$strGlobal = 'עולמי';
$strGlobalPrivileges = 'הרשאות גלובליות';
$strGlobalValue = 'ערך גלובלי';
-$strGlobal = 'עולמי';
$strGo = 'סע';
$strGrantOption = 'הענקה';
$strGreek = 'יוונית';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHasBeenAltered = 'שונתה.';
$strHaveToShow = 'עליך לבחור לפחות עמודה אחת לתצוגה';
$strHebrew = 'עברית';
-$strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי';
$strHome = 'בית';
-$strHostEmpty = 'שם המארח ריק!';
+$strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי';
$strHost = 'מארח';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'שם המארח ריק!';
$strHungarian = 'הונגרית';
$strIcelandic = 'איסלנדית';
-$strIdxFulltext = 'Fulltext';
$strId = 'קוד זיהוי';
-$strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
+$strIdxFulltext = 'Fulltext';
$strIgnore = 'התעלמות';
+$strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
$strImportFiles = 'קבצי ייבוא';
-$strIndexes = 'אינדקסים';
+$strInUse = 'בשימוש';
+$strIndex = 'אינדקס';
$strIndexHasBeenDropped = 'אינדקס %s הוסר';
$strIndexName = 'שם אינדקס:';
$strIndexType = 'סוג אינדקס:';
$strIndexWarningTable = 'בעיות עם אינדקסים של טבלה `%s`';
-$strIndex = 'אינדקס';
+$strIndexes = 'אינדקסים';
$strInnoDBDataFilePath = 'קבצי נתונים';
$strInnoDBDataHomeDir = 'תיקיית בית של נתונים';
$strInnoDBPages = 'דפים';
$strInnodbStat = 'מצב InnoDB';
$strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
-$strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInsert = 'הכנסה';
+$strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInternalRelations = 'יחסים פנימיים';
-$strInUse = 'בשימוש';
$strInvalidColumnCount = 'מספר העמודות צריך להיות גדול מאפס.';
$strInvalidFieldAddCount = 'אתה חייב להוסיף לפחות שדה אחד.';
$strInvalidFieldCount = 'טבלה חייבית להכיל לפחות שדה אחד.';
@@ -301,13 +301,13 @@ $strJustDelete = 'רק תמחק את המשתמשים מטבלאות ההרשא
$strKeepPass = 'אל תשנה את הסיסמא';
+$strLaTeX = 'LaTeX';
$strLatexCaption = 'כותרת טבלה';
$strLatexContent = 'תוכן של טבלה __TABLE__';
-$strLatexContinuedCaption = 'כותרת טבלה מומשך';
$strLatexContinued = '(מומשך)';
+$strLatexContinuedCaption = 'כותרת טבלה מומשך';
$strLatexIncludeCaption = 'כלול כותרת טבלה';
$strLatexLabel = 'מפתח תווית';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'מבנה של טבלה __TABLE__';
$strLatvian = 'Latvian';
$strLengthSet = 'אורך/ערכים*';
@@ -318,25 +318,25 @@ $strLinksTo = 'קישורים אל';
$strLithuanian = 'ליטאית';
$strLocalhost = 'מקומי';
$strLocationTextfile = 'מיקום של קובץ טקסט';
-$strLoginInformation = 'מידע כניסה';
-$strLogin = 'כניסה';
-$strLogout = 'יציאה';
$strLogPassword = 'סיסמא:';
$strLogServer = 'שרת';
$strLogUsername = 'שם משתמש:';
+$strLogin = 'כניסה';
+$strLoginInformation = 'מידע כניסה';
+$strLogout = 'יציאה';
$strLongOperation = 'תהליך זה יכול לקחת זמן רב. להמשיך בכל מקרה?';
-$strMaximumSize = 'מירבי: %s%s';
-$strMbExtensionMissing = 'תוספת mbstring לא נמצאה וזה נראה כי אתה משתמש בקידוד multibyte. ללא תוספת mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום לתוצאות לא רצויות.';
+$strMIME_MIMEtype = 'סוג MIME';
$strMIME_available_mime = 'סוגי MIME זמינים';
$strMIME_available_transform = 'שינויי צורה זמינים';
$strMIME_description = 'תיאור';
-$strMIME_MIMEtype = 'סוג MIME';
+$strMaximumSize = 'מירבי: %s%s';
+$strMbExtensionMissing = 'תוספת mbstring לא נמצאה וזה נראה כי אתה משתמש בקידוד multibyte. ללא תוספת mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום לתוצאות לא רצויות.';
$strModifications = 'שינויים נשמרו';
-$strModifyIndexTopic = 'עריכת אינדקס';
$strModify = 'עריכה';
-$strMoveTableOK = 'הטבלה %s הועברה ל- %s.';
+$strModifyIndexTopic = 'עריכת אינדקס';
$strMoveTable = 'העברת טבלה אל (מסד נתונים.טבלה):';
+$strMoveTableOK = 'הטבלה %s הועברה ל- %s.';
$strMySQLCharset = 'קידוד MySQL';
$strMySQLConnectionCollation = 'קידוד חיבור MySQL';
$strMySQLSaid = 'MySQL אמר: ';
@@ -344,17 +344,17 @@ $strMySQLShowProcess = 'ראיית תהליכים';
$strName = 'שם';
$strNext = 'הבא';
-$strNoDatabasesSelected = 'אף מאגר נתונים לא נבחר.';
+$strNo = 'לא';
$strNoDatabases = 'אין מאגרי נתונים';
+$strNoDatabasesSelected = 'אף מאגר נתונים לא נבחר.';
$strNoDescription = 'ללא תיאור';
$strNoDetailsForEngine = 'אין מידע מצב מפורט על מנוע אחסון זה.';
$strNoDropDatabases = 'הוראות "DROP DATABASE" מבוטלות.';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin יותר ידידותי עם דפדפן frames-capable.';
-$strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'אין אינדקסים מוגדרים!';
+$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ללא שינוי';
-$strNone = 'ללא';
$strNoOptions = 'לתבנית זאת אין אפשרויות';
$strNoPassword = 'ללא סיסמא';
$strNoPermission = 'לשרת אין הרשאה לשמור את קובץ %s.';
@@ -364,15 +364,15 @@ $strNoRights = 'אין לך הרשאות מספיקות להיות כאן כרג
$strNoRowsSelected = 'לא נבחרו שורות';
$strNoSpace = 'אןי מספיק מקום לשמור את הקובץ %s.';
$strNoTablesFound = 'לא נמצאו טבלאות במאגר נתונים.';
+$strNoUsersFound = 'לא נמצאו משתמשים.';
+$strNone = 'ללא';
$strNotNumber = 'זה אינו מספר!';
$strNotOK = 'לא בסדר';
$strNotSet = 'טבלה %s לא נמצאה או לא קיימת בתוך %s';
-$strNoUsersFound = 'לא נמצאו משתמשים.';
-$strNo = 'לא';
$strNull = 'Null';
-$strNumberOfFields = 'מספר שדות';
$strNumSearchResultsTotal = 'סה"כ:%s פריטים';
$strNumTables = 'טבלאות';
+$strNumberOfFields = 'מספר שדות';
$strOK = 'אישור';
$strOperations = 'פעולות';
@@ -380,14 +380,15 @@ $strOptimizeTable = 'ייעול טבלה';
$strOr = 'או';
$strOverhead = 'תקורה';
+$strPHPVersion = 'גרסת PHP';
$strPageNumber = 'מספר דף:';
$strPagesToBeFlushed = 'דפים לריקון';
$strPaperSize = 'גודל דף';
$strPartialText = 'טקסטים חלקיים';
+$strPassword = 'סיסמא';
$strPasswordChanged = 'הסיסמא עבור %s שונתה בהצלחה.';
$strPasswordEmpty = 'הסיסמא ריקה!';
$strPasswordNotSame = 'הסיסמאות אינן זהות!';
-$strPassword = 'סיסמא';
$strPdfInvalidTblName = 'הטבלה "%s" לא קיימת!';
$strPdfNoTables = 'אין טבלאות';
$strPerHour = 'לשעה';
@@ -395,18 +396,17 @@ $strPerMinute = 'לדקה';
$strPerSecond = 'לשנייה';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
-$strPHPVersion = 'גרסת PHP';
$strPhp = 'ייצור קוד PHP';
$strPmaDocumentation = 'תיעוד phpMyAdmin';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'התחלה';
$strPrevious = 'הקודם';
-$strPrimaryKeyHasBeenDropped = 'המפתח הראשי הוסר';
$strPrimary = 'ראשי';
-$strPrintViewFull = 'תצוגת הדפסה (עם טקסטים מלאים)';
-$strPrintView = 'תצוגת הדפסה';
+$strPrimaryKeyHasBeenDropped = 'המפתח הראשי הוסר';
$strPrint = 'הדפסה';
+$strPrintView = 'תצוגת הדפסה';
+$strPrintViewFull = 'תצוגת הדפסה (עם טקסטים מלאים)';
$strPrivDescAllPrivileges = 'כלול כל ההרשאות חוץ מ- GRANT.';
$strPrivDescAlter = 'מאפשר שינוי של מבני הטבלאות הקיימות.';
$strPrivDescCreateRoutine = 'מאפשר יצירת שגרות מאוחסנות.';
@@ -416,14 +416,14 @@ $strPrivDescDelete = 'מאפשר מחיקת מידע.';
$strPrivDescDropDb = 'מאפשר מחיקת מאגרי נתונים וטבלאות.';
$strPrivDescDropTbl = 'מאפשר מחיקת טבלאות.';
$strPrivDescUsage = 'ללא הרשאות.';
-$strPrivilegesReloaded = 'ההרשאות נטענו מחדש בהצלחה.';
$strPrivileges = 'הרשאות';
+$strPrivilegesReloaded = 'ההרשאות נטענו מחדש בהצלחה.';
$strProcesses = 'תהליכים';
$strProcesslist = 'רשימת תהליכים';
+$strQBE = 'שאילתה';
$strQBEDel = 'מחיקה';
$strQBEIns = 'הכנסה';
-$strQBE = 'שאילתה';
$strQueryFrame = 'חלון שאילתה';
$strQuerySQLHistory = 'היסטוריית SQL';
$strQueryStatistics = 'סטטיטיקת שאילתות: מאז ההפעלה, %s שאילתות נשלחו לשרת.';
@@ -431,43 +431,48 @@ $strQueryTime = 'שאילתה לקחה %01.4f שניות';
$strQueryType = 'סוג שאילתה';
$strQueryWindowLock = 'אל תכתוב מחדש על שאילתה זאת מחוץ לחלון זה';
+$strReType = 'הקלדה נוספת';
$strReceived = 'התקבל';
$strRecords = 'רשומות';
$strRefresh = 'רענון';
$strRelationNotWorking = 'תכונות נוספות לעבודה עם טבלאות מקושרות בוטלו. לעוד מידע למה לחץ %sכאן%s.';
-$strRelations = 'יחסים';
$strRelationView = 'תצוגת יחסים';
+$strRelations = 'יחסים';
$strReloadingThePrivileges = 'טוען מחדש הרשאות';
$strRemoveSelectedUsers = 'הסרת משתמשים שנבחרו';
$strRenameDatabaseOK = 'מאגר נתונים %s שונה אל %s';
-$strRenameTableOK = 'טבלה %s שונתה אל %s';
$strRenameTable = 'שינוי שם טבלה אל';
+$strRenameTableOK = 'טבלה %s שונתה אל %s';
$strRepairTable = 'תיקון טבלה';
$strReplaceNULLBy = 'החלפת NULL ע"י';
$strReplaceTable = 'החלפת נתוני הטבלה עם הקובץ';
$strReset = 'איפוס';
$strResourceLimits = 'גבולות משאבים';
-$strReType = 'הקלדה נוספת';
+$strRevoke = 'שלילה';
$strRevokeAndDelete = 'שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן.';
$strRevokeMessage = 'אתה שללת הרשאות עבור %s';
-$strRevoke = 'שלילה';
$strRomanian = 'רומנית';
$strRowLength = 'אורך שורה';
-$strRowsFrom = 'שורות המתחילות מרשומה #';
$strRowSize = ' גודל שורה ';
+$strRows = 'שורות';
+$strRowsFrom = 'שורות המתחילות מרשומה #';
$strRowsModeFlippedHorizontal = 'מאוזן (headers מסובבים)';
$strRowsModeHorizontal = 'מאוזן';
$strRowsModeOptions = 'במצב %s וחזור אחרי Headers לאחר %s תאים';
$strRowsModeVertical = 'ניצב';
$strRowsStatistic = 'סטטיסטיקת שורה';
-$strRows = 'שורות';
-$strRunning = 'פועל על %s';
$strRunQuery = 'שליחת שאילתה';
$strRunSQLQuery = 'הרצת את שאילתה/שאילתות על מסד הנתונים %s';
+$strRunning = 'פועל על %s';
$strRussian = 'רוסית';
-$strSaveOnServer = 'שמירת שרת בתוך תיקיית %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'סוג ייצוא';
+$strSQLQuery = 'שאילתת SQL';
+$strSQLResult = 'תוצאת SQL';
$strSave = 'שמירה';
+$strSaveOnServer = 'שמירת שרת בתוך תיקיית %s';
+$strSearch = 'חיפוש';
$strSearchFormTitle = 'חפש במסד הנתונים';
$strSearchInTables = 'בתוך הטבלה/הטבלאות:';
$strSearchNeedle = 'מילים או ערכים עבור חיפוש (תו כללי: "%"):';
@@ -477,7 +482,6 @@ $strSearchOption3 = 'הביטוי המדוייק';
$strSearchOption4 = 'כביטוי רגיל';
$strSearchResultsFor = 'תוצאות חיפוש עבור "%s" %s:';
$strSearchType = 'מצא:';
-$strSearch = 'חיפוש';
$strSelectADb = 'אנא בחר מאגר נתונים';
$strSelectAll = 'בחירת הכל';
$strSelectFields = 'בחירת שדות (לפחות אחד):';
@@ -485,27 +489,27 @@ $strSelectNumRows = 'בשאילתה';
$strSelectTables = 'בחירת טבלאות';
$strSend = 'שמירה כקובץ';
$strSent = 'נשלח';
+$strServer = 'שרת';
$strServerChoice = 'בחירת שרת';
$strServerNotResponding = 'השרת אינו מגיב';
-$strServerStatusUptime = 'שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s.';
$strServerStatus = 'מידע זמן ריצה';
+$strServerStatusUptime = 'שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s.';
$strServerTabVariables = 'משתנים';
$strServerVars = 'משתני והגדרות שרת';
$strServerVersion = 'גרסת שרת';
-$strServer = 'שרת';
$strSessionValue = 'ערך זמן חיבור (Session)';
$strSetEnumVal = 'אם סוג השדה הוא "enum" או "set", אנא השתמש בערכים בתבנית הבאה : \'a\',\'b\',\'c\'... אם אתה צריך להשתמש באלכסונים ("\") או בציטוט יחיד ("\'") ביחד עם הערכים האלה, הכנס לוכסן אחורי לפניהם (לדוגמא \'\\\\xyz\' or \'a\\\'b\').';
+$strShow = 'ראייה';
$strShowAll = 'ראיית הכל';
$strShowColor = 'ראיית צבע';
$strShowDatadictAs = 'תבנית מידע מילון';
$strShowFullQueries = 'הראה שאילתות שלמות';
$strShowGrid = 'הראה רשת';
-$strShowingRecords = 'מראה שורות';
$strShowPHPInfo = 'ראיית מידע PHP';
$strShowTableDimension = 'ראיית ממדים של טבלאות';
$strShowTables = 'ראיית טבלאות';
$strShowThisQuery = ' הראה את שאילתה כאן שוב ';
-$strShow = 'ראייה';
+$strShowingRecords = 'מראה שורות';
$strSingly = '(singly)';
$strSize = 'גודל';
$strSlovak = 'סלובקית';
@@ -514,17 +518,13 @@ $strSort = 'סידור';
$strSpaceUsage = 'שימוש מקום';
$strSpanish = 'ספרדית';
$strSplitWordsWithSpace = 'מילים מופרדות ע"י תו רווח (" ").';
-$strSQLExportType = 'סוג ייצוא';
-$strSQLQuery = 'שאילתת SQL';
-$strSQLResult = 'תוצאת SQL';
-$strSQL = 'SQL';
$strStatCheckTime = 'נבדק לאחרונה';
$strStatCreateTime = 'יצירה';
-$strStatement = 'משפטים';
$strStatUpdateTime = 'עדכון אחרון';
+$strStatement = 'משפטים';
$strStatus = 'מצב';
-$strStorageEngines = 'מנועי אחסון';
$strStorageEngine = 'מנוע אחסון';
+$strStorageEngines = 'מנועי אחסון';
$strStrucCSV = 'CSV';
$strStrucData = 'מבנה ומידע';
$strStrucExcelCSV = 'CSV עבור MS Excel';
@@ -539,6 +539,7 @@ $strSwedish = 'שוודית';
$strSwitchToDatabase = 'מעבר למאגר נתונים שהועתק';
$strSwitchToTable = 'מעבר לטבלה שהועתקה';
+$strTable = 'טבלה';
$strTableComments = 'הערות טבלה';
$strTableEmpty = 'שם הטבלה ריק!';
$strTableHasBeenDropped = 'טבלה %s נמחקה';
@@ -547,17 +548,16 @@ $strTableHasBeenFlushed = 'טבלה %s אופסה';
$strTableMaintenance = 'אחזקת טבלה';
$strTableOfContents = 'תוכן עניניים';
$strTableOptions = 'אפשרויות טבלה';
-$strTables = '%s טבלאות';
$strTableStructure = 'מבנה טבלה עבור טבלה';
-$strTable = 'טבלה';
+$strTables = '%s טבלאות';
$strTakeIt = 'קח זאת';
$strTblPrivileges = 'הרשאות ספציפיות-לטבלאות';
$strTextAreaLength = ' משום אורכם, השדה הזה יכול להיות בלתי עריך ';
$strTheme = 'תבנית / סגנון';
$strThisHost = 'מארח זה';
$strTime = 'זמן';
-$strTotalUC = 'סה"כ';
$strTotal = 'סה"כ';
+$strTotalUC = 'סה"כ';
$strTraditionalChinese = 'סינית מסורתית';
$strTraditionalSpanish = 'ספרדית מסורתית';
$strTraffic = 'Traffic';
@@ -577,23 +577,23 @@ $strUpgrade = 'אתה צריך לשדרג אל %s %s לפחות.';
$strUsage = 'שימוש';
$strUseBackquotes = 'צירוף תוי ציטוט (backquotes) אל שמות טבלאות ושדות';
$strUseHostTable = 'Use Host Table';
+$strUseTables = 'השתמש בטבלאות';
+$strUseTextField = 'השתמש בשדה טקסט';
+$strUseThisValue = 'השתמש בערך זה';
+$strUser = 'משתמש';
$strUserAlreadyExists = 'שם המשתמש %s כבר קיים!';
$strUserEmpty = 'שם המשתמש ריק !';
$strUserName = 'שם משתמש';
$strUserNotFound = 'המשתמש שנבחר לא נמצא בטבלת ההרשאות.';
$strUserOverview = 'סקירת משתמשים';
-$strUser = 'משתמש';
-$strUseTables = 'השתמש בטבלאות';
-$strUseTextField = 'השתמש בשדה טקסט';
-$strUseThisValue = 'השתמש בערך זה';
$strValidateSQL = 'בדיקת תקינות SQL';
$strValue = 'ערך';
$strVar = 'משתנה';
$strVersionInformation = 'מידע גרסאות';
-$strViewDumpDatabases = 'ראיית הוצאה (תבנית) של מאגרי נתונים';
-$strViewDumpDB = 'ראיית הוצאה (תבנית) של מאגר נתונים';
$strViewDump = 'ראיית הוצאה (תבנית) של טבלה';
+$strViewDumpDB = 'ראיית הוצאה (תבנית) של מאגר נתונים';
+$strViewDumpDatabases = 'ראיית הוצאה (תבנית) של מאגרי נתונים';
$strWelcome = 'ברוך הבא אל %s';
$strWildcard = 'תו כללי';
@@ -610,61 +610,167 @@ $strZip = '"zipped"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCentralEuropean = 'Central European'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
-$strCSV = 'CSV'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
@@ -672,64 +778,117 @@ $strJustDeleteDescr = 'The "deleted" users will still be able to acces
$strKeyCache = 'Key cache'; //to translate
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strKorean = 'Korean'; //to translate
-$strLandscape = 'Landscape'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
-$strLatchedPages = 'Latched pages'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLandscape = 'Landscape'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLatchedPages = 'Latched pages'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strMaxConnects = 'max. concurrent connections'; //to translate
-$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_nodescription = 'No description is available for this transformation. 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\', 100, b,\'c\'... 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_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'... 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_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
+$strMaxConnects = 'max. concurrent connections'; //to translate
+$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table %s'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the "%s" database - Page %s'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; //to translate
+$strPort = 'Port'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of 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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
+$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
@@ -739,6 +898,7 @@ $strPrivDescMaxConnections = 'Limits the number of new connections the user may
$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
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
@@ -748,28 +908,457 @@ $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to tr
$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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strPutColNames = 'Put fields names in the first row'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryOnDb = 'SQL query on database %s:'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //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
+$strSavePosition = 'Save position'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -824,13 +1413,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -846,10 +1435,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -862,8 +1451,8 @@ $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_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
@@ -880,623 +1469,159 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //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
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
+$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //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, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() 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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //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
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
-$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
-$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
-$strUsersHavingAccessToDb = 'Users having access to "%s"'; //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
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
+$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
+$strUsersHavingAccessToDb = 'Users having access to "%s"'; //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
+$strView = 'View'; //to translate
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //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
+$strWiki = 'Wiki'; //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
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1505,127 +1630,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php
index e0a0c1c55..6825908e4 100644
--- a/lang/hindi-utf-8.inc.php
+++ b/lang/hindi-utf-8.inc.php
@@ -23,6 +23,7 @@ $month = array('जनवरी', 'फरवरी', 'मार्च', 'अप
$datefmt = '%d %B, %Y को %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
+$strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
$strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य';
$strAddNewField = 'नया फील्ड जोडो';
@@ -30,18 +31,17 @@ $strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये
$strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये';
$strAddUser = 'नया यूसर बनाओ';
$strAddUserMessage = 'आपने नया यूसर बना लिया ।';
+$strAfter = '%s के बाद में';
$strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
$strAfterInsertNewInsert = ' अगला नया रौ जोडे';
-$strAfter = '%s के बाद में';
$strAll = 'सभी';
$strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
+$strAnIndex = ' %s पर एक इन्डेक्स बनाया';
$strAnalyzeTable = ' टेबल अनालैज करें';
$strAnd = 'और';
-$strAnIndex = ' %s पर एक इन्डेक्स बनाया';
$strAny = 'कोई';
$strAnyHost = 'कोई भी होस्ट';
$strAnyUser = 'कोई भी यूसर';
-$strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
$strArabic = 'पर्शियन';
$strAtBeginningOfTable = ' टेबल के शुरू में';
$strAtEndOfTable = ' टेबल के आखिर में';
@@ -79,7 +79,9 @@ $strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strCreatePage = 'नया पेज़ बनाऐं';
+$strDBComment = 'डाटाबेस की टिप्पणि: ';
$strData = ' डाटा';
+$strDataOnly = 'केवल डाटा';
$strDatabase = ' डाटाबेस';
$strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
$strDatabases = ' डाटाबेस';
@@ -88,8 +90,6 @@ $strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDatabasesStatsDisable = 'आँकडे Disable करें';
$strDatabasesStatsEnable = 'आँकडे Enable करें';
$strDatabasesStatsHeavyTraffic = ' नोट: यहां डाटाबेस के आँकडे Enable करने से webserver और MySQL के बीच में ट्रेफिक बडने की संभावना है। ';
-$strDataOnly = 'केवल डाटा';
-$strDBComment = 'डाटाबेस की टिप्पणि: ';
$strDbPrivileges = ' केवल डाटाबेस के प्रिविलेज';
$strDefault = 'Default';
$strDelete = 'डिलीट';
@@ -99,8 +99,8 @@ $strDictionary = 'शब्दकोश';
$strDisplayFeat = 'फीचरस दिखाओ';
$strDisplayOrder = 'क्रम से दिखाओ:';
$strDisplayPDF = 'PDF schema दिखाओ';
-$strDocu = 'डोक्युमेंटेशन';
$strDoYouReally = 'क्या आप सचमुच चाहते है की';
+$strDocu = 'डोक्युमेंटेशन';
$strDrop = ' ड्रोप';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
@@ -145,10 +145,10 @@ $strLengthSet = 'लंबाई/अर्थ*';
$strLimitNumRows = 'प्रति पृष्ट कितने रौ';
$strLinesTerminatedBy = 'लाईन समाप्त होता है';
$strLocalhost = 'Local';
-$strLogin = 'लोगिन';
-$strLogout = 'लोग औट';
$strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:';
+$strLogin = 'लोगिन';
+$strLogout = 'लोग औट';
$strMoveTable = ' टेबल को (database.table) में मूव करें:';
$strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
@@ -163,8 +163,8 @@ $strNoModification = 'कोइ बदलाव नहीं';
$strNoPassword = 'पासवर्ड नहीं है';
$strNoPrivileges = 'कोइ प्रिविलेज नहीं';
$strNoTablesFound = 'डाटाबेस में कोई टेबल नहीं।';
-$strNotNumber = 'यह नंबर नहीं है!';
$strNoUsersFound = 'कोई यूसर नहीं।';
+$strNotNumber = 'यह नंबर नहीं है!';
$strOperations = 'कार्रवाई';
$strOptimizeTable = ' टेबल को Optimize करें';
@@ -192,8 +192,8 @@ $strRowsFrom = 'रौ, इस record से #';
$strRowsModeHorizontal = 'समतल';
$strRowsModeOptions = ' %s रूप में और %s सेल के बाद शीर्षक को दोहराईये';
$strRowsModeVertical = 'खडा';
-$strRunning = ' %s पर चल रहा है';
$strRunSQLQuery = 'डाटाबेस %s में SQL query/queries चलाइये ';
+$strRunning = ' %s पर चल रहा है';
$strRussian = 'रशियन';
$strSearch = 'सर्च';
@@ -215,11 +215,11 @@ $strShow = 'दिखाओ';
$strShowAll = 'सभी दिखाओ';
$strShowColor = 'रंगीन दिखाओ';
$strShowGrid = 'grid दिखाओ';
-$strShowingRecords = 'रौ देखिये';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strShowTableDimension = ' टेबल के परिमाण दिखाओ';
$strShowTables = ' टेबल दिखाओ';
$strShowThisQuery = ' यह query वापस यहीं दिखायें ';
+$strShowingRecords = 'रौ देखिये';
$strSplitWordsWithSpace = 'शब्दों में space (" ") से अंतर करें.';
$strStrucData = 'संरचना और डाटा';
$strStrucOnly = 'केवल संरचना';
@@ -248,10 +248,10 @@ $strUpdateProfileMessage = 'प्रोफाइल अपडेट कर द
$strUpdateQuery = ' क्वरी अपडेट करो';
$strUsage = 'उपयोग';
$strUseBackquotes = ' टेबल और फील्ड के नाम को backquotes से Enclose करें';
+$strUseTables = ' टेबल का उपयोग करो';
$strUser = 'यूसर';
$strUserEmpty = 'यूसरनेम खाली है!';
$strUserName = 'यूसर नेम';
-$strUseTables = ' टेबल का उपयोग करो';
$strValue = 'मूल्य';
@@ -265,7 +265,9 @@ $strYes = 'हाँ ';
$strAbortedClients = 'Aborted'; //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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
@@ -277,42 +279,61 @@ $strAddToIndex = 'Add to index %s column(s)'; //to translate
$strAdministration = 'Administration'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
$strAllTableSameWidth = 'display all Tables with same width?'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strArmenian = 'Armenian'; //to translate
+$strAsDefined = 'As defined:'; //to translate
$strAscending = 'Ascending'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBaltic = 'Baltic'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strBzip = '"bzipped"'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension, 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
@@ -321,8 +342,8 @@ $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
+$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
@@ -330,62 +351,96 @@ $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
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strCollation = 'Collation'; //to translate
$strCommand = 'Command'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompression = 'Compression'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file! This might happen if php finds a parse error in it or php cannot find the file. 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. If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //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
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCriteria = 'Criteria'; //to translate
$strCroatian = 'Croatian'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //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
-$strDataDict = 'Data Dictionary'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDanish = 'Danish'; //to translate
+$strDataDict = 'Data Dictionary'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseExportOptions = 'Database export options';//to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
+$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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //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
+$strDelimiter = 'Delimiter'; //to translate
$strDescending = 'Descending'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
-$strDisabled = 'Disabled'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDisabled = 'Disabled'; //to translate
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
-$strDumpingData = 'Dumping data for table'; //to translate
+$strDumpAllRows = 'Dump all rows'; //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
@@ -395,72 +450,117 @@ $strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEstonian = 'Estonian'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
-$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
-$strFormat = 'Format'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFormEmpty = 'Missing value in the form !'; //to translate
+$strFormat = 'Format'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
$strFullText = 'Full Texts'; //to translate
$strFunction = 'Function'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGo = 'Go'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGzip = '"gzipped"'; //to translate
-$strHandler = 'Handler'; //to translate
-$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
-$strHebrew = 'Hebrew'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
+$strHebrew = 'Hebrew'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strHungarian = 'Hungarian'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate
-$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnore = 'Ignore'; //to translate
+$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
+$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
-$strImport = 'Import'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
-$strIndexes = 'Indexes'; //to translate
-$strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strInUse = 'in use'; //to translate
$strIndex = 'Index'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
$strIndexName = 'Index name :'; //to translate
$strIndexType = 'Index type :'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexes = 'Indexes'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -471,91 +571,106 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages'; //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: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
-$strInUse = 'in use'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strJumpToDB = 'Jump to database "%s".'; //to translate
-$strJustDeleteDescr = 'The "deleted" 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
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLaTeX = 'LaTeX'; //to translate
$strLandscape = 'Landscape'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexContinued = '(continued)';//to translate
+$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
-$strLaTeX = 'LaTeX'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocationTextfile = 'Location of the textfile'; //to translate
-$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginInformation = 'Login Information'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //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. 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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
-$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. 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\', 100, b,\'c\'... 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
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strModifications = 'Modifications have been saved'; //to translate
-$strModifyIndexTopic = 'Modify an index'; //to translate
$strModify = 'Modify'; //to translate
+$strModifyIndexTopic = 'Modify an index'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
$strMySQLCharset = 'MySQL charset'; //to translate
-$strMysqlClientVersion = 'MySQL client version'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strMySQLSaid = 'MySQL said: '; //to translate
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDescription = 'no Description'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
@@ -564,7 +679,6 @@ $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; //to translate
$strNoIndex = 'No index defined!'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
-$strNone = 'None'; //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
@@ -572,53 +686,96 @@ $strNoRights = 'You don\'t have enough rights to be here right now!'; //to trans
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
-$strNotOK = 'not OK'; //to translate
-$strNotSet = '%s table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
+$strNone = 'None'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotOK = 'not OK'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNotSet = '%s table not found or not set in %s'; //to translate
$strNull = 'Null'; //to translate
-$strNumberOfFields = 'Number of fields'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table %s'; //to translate
$strNumSearchResultsTotal = 'Total:%s match(es)'; //to translate
$strNumTables = 'Tables'; //to translate
+$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
$strOK = 'OK'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPHPVersion = 'PHP Version'; //to translate
+$strPacked = 'Packed'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strPartialText = 'Partial Texts'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPassword = 'Password'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
$strPasswordEmpty = 'The password is empty!'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
-$strPassword = 'Password'; //to translate
$strPdfDbSchema = 'Schema of the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
-$strPHPVersion = 'PHP Version'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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" must be the name of and only of a primary key!)'; //to translate
-$strPrimary = 'Primary'; //to translate
$strPrint = 'Print'; //to translate
-$strPrintViewFull = 'Print view (with full texts)'; //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
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
@@ -631,14 +788,16 @@ $strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
-$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
+$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
@@ -648,75 +807,508 @@ $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to tra
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
+$strProcedures = 'Procedures'; //to translate
$strProcesses = 'Processes'; //to translate
$strProcesslist = 'Process list'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strQBEDel = 'Del'; //to translate
$strQBEIns = 'Ins'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryOnDb = 'SQL-query on database %s:'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
+$strReType = 'Re-type'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
$strReceived = 'Received'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRecords = 'Records'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRefresh = 'Refresh'; //to translate
-$strRelationalSchema = 'Relational schema'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
-$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
-$strRelations = 'Relations'; //to translate
$strRelationView = 'Relation view'; //to translate
-$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRelationalSchema = 'Relational schema'; //to translate
+$strRelations = 'Relations'; //to translate
+$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
-$strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
$strRenameTable = 'Rename table to'; //to translate
+$strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplaceTable = 'Replace table data with file'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strReset = 'Reset'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
-$strReType = 'Re-type'; //to translate
-$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //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
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
$strRowSize = ' Row size '; //to translate
-$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRows = 'Rows'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunQuery = 'Submit Query'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
-$strSaveOnServer = 'Save on server in %s directory'; //to translate
+$strSQL = 'SQL'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //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
+$strSavePosition = 'Save position'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSearchOption4 = 'as regular expression'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strSelectFields = 'Select fields (at least one):'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strSelectNumRows = 'in query'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strSent = 'Sent'; //to translate
-$strServerNotResponding = 'The server is not responding'; //to translate
$strServer = 'Server'; //to translate
-$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
+$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strServerVersion = 'Server version'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //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\'... 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
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -771,13 +1363,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -793,10 +1385,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -809,8 +1401,8 @@ $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_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
@@ -827,67 +1419,143 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
+$strSort = 'Sort'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSort = 'Sort'; //to translate
$strSpaceUsage = 'Space usage'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //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
-$strSQL = 'SQL'; //to translate
-$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
-$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
-$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
$strStatCheckTime = 'Last check';//to translate
$strStatCreateTime = 'Creation';//to translate
-$strStatement = 'Statements'; //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
$strStatUpdateTime = 'Last update';//to translate
+$strStatement = 'Statements'; //to translate
+$strStatic = 'static'; //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
$strStatus = 'Status'; //to translate
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucCSV = 'CSV data'; //to translate
$strStrucExcelCSV = 'CSV for MS Excel data'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
$strSubmit = 'Submit'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
$strTextAreaLength = ' Because of its length, this field might not be editable '; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThreads = 'Threads'; //to translate
+$strTime = 'Time'; //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
-$strTime = 'Time'; //to translate
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
$strTotalUC = 'Total'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
@@ -897,12 +1565,14 @@ $strTransformation_application_octetstream__hex = 'Displays hexadecimal represen
$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 = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
@@ -912,599 +1582,49 @@ $strUnknown = 'unknown'; //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
$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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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 "%s"'; //to translate
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
-$strUseTextField = 'Use text field'; //to translate
-$strUseThisValue = 'Use this value'; //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
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewDumpDB = 'View dump (schema) of database'; //to translate
-$strViewDump = 'View dump (schema) of table'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //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
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
-$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
+$strWebServer = 'Web server'; //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
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
$strXML = 'XML';//to translate
-
-$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
-$strZip = '"zipped"' ; //to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1513,127 +1633,8 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
+$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
+$strZip = '"zipped"' ; //to translate
+
?>
diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php
index 671baf838..b556d723c 100644
--- a/lang/hungarian-utf-8.inc.php
+++ b/lang/hungarian-utf-8.inc.php
@@ -24,6 +24,7 @@ $month = array('jan.', 'febr.', 'márc.', 'ápr.', 'máj.', 'jún.', 'júl.', 'a
$datefmt = '%Y. %B %d. %H:%M';
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
+$strAPrimaryKey = 'Az elsődleges kulcs hozzáadása a(z) %s mezőn megtörtént';
$strAbortedClients = 'Megszakítva';
$strAccessDenied = 'A hozzáférés megtagadva';
$strAccessDeniedCreateConfig = 'Ön valószínűleg nem hozta létre a konfigurációs fájlt. A %1$stelepítőszkripttel%2$s el tudja készíteni.';
@@ -43,63 +44,62 @@ $strAddPrivilegesOnDb = 'Jogok hozzáadása a következő adatbázison';
$strAddPrivilegesOnTbl = 'Jogok hozzáadása a következő táblán:';
$strAddSearchConditions = 'adja meg a keresési feltételeket (a "where" feltétel törzsét):';
$strAddToIndex = 'Hozzáadás az index %s oszlophoz';
-$strAddUserMessage = 'Az új felhasználó hozzáadása megtörtént.';
$strAddUser = 'Új felhasználó hozzáadása';
+$strAddUserMessage = 'Az új felhasználó hozzáadása megtörtént.';
$strAdministration = 'Adminisztráció';
+$strAfter = '%s után';
$strAfterInsertBack = 'Vissza az előző oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása';
$strAfterInsertNext = 'Következő sor szerkesztése';
$strAfterInsertSame = 'Visszatérés erre az oldalra';
-$strAfter = '%s után';
$strAll = 'Mind';
-$strAllowInterrupt = 'Az importálás megszakításának engedélyezése, ha a szkript észleli, hogy közel van az időkorláthoz. Nagy fájlok importálásakor jól jöhet, azonban meg tudja szakítani a tranzakciót.';
$strAllTableSameWidth = 'Az összes tábla megjelenítése ugyanolyan szélességgel';
+$strAllowInterrupt = 'Az importálás megszakításának engedélyezése, ha a szkript észleli, hogy közel van az időkorláthoz. Nagy fájlok importálásakor jól jöhet, azonban meg tudja szakítani a tranzakciót.';
$strAlterOrderBy = 'Tábla rendezésének módosítása e szerint:';
+$strAnIndex = 'Az index hozzáadása a(z) %s mezőn megtörtént';
$strAnalyze = 'Elemzés';
$strAnalyzeTable = 'Tábla elemzése';
$strAnd = 'És';
$strAndSmall = 'és';
$strAndThen = 'és utána';
$strAngularLinks = 'Összeférhetetlen hivatkozások';
-$strAnIndex = 'Az index hozzáadása a(z) %s mezőn megtörtént';
$strAny = 'Bármi';
$strAnyHost = 'Bármilyen hoszt';
$strAnyUser = 'Bármilyen felhasználó';
$strApproximateCount = 'Becsült érték lehet. Lásd: GYIK 3.11';
-$strAPrimaryKey = 'Az elsődleges kulcs hozzáadása a(z) %s mezőn megtörtént';
$strArabic = 'Arab';
$strArmenian = 'Örmény';
-$strAscending = 'Növekvő';
$strAsDefined = 'Mint meghatározva:';
+$strAscending = 'Növekvő';
$strAtBeginningOfTable = 'A tábla elején';
$strAtEndOfTable = 'A tábla végén';
$strAttr = 'Tulajdonságok';
$strAutomaticLayout = 'Automatikus elrendezés';
+$strBLOBRepository = 'BLOB-ratár';
+$strBLOBRepositoryDamaged = 'Sérült';
+$strBLOBRepositoryDisable = 'Letiltás';
+$strBLOBRepositoryDisableAreYouSure = 'Biztosan le akarja tiltani a(z) %s adatbázis összes BLOB hivatkozását?';
+$strBLOBRepositoryDisableStrongWarning = 'Ön egy BLOB-raktár LETILTÁSÁRA készül!';
+$strBLOBRepositoryDisabled = 'Letiltott';
+$strBLOBRepositoryEnable = 'Engedélyezés';
+$strBLOBRepositoryEnabled = 'Engedélyezett';
+$strBLOBRepositoryRemove = 'A BLOB-raktár hivatkozásának eltávolítása';
+$strBLOBRepositoryRepair = 'Javítás';
+$strBLOBRepositoryUpload = 'Feltöltés a BLOB-raktárba';
$strBack = 'Vissza';
$strBaltic = 'Balti';
$strBeginCut = 'Kivágás kezdete';
$strBeginRaw = 'Feldolgozatlan kezdete';
-$strBinary = 'Bináris';
-$strBinaryDoNotEdit = 'Bináris - nem szerkeszthető';
-$strBinaryLog = 'Bináris napló';
$strBinLogEventType = 'Esemény típusa';
$strBinLogInfo = 'Információ';
$strBinLogName = 'Napló neve';
$strBinLogOriginalPosition = 'Eredeti pozíció';
$strBinLogPosition = 'Pozíció';
$strBinLogServerId = 'Szerver AZ';
-$strBLOBRepository = 'BLOB-ratár';
-$strBLOBRepositoryDamaged = 'Sérült';
-$strBLOBRepositoryDisableAreYouSure = 'Biztosan le akarja tiltani a(z) %s adatbázis összes BLOB hivatkozását?';
-$strBLOBRepositoryDisabled = 'Letiltott';
-$strBLOBRepositoryDisable = 'Letiltás';
-$strBLOBRepositoryDisableStrongWarning = 'Ön egy BLOB-raktár LETILTÁSÁRA készül!';
-$strBLOBRepositoryEnabled = 'Engedélyezett';
-$strBLOBRepositoryEnable = 'Engedélyezés';
-$strBLOBRepositoryRemove = 'A BLOB-raktár hivatkozásának eltávolítása';
-$strBLOBRepositoryRepair = 'Javítás';
-$strBLOBRepositoryUpload = 'Feltöltés a BLOB-raktárba';
+$strBinary = 'Bináris';
+$strBinaryDoNotEdit = 'Bináris - nem szerkeszthető';
+$strBinaryLog = 'Bináris napló';
$strBookmarkAllUsers = 'A hozzáférés ehhez a könyvjelzőhöz az összes felhasználó számára engedélyezett';
$strBookmarkCreated = 'A(z) %s könyvjelző elkészült';
$strBookmarkDeleted = 'A könyvjelző törlése megtörtént.';
@@ -108,24 +108,25 @@ $strBookmarkQuery = 'Könyvjelzőkhöz hozzáadott SQL-lekérdezés';
$strBookmarkReplace = 'Az ugyanazon nevű könyvjelző kicserélése';
$strBookmarkThis = 'Az SQL-lekérdezés hozzáadása a könyvjelzőkhöz';
$strBookmarkView = 'Csak megtekinthető';
+$strBrowse = 'Tartalom';
$strBrowseDistinctValues = 'A különböző értékek tallózása';
$strBrowseForeignValues = 'Az idegen kulcsok böngészése';
-$strBrowse = 'Tartalom';
-$strBufferPoolActivity = 'Pufferkészlet művelete';
$strBufferPool = 'Pufferkészlet';
+$strBufferPoolActivity = 'Pufferkészlet művelete';
$strBufferPoolUsage = 'Pufferkészlet kihasználtsága';
-$strBufferReadMissesInPercent = 'Olvasási hibák %-ban';
$strBufferReadMisses = 'Olvasási hibák';
-$strBufferWriteWaitsInPercent = 'Írási várakozások %-ban';
+$strBufferReadMissesInPercent = 'Olvasási hibák %-ban';
$strBufferWriteWaits = 'Írási várakozások';
+$strBufferWriteWaitsInPercent = 'Írási várakozások %-ban';
$strBulgarian = 'Bolgár';
$strBusyPages = 'Foglalt oldalak';
$strBzip = '"bzip tömörítés"';
+$strCSV = 'CSV';
$strCalendar = 'Naptár';
-$strCancel = 'Mégse';
$strCanNotLoadExportPlugins = 'Nem lehetett betölteni az exportáló beépülő modulokat. Kérjük, ellenőrizze a telepítését!';
$strCanNotLoadImportPlugins = 'Nem lehetett betölteni az importáló beépülő modulokat. Kérjük, ellenőrizze a telepítését!';
+$strCancel = 'Mégse';
$strCannotLogin = 'Nem lehet bejelentkezni a MySQL szerverre';
$strCantLoad = 'Nem tölthető be a [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kiterjesztés. Ellenőrizze a PHP beállításait.';
$strCantLoadRecodeIconv = 'Nem lehetett betölteni az iconv vagy a recode kiterjesztést a karakterkészlet-átalakításhoz. Állítsa be úgy a PHP-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsa le a karakterkészlet-átalakítást a phpMyAdminban.';
@@ -135,21 +136,21 @@ $strCardinality = 'Számosság';
$strCaseInsensitive = 'a kis- és nagybetű nem különbözik';
$strCaseSensitive = 'a kis- és nagybetű különbözik';
$strCentralEuropean = 'Közép-európai';
+$strChange = 'Módosítás';
+$strChangeCopyMode = 'Új felhasználó létrehozása ezekkel a jogokkal, és ...';
$strChangeCopyModeCopy = '... a régiek megőrzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régiek törlése a felhasználói táblákból, majd a jogok újratöltése.';
$strChangeCopyModeJustDelete = ' ... a régiek törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív jog visszaállítása a régiekből, majd törlés.';
-$strChangeCopyMode = 'Új felhasználó létrehozása ezekkel a jogokkal, és ...';
$strChangeCopyUser = 'Bejelentkezési adatok módosítása / Felhasználó másolása';
$strChangeDisplay = 'Válassza ki a megjelenítendő mezőt';
-$strChange = 'Módosítás';
$strChangePassword = 'Jelszó megváltoztatása';
$strCharset = 'Karakterkészlet';
$strCharsetOfFile = 'A fájl karakterkészlete:';
-$strCharsetsAndCollations = 'Karakterkészletek és illesztések';
$strCharsets = 'Karakterkészlet';
-$strCheckAll = 'Mind kijelölése';
+$strCharsetsAndCollations = 'Karakterkészletek és illesztések';
$strCheck = 'Ellenőrzés';
+$strCheckAll = 'Mind kijelölése';
$strCheckOverhead = 'A felülírott táblák kijelölése';
$strCheckPrivs = 'Jogok ellenőrzése';
$strCheckPrivsLong = 'A(z) "%s" adatbázis jogainak ellenőrzése.';
@@ -176,16 +177,16 @@ $strConstraintsForDumped = 'Megkötések a kiírt táblákhoz';
$strConstraintsForTable = 'Megkötések a táblához';
$strControluserFailed = 'A konfigurációban meghatározott kapcsolat a kontrollfelhasználó számára nem sikerült.';
$strCookiesRequired = 'Ettől a ponttól engedélyeznie kell a cookie-k fogadását.';
-$strCopyDatabaseOK = 'A(z) %s adatbázis másolása a(z) %s adatbázisba megtörtént';
$strCopy = 'Másolás';
+$strCopyDatabaseOK = 'A(z) %s adatbázis másolása a(z) %s adatbázisba megtörtént';
+$strCopyTable = 'Tábla másolása (adatbázis.tábla):';
$strCopyTableOK = 'A(z) %s tábla másolása %s néven megtörtént.';
$strCopyTableSameNames = 'Nem másolható ugyanabba a tábla!';
-$strCopyTable = 'Tábla másolása (adatbázis.tábla):';
$strCouldNotKill = 'A phpMyAdmin nem tudta leállítani a(z) %s szálat. Valószínűleg már befejeződött.';
+$strCreate = 'Létrehozás';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás előtt';
$strCreateIndex = 'Index készítése a(z) %s. oszlopon';
$strCreateIndexTopic = 'Új index létrehozása';
-$strCreate = 'Létrehozás';
$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';
@@ -200,14 +201,19 @@ $strCreateUserDatabaseWildcard = 'Az összes jog engedélyezése karakterhelyett
$strCreationDates = 'Létrehozás/módosítás/ellenőrzés dátuma';
$strCriteria = 'Feltételek';
$strCroatian = 'Horvát';
-$strCSV = 'CSV';
$strCustomColor = 'Egyéni szín';
$strCyrillic = 'Cirill';
$strCzech = 'Cseh';
$strCzechSlovak = 'Csehszlovák';
+$strDBComment = 'Megjegyzés az adatbázishoz: ';
+$strDBCopy = 'Adatbázis másolása';
+$strDBRename = 'Adatbázis átnevezése';
$strDanish = 'Dán';
$strData = 'Adatok';
+$strDataDict = 'Adatkönyvtár';
+$strDataOnly = 'Csak az adatok';
+$strDataPages = 'Adatokat tartalmazó lapok';
$strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Üres az adatbázis neve!';
$strDatabaseExportOptions = 'Adatbázis exportálási beállításai';
@@ -219,71 +225,65 @@ $strDatabasesStats = 'Adatbázis-statisztika';
$strDatabasesStatsDisable = 'Statisztika letiltása';
$strDatabasesStatsEnable = 'Statisztika engedélyezése';
$strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis-statisztika engedélyezése a webszerver és a MySQL közti nagy adatforgalomhoz vezethet.';
-$strDataDict = 'Adatkönyvtár';
-$strDataOnly = 'Csak az adatok';
-$strDataPages = 'Adatokat tartalmazó lapok';
-$strDBComment = 'Megjegyzés az adatbázishoz: ';
-$strDBCopy = 'Adatbázis másolása';
$strDbIsEmpty = 'Üresnek tűnik az adatbázis!';
$strDbPrivileges = 'Adatbázis-specifikus jogok';
-$strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett';
$strDefaultEngine = 'Ezen a MySQL szerveren a(z) %s az alapértelmezett tárolómotor.';
$strDefaultValueHelp = 'Írjon be egy értéket az alapértelmezett értékekhez, fordított perjel, escape karakter vagy idézőjelek nélkül, a következő formátum használatával: a';
$strDefragment = 'Tábla töredezettségmentesítése';
+$strDelOld = 'A jelenlegi oldalon lévő táblahivatkozások már léteznek. Szeretné törölni ezeket a hivatkozásokat?';
$strDelayedInserts = 'Késleltetett beszúrások használata';
-$strDeleteAndFlushDescr = 'Ez a legtisztább út, viszont a jogok újratöltése eltarthat egy ideig.';
+$strDelete = 'Törlés';
$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a jogokat.';
-$strDeleted = 'A sor törlése megtörtént';
+$strDeleteAndFlushDescr = 'Ez a legtisztább út, viszont a jogok újratöltése eltarthat egy ideig.';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDeleteRelation = 'Kapcsolat törlése';
-$strDelete = 'Törlés';
+$strDeleted = 'A sor törlése megtörtént';
$strDeleting = '%s törlése';
$strDelimiter = 'Elválasztó';
-$strDelOld = 'A jelenlegi oldalon lévő táblahivatkozások már léteznek. Szeretné törölni ezeket a hivatkozásokat?';
$strDescending = 'Csökkenő';
$strDescription = 'Leírás';
-$strDesignerHelpDisplayField = 'A megjelenítendő mező rózsaszínben látható. Egy mező megjelenítendő mezőként történő beállításához/eltávolításához kattintson a "Válassza ki a megjelenítendő mezőt" ikonra, majd kattintson a megfelelő mező nevére.';
$strDesigner = 'Tervező';
+$strDesignerHelpDisplayField = 'A megjelenítendő mező rózsaszínben látható. Egy mező megjelenítendő mezőként történő beállításához/eltávolításához kattintson a "Válassza ki a megjelenítendő mezőt" ikonra, majd kattintson a megfelelő mező nevére.';
$strDetails = 'Részletek...';
$strDictionary = 'szótár';
$strDirectLinks = 'Közvetlen hivatkozások';
$strDirtyPages = 'Piszkos lapok';
-$strDisabled = 'Letiltott';
$strDisableForeignChecks = 'Az idegen kulcsok ellenőrzésének letiltása';
+$strDisabled = 'Letiltott';
$strDisplayFeat = 'Tulajdonságok megjelenítése';
$strDisplayOrder = 'Megjelenítési sorrend:';
$strDisplayPDF = 'PDF séma megjelenítése';
$strDoAQuery = 'Egy "példa szerinti lekérdezés" végrehajtása (karakterhelyettesítő: "%")';
+$strDoNotAutoIncrementZeroValues = 'Az AUTO_INCREMENT nulla értékekhez nincs használatban';
+$strDoYouReally = 'Valóban a következőt akarja ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentáció';
-$strDoNotAutoIncrementZeroValues = 'Az AUTO_INCREMENT nulla értékekhez nincs használatban';
$strDownloadFile = 'Fájl letöltése';
-$strDoYouReally = 'Valóban a következőt akarja ';
-$strDropDatabaseStrongWarning = 'Ön a teljes adatbázis MEGSEMMISÍTÉSÉRE készül!';
$strDrop = 'Eldobás';
+$strDropDatabaseStrongWarning = 'Ön a teljes adatbázis MEGSEMMISÍTÉSÉRE készül!';
$strDropUsersDb = 'A felhasználókéval azonos nevű adatbázisok eldobása.';
-$strDumpingData = 'A tábla adatainak kiíratása';
$strDumpSaved = 'A kiíratás mentése a(z) %s fájlba megtörtént.';
$strDumpXRows = '%s sor kiírása a(z) %s. rekorddal kezdődően';
+$strDumpingData = 'A tábla adatainak kiíratása';
$strDynamic = 'dinamikus';
+$strEdit = 'Szerkesztés';
$strEditPDFPages = 'PDF oldalak szerkesztése';
$strEditPrivileges = 'Jogok szerkesztése';
-$strEdit = 'Szerkesztés';
$strEffective = 'Hatályos';
$strEmpty = 'Kiürítés';
$strEmptyResultSet = 'A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok).';
$strEnabled = 'Engedélyezett';
$strEncloseInTransaction = 'Az exportálás befoglalása egy tranzakcióban';
+$strEnd = 'Vége';
$strEndCut = 'Kivágás vége';
$strEndRaw = 'Feldolgozatlan Vége';
-$strEnd = 'Vége';
$strEngineAvailable = 'A(z) %s motor elérhető ezen a MySQL szerveren.';
$strEngineDisabled = '%s letiltott ezen a MySQL szerveren.';
-$strEngines = 'Motorok';
$strEngineUnsupported = 'Ez a MySQL szerver nem támogatja a(z) %s tárolómotort.';
+$strEngines = 'Motorok';
$strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: a MySQL jognevek az angolból származnak.';
$strError = 'Hiba';
@@ -307,42 +307,42 @@ $strExtendedInserts = 'Kiterjesztett beszúrások';
$strExtra = 'Extra';
$strFailedAttempts = 'Sikertelen próbák';
+$strField = 'Mező';
$strFieldHasBeenDropped = 'A(z) %s mező eldobása megtörtént';
$strFieldInsertFromFileTempDirNotExists = 'Hiba történt a feltöltött fájl áthelyezésekor, lásd: GYIK 1.11';
-$strField = 'Mező';
+$strFields = 'Mezők száma';
$strFieldsEnclosedBy = 'Mező lezárás';
$strFieldsEscapedBy = 'Mező escape karakter';
-$strFields = 'Mezők száma';
$strFieldsTerminatedBy = 'Mező vége';
$strFileAlreadyExists = 'már létezik %s fájl a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírási opciót!';
$strFileCouldNotBeRead = 'Nem lehetett beolvasni a fájlt';
-$strFileNameTemplateDescriptionDatabase = 'adatbázis neve';
+$strFileNameTemplate = 'Fájlnévsablon';
$strFileNameTemplateDescription = 'Ennek az értéknek az értelmezése az %1$sstrftime%2$s használatával történik, vagyis időformázó karakterláncokat használhat. A következő átalakításokra kerül továbbá sor: %3$s. Más szöveg eredeti állapotában kerül megtartásra.';
+$strFileNameTemplateDescriptionDatabase = 'adatbázis neve';
$strFileNameTemplateDescriptionServer = 'szerver neve';
$strFileNameTemplateDescriptionTable = 'tábla neve';
-$strFileNameTemplate = 'Fájlnévsablon';
$strFileNameTemplateRemember = 'a sablon megjegyzése';
-$strFiles = 'Fájlok';
$strFileToImport = 'Importálandó fájl';
+$strFiles = 'Fájlok';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználók jogait közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver által használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben %stöltse be újra a jogokat%s a folytatás előtt.';
$strFlushQueryCache = 'Lekérdezési gyorsítótár kiírása';
-$strFlushTables = 'Összes tábla kiírása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")';
+$strFlushTables = 'Összes tábla kiírása (bezárása)';
$strFontSize = 'Betűméret';
$strForeignKeyError = 'Hiba történt az idegen kulcs %1$s táblán történő létrehozásakor (ellenőrizze az adattípusokat)';
$strForeignKeyRelationAdded = 'IDEGEN KULCS kapcsolat hozzáadása megtörtént';
-$strFormat = 'Formátum';
$strFormEmpty = 'Érték hiányzik az űrlapban!';
+$strFormat = 'Formátum';
$strFreePages = 'Szabad lapok';
$strFullText = 'Teljes szövegek';
$strFunction = 'Függvény';
$strFunctions = 'Függvények';
$strGenBy = 'Készítette';
+$strGenTime = 'Létrehozás ideje';
$strGeneralRelationFeat = 'Általános relációs jellemzők';
$strGenerate = 'Generálás';
$strGeneratePassword = 'Jelszó generálása';
-$strGenTime = 'Létrehozás ideje';
$strGeorgian = 'Grúz';
$strGerman = 'Német';
$strGetMoreThemes = 'Több téma letöltése';
@@ -354,6 +354,8 @@ $strGrantOption = 'Engedélyezés';
$strGreek = 'Görög';
$strGzip = '"gzip tömörítés"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Kezelő';
$strHasBeenAltered = 'megváltozott.';
$strHaveToShow = 'Ki kell legalább egy megjelenítendő oszlopot választania';
@@ -365,56 +367,54 @@ $strHideShowAll = 'Minden elrejtése/megjelenítése';
$strHideShowNoRelation = 'A kapcsolat nélküli táblák megjelenítése/elrejtése';
$strHome = 'Kezdőlap';
$strHomepageOfficial = 'Hivatalos honlap';
-$strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt';
+$strHostEmpty = 'A hosztnév üres!';
$strHostTableExplanation = 'A Host tábla használatakor ez a mező mellőzésre kerül, s a Host táblában lévő értékek kerülnek felhaszsnálásra.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Magyar';
+$strIEUnsupported = 'Az Internet Explorer nem támogatja ezt a funkciót.';
$strIcelandic = 'Izlandi';
$strId = 'AZ';
$strIdxFulltext = 'Teljes szöveg';
-$strIEUnsupported = 'Az Internet Explorer nem támogatja ezt a funkciót.';
+$strIgnore = 'Kihagyás';
$strIgnoreDuplicates = 'A dupla sorok figyelmen kívül hagyása';
$strIgnoreInserts = 'Mellőző beszúrások használata';
-$strIgnore = 'Kihagyás';
+$strImport = 'Importálás';
$strImportExportCoords = 'A PDF-séma importálási/exportálási koordinátái';
$strImportFiles = 'Fájlok importálása';
$strImportFormat = 'Importálandó fájl formátuma';
-$strImport = 'Importálás';
$strImportSuccessfullyFinished = 'Az importálás sikeresen befejeződött, %d lekérdezés került végrehajtásra.';
-$strIndexes = 'Indexek';
-$strIndexesSeemEqual = 'A(z) %1$s és a(z) %2$s egyenlőnek tűnik, és egyikük valószínűleg eltávolítható.';
-$strIndexHasBeenDropped = 'A(z) %s index eldobása megtörtént';
+$strInUse = 'használatban';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'A(z) %s index eldobása megtörtént';
$strIndexName = 'Index neve:';
$strIndexType = 'Index típusa:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
-$strInnoDBAutoextendIncrementDesc = ' A növekmény mérete egy automatikusan bővülő táblahely méretének bővítéséhez, amikor megtelik.';
+$strIndexes = 'Indexek';
+$strIndexesSeemEqual = 'A(z) %1$s és a(z) %2$s egyenlőnek tűnik, és egyikük valószínűleg eltávolítható.';
$strInnoDBAutoextendIncrement = 'Növekmény automatikus bővítése';
-$strInnoDBBufferPoolSizeDesc = 'Az InnoDB által a táblák adatainak és indexeinek gyorsítótárazásához használt memóriapuffer mérete.';
+$strInnoDBAutoextendIncrementDesc = ' A növekmény mérete egy automatikusan bővülő táblahely méretének bővítéséhez, amikor megtelik.';
$strInnoDBBufferPoolSize = 'Pufferkészlet mérete';
+$strInnoDBBufferPoolSizeDesc = 'Az InnoDB által a táblák adatainak és indexeinek gyorsítótárazásához használt memóriapuffer mérete.';
$strInnoDBDataFilePath = 'Adatfájlok';
$strInnoDBDataHomeDir = 'Adatok kezdőkönyvtára';
$strInnoDBDataHomeDirDesc = 'Az összes InnoDB adatfájl könyvtára elérési útjának közös része.';
$strInnoDBPages = 'lapok';
$strInnodbStat = 'InnoDB állapota';
$strInsecureMySQL = 'A konfigurációs fájl olyan beállításokat (jelszó nélküli root hozzáférés) tartalmaz, melyek megegyeznek az alapértelmezett MySQL jogosult fiókéval. A MySQL szerver most ezzel az alapbeállítással fut, behatolásra nyitott. Javítsa ezt a biztonsági rést.';
-$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúrás';
+$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsertedRowId = 'A beszúrt sor azonosítószáma: %1$d';
$strInterface = 'Kezelőfelület';
$strInternalAndForeign = 'Nincs szükség belső kapcsolatra, ha létezik megfelelő IDEGEN KULCS kapcsolat.';
$strInternalRelationAdded = 'A belső kapcsolat hozzáadása megtörtént';
$strInternalRelations = 'Belső kapcsolatok';
-$strInUse = 'használatban';
$strInvalidAuthMethod = 'Érvénytelen hitelesítési mód került beállításra a konfigurációban:';
-$strInvalidColumn = 'A megadott oszlop (%s) érvénytelen!';
-$strInvalidColumnCount = 'Az oszlopok számának nullánál nagyobbnak kell lennie.';
$strInvalidCSVFieldCount = 'A CSV bevitel %d. sorában a mezők száma érvénytelen.';
$strInvalidCSVFormat = 'A CSV bevitel %d. sorában a formázás érvénytelen.';
$strInvalidCSVParameter = 'A CSV importálás paramétere érvénytelen: %s';
+$strInvalidColumn = 'A megadott oszlop (%s) érvénytelen!';
+$strInvalidColumnCount = 'Az oszlopok számának nullánál nagyobbnak kell lennie.';
$strInvalidDatabase = 'Érvénytelen adatbázis';
$strInvalidFieldAddCount = 'Legalább egy mezőt meg kell adnia.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mezőt kell tartalmaznia.';
@@ -427,8 +427,8 @@ $strInvalidTableName = 'Érvénytelen táblanév';
$strJapanese = 'Japán';
$strJoins = 'Illesztések';
$strJumpToDB = 'Ugrás a(z) "%s" adatbázishoz.';
-$strJustDeleteDescr = 'A "törölt" felhasználók a jogok újratöltéséig még hozzáférhetnek a szerverhez.';
$strJustDelete = 'Egyszerűen törölje a felhasználókat a jogtáblákból.';
+$strJustDeleteDescr = 'A "törölt" felhasználók a jogok újratöltéséig még hozzáférhetnek a szerverhez.';
$strKeepPass = 'Nincs jelszó megváltoztatás';
$strKeyCache = 'Kulcs gyorsítótár';
@@ -437,21 +437,21 @@ $strKill = 'Leállít';
$strKnownExternalBug = 'A(z) %s funkcióra egy ismert hiba van hatással, lásd itt: %s';
$strKorean = 'Koreai';
+$strLDI = 'CSV a LOAD DATA használatával';
+$strLDILocal = 'LOCAL kulcsszó használata';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Fekvő';
$strLanguage = 'Nyelv';
$strLanguageUnknown = 'Ismeretlen nyelv: %1$s.';
$strLatchedPages = 'Zárolt oldalak';
$strLatexCaption = 'Táblacím';
$strLatexContent = '__TABLE__ tábla tartalma';
-$strLatexContinuedCaption = 'Táblacím folytatása';
$strLatexContinued = '(folytatás)';
+$strLatexContinuedCaption = 'Táblacím folytatása';
$strLatexIncludeCaption = 'Tartalmazza a táblacímet';
$strLatexLabel = 'Feliratkulcs';
-$strLaTeX = 'LaTeX';
$strLatexStructure = '__TABLE__ tábla szerkezete';
$strLatvian = 'Lett';
-$strLDI = 'CSV a LOAD DATA használatával';
-$strLDILocal = 'LOCAL kulcsszó használata';
$strLengthSet = 'Hossz/Érték*';
$strLimitNumRows = 'Sorok száma oldalanként';
$strLinesTerminatedBy = 'Sorok vége';
@@ -460,65 +460,66 @@ $strLinksTo = 'Hivatkozások:';
$strLithuanian = 'Litván';
$strLocalhost = 'Helyi';
$strLocationTextfile = 'A szövegfájl helye';
+$strLogPassword = 'Jelszó:';
+$strLogServer = 'Szerver';
+$strLogServerHelp = 'Az állomásnevet/IP-címet és a port számát szóközzel elválasztva írhatja be.';
+$strLogUsername = 'Felhasználónév:';
$strLogin = 'Belépés';
$strLoginInformation = 'Bejelentkezési adatok';
$strLoginWithoutPassword = 'A konfiguráció tiltja a jelszó nélküli bejelentkezést (lásd AllowNoPassword)';
$strLogout = 'Kilépés';
-$strLogPassword = 'Jelszó:';
-$strLogServerHelp = 'Az állomásnevet/IP-címet és a port számát szóközzel elválasztva írhatja be.';
-$strLogServer = 'Szerver';
-$strLogUsername = 'Felhasználónév:';
$strLongOperation = 'Ez a művelet sokáig eltarthat. Mindenképp folytatja?';
-$strMaxConnects = 'Max. egyidejű kapcsolatok száma';
-$strMaximalQueryLength = 'A létrehozott lekérdezés hossza legfeljebb';
-$strMaximumSize = 'Legnagyobb méret: %s%s';
-$strMbExtensionMissing = 'Nem található az mbstring PHP-kiterjesztés, s úgy tűnik, hogy Ön több bájtos karakterkészletet használ. Az mbstring kiterjesztés nélkül a phpMyAdmin nem tudja megfelelően felosztani a karakterláncokat, mely nem várt eredményhez vezethet.';
-$strMbOverloadWarning = 'Ön engedélyezte az mbstring.func_overload funkciót a PHP konfigurációban. Ez a beállítás nem kompatibilis a phpMyAdminnal, és az adatsérüléssel járhat!';
+$strMIMETypesForTable = 'Tábla MIME-típusok';
+$strMIME_MIMEtype = 'MIME-típus';
$strMIME_available_mime = 'Létező MIME-típusok';
$strMIME_available_transform = 'Létező átalakítások';
$strMIME_description = 'Leírás';
-$strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhető el leírás. Kérdezze meg a szerzőtől, hogy mit csinál a(z) %s.';
$strMIME_transformation = 'Böngésző átalakítása';
$strMIME_transformation_note = 'Az elérhető á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ásai';
$strMIME_transformation_options_note = 'Írja be az átalakítási beállítások értékeit a következő formátumban: \'a\', 100, b,\'c\'... Ha fordított perjelet ("\") vagy idézőjelet ("\'") akar beszúrni az értékekbe, akkor kezdje fordított perjellel (például: \'\\\\xyz\' vagy \'a\\\'b\').';
-$strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A dőlttel írt MIME-típusoknak nincs külön átalakítási funkciójuk';
+$strMaxConnects = 'Max. egyidejű kapcsolatok száma';
+$strMaximalQueryLength = 'A létrehozott lekérdezés hossza legfeljebb';
+$strMaximumSize = 'Legnagyobb méret: %s%s';
+$strMbExtensionMissing = 'Nem található az mbstring PHP-kiterjesztés, s úgy tűnik, hogy Ön több bájtos karakterkészletet használ. Az mbstring kiterjesztés nélkül a phpMyAdmin nem tudja megfelelően felosztani a karakterláncokat, mely nem várt eredményhez vezethet.';
+$strMbOverloadWarning = 'Ön engedélyezte az mbstring.func_overload funkciót a PHP konfigurációban. Ez a beállítás nem kompatibilis a phpMyAdminnal, és az adatsérüléssel járhat!';
$strModifications = 'A módosítások mentése megtörtént';
-$strModifyIndexTopic = 'Index módosítása';
$strModify = 'Módosítás';
+$strModifyIndexTopic = 'Index módosítása';
$strMoveMenu = 'Menü áthelyezése';
+$strMoveTable = 'Tábla áthelyezése (adatbázis.tábla):';
$strMoveTableOK = 'A(z) %s tábla áthelyezése a(z) %s adatbázisba kész.';
$strMoveTableSameNames = 'Nem helyezhető át ugyanabba a tábla!';
-$strMoveTable = 'Tábla áthelyezése (adatbázis.tábla):';
$strMultilingual = 'többnyelvű';
$strMyISAMDataPointerSize = 'Adatmutató mérete';
$strMyISAMDataPointerSizeDesc = 'Az alapértelmezett mutató mérete bájtban, a CREATE TABLE által a MyISAM táblákhoz, ha nem adták meg a MAX_ROWS beállítás értékét.';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Ha a MyISAM indexkészítéshez használt ideiglenes fájl nagyobb volna az itt megadott érték által használt kulcsgyorsítótárnál, akkor részesítse előnyben a kulcsgyorsítótár módszert.';
$strMyISAMMaxExtraSortFileSize = 'Index készítésekor az ideiglenes fájlok mérete legfeljebb';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Ha a MyISAM indexkészítéshez használt ideiglenes fájl nagyobb volna az itt megadott érték által használt kulcsgyorsítótárnál, akkor részesítse előnyben a kulcsgyorsítótár módszert.';
$strMyISAMMaxSortFileSize = 'Az ideiglenes rendezőfájlok mérete legfeljebb';
$strMyISAMMaxSortFileSizeDesc = 'A MySQL által engedélyezett ideiglenes fájl legnagyobb mérete a MyISAM index újralétrehozásakor (REPAIR TABLE, ALTER TABLE vagy LOAD DATA INFILE során).';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMyISAMRecoverOptionsDesc = 'Az összeomlott MyISAM táblák automatikus helyreállítási módja, a --myisam-recover szerver indítási beállításnál megadottak szerint.';
-$strMyISAMRepairThreadsDesc = 'Ha ez az érték nagyobb, mint 1, akkor a MyISAM táblaindexek készítése a tároló folyamat által párhuzamosan (mindegyik index a saját szálában) történik a javítás során ';
$strMyISAMRepairThreads = 'Szálak kijavítása';
-$strMyISAMSortBufferSizeDesc = 'A MyISAM indexek rendezésekor lefoglalt puffer a REPAIR TABLE művelet során, vagy az indexek CREATE INDEX vagy ALTER TABLE paranccsal történő készítésekor.';
+$strMyISAMRepairThreadsDesc = 'Ha ez az érték nagyobb, mint 1, akkor a MyISAM táblaindexek készítése a tároló folyamat által párhuzamosan (mindegyik index a saját szálában) történik a javítás során ';
$strMyISAMSortBufferSize = 'Rendezőpuffer mérete';
+$strMyISAMSortBufferSizeDesc = 'A MyISAM indexek rendezésekor lefoglalt puffer a REPAIR TABLE művelet során, vagy az indexek CREATE INDEX vagy ALTER TABLE paranccsal történő készítésekor.';
$strMySQLCharset = 'MySQL karakterkészlet';
-$strMysqlClientVersion = 'MySQL kliens verzió';
$strMySQLConnectionCollation = 'MySQL kapcsolat illesztése';
-$strMysqlLibDiffersServerVersion = 'A PHP MySQL függvénytár %s-s verziója eltér a MySQL szerver %s-s verziójától. Ez kiszámíthatatlan viselkedést okozhat.';
$strMySQLSaid = 'A MySQL mondta: ';
$strMySQLShowProcess = 'Folyamatok megjelenítése';
+$strMysqlClientVersion = 'MySQL kliens verzió';
+$strMysqlLibDiffersServerVersion = 'A PHP MySQL függvénytár %s-s verziója eltér a MySQL szerver %s-s verziójától. Ez kiszámíthatatlan viselkedést okozhat.';
$strName = 'Név';
$strNext = 'Következő';
+$strNo = 'Nem';
$strNoActivity = 'Nem volt tevékenység %s másodperce; jelentkezzen be újra';
+$strNoDataReceived = 'Nem került importálandó adat fogadásra. Vagy nem került átadásra fájlnév, vagy a fájlméret túllépte a PHP beállításokban engedélyezett legnagyobb méretet. Lásd GYIK 1.16.';
$strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs kiválasztott adatbázis.';
-$strNoDataReceived = 'Nem került importálandó adat fogadásra. Vagy nem került átadásra fájlnév, vagy a fájlméret túllépte a PHP beállításokban engedélyezett legnagyobb méretet. Lásd GYIK 1.16.';
$strNoDescription = 'nincs leírás';
$strNoDetailsForEngine = 'Erről a tárolómotorról részletes állapot-információ nem áll rendelkezésre.';
$strNoDropDatabases = 'A "DROP DATABASE" utasítást letiltották.';
@@ -528,9 +529,6 @@ $strNoFrames = 'A phpMyAdmin keretkezelő böngészőben használhatóbb.
$strNoIndex = 'Nincs meghatározott index!';
$strNoIndexPartsDefined = 'Nincs meghatározott indexrész!';
$strNoModification = 'Nincs változás';
-$strNoneDefault = 'Nincs';
-$strNo = 'Nem';
-$strNone = 'Nincs';
$strNoOptions = 'Ennek a formátumnak nincsenek beállításai';
$strNoPassword = 'Nincs jelszó';
$strNoPermission = 'A webszerver számára nem engedélyezett a(z) %s fájl mentése.';
@@ -541,17 +539,19 @@ $strNoRowsSelected = 'Nem jelölte ki a sort';
$strNoSpace = 'Kevés a hely a(z) %s fájl mentéséhez.';
$strNoTablesFound = 'Nem található tábla az adatbázisban.';
$strNoThemeSupport = 'Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) %s könyvtárban.';
+$strNoUsersFound = 'Nem található(k) a felhasználó(k).';
+$strNoValidateSQL = 'SQL érvényesítés átugrása';
+$strNone = 'Nincs';
+$strNoneDefault = 'Nincs';
$strNotNumber = 'Ez nem szám!';
$strNotOK = 'Nincs rendben';
$strNotSet = 'Nem található a(z) %s tábla, vagy nem adták meg a(z) %s adatbázisban';
-$strNoUsersFound = 'Nem található(k) a felhasználó(k).';
-$strNoValidateSQL = 'SQL érvényesítés átugrása';
$strNull = 'Nulla';
-$strNumberOfFields = 'Mezők száma';
-$strNumberOfTables = 'Táblák száma';
$strNumSearchResultsInTable = '%s találat a(z) %s táblában';
$strNumSearchResultsTotal = 'Összesen:%s találat';
$strNumTables = 'Táblák';
+$strNumberOfFields = 'Mezők száma';
+$strNumberOfTables = 'Táblák száma';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document munkafüzet';
@@ -566,59 +566,59 @@ $strOr = 'Vagy';
$strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létező fájl(ok) felülírása';
+$strPBXTCheckpointFrequency = 'Ellenőrzőpont gyakorisága';
+$strPBXTCheckpointFrequencyDesc = 'Az ellenőrzőpont végrehajtása előtt a tranzakciónaplóba írt adatok mennyisége. Az alapértelmezés 24 MB.';
+$strPBXTDataFileGrowSize = 'Az adatfájl növekedési mérete';
+$strPBXTDataFileGrowSizeDesc = 'Az adatkezelő (.xtd) fájlok növekedési mérete.';
+$strPBXTDataLogThreshold = 'Adatnapló küszöbértéke';
+$strPBXTDataLogThresholdDesc = 'Egy adatnaplófájl legnagyobb mérete. Az alapértelmezett érték 64 MB. A PBXT legfeljebb 32000 adatnaplót tud létrehozni, melyeket az összes tábla használ. Így ennek a változónak az értéke növelhető, hogy növelje az adatbázisban tárolható adatok összes mennyiségét.';
+$strPBXTGarbageThreshold = 'Szemét küszöbértéke';
+$strPBXTGarbageThresholdDesc = 'Az adatnaplófájlban lévő szemét tömörítés előtti százalékaránya. Ez 1 és 99 közti érték. Alapértelmezés: 50.';
+$strPBXTIndexCacheSize = 'Indexgyorsítótár mérete';
+$strPBXTIndexCacheSizeDesc = 'Ez az indexgyorsítótár számára lefoglalt memória mennyisége. Az alapértelmezett érték 32 MB. Az itt lefoglalt memória kerül felhasználásra az indexoldalak gyorsítótárazásához.';
+$strPBXTLogBufferSize = 'Napló gyorsítótárának mérete';
+$strPBXTLogBufferSizeDesc = 'A Az adatnaplóba íráskor használt puffer mérete. Az alapértelmezés 256 MB. A motor szálanként egy puffert foglal le, de csak akkor, ha a szálnak írnia kell az adatnaplóba.';
+$strPBXTLogCacheSize = 'Naplógyorsítótár mérete';
+$strPBXTLogCacheSizeDesc = 'A tranzakciónapló gyorsítótárához lefoglalt, a tranzakciónapló adatainak gyorsítótárazásához használt memória mennyisége. Alapértelmezés: 16 MB.';
+$strPBXTLogFileCount = 'Naplófájlok száma';
+$strPBXTLogFileCountDesc = 'Ez a rendszer által kezelt tranzakció-naplófájlok (pbxt/system/xlog*.xt) száma. Ha a naplók száma túllépi ezt az értéket, akkor a régi naplókat törli, egyéb esetben átnevezi őket, és a következő legnagyobb számot adja nekik.';
+$strPBXTLogFileThreshold = 'Naplófájl küszöbértéke';
+$strPBXTLogFileThresholdDesc = 'A tranzakciónapló váltás előtti mérete, s egy új napló készül. Az alapértelmezett érték 16MB.';
+$strPBXTRecordCacheSize = 'Rekordgyorsítótár mérete';
+$strPBXTRecordCacheSizeDesc = 'Ez a tábla adatainak gyorsítótárazásához használt rekordgyorsítótárhoz lefoglalt memória mennyisége. Az alapértelmezett érték 32 MB. Ez a memória kerül felhasználásra az adat (.xtd) és a sormutató (.xtr) fájlok kezeléséhez szükséges változások gyorsítótárazásához.';
+$strPBXTRowFileGrowSize = 'Sorfájl növekedési mérete';
+$strPBXTRowFileGrowSizeDesc = 'A sormutató (.xtr) fájlok növekedési mérete.';
+$strPBXTTransactionBufferSize = 'Tranzakció puffer mérete';
+$strPBXTTransactionBufferSizeDesc = 'A globális tranzakciónapló pufferének mérete (a motor 2 ilyen méretű puffert foglal le). Alapértelmezés: 1 MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Egyetlen táblázat adatait tartalmazó jelentést generál)';
+$strPDFReportTitle = 'A jelentés címe';
+$strPHPExtension = 'PHP-kiterjesztés';
+$strPHPVersion = 'PHP verzió';
$strPacked = 'Csomagolt';
$strPageNumber = 'Oldalszám:';
$strPagesToBeFlushed = 'Kiírandó oldalak';
$strPaperSize = 'Papírméret';
$strPartialImport = 'Részleges importálás';
$strPartialText = 'Részleges szövegek';
-$strPartitionDefinition = 'PARTITION definíció';
-$strPartitioned = 'particionált';
-$strPartitionMaintenance = 'Partíció karbantartása';
$strPartition = '%s partíció';
+$strPartitionDefinition = 'PARTITION definíció';
+$strPartitionMaintenance = 'Partíció karbantartása';
+$strPartitioned = 'particionált';
+$strPassword = 'Jelszó';
$strPasswordChanged = '%s jelszavának megváltoztatása sikerült.';
$strPasswordEmpty = 'Üres a jelszó mező!';
$strPasswordHashing = 'Jelszó kivonatolása';
-$strPassword = 'Jelszó';
$strPasswordNotSame = 'Nem egyeznek a jelszavak!';
-$strPBXTCheckpointFrequencyDesc = 'Az ellenőrzőpont végrehajtása előtt a tranzakciónaplóba írt adatok mennyisége. Az alapértelmezés 24 MB.';
-$strPBXTCheckpointFrequency = 'Ellenőrzőpont gyakorisága';
-$strPBXTDataFileGrowSize = 'Az adatfájl növekedési mérete';
-$strPBXTDataFileGrowSizeDesc = 'Az adatkezelő (.xtd) fájlok növekedési mérete.';
-$strPBXTDataLogThreshold = 'Adatnapló küszöbértéke';
-$strPBXTDataLogThresholdDesc = 'Egy adatnaplófájl legnagyobb mérete. Az alapértelmezett érték 64 MB. A PBXT legfeljebb 32000 adatnaplót tud létrehozni, melyeket az összes tábla használ. Így ennek a változónak az értéke növelhető, hogy növelje az adatbázisban tárolható adatok összes mennyiségét.';
-$strPBXTGarbageThresholdDesc = 'Az adatnaplófájlban lévő szemét tömörítés előtti százalékaránya. Ez 1 és 99 közti érték. Alapértelmezés: 50.';
-$strPBXTGarbageThreshold = 'Szemét küszöbértéke';
-$strPBXTIndexCacheSizeDesc = 'Ez az indexgyorsítótár számára lefoglalt memória mennyisége. Az alapértelmezett érték 32 MB. Az itt lefoglalt memória kerül felhasználásra az indexoldalak gyorsítótárazásához.';
-$strPBXTIndexCacheSize = 'Indexgyorsítótár mérete';
-$strPBXTLogBufferSizeDesc = 'A Az adatnaplóba íráskor használt puffer mérete. Az alapértelmezés 256 MB. A motor szálanként egy puffert foglal le, de csak akkor, ha a szálnak írnia kell az adatnaplóba.';
-$strPBXTLogBufferSize = 'Napló gyorsítótárának mérete';
-$strPBXTLogCacheSizeDesc = 'A tranzakciónapló gyorsítótárához lefoglalt, a tranzakciónapló adatainak gyorsítótárazásához használt memória mennyisége. Alapértelmezés: 16 MB.';
-$strPBXTLogCacheSize = 'Naplógyorsítótár mérete';
-$strPBXTLogFileCountDesc = 'Ez a rendszer által kezelt tranzakció-naplófájlok (pbxt/system/xlog*.xt) száma. Ha a naplók száma túllépi ezt az értéket, akkor a régi naplókat törli, egyéb esetben átnevezi őket, és a következő legnagyobb számot adja nekik.';
-$strPBXTLogFileCount = 'Naplófájlok száma';
-$strPBXTLogFileThresholdDesc = 'A tranzakciónapló váltás előtti mérete, s egy új napló készül. Az alapértelmezett érték 16MB.';
-$strPBXTLogFileThreshold = 'Naplófájl küszöbértéke';
-$strPBXTRecordCacheSizeDesc = 'Ez a tábla adatainak gyorsítótárazásához használt rekordgyorsítótárhoz lefoglalt memória mennyisége. Az alapértelmezett érték 32 MB. Ez a memória kerül felhasználásra az adat (.xtd) és a sormutató (.xtr) fájlok kezeléséhez szükséges változások gyorsítótárazásához.';
-$strPBXTRecordCacheSize = 'Rekordgyorsítótár mérete';
-$strPBXTRowFileGrowSizeDesc = 'A sormutató (.xtr) fájlok növekedési mérete.';
-$strPBXTRowFileGrowSize = 'Sorfájl növekedési mérete';
-$strPBXTTransactionBufferSizeDesc = 'A globális tranzakciónapló pufferének mérete (a motor 2 ilyen méretű puffert foglal le). Alapértelmezés: 1 MB.';
-$strPBXTTransactionBufferSize = 'Tranzakció puffer mérete';
$strPdfDbSchema = 'A(z) "%s" adatbázis sémája - %s. oldal';
$strPdfInvalidTblName = 'Nem létezik a(z) "%s" tábla!';
$strPdfNoTables = 'Nincs tábla';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Egyetlen táblázat adatait tartalmazó jelentést generál)';
-$strPDFReportTitle = 'A jelentés címe';
$strPerHour = 'óránként';
$strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként';
$strPersian = 'Perzsa';
$strPhoneBook = 'telefonkönyv';
-$strPHPExtension = 'PHP-kiterjesztés';
$strPhp = 'PHP kód készítése';
-$strPHPVersion = 'PHP verzió';
$strPlayAudio = 'Hang lejátszása';
$strPleaseSelectPrimaryOrUniqueKey = 'Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot';
$strPmaDocumentation = 'phpMyAdmin dokumentáció';
@@ -632,8 +632,8 @@ $strPrimaryKeyHasBeenDropped = 'Az elsődleges kulcs eldobása megtörtént';
$strPrimaryKeyName = 'Az elsődleges kulcs nevének "PRIMARY"-nak kell lennie!';
$strPrimaryKeyWarning = '(Az elsődleges kulcs nevének, és csak annak "PRIMARY"-nak kell lennie!)';
$strPrint = 'Nyomtatás';
-$strPrintViewFull = 'Nyomtatási nézet (teljes szöveggel)';
$strPrintView = 'Nyomtatási nézet';
+$strPrintViewFull = 'Nyomtatási nézet (teljes szöveggel)';
$strPrivDescAllPrivileges = 'A GRANT kivételével minden jogot tartalmaz.';
$strPrivDescAlter = 'Engedélyezi a létező táblák szerkezetének megváltoztatását.';
$strPrivDescAlterRoutine = 'Engedélyezi a tárolt eljárások módosítását és eldobását.';
@@ -647,8 +647,8 @@ $strPrivDescDelete = 'Engedélyezi az adatok törlését.';
$strPrivDescDropDb = 'Engedélyezi az adatbázisok és táblák eldobását.';
$strPrivDescDropTbl = 'Engedélyezi a táblák eldobását.';
$strPrivDescEvent = 'Az eseményütemező eseményeinek beállítását teszi lehetővé';
-$strPrivDescExecute5 = 'Engedélyezi a tárolt eljárások végrehajtását.';
$strPrivDescExecute = 'Engedélyezi a tárolt eljárások futtatását; még nem valósult meg ebben a MySQL verzióban.';
+$strPrivDescExecute5 = 'Engedélyezi a tárolt eljárások végrehajtását.';
$strPrivDescFile = 'Engedélyezi az adatok fájlokba történő exportálását/importálását.';
$strPrivDescGrant = 'A privilégium táblák újratöltése nélkül engedélyezi a felhasználók és jogok hozzáadását.';
$strPrivDescIndex = 'Engedélyezi indexek készítését és törlését.';
@@ -680,9 +680,9 @@ $strProfiling = 'Adatgyűjtés';
$strProtocolVersion = 'Protokoll verzió';
$strPutColNames = 'A mezőneveket az első sorba teszi';
+$strQBE = 'Lekérdezés';
$strQBEDel = 'Törlés';
$strQBEIns = 'Beszúrás';
-$strQBE = 'Lekérdezés';
$strQueryCache = 'Lekérdezési gyorsítótár';
$strQueryFrame = 'Lekérdezési ablak';
$strQueryOnDb = 'SQL-lekérdezés a(z) %s adatbázison:';
@@ -693,6 +693,7 @@ $strQueryTime = 'a lekérdezés %01.4f másodpercig tartott';
$strQueryType = 'Lekérdezés típusa';
$strQueryWindowLock = 'Nem írja felül ezt a lekérdezést az ablakon kívülről';
+$strReType = 'Újraírás';
$strReadRequests = 'Olvasási kérések';
$strRebuild = 'Újraépítés';
$strReceived = 'Fogadott';
@@ -700,69 +701,78 @@ $strRecommended = 'ajánlott';
$strRecords = 'Rekordok';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellenőrzése:';
$strRefresh = 'Frissítés';
+$strRelationDeleted = 'A kapcsolat törlése kész';
+$strRelationNotWorking = 'A hivatkozott táblákkal történő munka kiegészítő funkciói inaktiválásra kerültek. Ha szeretné megtudni, hogy miért, kattintson %side%s.';
+$strRelationView = 'Kapcsolat nézete';
$strRelationalDisplayField = 'Relációs megjelenítési mező';
$strRelationalKey = 'Relációs kulcs';
$strRelationalSchema = 'Kapcsolati séma';
-$strRelationDeleted = 'A kapcsolat törlése kész';
-$strRelationNotWorking = 'A hivatkozott táblákkal történő munka kiegészítő funkciói inaktiválásra kerültek. Ha szeretné megtudni, hogy miért, kattintson %side%s.';
-$strRelationsForTable = 'TÁBLA KAPCSOLATAI';
$strRelations = 'Kapcsolatok';
-$strRelationView = 'Kapcsolat nézete';
-$strReloadingThePrivileges = 'A jogok újratöltése';
-$strReloadPrivileges = 'Jogok újratöltése';
+$strRelationsForTable = 'TÁBLA KAPCSOLATAI';
$strReload = 'Újratöltés';
+$strReloadPrivileges = 'Jogok újratöltése';
+$strReloadingThePrivileges = 'A jogok újratöltése';
$strRemoveCRLF = 'A mezőkben lévő CRLF karakterek eltávolítása';
$strRemovePartitioning = 'Particionálás eltávolítása';
$strRemoveSelectedUsers = 'A kijelölt felhasználók törlése';
$strRenameDatabaseOK = 'A(z) %s adatbázis átnevezése %s névre megtörtént';
-$strRenameTableOK = 'A(z) %s tábla átnevezése %s névre megtörtént';
$strRenameTable = 'Tábla átnevezése';
+$strRenameTableOK = 'A(z) %s tábla átnevezése %s névre megtörtént';
$strRepair = 'Javítás';
$strRepairTable = 'Tábla javítása';
$strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'A táblaadatok lecserélése fájlra';
+$strReplication = 'Többszörözés';
+$strReplicationStatus = 'Többszörözéses állapot';
$strReplicationStatusInfo = 'Ez a MySQL-szerver mint %s működik a többszörözéses folyamatban. A szerveren lévő többszörözéses állapotról a többszörözés részben kaphat bővebb információt.';
$strReplicationStatus_master = 'Mester állapot';
$strReplicationStatus_slave = 'Másodlagos állapot';
-$strReplicationStatus = 'Többszörözéses állapot';
-$strReplication = 'Többszörözés';
$strReset = 'Alaphelyzet';
$strResourceLimits = 'Erőforrás-korlátozások';
$strRestartInsertion = 'Beszúrás újrakezdése %s sorral';
-$strReType = 'Újraírás';
+$strRevoke = 'Visszavonás';
$strRevokeAndDelete = 'A felhasználók összes jogának visszavonása, majd törlése.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még van USAGE joguk a jogok újratöltéséig.';
$strRevokeMessage = '%s jogainak visszavonása megtörtént';
-$strRevoke = 'Visszavonás';
$strRomanian = 'Román';
$strRoutineReturnType = 'Típus visszaadása';
$strRoutines = 'Eljárások';
$strRowLength = 'Sor hossza';
+$strRowSize = ' Sor mérete ';
+$strRows = 'sor';
$strRowsAffected = '%1$d sor érintett.';
$strRowsDeleted = 'A(z) %1$d sor törlése megtörtént.';
$strRowsFrom = 'sor a következő számú rekordtól kezdődően:';
$strRowsInserted = 'A(z) %1$d sor beszúrása megtörtént.';
-$strRowSize = ' Sor mérete ';
$strRowsModeFlippedHorizontal = 'vízszintesen (elforgatott fejlécek)';
$strRowsModeHorizontal = 'vízszintesen';
$strRowsModeOptions = '%s és a fejlécek megismétlése %s cella után';
$strRowsModeVertical = 'függőlegesen';
-$strRows = 'sor';
$strRowsStatistic = 'Sorstatisztika';
-$strRunning = ': %s';
$strRunQuery = 'Lekérdezés indítása';
-$strRunSQLQueryOnServer = 'A(z) %s szerveren lefuttatandó SQL lekérdezés(ek)';
$strRunSQLQuery = 'SQL lekérdezés(ek) futtatása a(z) %s adatbázison';
+$strRunSQLQueryOnServer = 'A(z) %s szerveren lefuttatandó SQL lekérdezés(ek)';
+$strRunning = ': %s';
$strRussian = 'Orosz';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL kompatibilitási mód';
+$strSQLExportType = 'Exportálás típusa';
+$strSQLParserBugMessage = 'Esély van rá, hogy hibát találhatott az SQL szintaktikai elemzőben (parser). Kérjük, hogy vizsgálja meg gondosan a lekérdezésedet, ellenőrizze, hogy az idézőjelek jók-e és jól illeszkednek-e. Más lehetséges hiba oka lehet, hogy binárisan töltött fel egy fájlt az idézett szövegmezőn kívül. Kipróbálhatja a lekérdezésedet a MySQL parancssoros kezelőfelületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet a hiba okának kiderítésében. Ha még mindig gondjai vannak, vagy a szintaktikai elemző (parser) hibát jelez, ahol a parancssoros kezelőfelületen végrehajtódik, redukálja a problémát okozó SQL lekérdezést egy egyszerű lekérdezéssé, és küldjön be hibabejelentést az alsó Kivágás részben levő adatokkal együtt:';
+$strSQLParserUserError = 'Úgy látszik, hogy hiba van az SQL lekérdezésben. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet kideríteni a hiba okát';
+$strSQLQuery = 'SQL-lekérdezés';
+$strSQLResult = 'SQL-eredmény';
+$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
+$strSQPBugUnclosedQuote = 'Lezáratlan idézőjel';
+$strSQPBugUnknownPunctuation = 'Ismeretlen írásjeleket tartalmazó karakterlánc';
$strSave = 'Mentés';
$strSaveOnServer = 'Mentés a szerver %s könyvtárában';
$strSavePosition = 'Pozíció mentése';
$strScaleFactorSmall = 'A mérettényező túl kicsi, hogy a séma ráférjen egy oldalra';
+$strSearch = 'Keresés';
$strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInField = 'Mezőben:';
$strSearchInTables = 'Táblá(k)ban:';
-$strSearch = 'Keresés';
$strSearchNeedle = 'Keresendő szavak vagy értékek (karakterhelyettesítő: "%"):';
$strSearchOption1 = 'legalább az egyik szó';
$strSearchOption2 = 'minden szó';
@@ -781,38 +791,36 @@ $strSelectReferencedKey = 'Válassza ki a hivatkozott kulcsot';
$strSelectTables = 'Táblák kiválasztása';
$strSend = 'Mentés fájlként';
$strSent = 'Küldött';
+$strServer = 'Szerver';
$strServerChoice = 'Szerver választása';
$strServerNotResponding = 'A szerver nem válaszol';
-$strServers = 'Szerverek';
-$strServerStatusDelayedInserts = 'Késleltetett beszúrások';
$strServerStatus = 'Futtatási információk';
+$strServerStatusDelayedInserts = 'Késleltetett beszúrások';
$strServerStatusUptime = 'Ez a MySQL szerver %s óta fut. Indítás időpontja: %s.';
-$strServer = 'Szerver';
$strServerTabVariables = 'Változók';
$strServerTrafficNotes = 'Szerver forgalma: Ezek a táblázatok a MySQL szerver hálózati forgalmának statisztikájáit mutatják az indítástól kezdve.';
$strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió';
+$strServers = 'Szerverek';
$strSessionGCWarning = 'A [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] paraméter alacsonyabb a phpMyAdminban beállított cookie érvényességénél, Emiatt a bejelentkezése a phpMyAdminban beállítottnál előbb fog lejárni.';
$strSessionStartupErrorGeneral = 'A munkamenet nem indítható hibák nélkül. Ellenőrizze a PHP és/vagy a webszerver naplófájljába bejegyzett hibákat, és konfigurálja megfelelően a PHP telepítését.';
$strSessionValue = 'Munkamenet értéke';
$strSetEnumVal = 'Ha a mező típusa "enum" vagy "set", akkor az értékeket ilyen formában írja be: \'a\',\'b\',\'c\'... Ha fordított perjelet ("\") vagy aposztrófot ("\'") akar ezekben az értékekben használni, akkor fordított perjellel kezdje (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strSetupAllowAnywhereRecoding_name = 'Karakterkészlet-konvertálás engedélyezése';
-$strSetupAllowArbitraryServer_desc = 'Ha engedélyezi, akkor a felhasználó bármilyen MySQL-szervert be tud írni a bejelentkezési űrlapban a cookie-s hitelesítéshez';
$strSetupAllowArbitraryServerMsg = 'Ezt a [a@?page=form&formset=features#tab_Security]beállítást[/a] l kell tiltani, ugyanis a támadóknak bármilyen MySQL-szerverre lehetővé teszi az egyszerű bejelentkezést. Ha úgy érzi, hogy erre szükség van, akkor használja a [a@?page=form&formset=features#tab_Security]megbízható proxyk listáját[/a]. Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, csatlakozik az internethez.';
+$strSetupAllowArbitraryServer_desc = 'Ha engedélyezi, akkor a felhasználó bármilyen MySQL-szervert be tud írni a bejelentkezési űrlapban a cookie-s hitelesítéshez';
$strSetupAllowArbitraryServer_name = 'Bármilyen MySQL-szerverre történő bejelentkezés engedélyezése';
$strSetupAllowUserDropDatabase_name = 'Az "Adatbázis eldobása" hivatkozás megjelenítése a normál felhasználók számára';
+$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]Bzip2 formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
+$strSetupBZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] tömörítés engedélyezése az importálási és exportálási műveletekhez';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'A kulcs alfanumerikus karaktereket, betűket [em]és[/em] speciális karaktereket tartalmazzon';
-$strSetupblowfish_secret_desc = 'A [kbd]cookie[/kbd] hitelesítésben a cookie-k titkosításához használt titkos hozzáférési kód';
$strSetupBlowfishSecretLengthMsg = 'Túl rövid a kulcs, legalább 8 karakterből álljon';
$strSetupBlowfishSecretMsg = 'Nem állította be a blowfish titkosítást, s engedélyezte a cookie-s hitelesítést, ezért a kulcs generálása az Ön számára megtörtént. Ez kerül felhasználásra a cookiek titkosításához.';
-$strSetupblowfish_secret_name = 'Blowfish titkosítás';
$strSetupBrowseMarkerEnable_desc = 'A kijelölt sorok szövegkiemeléssel';
$strSetupBrowseMarkerEnable_name = 'Sorkiemelő';
$strSetupBrowsePointerEnable_desc = 'A sor szövegkiemelése, melyre az egérkurzor mutat';
$strSetupBrowsePointerEnable_name = 'A mutató kiemelése';
-$strSetupBZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] tömörítés engedélyezése az importálási és exportálási műveletekhez';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]Bzip2 formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
$strSetupCannotLoadConfig = 'A beállítások nem tölthetők be vagy menthetők';
$strSetupCannotLoadConfigMsg = 'Készítsen a [a@../Documentation.html#setup_script]dokumentációban[/a] ismertetettek szerint a webszerver által írható [em]config[/em] mappát a phpMyAdmin felső szintű könyvtárában. Csak akkor tudja különben letölteni vagy megjeleníteni azt.';
$strSetupCharEditing_desc = 'Meghatározza, hogy mely szerkesztő vezérlőket kell használni a CHAR és a VARCHAR mezőknél; [kbd]input[/kbd] - korlátozhatóvá tszi a bevitel hosszát, [kbd]textarea[/kbd] - új sorokat engedélyez a mezőkben';
@@ -839,27 +847,14 @@ $strSetupDefaultTabServer_name = 'Alapértelmezett szerver fül';
$strSetupDefaultTabTable_desc = 'A táblába belépéskor megjelenített fül';
$strSetupDefaultTabTable_name = 'Alapértelmezett tábla fül';
$strSetupDirectoryNotice = 'Ezt az értéket alaposan kell ellenőrizni, hogy megbizonyosodjon róla, ehhez a könyvtárhoz nem férhet hozzá mindenki, s a szerveren lévő többi felhasználó által sem írható.';
+$strSetupDisplay = 'Nézet';
$strSetupDisplayDatabasesList_desc = 'Az adatbázisok legördülő helyett listaként történő megjelenítése';
$strSetupDisplayDatabasesList_name = 'Az adatbázisok megjelenítése listaként';
-$strSetupDisplay = 'Nézet';
$strSetupDisplayServersList_desc = 'A szerverek legördülő helyett listaként történő megjelenítése';
$strSetupDisplayServersList_name = 'A szerverek megjelenítése listaként';
$strSetupDonateLink = 'Adományozás';
$strSetupDownload = 'Letöltés';
$strSetupEndOfLine = 'Sorvége';
-$strSetuperror_connection = 'Nem lehetett kapcsolódni a MySQL-szerverhez';
-$strSetuperror_empty_pmadb_password = 'A phpMyAdmin vezérlő felhasználói jelszó kiürítése a pmadb használatakor';
-$strSetuperror_empty_pmadb_user = 'A phpMyAdmin vezérlő felhasználó kiürítése a pmadb használatakor';
-$strSetuperror_empty_signon_session = 'A bejelentkezési munkamenet nevének kiürítése az egyszeri bejelentkezési hitelesítési módszer használatakor';
-$strSetuperror_empty_signon_url = 'A bejelentkezési URL kiürítése az egyszeri bejelentkezési módszer használatakor';
-$strSetuperror_empty_user_for_config_auth = 'A felhasználónév kiürítése a konfiguráció hitelesítési módszerének használatakor';
-$strSetuperror_form = 'A beküldött űrlapban hibák vannak';
-$strSetuperror_incorrect_ip_address = 'A következő IP-cím hibás: %s';
-$strSetuperror_incorrect_port = 'A portszám nem érvényes';
-$strSetuperror_incorrect_value = 'Az érték pontatlan';
-$strSetuperror_missing_field_data = '%s adatai hiányoznak';
-$strSetuperror_nan_nneg = 'Nem egy nem negatív szám';
-$strSetuperror_nan_p = 'Nem egy pozitív szám';
$strSetupExecTimeLimit_desc = 'Adja meg a másodpercek számát, amíg egy parancsfájl futása engedélyezett ([kbd]0[/kbd], ha korlátlan)';
$strSetupExecTimeLimit_name = 'Végrehajtási idő legfeljebb';
$strSetupExport_asfile_name = 'Mentés fájlként';
@@ -873,63 +868,63 @@ $strSetupExport_onserver_name = 'Mentés a szerveren';
$strSetupExport_onserver_overwrite_name = 'A létező fájl(ok) felülírása';
$strSetupExport_remember_file_template_name = 'A fájlnévsablon megjegyzése';
$strSetupFalse = 'nem';
-$strSetupForceSSL_desc = 'Biztonságos kapcsolat kényszerítése a phpMyAdmin használata során';
$strSetupForceSSLMsg = 'Engedélyeznie kell ezt a [a@?page=form&formset=features#tab_Security]beállítást[/a], ha támogatja a webszerver';
+$strSetupForceSSL_desc = 'Biztonságos kapcsolat kényszerítése a phpMyAdmin használata során';
$strSetupForceSSL_name = 'SSL kapcsolat kényszerítése';
$strSetupForeignKeyDropdownOrder_desc = 'Az elemek sorrendje egy idegen kulcs legördülő panelban; [kbd]tartalom[/kbd]: hivatkozott adat, [kbd]id[/kbd]: a kulcs értéke';
$strSetupForeignKeyDropdownOrder_name = 'Az idegen kulcs legördülő sorrendje';
$strSetupForeignKeyMaxLimit_desc = 'Legördülő lesz használatban, ha kevesebb elem van jelen';
$strSetupForeignKeyMaxLimit_name = 'Idegen kulcs korlátozása';
-$strSetupForm_Browse_desc = 'A tallózó mód testreszabása';
$strSetupForm_Browse = 'Tallózó mód';
-$strSetupForm_Edit_desc = 'A szerkesztő mód testreszabása';
+$strSetupForm_Browse_desc = 'A tallózó mód testreszabása';
$strSetupForm_Edit = 'Szerkesztő mód';
-$strSetupForm_Export_defaults_desc = 'Az exportálás alapértelmezett beállításainak testreszabása';
+$strSetupForm_Edit_desc = 'A szerkesztő mód testreszabása';
$strSetupForm_Export_defaults = 'Exportálás alapértelmezései';
-$strSetupForm_Import_defaults_desc = 'Az importálás alapértelmezett, gyakori beállításainak testreszabása';
+$strSetupForm_Export_defaults_desc = 'Az exportálás alapértelmezett beállításainak testreszabása';
$strSetupForm_Import_defaults = 'Importálás alapértelmezései';
-$strSetupForm_Import_export_desc = 'Az importálás és az exportálás könyvtárának megadása, ill. a tömörítés beállítása';
+$strSetupForm_Import_defaults_desc = 'Az importálás alapértelmezett, gyakori beállításainak testreszabása';
$strSetupForm_Import_export = 'Importálás / exportálás';
+$strSetupForm_Import_export_desc = 'Az importálás és az exportálás könyvtárának megadása, ill. a tömörítés beállítása';
$strSetupForm_Left_databases = 'Adatbázisok';
$strSetupForm_Left_databases_desc = 'Az adatbázisok megjelenítésének beállításai';
-$strSetupForm_Left_frame_desc = 'A navigációs keret megjelenésének testreszabása';
$strSetupForm_Left_frame = 'Navigációs keret';
-$strSetupForm_Left_servers_desc = 'A szerverek megjelenítésének beállításai';
+$strSetupForm_Left_frame_desc = 'A navigációs keret megjelenésének testreszabása';
$strSetupForm_Left_servers = 'Szerverek';
-$strSetupForm_Left_tables_desc = 'A táblák megjelenítésének beállításai';
+$strSetupForm_Left_servers_desc = 'A szerverek megjelenítésének beállításai';
$strSetupForm_Left_tables = 'Táblák';
+$strSetupForm_Left_tables_desc = 'A táblák megjelenítésének beállításai';
$strSetupForm_Main_frame = 'Főkeret';
-$strSetupForm_Other_core_settings_desc = 'A sehova sem illő beállítások';
$strSetupForm_Other_core_settings = 'Egyéb alapbeállítások';
-$strSetupForm_Query_window_desc = 'A lekérdezés ablak beállításainak testreszabása';
+$strSetupForm_Other_core_settings_desc = 'A sehova sem illő beállítások';
$strSetupForm_Query_window = 'Lekérdezés ablak';
+$strSetupForm_Query_window_desc = 'A lekérdezés ablak beállításainak testreszabása';
$strSetupForm_Security = 'Biztonság';
$strSetupForm_Security_desc = 'Ne feledje, hogy a phpMyAdmin csak egy felhasználói kezelőfelület, s funkciói nem korlátozzák a MySQL-t';
$strSetupForm_Server = 'Alapbeállítások';
-$strSetupForm_Server_config_desc = 'Speciális szerverbeállítások, melyeket ne módosítson, ha nem tudja, hogy mire valók';
$strSetupForm_Server_config = 'Szerverbeállítások';
+$strSetupForm_Server_config_desc = 'Speciális szerverbeállítások, melyeket ne módosítson, ha nem tudja, hogy mire valók';
$strSetupForm_Server_desc = 'Írja be a szerver csatlakozási paramétereit';
-$strSetupForm_Server_login_options_desc = 'Írja be az egyszeri bejelentkezés hitelesítéséhez szükséges bejelentkezési beállításokat';
$strSetupForm_Server_login_options = 'Egyszeri bejelentkezés beállításai';
-$strSetupForm_Server_pmadb_desc = 'A phpMyAdmin adatbázis konfigurálásával további funkciókhoz nyer hozzáférést, lásd a [a@../Documentation.html#linked-tables]csatolt táblák infrastruktúra[/a] fejezetet a dokumentációban';
+$strSetupForm_Server_login_options_desc = 'Írja be az egyszeri bejelentkezés hitelesítéséhez szükséges bejelentkezési beállításokat';
$strSetupForm_Server_pmadb = 'PMA adatbázis';
+$strSetupForm_Server_pmadb_desc = 'A phpMyAdmin adatbázis konfigurálásával további funkciókhoz nyer hozzáférést, lásd a [a@../Documentation.html#linked-tables]csatolt táblák infrastruktúra[/a] fejezetet a dokumentációban';
+$strSetupForm_Sql_box = 'SQL-lekérdezési panelek';
+$strSetupForm_Sql_box_desc = 'Az SQL-lekérdezési panelekben látható hivatkozások testreszabása';
+$strSetupForm_Sql_queries = 'SQL-lekérdezések';
+$strSetupForm_Sql_queries_desc = 'Az SQL-lekérdezések beállításai, az SQL-lekérdezési panel beállításait lásd a [a@?page=form&formset=main_frame#tab_Sql_box]Navigációs keret[/a] beállításaiban';
+$strSetupForm_Startup = 'Indítás';
+$strSetupForm_Startup_desc = 'A kezdőlap testreszabása';
+$strSetupForm_Tabs = 'Fülek';
+$strSetupForm_Tabs_desc = 'Válassza ki, hogyan kívánja használni a füleket';
$strSetupFormset_customization = 'Testreszabás';
$strSetupFormset_export = 'Exportálás beállításainak testreszabása';
$strSetupFormset_features = 'Funkciók';
$strSetupFormset_import = 'Importálás alapértelmezéseinek testreszabása';
$strSetupFormset_left_frame = 'A navigációs keret testreszabása';
$strSetupFormset_main_frame = 'A főkeret testreszabása';
-$strSetupForm_Sql_box_desc = 'Az SQL-lekérdezési panelekben látható hivatkozások testreszabása';
-$strSetupForm_Sql_box = 'SQL-lekérdezési panelek';
-$strSetupForm_Sql_queries_desc = 'Az SQL-lekérdezések beállításai, az SQL-lekérdezési panel beállításait lásd a [a@?page=form&formset=main_frame#tab_Sql_box]Navigációs keret[/a] beállításaiban';
-$strSetupForm_Sql_queries = 'SQL-lekérdezések';
-$strSetupForm_Startup_desc = 'A kezdőlap testreszabása';
-$strSetupForm_Startup = 'Indítás';
-$strSetupForm_Tabs_desc = 'Válassza ki, hogyan kívánja használni a füleket';
-$strSetupForm_Tabs = 'Fülek';
+$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]GZip formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
$strSetupGZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] tömörítés engedélyezése az importálási és az exportálási műveletekhez';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]GZip formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
$strSetupHomepageLink = 'phpMyAdmin honlap';
$strSetupIconvExtraParams_name = 'Az iconv funkció extra paraméterei';
$strSetupIgnoreErrors = 'A hibák figyelmen kívül hagyása';
@@ -941,9 +936,9 @@ $strSetupImport_format_desc = 'Alapértelmezett formátum, mely függ a helytől
$strSetupImport_format_name = 'Az importált fájl formátuma';
$strSetupImport_skip_queries_desc = 'Az elejétől kihagyandó rekordok (lekérdezések) száma';
$strSetupImport_skip_queries_name = 'Részleges importálás: lekérdezések kihagyása';
+$strSetupInsecureConnection = 'Veszélyes kapcsolat';
$strSetupInsecureConnectionMsg1 = 'Ön nem biztonságos kapcsolatot használ, valamennyi adat (beleértve a bizalmasakat, mint a jelszavak) átvitele titkosítatlanul történik!';
$strSetupInsecureConnectionMsg2 = 'Ha a szervert a HTTPS-kérések fogadására is beállították, akkor biztonságos kapcsolat használatához kövesse [a@%s]ezt a hivatkozást[/a].';
-$strSetupInsecureConnection = 'Veszélyes kapcsolat';
$strSetupInsertRows_desc = 'Hány sor szúrható be egyszerre';
$strSetupInsertRows_name = 'A beszúrt sorok száma';
$strSetupLeftDefaultTabTable_name = 'A gyors hozzáférés ikon célja';
@@ -960,9 +955,9 @@ $strSetupLeftFrameLight_name = 'Egyszerűsített változat használata';
$strSetupLeftFrameTableLevel_name = 'A táblafa mélysége legfeljebb';
$strSetupLeftFrameTableSeparator_desc = 'A táblákat különféle fa szintekre tagoló karakterlánc';
$strSetupLeftFrameTableSeparator_name = 'Táblafa elválasztó';
-$strSetupLeftLogoLink_name = 'A logó hivatkozásának URL-címe';
$strSetupLeftLogoLinkWindow_desc = 'A hivatkozott oldal megnyitása a(z) ([kbd]main[/kbd]) főablakban vagy újban ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'A logó hivatkozásának célja';
+$strSetupLeftLogoLink_name = 'A logó hivatkozásának URL-címe';
$strSetupLeftPointerEnable_desc = 'A szerver kiemelése az egérmutató alatt';
$strSetupLeftPointerEnable_name = 'A szövegkiemelés engedélyezése';
$strSetupLetUserChoose = 'válassza ki a felhasználó';
@@ -975,8 +970,8 @@ $strSetupLoginCookieRecall_desc = 'Meghatározza, hogy az előző bejelentkezés
$strSetupLoginCookieRecall_name = 'A felhasználónév újrahívása';
$strSetupLoginCookieStore_desc = 'Meghatározza, hogy (másodpercben) meddig kell egy cookie-t tárolni a böngészőben. Az alapértelmezett 0 azt jelenti, hogy csak létező munkamenetekhez kerül megtartásra, vagyis a böngésző ablakának bezárásakor azonnal törlésre kerül. Ez nem megbízható környezetek esetén ajánlott.';
$strSetupLoginCookieStore_name = 'A bejelentkezési cookie tárolása';
-$strSetupLoginCookieValidity_desc = 'Meghatározza, hogy meddig érvényes (másodpercben) egy bejelentkezési cookie';
$strSetupLoginCookieValidityMsg = 'A [a@?page=form&formset=features#tab_Security]bejelentkezési cookie érvényességét[/a] legtöbbször 1800 másodpercre (30 percre) kell állítani. Az 1800-nál nagyobb értékek kockára teszik a biztonságot, mint például a megszemélyesítés.';
+$strSetupLoginCookieValidity_desc = 'Meghatározza, hogy meddig érvényes (másodpercben) egy bejelentkezési cookie';
$strSetupLoginCookieValidity_name = 'A bejelentkezési cookie érvényessége';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Egy SQL-lekérdezés megjelenítésekor használt karakterek száma legfeljebb';
$strSetupMaxCharactersInDisplayedSQL_name = 'A SQL kijelzett hossza legfeljebb';
@@ -1014,18 +1009,36 @@ $strSetupRecodingEngine_desc = 'Válassza ki a karakterkészlet-konvertáláshoz
$strSetupRecodingEngine_name = 'Átkódoló motor';
$strSetupRestoreDefaultValue = 'Alapértelmezett érték visszaállítása';
$strSetupRevertErroneousFields = 'A hibás mezők alapértelmezett értékei visszaállításának megkísérlése';
+$strSetupSQLQuery_Edit_name = 'Módosítás';
+$strSetupSQLQuery_Explain_name = 'Az SQL magyarázata';
+$strSetupSQLQuery_Refresh_name = 'Frissítés';
+$strSetupSQLQuery_ShowAsPHP_name = 'PHP-kód létrehozása';
+$strSetupSQLQuery_Validate_name = 'SQL érvényesítése';
$strSetupSaveDir_desc = 'A könyvtár, melybe az exportálások menthetők a szerveren';
$strSetupSaveDir_name = 'Mentési könyvtár';
$strSetupServerAuthConfigMsg = 'Ön a [kbd]konfigurációs[/kbd] hitelesítési típust állította be, s az automatikus bejelentkezéshez megadta a felhasználónevet és a jelszót, ami működő állomások esetén nemkívánatos beállítás. Bárki, aki tudja vagy kitalálja a phpMyAdmin URL-címét, közvetlenül hozzá tud férni a phpMyAdmin panelhoz. Állítsa [kbd]cookie[/kbd] vagy [kbd]http[/kbd] módra a [a@?page=servers&mode=edit&id=%1$d#tab_Server]hitelesítési típust[/a].';
$strSetupServerExtensionMsg = 'Teljesítmény okokból használja a mysqli kiterjesztést';
$strSetupServerNoPasswordMsg = 'Ön engedélyezi a jelszó nélküli csatlakozást a szerverhez.';
+$strSetupServerSecurityInfoMsg = 'Ha úgy érzi, gogy erre szükség van, akkor használjon további védelmi beállításokat - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]állomás hitelesítési[/a] beállítások és [a@?page=form&formset=features#tab_Security]megbízható proxyk listája[/a]. Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, csatlakozik az internethez.';
+$strSetupServerSslMsg = 'SSL-kapcsolatokat kell használnia, ha a webszerver támogatja';
$strSetupServersAdd = 'Új szerver hozzáadása';
+$strSetupServersEdit = 'Szerver módosítása';
$strSetupServers_AllowDeny_order_desc = 'Hagyja üresen, ha nem használja';
$strSetupServers_AllowDeny_order_name = 'Az állomás hitelesítési sorrendje';
$strSetupServers_AllowDeny_rules_desc = 'Hagyja üresen az alapértelmezésekhez';
$strSetupServers_AllowDeny_rules_name = 'Az állomás hitelesítési szabályai';
$strSetupServers_AllowNoPassword_name = 'A jelszó nélküli bejelentkezés engedélyezése';
$strSetupServers_AllowRoot_name = 'A root bejelentkezés engedélyezése';
+$strSetupServers_CountTables_desc = 'A táblák megszámolása az adatbázislista megjelenítésekor';
+$strSetupServers_CountTables_name = 'Táblák megszámolása';
+$strSetupServers_DisableIS_desc = 'Bővebben a [a@http://sf.net/support/tracker.php?aid=1849494]PMA hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL hibabejelentőben[/a] olvashat róla';
+$strSetupServers_DisableIS_name = 'Az INFORMATION_SCHEMA használatának letiltása';
+$strSetupServers_LogoutURL_name = 'Kijelentkezési URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'A meglévő adatbázisokat kiolvasó SQL-parancs';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES parancs';
+$strSetupServers_SignonSession_desc = 'Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési típusok[/a] példáját';
+$strSetupServers_SignonSession_name = 'Az egyszeri bejelentkezési munkamenet neve';
+$strSetupServers_SignonURL_name = 'Az egyszeri bejelentkezés URL-címe';
$strSetupServers_auth_swekey_config_desc = 'A [a@http://swekey.com]SweKey hardveres hitelesítés[/a] konfigurációs fájljának elérési útja (nem a dokumentumgyökérben található; javaslat: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey konfigurációs fájl';
$strSetupServers_auth_type_desc = 'Használandó hitelesítési módszer';
@@ -1041,14 +1054,8 @@ $strSetupServers_connect_type_name = 'Csatlakozás típusa';
$strSetupServers_controlpass_name = 'A kontrollfelhasználó jelszava';
$strSetupServers_controluser_desc = 'Korlátozott jogokkal rendelkező, speciális MySQL felhasználó, bővebben a [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a] címen olvashat róla';
$strSetupServers_controluser_name = 'Kontrollfelhasználó';
-$strSetupServers_CountTables_desc = 'A táblák megszámolása az adatbázislista megjelenítésekor';
-$strSetupServers_CountTables_name = 'Táblák megszámolása';
$strSetupServers_designer_coords_desc = 'Hagyja üresen, ha nem akar Tervező támogatást, alapértelmezés: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Tervező tábla';
-$strSetupServers_DisableIS_desc = 'Bővebben a [a@http://sf.net/support/tracker.php?aid=1849494]PMA hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL hibabejelentőben[/a] olvashat róla';
-$strSetupServers_DisableIS_name = 'Az INFORMATION_SCHEMA használatának letiltása';
-$strSetupServerSecurityInfoMsg = 'Ha úgy érzi, gogy erre szükség van, akkor használjon további védelmi beállításokat - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]állomás hitelesítési[/a] beállítások és [a@?page=form&formset=features#tab_Security]megbízható proxyk listája[/a]. Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, csatlakozik az internethez.';
-$strSetupServersEdit = 'Szerver módosítása';
$strSetupServers_extension_desc = 'Melyik PHP-kiterjesztés használandó, használja a mysqli kiterjesztést, ha támogatott';
$strSetupServers_extension_name = 'Használandó PHP-kiterjesztés';
$strSetupServers_hide_db_desc = 'A (PCRE) reguláris kifejezéssel megegyező adatbázisok elrejtése';
@@ -1057,7 +1064,6 @@ $strSetupServers_history_desc = 'Hagyja üresen, ha nincs szükség az SQL-leké
$strSetupServers_history_name = 'SQL-lekérdezések előzményeinek táblája';
$strSetupServers_host_desc = 'Az állomás neve, ahol a MySQL-szerver fut';
$strSetupServers_host_name = 'A szerver állomásneve';
-$strSetupServers_LogoutURL_name = 'Kijelentkezési URL';
$strSetupServers_nopassword_desc = 'A csatlakozás jelszó nélküli megkísérlése';
$strSetupServers_nopassword_name = 'Jelszó nélküli csatlakozás';
$strSetupServers_only_db_desc = 'Használhatja a MySQL-karakterhelyettesítőket (% és _), vezérelheti őket, ha akarja, a literális példányaik használatához, pl. használja a \'my\_db\' alakot, s ne a \'my_db\' alakot';
@@ -1072,12 +1078,6 @@ $strSetupServers_port_desc = 'A port, melyen a MySQL-szerver figyel, hagyja üre
$strSetupServers_port_name = 'A szerver portja';
$strSetupServers_relation_desc = 'Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs hivatkozás[/a] támogatás, alapértelmezés: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Relációs tábla';
-$strSetupServers_ShowDatabasesCommand_desc = 'A meglévő adatbázisokat kiolvasó SQL-parancs';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES parancs';
-$strSetupServers_SignonSession_desc = 'Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési típusok[/a] példáját';
-$strSetupServers_SignonSession_name = 'Az egyszeri bejelentkezési munkamenet neve';
-$strSetupServers_SignonURL_name = 'Az egyszeri bejelentkezés URL-címe';
-$strSetupServerSslMsg = 'SSL-kapcsolatokat kell használnia, ha a webszerver támogatja';
$strSetupServers_socket_desc = 'A szoftvercsatorna, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett';
$strSetupServers_socket_name = 'A szerver szoftvercsatornája';
$strSetupServers_ssl_name = 'SSL használata';
@@ -1103,9 +1103,9 @@ $strSetupShowFunctionFields_name = 'A függvénymezők megjelenítése';
$strSetupShowHiddenMessages = 'A rejtett üzenetek megjelenítése (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Megjeleníti a [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] kimenetre mutató hivatkozást';
$strSetupShowPhpInfo_name = 'A phpinfo() hivatkozás megjelenítése';
-$strSetupShowServerInfo_name = 'A MySQL-szerver részletes adatainak megjelenítése';
$strSetupShowSQL_desc = 'Meghatározza, hogy meg kell-e jeleníteni a phpMyAdmin által generált SQL-lekérdezéseket';
$strSetupShowSQL_name = 'Az SQL-lekérdezések megjelenítése';
+$strSetupShowServerInfo_name = 'A MySQL-szerver részletes adatainak megjelenítése';
$strSetupShowStats_desc = 'Az adatbázis- és táblastatisztika megjelenítésének engedélyezése (pl. területhasználat)';
$strSetupShowStats_name = 'A statisztika megjelenítése';
$strSetupShowTooltipAliasDB_desc = 'Ha engedélyezettek az eszközleírások, s ha megadták az adatbázis megjegyzését, akkor ez tükrözi a megjegyzést és a valódi nevet';
@@ -1115,11 +1115,6 @@ $strSetupShowTooltipAliasTB_name = 'A tábla megjegyzésének megjelenítése a
$strSetupShowTooltip_name = 'A tábla megjegyzéseinek megjelenítése az eszközleírásokban';
$strSetupSkipLockedTables_desc = 'A használt táblák megjelölése, s a zárolt táblákat tartalmazó adatbázisok láthatóvá tétele';
$strSetupSkipLockedTables_name = 'A zárolt táblák kihagyása';
-$strSetupSQLQuery_Edit_name = 'Módosítás';
-$strSetupSQLQuery_Explain_name = 'Az SQL magyarázata';
-$strSetupSQLQuery_Refresh_name = 'Frissítés';
-$strSetupSQLQuery_ShowAsPHP_name = 'PHP-kód létrehozása';
-$strSetupSQLQuery_Validate_name = 'SQL érvényesítése';
$strSetupSuggestDBName_desc = 'Javaslat adatbázisnévre az "Adatbázis létrehozása" űrlapon (ha lehet), vagy maradjon üres a szövegmező';
$strSetupSuggestDBName_name = 'Új adatbázisnév javasolása';
$strSetupTrue = 'igen';
@@ -1131,6 +1126,7 @@ $strSetupUseDbSearch_desc = 'A teljes adatbázisban történő keresés engedél
$strSetupUseDbSearch_name = 'Adatbázis-kereső használata';
$strSetupVerboseMultiSubmit_desc = 'Több utasításból álló lekérdezések esetén mindegyik utasítás érintett sorainak megjelenítése. Egy utasítás által tartalmazható lekérdezések számának alapértelmezéseit lásd libraries/import.lib.php fájlban.';
$strSetupVerboseMultiSubmit_name = 'Részletes, több utasítás';
+$strSetupVersionCheck = 'Verzió-ellenőrzés';
$strSetupVersionCheckDataError = 'A verzió beolvasása nem sikerült. Lehet, hogy ön kapcsolat nélküli módban dolgozik, vagy a frissítő szerver nem válaszol.';
$strSetupVersionCheckInvalid = 'Érvénytelen verzió karakterlánc érkezett a szerverről';
$strSetupVersionCheckLink = 'Új verzió ellenőrzése';
@@ -1138,27 +1134,37 @@ $strSetupVersionCheckNewAvailable = 'Jelent meg új phpMyAdmin verzió, fontolja
$strSetupVersionCheckNewAvailableSvn = 'Ön verziókezeléses verziót használ, futtassa le az [kbd]svn frissítést[/kbd] :-)[br]Legújabb stabil verzió: %s, kiadás dátuma: %s.';
$strSetupVersionCheckNone = 'Nem jelent meg újabb stabil verzió';
$strSetupVersionCheckUnparsable = 'A verzió karakterlánc nem elemezhető';
-$strSetupVersionCheck = 'Verzió-ellenőrzés';
$strSetupVersionCheckWrapperError = 'Nem érhető el sem az URL wrapper, sem a CURL. A verzió-ellenőrzés nem lehetséges.';
$strSetupWarning = 'Figyelmeztetés';
-$strSetupZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tömörítés engedélyezése az importálási és az exportálási műveletekhez';
$strSetupZipDumpExportWarning = 'A [a@?page=form&formset=features#tab_Import_export]zip formátumba tömörítéshez[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
$strSetupZipDumpImportWarning = 'A [a@?page=form&formset=features#tab_Import_export]zipek kibontásához[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.';
+$strSetupZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tömörítés engedélyezése az importálási és az exportálási műveletekhez';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'A [kbd]cookie[/kbd] hitelesítésben a cookie-k titkosításához használt titkos hozzáférési kód';
+$strSetupblowfish_secret_name = 'Blowfish titkosítás';
+$strSetuperror_connection = 'Nem lehetett kapcsolódni a MySQL-szerverhez';
+$strSetuperror_empty_pmadb_password = 'A phpMyAdmin vezérlő felhasználói jelszó kiürítése a pmadb használatakor';
+$strSetuperror_empty_pmadb_user = 'A phpMyAdmin vezérlő felhasználó kiürítése a pmadb használatakor';
+$strSetuperror_empty_signon_session = 'A bejelentkezési munkamenet nevének kiürítése az egyszeri bejelentkezési hitelesítési módszer használatakor';
+$strSetuperror_empty_signon_url = 'A bejelentkezési URL kiürítése az egyszeri bejelentkezési módszer használatakor';
+$strSetuperror_empty_user_for_config_auth = 'A felhasználónév kiürítése a konfiguráció hitelesítési módszerének használatakor';
+$strSetuperror_form = 'A beküldött űrlapban hibák vannak';
+$strSetuperror_incorrect_ip_address = 'A következő IP-cím hibás: %s';
+$strSetuperror_incorrect_port = 'A portszám nem érvényes';
+$strSetuperror_incorrect_value = 'Az érték pontatlan';
+$strSetuperror_missing_field_data = '%s adatai hiányoznak';
+$strSetuperror_nan_nneg = 'Nem egy nem negatív szám';
+$strSetuperror_nan_p = 'Nem egy pozitív szám';
+$strShow = 'Megjelenítés';
$strShowAll = 'Mind látható';
-$strShowBinaryContents = 'Bináris tartalom megjelenítése';
$strShowBLOBContents = 'BLOB-tartalom megjelenítése';
+$strShowBinaryContents = 'Bináris tartalom megjelenítése';
$strShowColor = 'Szín megjelenítése';
$strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérdezések megjelenítése';
$strShowGrid = 'Rács megjelenítése';
$strShowHideLeftMenu = 'Bal oldali menü megjelenítése/elrejtése';
-$strShowingBookmark = 'Könyvjelző megjelenítése';
-$strShowingPhp = 'Megjelenítés PHP kódként';
-$strShowingRecords = 'Megjelenített sorok:';
-$strShowingSQL = 'Megjelenítés SQL lekérdezésként';
$strShowKeys = 'Csak a kulcsok megjelenítése';
-$strShow = 'Megjelenítés';
$strShowOpenTables = 'Nyitott táblák megjelenítése';
$strShowPHPInfo = 'PHP információ megjelenítése';
$strShowSlaveHosts = 'Kisegítő állomások megjelenítése';
@@ -1214,13 +1220,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'A naplófájlba történt fsyncs ír
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'A folyamatban lévő naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'A folyamatban lévő naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'A naplófájlba írt bájtok száma.';
-$strShowStatusInnodb_pages_createdDescr = 'A létrehozott lapok száma.';
$strShowStatusInnodb_page_sizeDescr = 'A belefordított InnoDB oldal mérete (alapértelmezés: 16 KB). Sok érték került számolásra az oldalakban; az oldal mérete teszi lehetővé a bájtokká történő könnyű átalakítást.';
+$strShowStatusInnodb_pages_createdDescr = 'A létrehozott lapok száma.';
$strShowStatusInnodb_pages_readDescr = 'A beolvasott lapok száma.';
$strShowStatusInnodb_pages_writtenDescr = 'Az írott lapok száma.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'A jelenleg várakozás alatt lévő sorzárolások száma.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'A sorzároláshoz szükséges átlag időtartam, milliszekundumban.';
$strShowStatusInnodb_row_lock_timeDescr = 'A sorzárolásokra fordított összes idő, milliszekundumban.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'A sorzároláshoz szükséges átlag időtartam, milliszekundumban.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'A sorzároláshoz szükséges időtartam, milliszekundumban.';
$strShowStatusInnodb_row_lock_waitsDescr = 'A sorzárolásra váráshoz szükséges alkalmak száma.';
$strShowStatusInnodb_rows_deletedDescr = 'Az InnoDB táblákból törölt sorok száma.';
@@ -1236,10 +1242,10 @@ $strShowStatusKey_write_requestsDescr = 'A kérések száma egy kulcsblokk gyors
$strShowStatusKey_writesDescr = 'Egy kulcsblokk lemezre történő fizikai írásainak száma.';
$strShowStatusLast_query_costDescr = 'Az utoljára lefordított lekérdezés összköltsége a lekérdezésoptimalizáló számítása szerint. Ugyanazon lekérdezés különféle lekérdezési tervei költségének lekérdezéséhez hasznos. Az alapértelmezett 0 érték azt jelenti, hogy lekérdezés lefordítására még nem került sor.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Az INSERT DELAYED sorokban írásra várakozó sorok száma.';
-$strShowStatusOpened_tablesDescr = 'Az eddig megnyitott táblák száma. Ha a megnyitott táblák nagy,akkor valószínűleg túl kicsi a táblagyorsítótár értéke.';
$strShowStatusOpen_filesDescr = 'A megnyitott fájlok száma.';
$strShowStatusOpen_streamsDescr = 'Az adatfolyamok száma, melyek nyitottak (főleg a naplózáshoz kerül felhasználásra).';
$strShowStatusOpen_tablesDescr = 'A megnyitott táblák száma.';
+$strShowStatusOpened_tablesDescr = 'Az eddig megnyitott táblák száma. Ha a megnyitott táblák nagy,akkor valószínűleg túl kicsi a táblagyorsítótár értéke.';
$strShowStatusQcache_free_blocksDescr = 'A szabad memóriablokkok száma a lekérdezési gyorsítótárban.';
$strShowStatusQcache_free_memoryDescr = 'A szabad memória mérete a lekérdezési gyorsítótárhoz.';
$strShowStatusQcache_hitsDescr = 'A gyorsítótár találatok száma.';
@@ -1252,8 +1258,8 @@ $strShowStatusReset = 'Törlés';
$strShowStatusRpl_statusDescr = 'A hibabiztos többszörözések állapota (megvalósításra vár).';
$strShowStatusSelect_full_joinDescr = 'Az indexeket nem használó illesztések száma. Ha ez az érték nem 0, akkor ellenőrizze körültekintően a táblák indexeit.';
$strShowStatusSelect_full_range_joinDescr = 'Egy hivatkozási táblán tartománykeresést használt illesztések száma.';
-$strShowStatusSelect_range_checkDescr = 'A kulcsok nélküli illesztések száma, melyek minden sor után kulcs használatát ellenőrzik. (Ha ez nem 0, akkor ellenőrizze körültekintően a táblák indexeit.))';
$strShowStatusSelect_rangeDescr = 'Az első táblán tartományokat használt illesztések száma. (Normál esetben ez nem súlyos, még ha túl nagy is ez.)';
+$strShowStatusSelect_range_checkDescr = 'A kulcsok nélküli illesztések száma, melyek minden sor után kulcs használatát ellenőrzik. (Ha ez nem 0, akkor ellenőrizze körültekintően a táblák indexeit.))';
$strShowStatusSelect_scanDescr = 'Az első tábla teljes vizsgálatát elvégzett illesztések száma.';
$strShowStatusSlave_open_temp_tablesDescr = 'A kisegítő SQL szál által épp megnyitott ideiglenes táblák száma.';
$strShowStatusSlave_retried_transactionsDescr = 'A többszörözésben kisegítő SQL szál (az indítás óta) ennyiszer próbálta újra a tranzakciókat.';
@@ -1273,6 +1279,10 @@ $strShowStatusThreads_runningDescr = 'A nem alvó szálak száma.';
$strShowTableDimension = 'A táblák méretének megjelenítése';
$strShowTables = 'A táblák megjelenítése';
$strShowThisQuery = ' A fenti lekérdezés megjelenítése itt újra ';
+$strShowingBookmark = 'Könyvjelző megjelenítése';
+$strShowingPhp = 'Megjelenítés PHP kódként';
+$strShowingRecords = 'Megjelenített sorok:';
+$strShowingSQL = 'Megjelenítés SQL lekérdezésként';
$strSimplifiedChinese = 'Egyszerűsített kínai';
$strSingly = '(egyenként)';
$strSize = 'Méret';
@@ -1282,52 +1292,43 @@ $strSlovenian = 'Szlovén';
$strSmallBigAll = 'Mind kicsi/nagy';
$strSnapToGrid = 'Rácshoz illesztés';
$strSocketProblem = '(vagy nem megfelelően állították be a helyi MySQL szerver szoftvercsatornáját)';
+$strSort = 'Rendezés';
$strSortByKey = 'Kulcs szerinti rendezés';
$strSorting = 'Rendezés';
-$strSort = 'Rendezés';
$strSpaceUsage = 'Területhasználat';
$strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak elválasztása szóköz karakterrel (" ").';
-$strSQLCompatibility = 'SQL kompatibilitási mód';
-$strSQLExportType = 'Exportálás típusa';
-$strSQLParserBugMessage = 'Esély van rá, hogy hibát találhatott az SQL szintaktikai elemzőben (parser). Kérjük, hogy vizsgálja meg gondosan a lekérdezésedet, ellenőrizze, hogy az idézőjelek jók-e és jól illeszkednek-e. Más lehetséges hiba oka lehet, hogy binárisan töltött fel egy fájlt az idézett szövegmezőn kívül. Kipróbálhatja a lekérdezésedet a MySQL parancssoros kezelőfelületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet a hiba okának kiderítésében. Ha még mindig gondjai vannak, vagy a szintaktikai elemző (parser) hibát jelez, ahol a parancssoros kezelőfelületen végrehajtódik, redukálja a problémát okozó SQL lekérdezést egy egyszerű lekérdezéssé, és küldjön be hibabejelentést az alsó Kivágás részben levő adatokkal együtt:';
-$strSQLParserUserError = 'Úgy látszik, hogy hiba van az SQL lekérdezésben. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet kideríteni a hiba okát';
-$strSQLQuery = 'SQL-lekérdezés';
-$strSQLResult = 'SQL-eredmény';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
-$strSQPBugUnclosedQuote = 'Lezáratlan idézőjel';
-$strSQPBugUnknownPunctuation = 'Ismeretlen írásjeleket tartalmazó karakterlánc';
$strStandInStructureForView = 'A nézet helyettes szerkezete';
$strStatCheckTime = 'Utolsó ellenőrzés';
$strStatCreateTime = 'Létrehozás';
+$strStatUpdateTime = 'Utolsó frissítés';
$strStatement = 'Utasítások';
$strStatic = 'statikus';
$strStatisticsOverrun = 'Foglalt szerveren túlfuthatnak a bájtszámlálók, ezért a MySQL által jelentett statisztikák pontatlanok lehetnek.';
-$strStatUpdateTime = 'Utolsó frissítés';
$strStatus = 'Állapot';
-$strStorageEngines = 'Tárolómotorok';
$strStorageEngine = 'Tárolómotor';
+$strStorageEngines = 'Tárolómotorok';
$strStrucCSV = 'CSV';
$strStrucData = 'Szerkezet és adatok';
$strStrucExcelCSV = 'MS Excel CSV adat';
$strStrucNativeExcel = 'Natív MS Excel formátum';
$strStrucOnly = 'Csak a szerkezet';
$strStructPropose = 'Táblaszerkezet ajánlása';
-$strStructureForView = 'Nézet szerkezete';
$strStructure = 'Szerkezet';
+$strStructureForView = 'Nézet szerkezete';
$strSubmit = 'Indítás';
$strSuccess = 'Az SQL-lekérdezés végrehajtása sikerült';
$strSuhosin = 'A szerver Suhosinnal fut. Kérjük, hogy a lehetséges problémáknak nézzen utána a %sdokumentációban%s.';
$strSum = 'Összeg';
$strSwedish = 'Svéd';
-$strSwekeyAuthenticating = 'Hitelesítés...';
$strSwekeyAuthFailed = 'A hardveres hitelesítés nem sikerült';
-$strSwekeyNoKeyId = 'A(z) %s fájl nem tartalmaz semmilyen kulcsazonosítót';
+$strSwekeyAuthenticating = 'Hitelesítés...';
$strSwekeyNoKey = 'Nem történt meg érvényes hitelesítő kulcs csatlakoztatása';
+$strSwekeyNoKeyId = 'A(z) %s fájl nem tartalmaz semmilyen kulcsazonosítót';
$strSwitchToDatabase = 'A másolt adatbázisra váltás';
$strSwitchToTable = 'A másolt táblára váltás';
+$strTable = 'Tábla';
$strTableAlreadyExists = 'Már létezik nevű %s tábla!';
$strTableAlteredSuccessfully = 'A(z) %1$s tábla módosítása sikerült';
$strTableComments = 'Tábla megjegyzése';
@@ -1341,32 +1342,31 @@ $strTableMaintenance = 'Tábla karbantartása';
$strTableName = 'Tábla neve';
$strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla beállításai';
-$strTables = '%s tábla';
$strTableStructure = 'Tábla szerkezet:';
-$strTable = 'Tábla';
+$strTables = '%s tábla';
$strTakeIt = 'csináld';
$strTblPrivileges = 'Táblaspecifikus jogok';
$strTempData = 'Ideiglenes adatok';
$strTextAreaLength = 'A hossza miatt lehet, hogy ez a mező nem szerkeszthető ';
$strTexyText = 'Texy! szöveg';
$strThai = 'Thai';
+$strTheme = 'Téma / Séma';
$strThemeDefaultNotFound = 'A(z) %s alapértelmezett téma nem található!';
$strThemeNoPreviewAvailable = 'Nincs előnézet.';
-$strThemeNotFound = 'Nem található a(z) %s téma!';
$strThemeNoValidImgPath = 'Nincs érvényes kép elérési útja a(z) %s témának!';
+$strThemeNotFound = 'Nem található a(z) %s téma!';
$strThemePathNotFound = 'Nem található a(z) %s téma téma elérési útja!';
-$strTheme = 'Téma / Séma';
$strThisHost = 'Ez a hoszt';
-$strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'Sikerült leállítani a(z) %s. szálat.';
+$strThreads = 'Szálak';
$strTime = 'Idő';
$strTimeoutInfo = 'Az előző importálás időtúllépés miatt leállt, újraküldés után a(z) %d pozíciótól folytatódik.';
$strTimeoutNothingParsed = 'Az utolsó futáskor azonban nem került adat elemzésre, ami általában azt jelenti, hogy a phpMyAdmin nem tudja befejezni ezt az importálást, ha Ön nem növeli meg a PHP időkorlátozását.';
$strTimeoutPassed = 'Script időtúllépés történt, ha be akarja fejezni az importálást, akkor küldje újra ugyanazt a fájlt és az importálás folytatódni fog.';
$strToFromPage = 'oldalra/-ról';
+$strToSelectRelation = 'A kapcsolat kiválasztásához, kattintson :';
$strToggleScratchboard = 'Scratchboard kapcsolása';
$strToggleSmallBig = 'Kicsi/nagy kapcsoló';
-$strToSelectRelation = 'A kapcsolat kiválasztásához, kattintson :';
$strTotal = 'összesen';
$strTotalUC = 'Összesen';
$strTraditionalChinese = 'Hagyományos kínai';
@@ -1397,10 +1397,10 @@ $strUnique = 'Egyedi';
$strUnknown = 'ismeretlen';
$strUnselectAll = 'Mind törlése';
$strUnsupportedCompressionDetected = 'Ön nem támogatott tömörítésű (%s) fájlt kísérelt meg betölteni. Vagy nem valósították meg a támogatását, vagy letiltják a beállítások.';
+$strUpdComTab = 'Kérjük, olvassa el a dokumentációban a column_comments tábla frissítéséről szóló fejezetet';
$strUpdatePrivMessage = 'Ön frissítette %s jogait.';
$strUpdateProfileMessage = 'A profil frissítése megtörtént.';
$strUpdateQuery = 'Lekérdezés frissítése';
-$strUpdComTab = 'Kérjük, olvassa el a dokumentációban a column_comments tábla frissítéséről szóló fejezetet';
$strUpgrade = 'Frissítenie kell %s %s vagy újabb verzióra.';
$strUploadErrorCantWrite = 'Nem sikerült lemezre írni a fájlt.';
$strUploadErrorExtension = 'A fájlfeltöltés kiterjesztés alapján leállt.';
@@ -1414,37 +1414,37 @@ $strUploadsNotAllowed = 'Ezen a szerveren a fájlfeltöltések nem engedélyezet
$strUsage = 'Méret';
$strUseBackquotes = 'Idézőjelek használata a tábla- és mezőneveknél';
$strUseHostTable = 'Hoszt-tábla használata';
+$strUseTabKey = 'A TAB billentyűvel értékről értékre lépkedhet, ill. a CTRL+nyilakkal bárhová léphet.';
+$strUseTables = 'Felhasználandó táblák';
+$strUseTextField = 'Szöveges mező használata';
+$strUseThisValue = 'Ezen érték használata';
+$strUser = 'Felhasználó';
$strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'Üres a felhasználónév!';
-$strUser = 'Felhasználó';
$strUserName = 'Felhasználónév';
$strUserNotFound = 'Nem található a kiválasztott felhasználó a privilégium táblában.';
$strUserOverview = 'Felhasználók áttekintése';
$strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.';
$strUsersHavingAccessToDb = 'A(z) "%s" adatbázishoz hozzáférhető felhasználók';
-$strUseTabKey = 'A TAB billentyűvel értékről értékre lépkedhet, ill. a CTRL+nyilakkal bárhová léphet.';
-$strUseTables = 'Felhasználandó táblák';
-$strUseTextField = 'Szöveges mező használata';
-$strUseThisValue = 'Ezen érték használata';
$strValidateSQL = 'SQL érvényesítése';
$strValidatorError = 'Nem lehetett inicializálni az SQL ellenőrzőt. Ellenőrizze, hogy a %dokumentációban% leírtak szerint telepítette-e a szükséges PHP-kiterjesztést.';
$strValue = 'Érték';
$strVar = 'Változó';
$strVersionInformation = 'Verziószám';
-$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
-$strViewDumpDB = 'Adatbázis kiírás (vázlat) megtekintése';
+$strView = 'Nézet';
$strViewDump = 'Tábla kiírás (vázlat) megtekintése';
+$strViewDumpDB = 'Adatbázis kiírás (vázlat) megtekintése';
+$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewHasAtLeast = 'Ebben a nézetben legalább ennyi számú sor van. Kérjük, hogy nézzen utána a %sdokumentációban%s.';
$strViewHasBeenDropped = 'A(z) %s nézet eldobása kész';
$strViewImage = 'Kép megtekintése';
$strViewName = 'NÉZET neve';
-$strView = 'Nézet';
$strViewVideo = 'Videó megtekintése';
-$strWebServerUploadDirectoryError = 'Nem elérhető a feltöltésekhez megadott könyvtár';
-$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
$strWebServer = 'Webszerver';
+$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
+$strWebServerUploadDirectoryError = 'Nem elérhető a feltöltésekhez megadott könyvtár';
$strWelcome = 'Üdvözli a %s';
$strWestEuropean = 'Nyugat-európai';
$strWiki = 'Wiki';
@@ -1460,27 +1460,167 @@ $strYes = 'Igen';
$strZeroRemovesTheLimit = 'Megjegyzés: Ezen beállítások 0-ra (nulla) állítása eltávolítja a korlátozást.';
$strZip = '"zip tömörítés"';
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1489,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php
index 88c5fadb8..cab8dc589 100644
--- a/lang/indonesian-utf-8.inc.php
+++ b/lang/indonesian-utf-8.inc.php
@@ -15,6 +15,7 @@ $month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', '
$datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
+$strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
$strAbortedClients = 'Pembatalan';
$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.';
@@ -34,23 +35,22 @@ $strAddToIndex = 'Menambahkan ke indeks %s kolom';
$strAddUser = 'Menambahkan pengguna baru';
$strAddUserMessage = 'Pengguna baru telah ditambahkan.';
$strAdministration = 'Administrasi';
+$strAfter = 'sisipkan setelah %s';
$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';
+$strAnIndex = 'Indeks telah ditambahkan pada %s';
$strAnalyzeTable = 'Analisa tabel';
$strAnd = 'dan';
$strAndThen = 'selanjutnya';
-$strAnIndex = 'Indeks telah ditambahkan pada %s';
-$strAnyHost = 'Setiap host';
$strAny = 'Setiap';
+$strAnyHost = 'Setiap host';
$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';
@@ -63,15 +63,15 @@ $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';
+$strBinary = 'Binari';
+$strBinaryDoNotEdit = 'Binari - jangan di-edit';
+$strBinaryLog = 'Log binari';
$strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
$strBookmarkDeleted = 'Penyimpanan telah dihapus.';
$strBookmarkLabel = 'Judul';
@@ -80,13 +80,13 @@ $strBookmarkThis = 'Simpan pencarian SQL ini';
$strBookmarkView = 'Hanya melihat';
$strBrowse = 'Browse';
$strBrowseForeignValues = 'Menjelajahi nilai luar';
-$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPool = 'Penampungan Buffer';
+$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPoolUsage = 'Penggunaan penampungan Buffer';
-$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferReadMisses = 'Pembacaan yang kelewat';
-$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
+$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferWriteWaits = 'Penundaan penulisan';
+$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
$strBulgarian = 'Bahasa Bulgaria';
$strBusyPages = 'Halaman yang sibuk';
$strBzip = '"Dikompress dengan BZip"';
@@ -101,6 +101,7 @@ $strCardinality = 'Bilangan Pokok';
$strCaseInsensitive = 'peka terhadap huruf besar/kecil';
$strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
$strCentralEuropean = 'Eropa Tengah';
+$strChange = 'Ubah';
$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.';
@@ -109,15 +110,14 @@ $strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan
$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';
+$strCharsetOfFile = 'Penyusunan karakter dalam file:';
$strCharsets = 'Penyusunan Karakter';
+$strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
$strCheckAll = 'Pilih semua';
$strCheckOverhead = 'Periksa Overheaded';
-$strCheckPrivsLong = 'Periksa hak-hak untuk database "%s".';
$strCheckPrivs = 'Periksa hak-hak';
+$strCheckPrivsLong = 'Periksa hak-hak untuk database "%s".';
$strCheckTable = 'Periksa tabel';
$strChoosePage = 'Silakan pilih halaman untuk diubah';
$strColComFeat = 'Tampilkan komentar kolom';
@@ -136,10 +136,10 @@ $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.';
+$strCopyDatabaseOK = 'Database %s telah disalin ke %s';
$strCopyTable = 'Salin tabel ke (database.nama tabel):';
+$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
$strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
$strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
$strCreate = 'Ciptakan';
@@ -157,72 +157,72 @@ $strCyrillic = 'Bahasa Kirilia';
$strCzech = 'Bahasa Ceko';
$strCzechSlovak = 'Cecko-Slovakia';
+$strDBComment = 'Komentar Database: ';
+$strDBCopy = 'Salin database ke';
+$strDBRename = 'Ubah nama database menjadi';
$strDanish = 'Bahasa Denmark';
+$strData = 'Data';
+$strDataDict = 'Kamus Data';
+$strDataOnly = 'Data saja';
+$strDataPages = 'Halaman yang berisi data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Nama database kosong!';
$strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
$strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
$strDatabases = 'Database';
$strDatabasesDropped = 'Sukses menghapus database %s.';
+$strDatabasesStats = 'Statistik Database';
$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';
$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';
-$strDelete = 'Hapus';
-$strDeleting = 'Menghapus %s';
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
+$strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
+$strDelete = 'Hapus';
+$strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
+$strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
+$strDeleted = 'Baris telah dihapus';
+$strDeleting = 'Menghapus %s';
$strDescending = 'Urutan menurun';
$strDescription = 'Deskripsi';
$strDictionary = 'kamus';
$strDirtyPages = 'Halaman yang kotor';
-$strDisabled = 'Tidak aktif';
$strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
+$strDisabled = 'Tidak aktif';
$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!';
+$strDocu = 'Dokumentasi';
$strDrop = 'Hapus';
+$strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
$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.';
+$strDumpingData = 'Dumping data untuk tabel';
$strDynamic = 'dinamis';
+$strEdit = 'Ubah';
$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';
+$strEnd = 'Terakhir';
$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.';
+$strEngines = 'Mesin';
$strEnglish = 'Bahasa Ingris';
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
$strError = 'Error';
@@ -238,9 +238,9 @@ $strExtra = 'Ekstra';
$strFailedAttempts = 'Gagal';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s telah dihapus';
+$strFields = 'Field';
$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';
@@ -248,17 +248,17 @@ $strFileNameTemplate = 'Konvensi nama file';
$strFileNameTemplateRemember = 'ingat konvensi';
$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 !';
+$strFormat = 'Format';
$strFreePages = 'Halaman yang bebas';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
$strGenBy = 'Diciptakan oleh';
+$strGenTime = 'Waktu pembuatan';
$strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
$strGenerate = 'Menghasilkan';
$strGeneratePassword = 'Menghasilkan kata sandi';
-$strGenTime = 'Waktu pembuatan';
$strGeorgian = 'Georgia';
$strGerman = 'Bahasa Jerman';
$strGlobal = 'global';
@@ -269,15 +269,15 @@ $strGrantOption = 'Izin';
$strGreek = 'Bahasa Yunani';
$strGzip = 'Dikompress dengan GZip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHasBeenAltered = 'telah diubah.';
$strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
$strHebrew = 'Bahasa Yahudi';
$strHome = 'Home';
$strHomepageOfficial = 'Homepage resmi phpMyAdmin';
-$strHostEmpty = 'Nama Host harus diisi!';
$strHost = 'Host';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Nama Host harus diisi!';
$strHungarian = 'Bahasa Hongaria';
$strIcelandic = 'Islandia';
@@ -286,26 +286,26 @@ $strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strImportFiles = 'Impor file';
-$strIndexes = 'Indeks';
-$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
+$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
$strIndexName = 'Nama indeks :';
$strIndexType = 'Tipe indeks :';
$strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
-$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
+$strIndexes = 'Indeks';
$strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
-$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
+$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
$strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
+$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
$strInnoDBDataFilePath = 'File data';
-$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$strInnoDBDataHomeDir = 'Home direktori data';
+$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$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';
$strInsert = 'Sisipkan';
+$strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$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.';
@@ -313,23 +313,23 @@ $strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
$strJapanese = 'Bahasa Jepang';
$strJumpToDB = 'Lompat langsung ke database "%s".';
-$strJustDeleteDescr = 'Pengguna yang "dihapus" tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
+$strJustDeleteDescr = 'Pengguna yang "dihapus" tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strKeepPass = 'Jangan ubah Kata Sandi';
$strKeyname = 'Nama Kunci';
$strKill = 'Tutup';
$strKorean = 'Bahasa Korea';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landscape';
$strLatchedPages = 'Halaman yang dipalang';
$strLatexCaption = 'Judul halaman';
$strLatexContent = 'Isi dari tabel __TABLE__';
-$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexContinued = '(dilanjutkan)';
+$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexIncludeCaption = 'Masukkan judul halaman tabel';
$strLatexLabel = 'Kunci nama';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktur dari tabel __TABLE__';
$strLatvian = 'Latvia';
$strLengthSet = 'Ukuran Panjang/Nilai*';
@@ -340,47 +340,47 @@ $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:';
+$strLogin = 'Login';
+$strLoginInformation = 'Informasi Login';
+$strLogout = 'Logout';
$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!';
+$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
+$strMIME_MIMEtype = 'Tipe MIME';
$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. 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\', 100, b,\'c\'... 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_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
+$strMIME_transformation_options = 'Pilihan transformasi';
+$strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\', 100, b,\'c\'... Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
$strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
+$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!';
$strModifications = 'Modifikasi telah disimpan';
-$strModifyIndexTopic = 'Ubah indeks';
$strModify = 'Ubah';
-$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
+$strModifyIndexTopic = 'Ubah indeks';
$strMoveTable = 'Pindahkan tabel ke (database.tabel):';
+$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
$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.';
+$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
$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).';
+$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.';
$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.';
+$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).';
$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.';
+$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
+$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.';
$strMySQLCharset = 'Charset MySQL';
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
$strMySQLSaid = 'MySQL menyatakan: ';
@@ -388,6 +388,7 @@ $strMySQLShowProcess = 'Tampilkan Proses';
$strName = 'Nama';
$strNext = 'Berikutnya';
+$strNo = 'Tidak';
$strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
$strNoDatabases = 'Database tidak ditemukan';
$strNoDatabasesSelected = 'Database belum dipilih.';
@@ -399,7 +400,6 @@ $strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang
$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.';
@@ -410,12 +410,12 @@ $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';
+$strNoUsersFound = 'Pengguna tidak ditemukan.';
+$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
+$strNone = 'tanpa';
$strNotNumber = 'Ini bukan angka!';
$strNotOK = 'tidak oke';
$strNotSet = '%s tabel tidak ditemukan atau tidak diset di %s';
-$strNoUsersFound = 'Pengguna tidak ditemukan.';
-$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
$strNull = 'Kosong';
$strNumSearchResultsInTable = '%s catatan dalam tabel %s';
$strNumSearchResultsTotal = 'Jumlah:%s rekord';
@@ -429,14 +429,15 @@ $strOr = 'Atau';
$strOverhead = 'Kelebihan (Overhead)';
$strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
+$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Halaman no.:';
$strPagesToBeFlushed = 'Halaman yang akan di-flush';
$strPaperSize = 'Ukuran kertas';
$strPartialText = 'Teks yang disingkat';
+$strPassword = 'Kata Sandi';
$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!';
@@ -447,20 +448,19 @@ $strPerSecond = 'per detik';
$strPersian = 'Persia';
$strPhoneBook = 'buku telpon';
$strPhp = 'Ciptakan kode PHP';
-$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = 'Directif $cfg[\'PmaAbsoluteUri\'] WAJIB diset dalam file konfigurasi!';
$strPolish = 'Polandia';
$strPortrait = 'Gambaran';
$strPos1 = 'Awal';
$strPrevious = 'Sebelumnya';
+$strPrimary = 'Kunci Utama';
$strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
$strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" wajib sebagai satu-satunya nama dan hanya sebagai Kunci utama saja!)';
-$strPrimary = 'Kunci Utama';
$strPrint = 'Cetak';
-$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$strPrintView = 'Pandangan cetak';
+$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$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.';
@@ -473,8 +473,8 @@ $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.';
+$strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
$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.';
@@ -511,48 +511,57 @@ $strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
$strQueryType = 'Tipe Pencarian';
$strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
+$strReType = 'Ketik ulang';
$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';
+$strRelationalSchema = 'Skema Relational';
+$strRelations = 'Tabel Relasi';
+$strRelationsForTable = 'RELASI UNTUK TABEL';
$strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
$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 ';
+$strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
$strRepairTable = 'Perbaiki tabel';
$strReplaceNULLBy = 'Menggantikan NULL dengan';
$strReplaceTable = 'Ganti data tabel dengan file';
$strReset = 'Reset';
$strResourceLimits = 'Batas dari sumber';
-$strReType = 'Ketik ulang';
+$strRevoke = 'Cabut';
$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';
+$strRowSize = ' Besarnya 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';
+$strRunning = 'dijalankan pada %s';
$strRussian = 'Bahasa Rusia';
-$strSaveOnServer = 'Simpan pada server dalam direktori %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'Jenis Ekspor';
+$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';
+$strSQPBugInvalidIdentifer = 'Identifer tidak valid';
+$strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
+$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
$strSave = 'Simpan';
+$strSaveOnServer = 'Simpan pada server dalam direktori %s';
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari dalam database';
@@ -573,9 +582,9 @@ $strSelectNumRows = 'dalam susunan pemeriksaan';
$strSelectTables = 'Pilih tabel';
$strSend = 'Kirimkan ke';
$strSent = 'Pengiriman';
+$strServer = 'Server';
$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.';
$strServerTabVariables = 'Variabel';
@@ -584,41 +593,32 @@ $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\'... Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
+$strShow = 'Tampilkan';
$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 ';
+$strShowingRecords = 'Tampilan baris';
$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';
+$strSortByKey = 'Urut berdasarkan kunci';
$strSpaceUsage = 'Penggunaan tempat';
$strSpanish = 'Bahasa Spanyol';
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
-$strSQLExportType = 'Jenis Ekspor';
-$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';
+$strStatement = 'Keterangan';
$strStatus = 'Status';
$strStorageEngine = 'Mesin Penyimpan';
$strStorageEngines = 'Mesin Penyimpan';
@@ -636,6 +636,7 @@ $strSwedish = 'Bahasa Swedia';
$strSwitchToDatabase = 'Pindah ke database yang disalin';
$strSwitchToTable = 'Pindah ke tabel salinan';
+$strTable = 'Tabel';
$strTableComments = 'Komentar tabel';
$strTableEmpty = 'Nama tabel kosong!';
$strTableHasBeenDropped = 'Tabel %s telah dihapus';
@@ -644,9 +645,8 @@ $strTableHasBeenFlushed = 'Tabel %s telah dibuang';
$strTableMaintenance = 'Pemeliharaan tabel';
$strTableOfContents = 'Daftar Isi';
$strTableOptions = 'Pilihan untuk tabel';
-$strTables = 'tabel %s';
$strTableStructure = 'Struktur dari tabel';
-$strTable = 'Tabel';
+$strTables = 'tabel %s';
$strTakeIt = 'ambil';
$strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
$strTextAreaLength = ' Disebabkan ukuran panjangnya, field ini tidak dapat di-edit ulang. ';
@@ -662,7 +662,6 @@ $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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
$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';
@@ -681,36 +680,36 @@ $strUnicode = 'Unikode';
$strUnique = 'Unik';
$strUnknown = 'tidak diketahui';
$strUnselectAll = 'Unselect semua';
+$strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
$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';
+$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';
+$strUser = 'Pengguna';
$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 "%s"';
-$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';
+$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
+$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
+$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
$strWebServerUploadDirectory = 'direktori upload pada web-server';
@@ -732,76 +731,660 @@ $strZip = 'Dikompress dengan Zip';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
-$strCSV = 'CSV'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
-$strPartialImport = 'Partial import'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -856,13 +1439,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -878,10 +1461,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -894,8 +1477,8 @@ $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_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
@@ -912,589 +1495,132 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
+$strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
-
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
+
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1503,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php
index 5f5de623c..9791d61c7 100644
--- a/lang/italian-utf-8.inc.php
+++ b/lang/italian-utf-8.inc.php
@@ -22,6 +22,7 @@ $month = array('gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'o
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
+$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strAbortedClients = 'Fallito';
$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.';
@@ -49,49 +50,48 @@ $strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
-$strAllowInterrupt = 'di interrompere il processo di importazione nel caso lo script rilevi di essere 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';
+$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
+$strAllowInterrupt = 'di interrompere il processo di importazione nel caso lo script rilevi di essere troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAlterOrderBy = 'Altera tabella ordinata per';
+$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnalyze = 'Analizza';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'e';
$strAndThen = 'e quindi';
$strAngularLinks = 'Link angolari';
-$strAnIndex = 'Un indice è stato aggiunto in %s';
-$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
+$strAnyHost = 'Qualsiasi host';
$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';
$strAsDefined = 'Come definito:';
+$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutomaticLayout = 'Impaginazione automatica';
+$strBLOBRepositoryDamaged = 'Danneggiato';
+$strBLOBRepositoryDisable = 'Disabilita';
+$strBLOBRepositoryDisabled = 'Disabilitato';
+$strBLOBRepositoryEnable = 'Abilita';
+$strBLOBRepositoryEnabled = 'Abilitato';
+$strBLOBRepositoryRepair = 'Ripara';
$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';
-$strBLOBRepositoryDamaged = 'Danneggiato';
-$strBLOBRepositoryDisabled = 'Disabilitato';
-$strBLOBRepositoryDisable = 'Disabilita';
-$strBLOBRepositoryEnable = 'Abilita';
-$strBLOBRepositoryEnabled = 'Abilitato';
-$strBLOBRepositoryRepair = 'Ripara';
+$strBinary = 'Binario';
+$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
+$strBinaryLog = 'Log binario';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
@@ -100,24 +100,25 @@ $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';
+$strBrowse = 'Mostra';
$strBrowseDistinctValues = 'Naviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
-$strBrowse = 'Mostra';
-$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
-$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
+$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzip = '"compresso con bzip2"';
+$strCSV = 'CSV';
$strCalendar = 'Calendario';
-$strCancel = 'Annulla';
$strCanNotLoadExportPlugins = 'Non posso caricare i plugins di esportazione. Controlla l\'installazione!';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
+$strCancel = 'Annulla';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s, 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.';
@@ -127,21 +128,21 @@ $strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
-$strChangeCopyModeCopy = '... mantieni quello vecchio.';
+$strChange = 'Modifica';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
+$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$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 Collation';
$strCharset = 'Set di caratteri';
+$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsets = 'Set di caratteri';
-$strCheckAll = 'Seleziona tutti';
+$strCharsetsAndCollations = 'Set di Caratteri e Collation';
$strCheck = 'Controlla';
+$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database "%s".';
@@ -190,13 +191,19 @@ $strCreateUserDatabaseWildcard = 'Concedi tutti i privilegi al nome con caratter
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
-$strCSV = 'CSV';
$strCustomColor = 'Colore definito dall\'utente';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
+$strDBComment = 'Commento al Database: ';
+$strDBCopy = 'Copia il Database in';
+$strDBRename = 'Rinomina il DataBase in';
$strDanish = 'Danese';
+$strData = 'Dati';
+$strDataDict = 'Data Dictionary';
+$strDataOnly = 'Solo dati';
+$strDataPages = 'Pagine contenenti dati';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
@@ -204,34 +211,27 @@ $strDatabaseHasBeenCreated = 'Il database %1$s è stato creato.';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
+$strDatabasesStats = 'Statistiche dei databases';
$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';
$strDbIsEmpty = 'Il databse sembra essere vuoto!';
$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';
+$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslash escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
+$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
+$strDelete = 'Elimina';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
-$strDeleted = 'La riga è stata cancellata';
-$strDelete = 'Elimina';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleteRelation = 'Elimina relazione';
+$strDeleted = 'La riga è stata cancellata';
$strDeleting = 'Cancellazione in corso di %s';
$strDelimiter = 'Delimitatori';
-$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDesigner = 'Designer';
@@ -240,39 +240,39 @@ $strDetails = 'Dettagli...';
$strDictionary = 'dizionario';
$strDirectLinks = 'Link diretti';
$strDirtyPages = 'Pagine sporche';
-$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
+$strDisabled = 'Disabilitata';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
+$strDoYouReally = 'Confermi: ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentazione';
$strDownloadFile = 'Scarica file';
-$strDoYouReally = 'Confermi: ';
-$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
+$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$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.';
+$strDumpingData = 'Dump dei dati per la tabella';
$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';
+$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
-$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
+$strEndCut = 'FINE CUT';
$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.';
+$strEngines = 'Motori';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
@@ -305,14 +305,14 @@ $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';
+$strFileNameTemplate = 'Nome file template';
$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.';
+$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
-$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
-$strFiles = 'File';
$strFileToImport = 'File importato';
+$strFiles = 'File';
$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';
@@ -320,18 +320,18 @@ $strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFontSize = 'Dimensione font';
$strForeignKeyError = 'Errore nel creare una "foreign key" su %1$s (controlla il tipo di dati)';
$strForeignKeyRelationAdded = 'Relazione "FOREIGN KEY" aggiunta';
-$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
+$strFormat = 'Formato';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
$strFunctions = 'Funzioni';
$strGenBy = 'Generato da';
+$strGenTime = 'Generato il';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
-$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
@@ -342,6 +342,8 @@ $strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
@@ -353,55 +355,53 @@ $strHideShowAll = 'Mostra/nascondi tutto';
$strHideShowNoRelation = 'Mostra/nascondi tabella senza relazioni';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
-$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Il nome di host è vuoto!';
$strHungarian = 'Ungherese';
+$strIEUnsupported = 'Internet explorer non supporta questa funzione.';
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
-$strIEUnsupported = 'Internet explorer non supporta questa funzione.';
-$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
+$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
+$strImport = 'Importa';
$strImportExportCoords = 'Importa/esporta le coordinate per PDF schema';
$strImportFiles = 'Importa file';
$strImportFormat = 'Formato del file importato';
-$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d query eseguite.';
-$strIndexes = 'Indici';
-$strIndexesSeemEqual = 'Gli indici %1$s e %2$s sembrano essere uguali e andrebbero, possibilmente, essere rimossi.';
-$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
+$strInUse = 'in uso';
$strIndex = 'Indice';
+$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndexName = 'Nome dell\'indice :';
$strIndexType = 'Tipo di indice :';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
-$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
+$strIndexes = 'Indici';
+$strIndexesSeemEqual = 'Gli indici %1$s e %2$s sembrano essere uguali e andrebbero, possibilmente, essere rimossi.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
-$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
+$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
+$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBDataFilePath = 'File dati';
-$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
+$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$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.';
+$strInsert = 'Inserisci';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserita riga id: %1$d';
-$strInsert = 'Inserisci';
$strInterface = 'Interfacce';
$strInternalAndForeign = 'Una relazione interna non %è necessaria, quando una corrispondente relazione FOREIGN KEY esiste.';
$strInternalRelationAdded = 'Aggiunte relazioni internet';
$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';
+$strInvalidColumn = 'Colonna specificata (%s) invalida!';
+$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidDatabase = 'Database non valido';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
@@ -424,21 +424,21 @@ $strKill = 'Rimuovi';
$strKnownExternalBug = 'La %s funzionalità è affetta da un bug noto, vedi %s';
$strKorean = 'Coreano';
+$strLDI = 'CSV usando LOAD DATA';
+$strLDILocal = 'Usa LOCAL keyword';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Orizzontale';
$strLanguage = 'Lingua';
$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)';
+$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
-$strLDI = 'CSV usando LOAD DATA';
-$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
@@ -447,64 +447,65 @@ $strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
+$strLogPassword = 'Password:';
+$strLogServer = 'Server';
+$strLogServerHelp = 'Puoi inserire Indirizzo IP/hostname a porta separati dallo spazio.';
+$strLogUsername = 'Nome utente:';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
-$strLogPassword = 'Password:';
-$strLogServerHelp = 'Puoi inserire Indirizzo IP/hostname a porta separati dallo spazio.';
-$strLogServer = 'Server';
-$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'tipo MIME';
+$strMIME_available_mime = 'Tipi-MIME disponibili';
+$strMIME_available_transform = 'Trasformazioni disponibili';
+$strMIME_description = 'Descrizione';
+$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione. Prego, chiedere all\'autore cosa %s faccia.';
+$strMIME_transformation = 'Trasformazione del Browser';
+$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 = 'Opzioni di Transformation';
+$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\', 100, b,\'c\'... Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
+$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Modifica un indice';
$strMoveMenu = 'Muovi menù';
+$strMoveTable = 'Sposta la tabella nel (database.tabella):';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
-$strMoveTable = 'Sposta la tabella nel (database.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.';
+$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.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i file 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).';
+$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.';
$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.';
+$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).';
$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.';
+$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
+$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.';
$strMySQLCharset = 'Set di caratteri MySQL';
-$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collation della connessione di MySQL';
-$strMysqlLibDiffersServerVersion = 'Le tue librerie di PHP per MySQL versione %s sono diverse dalla versione di MySQL server %s. Potrebbe causare comportamenti imprevedibili.';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
+$strMysqlClientVersion = 'Versione MySQL client';
+$strMysqlLibDiffersServerVersion = 'Le tue librerie di PHP per MySQL versione %s sono diverse dalla versione di MySQL server %s. Potrebbe causare comportamenti imprevedibili.';
$strName = 'Nome';
$strNext = 'Prossimo';
+$strNo = ' No ';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
+$strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non è stato indicato alcun nome file, oppure è stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
-$strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non è stato indicato alcun nome file, oppure è stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
@@ -514,8 +515,6 @@ $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.';
@@ -526,17 +525,18 @@ $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.';
+$strNoUsersFound = 'Nessun utente trovato.';
+$strNoValidateSQL = 'Non Validare SQL';
+$strNone = 'Nessuno';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '%s tabella non trovata o non settata in %s';
-$strNoUsersFound = 'Nessun utente trovato.';
-$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
-$strNumberOfFields = 'Numero di campi';
-$strNumberOfTables = 'Numero di tabelle';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella %s';
$strNumSearchResultsTotal = 'Totale:%s corrispondenza/e';
$strNumTables = 'Tabelle';
+$strNumberOfFields = 'Numero di campi';
+$strNumberOfTables = 'Numero di tabelle';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Foglio di calcolo nel formato Open Document';
@@ -551,59 +551,59 @@ $strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
+$strPBXTCheckpointFrequency = 'Frequheckpoint';
+$strPBXTCheckpointFrequencyDesc = 'L\'ammontare dei dati scritti sul log delle trasazioni, prima che sia eseguito un checkpoint. Il valore di default è 24MB.';
+$strPBXTDataFileGrowSize = 'Dimensione incremento del file dei dati';
+$strPBXTDataFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtd) con gli "handle data".';
+$strPBXTDataLogThreshold = 'Dimensione del log dei dati';
+$strPBXTDataLogThresholdDesc = 'La dimensione massima di un file con i log. Il valore di default è 64MB. PBXT può creare un massimo di 32000 log dei dati, che sono usati da tutte le tabelle. Il valore può essere incrementato per aumentare la dimensione massima dei dati che possono essere memorizzati complessivamente nel database.';
+$strPBXTGarbageThreshold = 'Dimensione del cestino';
+$strPBXTGarbageThresholdDesc = 'La percentuale di dati "spazzatura" in un file di log prima che questo debba essere compattato. Il valore deve essere compreso tra 1 e 99. Il valore di default è 50.';
+$strPBXTIndexCacheSize = 'Dimensione cache degli indici';
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Il valore di default è 32MB. La memoria allocata qui è usata solo per la cache delle pagine di indice.';
+$strPBXTLogBufferSize = 'Dimensione del buffer dei log';
+$strPBXTLogBufferSizeDesc = 'La dimensione del buffer usata quando si scrive un log dei dati. Il valore di default è 256MB. Il motore allora un buffer per ciascun thread, ma solo se è necessario scrivere un log dei dati.';
+$strPBXTLogCacheSize = 'Dimensione cache dei log';
+$strPBXTLogCacheSizeDesc = 'L\'ammontare di memoria allocata per la cache del log delle trasazioni. Il valore di default è 16MB.';
+$strPBXTLogFileCount = 'Numero dei file di log';
+$strPBXTLogFileCountDesc = 'Questo è il numero dei file di log della trasazioni (pbxt/system/xlog*.xt) che il sistema conserva. Se il numero dei log è superiore i file più sono cancellati, altrimenti vengono rinominati e gli viene assegnato il numero più alto.';
+$strPBXTLogFileThreshold = 'Soglia dei file di log';
+$strPBXTLogFileThresholdDesc = 'La dimensione del log delle trasazioni prima di un rollover, quando viene creato un nuovo file. Il valore di default è 16MB.';
+$strPBXTRecordCacheSize = 'Dimensione cache dei record';
+$strPBXTRecordCacheSizeDesc = 'L\'ammontare della memoria allocata nella cache dei record, usata per la cache dei dati della tabella. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
+$strPBXTRowFileGrowSize = 'Dimensione incremento del file delle righe';
+$strPBXTRowFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtr) con i puntatori delle righe.';
+$strPBXTTransactionBufferSize = 'Dimensione buffer delle transazioni';
+$strPBXTTransactionBufferSizeDesc = 'La dimensione del buffer globale dei log di trasazione (il motore alloca 2 buffer di questa dimensione). Il valore di default è 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)';
+$strPDFReportTitle = 'Titolo del Report';
+$strPHPExtension = 'Estensioni PHP';
+$strPHPVersion = 'Versione PHP';
$strPacked = 'Compresso';
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
-$strPartitionDefinition = 'Definizione Partizioni';
-$strPartitioned = 'partizionato';
-$strPartitionMaintenance = 'Manutenzione partizione';
$strPartition = 'Partizione %s';
+$strPartitionDefinition = 'Definizione Partizioni';
+$strPartitionMaintenance = 'Manutenzione partizione';
+$strPartitioned = 'partizionato';
+$strPassword = 'Password';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
-$strPassword = 'Password';
-$strPBXTCheckpointFrequencyDesc = 'L\'ammontare dei dati scritti sul log delle trasazioni, prima che sia eseguito un checkpoint. Il valore di default è 24MB.';
-$strPBXTCheckpointFrequency = 'Frequheckpoint';
-$strPBXTDataFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtd) con gli "handle data".';
-$strPBXTDataFileGrowSize = 'Dimensione incremento del file dei dati';
-$strPBXTDataLogThresholdDesc = 'La dimensione massima di un file con i log. Il valore di default è 64MB. PBXT può creare un massimo di 32000 log dei dati, che sono usati da tutte le tabelle. Il valore può essere incrementato per aumentare la dimensione massima dei dati che possono essere memorizzati complessivamente nel database.';
-$strPBXTDataLogThreshold = 'Dimensione del log dei dati';
-$strPBXTGarbageThresholdDesc = 'La percentuale di dati "spazzatura" in un file di log prima che questo debba essere compattato. Il valore deve essere compreso tra 1 e 99. Il valore di default è 50.';
-$strPBXTGarbageThreshold = 'Dimensione del cestino';
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Il valore di default è 32MB. La memoria allocata qui è usata solo per la cache delle pagine di indice.';
-$strPBXTIndexCacheSize = 'Dimensione cache degli indici';
-$strPBXTLogBufferSizeDesc = 'La dimensione del buffer usata quando si scrive un log dei dati. Il valore di default è 256MB. Il motore allora un buffer per ciascun thread, ma solo se è necessario scrivere un log dei dati.';
-$strPBXTLogBufferSize = 'Dimensione del buffer dei log';
-$strPBXTLogCacheSizeDesc = 'L\'ammontare di memoria allocata per la cache del log delle trasazioni. Il valore di default è 16MB.';
-$strPBXTLogCacheSize = 'Dimensione cache dei log';
-$strPBXTLogFileCountDesc = 'Questo è il numero dei file di log della trasazioni (pbxt/system/xlog*.xt) che il sistema conserva. Se il numero dei log è superiore i file più sono cancellati, altrimenti vengono rinominati e gli viene assegnato il numero più alto.';
-$strPBXTLogFileCount = 'Numero dei file di log';
-$strPBXTLogFileThresholdDesc = 'La dimensione del log delle trasazioni prima di un rollover, quando viene creato un nuovo file. Il valore di default è 16MB.';
-$strPBXTLogFileThreshold = 'Soglia dei file di log';
-$strPBXTRecordCacheSizeDesc = 'L\'ammontare della memoria allocata nella cache dei record, usata per la cache dei dati della tabella. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
-$strPBXTRecordCacheSize = 'Dimensione cache dei record';
-$strPBXTRowFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtr) con i puntatori delle righe.';
-$strPBXTRowFileGrowSize = 'Dimensione incremento del file delle righe';
-$strPBXTTransactionBufferSizeDesc = 'La dimensione del buffer globale dei log di trasazione (il motore alloca 2 buffer di questa dimensione). Il valore di default è 1MB.';
-$strPBXTTransactionBufferSize = 'Dimensione buffer delle transazioni';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)';
-$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPhp = 'Crea il codice PHP';
-$strPHPExtension = 'Estensioni PHP';
-$strPHPVersion = 'Versione PHP';
$strPlayAudio = 'Avvia audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Seleziona la chiave primaria o una chiave univoca';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
@@ -612,13 +612,13 @@ $strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
+$strPrimary = 'Primaria';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)';
-$strPrimary = 'Primaria';
$strPrint = 'Stampa';
-$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
+$strPrintViewFull = 'Vista stampa (con full text)';
$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.';
@@ -632,8 +632,8 @@ $strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescEvent = 'Permette di impostare gli eventi per lo scheduler';
-$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
+$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in file.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
@@ -665,9 +665,9 @@ $strProfiling = 'Profiling';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
+$strQBE = 'Query da esempio';
$strQBEDel = 'Elimina';
$strQBEIns = 'Aggiungi';
-$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database %s:';
@@ -678,6 +678,7 @@ $strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
+$strReType = 'Reinserisci';
$strReadRequests = 'Richieste di lettura';
$strRebuild = 'Ricrea';
$strReceived = 'Ricevuti';
@@ -685,22 +686,22 @@ $strRecommended = 'raccomandato';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
+$strRelationDeleted = 'Relazione cancellata';
+$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
+$strRelationView = 'Vedi relazioni';
$strRelationalDisplayField = 'Mosta il campo relazionale';
$strRelationalKey = 'Chiave relazionale';
$strRelationalSchema = 'Schema relazionale';
-$strRelationDeleted = 'Relazione cancellata';
-$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';
-$strReloadPrivileges = 'Ricarica i privilegi';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReload = 'Ricarica';
+$strReloadPrivileges = 'Ricarica i privilegi';
+$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strRemovePartitioning = 'Rimuove partizionamento';
$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';
+$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRepair = 'Ripara';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
@@ -709,35 +710,44 @@ $strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strRestartInsertion = 'Riprendi inserimento con la riga %s';
-$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';
+$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
+$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
+$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRomanian = 'Rumeno';
$strRoutineReturnType = 'Tipo di risultato';
$strRoutines = 'Routines';
$strRowLength = 'Lunghezza riga';
+$strRowSize = 'Dimensione riga';
+$strRows = 'Righe';
$strRowsAffected = '%1$d riga/e modificata.';
$strRowsDeleted = '%1$d riga/e cancellata.';
$strRowsFrom = 'righe a partire da';
$strRowsInserted = '%1$d riga/e inserita.';
-$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';
+$strRunning = 'in esecuzione su %s';
$strRussian = 'Russo';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Modo di compatibilità SQL';
+$strSQLExportType = 'Tipo di esportazione';
+$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';
+$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
+$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
+$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
+$strSave = 'Salva';
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSavePosition = 'Salva la posizione';
-$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
@@ -761,17 +771,17 @@ $strSelectReferencedKey = 'Seleziona le chiavi referenziali';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
+$strServer = 'Server';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
-$strServer = 'Server';
-$strServers = 'Servers';
-$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
+$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = 'Traffico del server: Queste tabelle mostrano le statistiche del traffico di rete di questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
+$strServers = 'Servers';
$strSessionStartupErrorGeneral = 'Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'... Se comunque dovete mettere dei backslash ("\") o dei single quote ("\'") davanti a questi valori anteporre un "\" (per esempio \'\\\\xyz\' o \'a\\\'b\').';
@@ -782,25 +792,24 @@ $strSetupDefaultServer = 'Server predefinito';
$strSetupDisplay = 'Visualizza';
$strSetupDonateLink = 'Dona';
$strSetupDownload = 'Scarica';
-$strSetuperror_incorrect_value = 'Valore non corretto';
$strSetupExport_compression_name = 'Compressione';
$strSetupExport_format_name = 'Formato';
$strSetupFalse = 'no';
$strSetupForm_Import_export = 'Importa / esporta';
$strSetupForm_Left_frame = 'Frame di navigazione';
-$strSetupForm_Left_tables_desc = 'Opzioni di visualizzazione tabelle';
$strSetupForm_Left_tables = 'tabelle';
+$strSetupForm_Left_tables_desc = 'Opzioni di visualizzazione tabelle';
$strSetupForm_Security = 'Sicurezza';
+$strSetupForm_Server = 'Impostazioni di base';
$strSetupForm_Server_config = 'Configurazione del server';
$strSetupForm_Server_desc = 'Inserisci i parametri di connessione al server';
-$strSetupForm_Server = 'Impostazioni di base';
$strSetupForm_Server_pmadb = 'Database di PMA';
+$strSetupForm_Startup = 'Avvio';
$strSetupFormset_customization = 'Personalizzazione';
$strSetupFormset_export = 'Personalizza le opzioni di esportazione';
$strSetupFormset_features = 'Caratteristiche';
$strSetupFormset_left_frame = 'Personalizza frame di navigazione';
$strSetupFormset_main_frame = 'Personalizza frame principale';
-$strSetupForm_Startup = 'Avvio';
$strSetupIgnoreErrors = 'Ignora errori';
$strSetupInsecureConnection = 'Connessione non sicura';
$strSetupLeftDisplayLogo_desc = 'Mostra logo nel frame di sinistra';
@@ -813,32 +822,29 @@ $strSetupNoServers = 'Non ci sono server configurati';
$strSetupOptionNone = '- nessuno -';
$strSetupOverview = 'Panoramica';
$strSetupRestoreDefaultValue = 'Ripristinare valori predefiniti';
-$strSetupServersAdd = 'Aggiungi un nuovo server';
-$strSetupServers_auth_type_desc = 'Metodo di autenticazione da usare';
-$strSetupServers_auth_type_name = 'Tipo di autenticazione';
-$strSetupServers_connect_type_name = 'Tipo di connessione';
-$strSetupServersEdit = 'Modifica server';
-$strSetupSetValue = 'Imposta valore: %s';
-$strSetupShowForm = 'Visualizza form';
$strSetupSQLQuery_Edit_name = 'Modifica';
$strSetupSQLQuery_Refresh_name = 'Aggiorna';
$strSetupSQLQuery_ShowAsPHP_name = 'Crea codice PHP';
+$strSetupServersAdd = 'Aggiungi un nuovo server';
+$strSetupServersEdit = 'Modifica server';
+$strSetupServers_auth_type_desc = 'Metodo di autenticazione da usare';
+$strSetupServers_auth_type_name = 'Tipo di autenticazione';
+$strSetupServers_connect_type_name = 'Tipo di connessione';
+$strSetupSetValue = 'Imposta valore: %s';
+$strSetupShowForm = 'Visualizza form';
$strSetupTrue = 'sì';
$strSetupVersionCheck = 'Controllo versione';
$strSetupVersionCheckLink = 'Controlla l\'ultima versione';
$strSetupWarning = 'Attenzione';
+$strSetuperror_incorrect_value = 'Valore non corretto';
+$strShow = 'Mostra';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowHideLeftMenu = 'Mostra/nascondi il menù di sinistra';
-$strShowingBookmark = 'Mostrando i segnalibri';
-$strShowingPhp = 'Mostrando il codice PHP';
-$strShowingRecords = 'Visualizzazione record ';
-$strShowingSQL = 'Mostrando la query SQL';
$strShowKeys = 'Mostra solo le chiavi';
-$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
@@ -894,13 +900,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte su
$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_createdDescr = 'Il numero di pagine create.';
$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_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, 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.';
@@ -916,10 +922,10 @@ $strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una
$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 DELAYED.';
-$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 file 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.';
+$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$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.';
@@ -932,8 +938,8 @@ $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_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_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.';
@@ -953,6 +959,10 @@ $strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra di nuovo questa query';
+$strShowingBookmark = 'Mostrando i segnalibri';
+$strShowingPhp = 'Mostrando il codice PHP';
+$strShowingRecords = 'Visualizzazione record ';
+$strShowingSQL = 'Mostrando la query SQL';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
@@ -962,28 +972,18 @@ $strSlovenian = 'Sloveno';
$strSmallBigAll = 'Espandi/Contrai';
$strSnapToGrid = 'Calamita alla griglia';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
+$strSort = 'Ordinamento';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
-$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono separate da spazi (" ").';
-$strSQLCompatibility = 'Modo di compatibilità SQL';
-$strSQLExportType = 'Tipo di esportazione';
-$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';
$strStandInStructureForView = 'Struttura Stand-in per le viste';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
+$strStatUpdateTime = 'Ultimo cambiamento';
$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';
@@ -993,20 +993,21 @@ $strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
-$strStructureForView = 'Struttura per la vista';
$strStructure = 'Struttura';
+$strStructureForView = 'Struttura per la vista';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSuhosin = 'Sul server è in esecuzione Suhosin. Controlla la documentazione: %sdocumentation%s per possibili problemi.';
$strSum = 'Totali';
$strSwedish = 'Svedese';
-$strSwekeyAuthenticating = 'Autenticazione...';
$strSwekeyAuthFailed = 'Autentificazione hardware fallita';
-$strSwekeyNoKeyId = 'Il file %s non contiente nessuna chiave id';
+$strSwekeyAuthenticating = 'Autenticazione...';
$strSwekeyNoKey = 'Nessuna chiave di autentificazione valida inserita';
+$strSwekeyNoKeyId = 'Il file %s non contiente nessuna chiave id';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
+$strTable = 'Tabella';
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableAlteredSuccessfully = 'La tabella %1$s è già stata modificata con successo';
$strTableComments = 'Commenti sulla tabella';
@@ -1020,32 +1021,31 @@ $strTableMaintenance = 'Amministrazione tabella';
$strTableName = 'Nome tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
-$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
-$strTable = 'Tabella';
+$strTables = '%s tabella(e)';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza, questo campo non può essere modificato ';
$strTexyText = 'Testo "Texy!"';
$strThai = 'Thai';
+$strTheme = 'Tema / Stile';
$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!';
+$strThemeNotFound = 'Tema %s non trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
-$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
-$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
+$strThreads = 'Processi';
+$strTime = 'Tempo';
$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';
$strToFromPage = 'da/per pagina';
+$strToSelectRelation = 'Per selezionare una relazione, click :';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strToggleSmallBig = 'Contrai/Espandi';
-$strToSelectRelation = 'Per selezionare una relazione, click :';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
@@ -1076,10 +1076,10 @@ $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.';
+$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$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.';
$strUploadErrorCantWrite = 'Non riesco a scrivere il file su disco.';
$strUploadErrorExtension = 'Caricamento del file interrotto per estensione errata.';
@@ -1093,6 +1093,11 @@ $strUploadsNotAllowed = 'Non è permesso l\'upload dei file su questo server.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
+$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';
+$strUser = 'Utente';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
@@ -1100,30 +1105,25 @@ $strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a "%s"';
-$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';
+$strView = 'Vista';
$strViewDump = 'Visualizza dump (schema) della tabella';
+$strViewDumpDB = 'Visualizza dump (schema) del database';
+$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewHasAtLeast = 'Questa visuale ha, come minimo, questo numero di righe. Per informazioni controlla la %sdocumentazione%s.';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewImage = 'Visualizza immagine';
$strViewName = 'Nome VISTA';
$strViewVideo = 'Visualizza video';
-$strView = 'Vista';
+$strWebServer = 'Web server';
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
-$strWebServer = 'Web server';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWiki = 'Wiki';
@@ -1141,6 +1141,8 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
@@ -1148,23 +1150,122 @@ $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Reposi
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
@@ -1192,18 +1293,6 @@ $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to transl
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
$strSetupEndOfLine = 'End of line'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
@@ -1214,8 +1303,8 @@ $strSetupExport_file_template_table_name = 'Table name template'; //to translat
$strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSL_name = 'Force SSL connection'; //to translate
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
@@ -1223,39 +1312,39 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
$strSetupForm_Browse = 'Browse mode'; //to translate
$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
$strSetupForm_Left_databases = 'Databases'; //to translate
$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate
@@ -1281,9 +1370,9 @@ $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLetUserChoose = 'let the user choose'; //to translate
@@ -1295,8 +1384,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
@@ -1328,15 +1417,31 @@ $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
$strSetupSaveDir_name = 'Save directory'; //to translate
$strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate
$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
@@ -1349,21 +1454,16 @@ $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsu
$strSetupServers_controlpass_name = 'Control user password'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate
$strSetupServers_extension_name = 'PHP extension to use'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
$strSetupServers_hide_db_name = 'Hide databases'; //to translate
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
$strSetupServers_nopassword_name = 'Connect without password'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
@@ -1378,14 +1478,9 @@ $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave emp
$strSetupServers_port_name = 'Server port'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_ssl_name = 'Use SSL'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
@@ -1395,6 +1490,7 @@ $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to trans
$strSetupServers_user_name = 'User for config auth'; //to translate
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
@@ -1406,9 +1502,9 @@ $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1418,8 +1514,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
@@ -1437,53 +1531,96 @@ $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [k
$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDump_name = 'ZIP'; //to translate
-
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1492,127 +1629,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php
index b973b67aa..a1b5208d3 100644
--- a/lang/japanese-utf-8.inc.php
+++ b/lang/japanese-utf-8.inc.php
@@ -23,12 +23,13 @@ $month = array('1 月','2 月','3 月','4 月','5 月','6 月','7 月','8 月','
$datefmt = '%Y 年 %B %d 日 %H:%M';
$timespanfmt = '%s 日 %s 時間 %s 分 %s 秒';
+$strAPrimaryKey = '%s に主キーを追加しました';
$strAbortedClients = '中断';
+$strAccessDenied = 'アクセスは拒否されました';
$strAccessDeniedCreateConfig = '設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプト%2$s を利用して設定ファイルを作成してください';
$strAccessDeniedExplanation = 'MySQL サーバに接続しようとしましたが拒否されました。config.inc.php のホスト、ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認してください';
-$strAccessDenied = 'アクセスは拒否されました';
-$strActions = 'アクション';
$strAction = '操作';
+$strActions = 'アクション';
$strAddAutoIncrement = 'AUTO_INCREMENT 値を追加する';
$strAddClause = '%s を追加';
$strAddConstraints = '制約を追加する';
@@ -42,33 +43,32 @@ $strAddPrivilegesOnDb = 'データベースに特権を追加';
$strAddPrivilegesOnTbl = 'テーブルに特権を追加';
$strAddSearchConditions = '検索条件("where"節の内容)を追加してください:';
$strAddToIndex = 'インデックスに %s の列を追加しました';
-$strAddUserMessage = '新しいユーザを追加しました';
$strAddUser = '新しいユーザを追加する';
+$strAddUserMessage = '新しいユーザを追加しました';
$strAdministration = '管理';
+$strAfter = '指定カラムの後に %s';
$strAfterInsertBack = '前のページに戻る';
$strAfterInsertNewInsert = '新しいレコードを追加する';
$strAfterInsertNext = '次の行を編集する';
$strAfterInsertSame = 'このページに戻る';
-$strAfter = '指定カラムの後に %s';
-$strAllowInterrupt = '制限時間が近くなったときにスクリプト側でインポートを中断できるようにします。大きなファイルをインポートする場合には便利ですが、トランザクションが壊れることもあります';
-$strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?';
$strAll = '全部';
+$strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?';
+$strAllowInterrupt = '制限時間が近くなったときにスクリプト側でインポートを中断できるようにします。大きなファイルをインポートする場合には便利ですが、トランザクションが壊れることもあります';
$strAlterOrderBy = 'テーブルの並び順';
-$strAnalyzeTable = 'テーブルを分析する';
+$strAnIndex = '%s にインデックスを追加しました';
$strAnalyze = '分析';
+$strAnalyzeTable = 'テーブルを分析する';
$strAnd = 'および';
$strAndThen = '続いて';
$strAngularLinks = '角リンク';
-$strAnIndex = '%s にインデックスを追加しました';
$strAny = 'すべて';
$strAnyHost = 'すべてのホスト';
$strAnyUser = 'すべてのユーザ';
$strApproximateCount = '正確な数字とは限りません。FAQ 3.11 をご覧ください';
-$strAPrimaryKey = '%s に主キーを追加しました';
$strArabic = 'アラビア語';
$strArmenian = 'アルメニア語';
-$strAscending = '昇順';
$strAsDefined = 'ユーザ定義';
+$strAscending = '昇順';
$strAtBeginningOfTable = 'テーブルの先頭';
$strAtEndOfTable = 'テーブルの末尾';
$strAttr = '属性';
@@ -78,15 +78,15 @@ $strBack = '戻る';
$strBaltic = 'バルト諸語';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = ' バイナリ';
-$strBinaryDoNotEdit = ' バイナリ - 編集不可';
-$strBinaryLog = 'バイナリログ';
$strBinLogEventType = 'イベント種別';
$strBinLogInfo = '情報';
$strBinLogName = 'ログ名';
$strBinLogOriginalPosition = '元の位置';
$strBinLogPosition = '位置';
$strBinLogServerId = 'サーバ ID';
+$strBinary = ' バイナリ';
+$strBinaryDoNotEdit = ' バイナリ - 編集不可';
+$strBinaryLog = 'バイナリログ';
$strBookmarkAllUsers = 'すべてのユーザがこのブックマークを利用できるようにする';
$strBookmarkCreated = 'ブックマーク %s を作成しました';
$strBookmarkDeleted = 'ブックマークを削除しました';
@@ -95,24 +95,25 @@ $strBookmarkQuery = 'ブックマークされている SQL';
$strBookmarkReplace = '同名のブックマークは差し替える';
$strBookmarkThis = 'この SQL をブックマークする';
$strBookmarkView = '表示のみ';
+$strBrowse = '表示';
$strBrowseDistinctValues = '重複している値を表示しない';
$strBrowseForeignValues = '参照されている値を表示する';
-$strBrowse = '表示';
$strBufferPool = 'バッファプール';
$strBufferPoolActivity = 'バッファプールの利用状況';
$strBufferPoolUsage = 'バッファプールの使用量';
-$strBufferReadMissesInPercent = '読み込みミス(%)';
$strBufferReadMisses = '読み込みミス';
-$strBufferWriteWaitsInPercent = '書き込み待ち(%)';
+$strBufferReadMissesInPercent = '読み込みミス(%)';
$strBufferWriteWaits = '書き込み待ち';
+$strBufferWriteWaitsInPercent = '書き込み待ち(%)';
$strBulgarian = 'ブルガリア語';
$strBusyPages = 'ビジーなページ数';
$strBzip = '"bzip 形式"';
+$strCSV = 'CSV';
$strCalendar = 'カレンダー';
-$strCancel = 'キャンセル';
$strCanNotLoadExportPlugins = 'エクスポートプラグインをロードできません。正しくインストールされているか確認してください!';
$strCanNotLoadImportPlugins = 'インポートプラグインをロードできません。正しくインストールされているか確認してください!';
+$strCancel = 'キャンセル';
$strCannotLogin = 'MySQL サーバにログインできません';
$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできません。PHP の設定を確認してください';
$strCantLoadRecodeIconv = '文字セットの変換に必要な iconv ないし GNU recode 拡張をロードできません。PHP 側でこの拡張を有効にするか、phpMyAdmin 側で文字セットの変換を無効にしてください';
@@ -122,25 +123,25 @@ $strCardinality = '一意な値の数';
$strCaseInsensitive = '大文字小文字を区別しない';
$strCaseSensitive = '大文字小文字を区別する';
$strCentralEuropean = '中央ヨーロッパ諸語';
+$strChange = '変更';
+$strChangeCopyMode = '同じ特権を持つ新しいユーザを作る';
$strChangeCopyModeCopy = '元のユーザも残す';
$strChangeCopyModeDeleteAndReload = 'ユーザテーブルから元のユーザを削除し、特権をリロードする';
$strChangeCopyModeJustDelete = 'ユーザテーブルから元のユーザを削除する';
$strChangeCopyModeRevoke = '元のユーザの特権をすべて無効にしてから削除する';
-$strChangeCopyMode = '同じ特権を持つ新しいユーザを作る';
$strChangeCopyUser = 'ログイン情報の変更 / ユーザの複製';
$strChangeDisplay = '表示するフィールドを選択してください';
$strChangePassword = 'パスワードを変更する';
-$strChange = '変更';
-$strCharsetOfFile = 'ファイルの文字セット:';
-$strCharsetsAndCollations = '文字セットと照合順序';
-$strCharsets = '文字セット';
$strCharset = '文字セット';
+$strCharsetOfFile = 'ファイルの文字セット:';
+$strCharsets = '文字セット';
+$strCharsetsAndCollations = '文字セットと照合順序';
+$strCheck = '確認';
$strCheckAll = 'すべてチェックする';
$strCheckOverhead = 'オーバーヘッドのあるテーブルを確認してください';
-$strCheckPrivsLong = 'データベース "%s" の特権を確認してください';
$strCheckPrivs = '特権をチェックする';
+$strCheckPrivsLong = 'データベース "%s" の特権を確認してください';
$strCheckTable = 'テーブルをチェックする';
-$strCheck = '確認';
$strChoosePage = '編集するページを選択してください';
$strColComFeat = '列コメント表示機能'; // XXX
$strCollation = '照合順序';
@@ -151,8 +152,8 @@ $strComment = 'コメント';
$strComments = 'コメント';
$strCompatibleHashing = 'MySQL 4.0 互換';
$strCompleteInserts = '完全な INSERT 文を作成する';
-$strCompressionWillBeDetected = 'インポートしたファイルの圧縮方法は次の中から自動検出されます: %s';
$strCompression = '圧縮';
+$strCompressionWillBeDetected = 'インポートしたファイルの圧縮方法は次の中から自動検出されます: %s';
$strConfigDefaultFileError = 'デフォルトの設定を読み込めませんでした: "%1$s"';
$strConfigFileError = 'phpMyAdmin の設定ファイルを読み込めませんでした! 文法エラーが発生したか、ファイルが見つかりません。 下のリンクから直接設定ファイルを読み込んで PHP のエラーメッセージを確認してください。たいていの場合はどこかに引用符やセミコロンの抜けがあります。 空白のページが表示されれば問題なしです';
$strConfigureTableCoord = 'テーブル %s の座標を設定してください';
@@ -168,6 +169,7 @@ $strCopyTable = 'テーブルを(database.table)にコピーする:';
$strCopyTableOK = 'テーブル %s を %s にコピーしました';
$strCopyTableSameNames = '同じテーブルにはコピーできません!';
$strCouldNotKill = 'スレッド %s の終了に失敗しました。すでに閉じているようです';
+$strCreate = '作成';
$strCreateDatabaseBeforeCopying = 'コピーの前に CREATE DATABASE する';
$strCreateIndex = ' %s のカラムにインデックスを作成する';
$strCreateIndexTopic = '新しいインデックスを作成する';
@@ -177,22 +179,26 @@ $strCreatePage = '新しいページを作成する';
$strCreatePdfFeat = 'PDF の作成';
$strCreateRelation = 'リレーションを作成';
$strCreateTable = 'テーブルを作成';
+$strCreateUserDatabase = 'ユーザ専用データベース';
$strCreateUserDatabaseName = '同名のデータベースを作成してすべての特権を与える';
$strCreateUserDatabaseNone = 'なし';
$strCreateUserDatabaseWildcard = 'ワイルドカード(ユーザ名_%)に該当するデータベースにすべての特権を与える';
-$strCreateUserDatabase = 'ユーザ専用データベース';
-$strCreate = '作成';
$strCreationDates = '作成/更新/検査日';
$strCriteria = '条件';
$strCroatian = 'クロアチア語';
-$strCSV = 'CSV';
$strCustomColor = 'カスタムカラー';
$strCyrillic = 'キリル諸語';
-$strCzechSlovak = 'チェコのスロバキア語';
$strCzech = 'チェコ語';
+$strCzechSlovak = 'チェコのスロバキア語';
+$strDBComment = 'データベースのコメント:';
+$strDBCopy = 'データベースのコピー先';
+$strDBRename = '新しいデータベース名';
$strDanish = 'デンマーク語';
$strData = 'データ';
+$strDataDict = 'データ辞書';
+$strDataOnly = 'データのみ';
+$strDataPages = 'データが含まれているページ数';
$strDatabase = 'データベース';
$strDatabaseEmpty = 'データベース名が空です!';
$strDatabaseExportOptions = 'データベースエクスポートオプション';
@@ -200,33 +206,27 @@ $strDatabaseHasBeenCreated = 'データベース %1$s を作成しました。';
$strDatabaseHasBeenDropped = 'データベース %s を削除しました';
$strDatabases = 'データベース';
$strDatabasesDropped = 'データベース %s を正常に削除しました';
+$strDatabasesStats = 'データベースの統計';
$strDatabasesStatsDisable = '統計を無効にする';
$strDatabasesStatsEnable = '統計を有効にする';
$strDatabasesStatsHeavyTraffic = '注意: データベースの統計を有効にするとウェブサーバと MySQL サーバの間の通信量が激増することがあります';
-$strDatabasesStats = 'データベースの統計';
-$strDataDict = 'データ辞書';
-$strDataOnly = 'データのみ';
-$strDataPages = 'データが含まれているページ数';
-$strDBComment = 'データベースのコメント:';
-$strDBCopy = 'データベースのコピー先';
$strDbIsEmpty = 'データベースが空のようです!';
$strDbPrivileges = 'データベースに固有の特権';
-$strDBRename = '新しいデータベース名';
$strDbSpecific = 'データベース固有';
+$strDefault = 'デフォルト値';
$strDefaultEngine = '%s はこの MySQL サーバのデフォルトストレージエンジンです';
$strDefaultValueHelp = 'デフォルト値にはひとつの値のみ入力してください。バックスラッシュによるエスケープや引用符を含めることはできません。例: a';
-$strDefault = 'デフォルト値';
$strDefragment = 'テーブルのデフラグ';
+$strDelOld = 'このページには存在しないテーブルへの参照があります。これらの参照を削除しますか?';
$strDelayedInserts = '遅延インサートを使用する';
-$strDeleteAndFlushDescr = 'これはもっともクリーンな方法ですが、特権のリロードに時間がかかることがあります';
+$strDelete = '削除';
$strDeleteAndFlush = 'ユーザを削除して特権をリロードする';
-$strDeleted = '行を削除しました';
+$strDeleteAndFlushDescr = 'これはもっともクリーンな方法ですが、特権のリロードに時間がかかることがあります';
$strDeleteNoUsersSelected = '削除するユーザが選択されていません!';
$strDeleteRelation = 'リレーションを削除';
-$strDelete = '削除';
+$strDeleted = '行を削除しました';
$strDeleting = '%s を削除中です';
$strDelimiter = 'デリミタ';
-$strDelOld = 'このページには存在しないテーブルへの参照があります。これらの参照を削除しますか?';
$strDescending = '降順';
$strDescription = '説明';
$strDesigner = 'デザイナ';
@@ -235,41 +235,41 @@ $strDetails = '詳細...';
$strDictionary = '辞書';
$strDirectLinks = '直リンク';
$strDirtyPages = 'ダーティページ';
-$strDisabled = '無効';
$strDisableForeignChecks = '外部キーのチェックを無効にする';
+$strDisabled = '無効';
$strDisplayFeat = '表示機能';
$strDisplayOrder = '表示順:';
$strDisplayPDF = 'PDF スキーマを表示する';
$strDoAQuery = '"query by example"を実行 (ワイルドカード: "%")';
+$strDoYouReally = '本当に実行しますか?';
$strDocSQL = 'DocSQL';
$strDocu = 'ドキュメント';
-$strDoYouReally = '本当に実行しますか?';
+$strDrop = '削除';
$strDropDatabaseStrongWarning = 'データベースを完全に削除しようとしています!';
$strDropUsersDb = 'ユーザと同名のデータベースを削除する';
-$strDrop = '削除';
-$strDumpingData = 'テーブルのデータをダンプしています';
$strDumpSaved = 'ダンプをファイル %s に保存しました';
$strDumpXRows = '%s 行をダンプします(開始行: %s)';
+$strDumpingData = 'テーブルのデータをダンプしています';
$strDynamic = '動的';
+$strEdit = '編集';
$strEditPDFPages = 'PDF ページを編集する';
$strEditPrivileges = '特権を編集';
-$strEdit = '編集';
$strEffective = '有効';
-$strEmptyResultSet = '返り値が空でした(行数0)';
$strEmpty = '空にする';
+$strEmptyResultSet = '返り値が空でした(行数0)';
$strEnabled = '有効';
$strEncloseInTransaction = 'エクスポートをトランザクションで囲む';
$strEncto = 'エンコーディングへ変換する'; // encoding convert
+$strEnd = '最後';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = '最後';
$strEngineAvailable = '%s は有効になっています';
$strEngineDisabled = '%s は無効になっています';
-$strEngines = 'エンジン';
$strEngineUnsupported = 'この MySQL サーバは %s ストレージエンジンをサポートしていません';
-$strEnglishPrivileges = '注意: MySQL の特権名は英語で表示されます';
+$strEngines = 'エンジン';
$strEnglish = '英語';
+$strEnglishPrivileges = '注意: MySQL の特権名は英語で表示されます';
$strError = 'エラー';
$strErrorInZipFile = 'ZIP アーカイブにエラーがあります:';
$strErrorRelationAdded = 'エラー: リレーションを追加できませんでした';
@@ -300,14 +300,14 @@ $strFieldsEscapedBy = 'フィールドのエスケープ記号';
$strFieldsTerminatedBy = 'フィールド区切り記号';
$strFileAlreadyExists = 'サーバ上に既存のファイル %s があります。ファイル名を変更するか、上書きオプションを有効にしてください';
$strFileCouldNotBeRead = 'ファイルを読み込めませんでした';
+$strFileNameTemplate = 'ファイル名のテンプレート';
$strFileNameTemplateDescription = 'このテンプレートは %1$sstrftime%2$s を使って解釈されます。そのため、時間の書式文字列を利用できます。また、次の変換も行われます。%3$s それ以外のテキストは修正されません';
$strFileNameTemplateDescriptionDatabase = 'データベース名';
$strFileNameTemplateDescriptionServer = 'サーバ名';
$strFileNameTemplateDescriptionTable = 'テーブル名';
$strFileNameTemplateRemember = 'テンプレートを記憶させる';
-$strFileNameTemplate = 'ファイル名のテンプレート';
-$strFiles = 'ファイル';
$strFileToImport = 'インポートするファイル';
+$strFiles = 'ファイル';
$strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権リロード%s をしてください';
$strFlushQueryCache = 'クエリキャッシュをフラッシュする';
$strFlushTable = 'テーブルをフラッシュする("FLUSH")';
@@ -315,18 +315,18 @@ $strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)';
$strFontSize = 'フォントサイズ';
$strForeignKeyError = '%1$s に外部キーを作成するときにエラーが発生しました (データ型を確認してください)';
$strForeignKeyRelationAdded = '外部キーを追加しました';
-$strFormat = 'フォーマット';
$strFormEmpty = 'フォームに入力されていない値があります!';
+$strFormat = 'フォーマット';
$strFreePages = 'フリーページ数';
$strFullText = '全文';
-$strFunctions = '関数';
$strFunction = '関数';
+$strFunctions = '関数';
$strGenBy = '生成環境';
-$strGeneralRelationFeat = '一般的なリレーション機能';
-$strGeneratePassword = 'パスワードを生成する';
-$strGenerate = '生成する';
$strGenTime = '生成時間';
+$strGeneralRelationFeat = '一般的なリレーション機能';
+$strGenerate = '生成する';
+$strGeneratePassword = 'パスワードを生成する';
$strGeorgian = 'グルジア語';
$strGerman = 'ドイツ語';
$strGlobal = 'グローバル';
@@ -337,66 +337,66 @@ $strGrantOption = '権限委譲';
$strGreek = 'ギリシア語';
$strGzip = '"gzip 形式"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'ハンドラ';
$strHasBeenAltered = 'を変更しました';
$strHaveToShow = '最低ひとつは表示するカラムを選択してください';
$strHebrew = 'ヘブライ語';
$strHelp = 'ヘルプ';
$strHexForBLOB = 'BLOBに16進数表記を利用する';
+$strHide = '隠す';
$strHideShowAll = 'すべて隠す/表示';
$strHideShowNoRelation = 'リレーションのないテーブルを隠す/表示';
-$strHide = '隠す';
$strHome = 'メインページへ';
$strHomepageOfficial = 'phpMyAdmin のオフィシャルサイト';
$strHost = 'ホスト';
$strHostEmpty = 'ホスト名が空です!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'ハンガリー語';
+$strIEUnsupported = 'Internet Explorer ではこの機能は利用できません';
$strIcelandic = 'アイスランド語';
$strId = 'ID';
$strIdxFulltext = '全文';
-$strIEUnsupported = 'Internet Explorer ではこの機能は利用できません';
+$strIgnore = '無視';
$strIgnoreDuplicates = '重複している行を無視する';
$strIgnoreInserts = 'INSERT IGNORE を使用する';
-$strIgnore = '無視';
$strImport = 'インポート';
$strImportExportCoords = 'PDF スキーマの座標をインポート/エクスポートする';
$strImportFiles = 'インポートファイル';
$strImportFormat = 'インポートするファイルの形式';
$strImportSuccessfullyFinished = 'インポートは正常終了しました。%d 個のクエリを実行しました';
+$strInUse = '使用中';
$strIndex = 'インデックス';
-$strIndexes = 'インデックスサイズ';
-$strIndexesSeemEqual = 'インデックス %1$s と %2$s は同一のもののようです。一方は削除してもよいかもしれません。';
$strIndexHasBeenDropped = 'インデックス %s を削除しました';
$strIndexName = 'インデックス名:';
$strIndexType = 'インデックスの種類:';
$strIndexWarningTable = 'テーブル `%s` のインデックスに問題があります';
-$strInnoDBAutoextendIncrementDesc = 'スペースがいっぱいになったときに自動的にテーブルを拡張する場合に追加されるテーブルの大きさ';
+$strIndexes = 'インデックスサイズ';
+$strIndexesSeemEqual = 'インデックス %1$s と %2$s は同一のもののようです。一方は削除してもよいかもしれません。';
$strInnoDBAutoextendIncrement = '自動拡張時に追加されるテーブルの大きさ';
-$strInnoDBBufferPoolSizeDesc = 'InnoDB がテーブルのデータやインデックスをキャッシュするのに使うメモリバッファ量';
+$strInnoDBAutoextendIncrementDesc = 'スペースがいっぱいになったときに自動的にテーブルを拡張する場合に追加されるテーブルの大きさ';
$strInnoDBBufferPoolSize = 'バッファプールの大きさ';
+$strInnoDBBufferPoolSizeDesc = 'InnoDB がテーブルのデータやインデックスをキャッシュするのに使うメモリバッファ量';
$strInnoDBDataFilePath = 'データファイル';
$strInnoDBDataHomeDir = 'データのホームディレクトリ';
$strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイルに共通するディレクトリパス';
$strInnoDBPages = 'ページ';
$strInnodbStat = 'InnoDB ステータス';
$strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト特権アカウントに相当する設定 (root ユーザでパスワードなし) が含まれています。お使いの MySQL サーバはこのデフォルト設定で動作しているため不正アクセス可能な状態になっています。このセキュリティホールはかならず閉ざしてください';
+$strInsert = '挿入';
$strInsertAsNewRow = '新しい行として挿入する';
$strInsertedRowId = 'id %1$d の行を挿入しました';
-$strInsert = '挿入';
$strInterface = 'インタフェース';
$strInternalAndForeign = '対応する外部リレーションが存在する場合、内部リレーションは必要ありません。';
$strInternalRelationAdded = '内部リレーションを追加しました';
$strInternalRelations = '内部リレーション';
-$strInUse = '使用中';
$strInvalidAuthMethod = '設定ファイルに無効な認証方法が指定されています:';
-$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません';
-$strInvalidColumn = '不正なカラム(%s)が指定されています!';
$strInvalidCSVFieldCount = 'CSV 入力のフィールド数が不正です (行: %d)';
$strInvalidCSVFormat = 'CSV 入力の書式が不正です (行: %d)';
$strInvalidCSVParameter = 'CSV インポートのパラメータが不正です: %s';
+$strInvalidColumn = '不正なカラム(%s)が指定されています!';
+$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません';
$strInvalidDatabase = '不正なデータベースです';
$strInvalidFieldAddCount = '最低ひとつはフィールドを追加してください';
$strInvalidFieldCount = 'テーブルには最低ひとつのフィールドが必要です';
@@ -409,8 +409,8 @@ $strInvalidTableName = 'テーブル名が不正です';
$strJapanese = '日本語';
$strJoins = '結合';
$strJumpToDB = '"%s" データベースに移動';
-$strJustDeleteDescr = '特権がリロードされるまでは「削除」されたユーザもふつうにサーバにアクセスできます';
$strJustDelete = '特権テーブルからユーザを削除するだけにする';
+$strJustDeleteDescr = '特権がリロードされるまでは「削除」されたユーザもふつうにサーバにアクセスできます';
$strKanjiEncodConvert = '漢字コード変換'; // kanji code convert
$strKeepPass = 'パスワードは変更しない';
@@ -420,21 +420,21 @@ $strKill = '停止';
$strKnownExternalBug = '%s の機能には既知のバグがあります。%s をご覧ください';
$strKorean = '韓国語';
+$strLDI = 'LOAD DATA する CSV';
+$strLDILocal = 'LOCAL キーワードを使用する';
+$strLaTeX = 'LaTeX';
$strLandscape = '横向き';
-$strLanguageUnknown = '言語ファイルが登録されていません: %1$s';
$strLanguage = '言語';
+$strLanguageUnknown = '言語ファイルが登録されていません: %1$s';
$strLatchedPages = 'ラッチされているページ';
$strLatexCaption = 'テーブルのキャプション';
$strLatexContent = 'テーブル __TABLE__ の内容';
-$strLatexContinuedCaption = 'テーブルのキャプション(続き)';
$strLatexContinued = '(続き)';
+$strLatexContinuedCaption = 'テーブルのキャプション(続き)';
$strLatexIncludeCaption = 'テーブルのキャプションを含める';
$strLatexLabel = 'ラベルキー';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'テーブル __TABLE__ の構造';
$strLatvian = 'ラトビア語';
-$strLDI = 'LOAD DATA する CSV';
-$strLDILocal = 'LOCAL キーワードを使用する';
$strLengthSet = '長さ/値';
$strLimitNumRows = 'ページあたりの行数';
$strLinesTerminatedBy = '行の終端記号';
@@ -443,74 +443,73 @@ $strLinksTo = 'リンク先';
$strLithuanian = 'リトアニア語';
$strLocalhost = 'ローカル';
$strLocationTextfile = 'テキストファイルの位置';
-$strLogin = 'ログイン';
-$strLoginInformation = 'ログイン情報';
-$strLogout = 'ログアウト';
$strLogPassword = 'パスワード:';
$strLogServer = 'サーバ';
$strLogUsername = 'ユーザ名:';
+$strLogin = 'ログイン';
+$strLoginInformation = 'ログイン情報';
+$strLogout = 'ログアウト';
$strLongOperation = 'この作業には時間がかかることがあります。続行しますか?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'MIME タイプ';
+$strMIME_available_mime = '利用できる MIME タイプ';
+$strMIME_available_transform = '利用できる変換機能';
+$strMIME_description = '説明';
+$strMIME_nodescription = 'この変換機能には説明がありません。 %s の動作については作者にご確認ください';
+$strMIME_transformation = 'ブラウザ変換機能';
+$strMIME_transformation_note = '利用可能な変換オプションや MIME タイプの変換の一覧については %s変換機能の説明%s をご覧ください';
+$strMIME_transformation_options = '変換オプション';
+$strMIME_transformation_options_note = '変換オプションの値の書式: \'a\',\'b\',\'c\'... バックスラッシュ ("\") やシングルクォート ("\'") を値に含める必要がある場合は ( \\\\xyz や a\\\'b のように) バックスラッシュでエスケープしてください';
+$strMIME_without = 'イタリック表示されている MIME タイプには個別の変換関数はありません';
$strMaxConnects = '最大同時接続数';
$strMaximalQueryLength = '作成するクエリの最大長';
$strMaximumSize = '最長: %s%s';
$strMbExtensionMissing = 'PHP の mbstring 拡張が見つかりませんでした。マルチバイト文字セットを使用しているようですが、mbstring 拡張がないと phpMyAdmin は文字列を正しく分割できないため予期しない結果になることがあります';
$strMbOverloadWarning = 'PHP の設定で mbstring.func_overload が有効になっています。phpMyAdmin はこのオプションに対応していないため、データが破壊されることがあります!';
-$strMIME_available_mime = '利用できる MIME タイプ';
-$strMIME_available_transform = '利用できる変換機能';
-$strMIME_description = '説明';
-$strMIME_MIMEtype = 'MIME タイプ';
-$strMIME_nodescription = 'この変換機能には説明がありません。 %s の動作については作者にご確認ください';
-$strMIME_transformation_note = '利用可能な変換オプションや MIME タイプの変換の一覧については %s変換機能の説明%s をご覧ください';
-$strMIME_transformation_options_note = '変換オプションの値の書式: \'a\',\'b\',\'c\'... バックスラッシュ ("\") やシングルクォート ("\'") を値に含める必要がある場合は ( \\\\xyz や a\\\'b のように) バックスラッシュでエスケープしてください';
-$strMIME_transformation_options = '変換オプション';
-$strMIME_transformation = 'ブラウザ変換機能';
-$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
-$strMIME_without = 'イタリック表示されている MIME タイプには個別の変換関数はありません';
$strModifications = '修正を保存しました';
-$strModifyIndexTopic = 'インデックスを修正する';
$strModify = '修正';
+$strModifyIndexTopic = 'インデックスを修正する';
$strMoveMenu = 'メニューを移動する';
+$strMoveTable = 'テーブルの移動先(database.table):';
$strMoveTableOK = 'テーブル %s を %s に移動しました';
$strMoveTableSameNames = '同じテーブルには移動できません!';
-$strMoveTable = 'テーブルの移動先(database.table):';
$strMultilingual = '多言語';
$strMyISAMDataPointerSize = 'データポインタのサイズ';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS オプションを指定せずに MyISAM テーブルを作成するときに CREATE TABLE が使用するデフォルトのポインタサイズ (バイト単位)';
-$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM のインデックスを高速生成するときに利用される一時ファイルとキーキャッシュの差がここで指定した値以上に大きくなる場合は、キーキャッシュ法が使われます';
$strMyISAMMaxExtraSortFileSize = 'インデックス作成時に利用する一時ファイルの最大サイズ';
-$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスを再作成するとき (REPAIR TABLE や ALTER TABLE、LOAD DATA INFILE の最中) に利用できる一時ファイルの最大サイズ';
+$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM のインデックスを高速生成するときに利用される一時ファイルとキーキャッシュの差がここで指定した値以上に大きくなる場合は、キーキャッシュ法が使われます';
$strMyISAMMaxSortFileSize = 'ソート用の一時ファイルの最大サイズ';
-$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルを自動修復するときのモード (サーバ起動オプション --myisam-recover で設定されるもの)';
+$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスを再作成するとき (REPAIR TABLE や ALTER TABLE、LOAD DATA INFILE の最中) に利用できる一時ファイルの最大サイズ';
$strMyISAMRecoverOptions = '自動修復モード';
-$strMyISAMRepairThreadsDesc = 'この値が 1 より大きい場合は MyISAM テーブルのインデックスも修復中にソートプロセスによって (スレッドごとに) 同時作成されます';
+$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルを自動修復するときのモード (サーバ起動オプション --myisam-recover で設定されるもの)';
$strMyISAMRepairThreads = 'スレッドの修復';
+$strMyISAMRepairThreadsDesc = 'この値が 1 より大きい場合は MyISAM テーブルのインデックスも修復中にソートプロセスによって (スレッドごとに) 同時作成されます';
$strMyISAMSortBufferSize = 'ソートバッファのサイズ';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE の最中に MyISAM のインデックスをソートするとき、あるいは CREATE INDEX や ALTER TABLE でインデックスを作成するときに割り当てられるバッファ';
$strMySQLCharset = 'MySQL の文字セット';
-$strMysqlClientVersion = 'MySQL クライアントのバージョン';
$strMySQLConnectionCollation = 'MySQL 接続の照合順序';
-$strMysqlLibDiffersServerVersion = 'お使いの PHP MySQL ライブラリのバージョン %s が MySQL サーバのバージョン %s と異なります。これは予期しない不具合を起こす可能性があります。';
$strMySQLSaid = 'MySQLのメッセージ: ';
$strMySQLShowProcess = 'MySQL プロセスの表示';
+$strMysqlClientVersion = 'MySQL クライアントのバージョン';
+$strMysqlLibDiffersServerVersion = 'お使いの PHP MySQL ライブラリのバージョン %s が MySQL サーバのバージョン %s と異なります。これは予期しない不具合を起こす可能性があります。';
$strName = '名前';
$strNext = '次へ';
$strNo = 'いいえ';
$strNoActivity = '%s 秒以上操作をしませんでした。ログインしなおしてください';
-$strNoDatabasesSelected = 'データベースが選択されていません';
-$strNoDatabases = 'データベースが存在しません';
$strNoDataReceived = 'インポートするデータを受信できませんでした。ファイル名が送信されていないか、ファイルサイズが PHP の設定で許可された最大値を超えています。FAQ 1.16をご覧ください';
+$strNoDatabases = 'データベースが存在しません';
+$strNoDatabasesSelected = 'データベースが選択されていません';
$strNoDescription = '説明がありません';
$strNoDetailsForEngine = 'このストレージエンジンにはステータスの詳細情報はありません';
$strNoDropDatabases = 'DROP DATABASE 文は無効にされています';
$strNoExplain = 'SQL の EXPLAIN 解析をスキップ';
$strNoFilesFoundInZip = 'ZIP アーカイブにファイルが含まれていません!';
$strNoFrames = 'phpMyAdmin はフレーム対応ブラウザでの利用をお勧めします';
-$strNoIndexPartsDefined = 'インデックス部分が定義されていません!';
$strNoIndex = 'インデックスが定義されていません!';
+$strNoIndexPartsDefined = 'インデックス部分が定義されていません!';
$strNoModification = '変更なし';
-$strNone = 'なし';
$strNoOptions = 'この書式にはオプションはありません';
$strNoPassword = 'パスワードなし';
$strNoPermission = 'このウェブサーバにはファイル %s を保存する権限がありません';
@@ -521,17 +520,18 @@ $strNoRowsSelected = '行が選択されていません';
$strNoSpace = '空き容量不足でファイル %s を保存できません';
$strNoTablesFound = 'このデータベースにはテーブルがありません';
$strNoThemeSupport = 'テーマは利用できません。設定やテーマディレクトリ %s を確認してください';
+$strNoUsersFound = 'ユーザが存在しません';
+$strNoValidateSQL = 'SQL の検証をスキップ';
+$strNone = 'なし';
$strNotNumber = '数値ではありません!';
$strNotOK = 'Not OK';
$strNotSet = 'テーブル %s が見つかりません。あるいは %s には設定されていません';
-$strNoUsersFound = 'ユーザが存在しません';
-$strNoValidateSQL = 'SQL の検証をスキップ';
$strNull = 'ヌル(NULL)';
-$strNumberOfFields = 'フィールド数';
-$strNumberOfTables = 'テーブル数';
$strNumSearchResultsInTable = '%s 件(テーブル %s)';
$strNumSearchResultsTotal = '合計:%s 件';
$strNumTables = 'テーブル';
+$strNumberOfFields = 'フィールド数';
+$strNumberOfTables = 'テーブル数';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Openスプレッドシート';
@@ -539,66 +539,66 @@ $strOpenDocumentText = 'Openテキスト';
$strOpenNewWindow = '別ウィンドウで開く';
$strOperations = '操作';
$strOperator = '演算子';
-$strOptimizeTable = 'テーブルを最適化する';
$strOptimize = '最適化';
+$strOptimizeTable = 'テーブルを最適化する';
$strOptions = 'オプション';
$strOr = 'または';
$strOverhead = 'オーバーヘッド';
$strOverwriteExisting = '既存のファイルは上書き';
+$strPBXTCheckpointFrequency = 'チェックポイント頻度';
+$strPBXTCheckpointFrequencyDesc = 'チェックポイントを実行する前にトランザクションログに書き込むデータ量。デフォルト値は 24MB です。';
+$strPBXTDataFileGrowSize = 'データファイルの増分';
+$strPBXTDataFileGrowSizeDesc = 'ハンドルデータファイル(.xtd)の増分。';
+$strPBXTDataLogThreshold = 'データログの閾値';
+$strPBXTDataLogThresholdDesc = 'データログファイルの大きさの最大値。デフォルト値は 64MB です。PBXT は最大 32000 個のデータログを作成できますが、これはあらゆるテーブルが使うものですので、この変数の値を大きくするとデータベースに保存できるデータの総数を増やすことができます。';
+$strPBXTGarbageThreshold = 'ガベージ閾値';
+$strPBXTGarbageThresholdDesc = 'データログファイルのガベージが何%になったら圧縮するか。1 から 99 までの値をとります。デフォルトは 50 です。';
+$strPBXTIndexCacheSize = 'インデックスキャッシュの大きさ';
+$strPBXTIndexCacheSizeDesc = 'インデックスキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。ここで割り当てたメモリはインデックスページのキャッシュにのみ利用されます。';
+$strPBXTLogBufferSize = 'ログバッファの大きさ';
+$strPBXTLogBufferSizeDesc = 'データログを書き出すときに使うバッファの大きさ。デフォルトは 256MB です。このエンジンはスレッドごとにバッファをひとつ割り当てます(そのスレッドがデータログを書き出す必要がある場合のみ)。';
+$strPBXTLogCacheSize = 'ログキャッシュの大きさ';
+$strPBXTLogCacheSizeDesc = 'トランザクションログデータをキャッシュするのに使うトランザクションログキャッシュに割り当てるメモリ量。デフォルトは 16MB です。';
+$strPBXTLogFileCount = 'ログファイル数';
+$strPBXTLogFileCountDesc = 'システムが保存するトランザクションログファイル (pbxt/system/xlog*.xt) の数。ログの数がそれ以上になると古いログが削除されるか、リネームされて最大値の1つ前の番号がつけられます。';
+$strPBXTLogFileThreshold = 'ログファイルの閾値';
+$strPBXTLogFileThresholdDesc = 'トランザクションログがどこまで増えたらロールオーバーして新しいログを作成するか。デフォルト値は 16MB です。';
+$strPBXTRecordCacheSize = 'レコードキャッシュの大きさ';
+$strPBXTRecordCacheSizeDesc = 'テーブルデータをキャッシュするのに使うレコードキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。このメモリはハンドルデータファイル(.xtd)や列ポインタファイル(.xtr)の変更をキャッシュするのに利用されます。';
+$strPBXTRowFileGrowSize = '列ファイルの増分';
+$strPBXTRowFileGrowSizeDesc = '列ポインタファイル(.xtr)の増分。';
+$strPBXTTransactionBufferSize = 'トランザクションバッファの大きさ';
+$strPBXTTransactionBufferSizeDesc = 'グローバルトランザクションログバッファの大きさ(このエンジンはこの大きさのバッファを2つ割り当てます)。デフォルトは 1MB です。';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(ひとつのテーブルのデータを含むレポートを生成します)';
+$strPDFReportTitle = 'レポートのタイトル';
+$strPHPExtension = 'PHP 拡張';
+$strPHPVersion = 'PHP のバージョン';
$strPacked = '圧縮';
$strPageNumber = 'ページ番号:';
$strPagesToBeFlushed = 'フラッシュ待ちページ数';
$strPaperSize = '用紙サイズ';
$strPartialImport = '部分インポート';
$strPartialText = '部分テキスト';
-$strPartitionDefinition = 'パーティションの定義';
-$strPartitioned = 'パーティション有り';
-$strPartitionMaintenance = 'パーティション管理';
$strPartition = 'パーティション %s';
+$strPartitionDefinition = 'パーティションの定義';
+$strPartitionMaintenance = 'パーティション管理';
+$strPartitioned = 'パーティション有り';
$strPassword = 'パスワード';
$strPasswordChanged = '%s のパスワードは正しく変更されました';
$strPasswordEmpty = 'パスワードが空です!';
$strPasswordHashing = 'パスワードハッシュ';
$strPasswordNotSame = 'パスワードが異なっています!';
-$strPBXTCheckpointFrequencyDesc = 'チェックポイントを実行する前にトランザクションログに書き込むデータ量。デフォルト値は 24MB です。';
-$strPBXTCheckpointFrequency = 'チェックポイント頻度';
-$strPBXTDataFileGrowSizeDesc = 'ハンドルデータファイル(.xtd)の増分。';
-$strPBXTDataFileGrowSize = 'データファイルの増分';
-$strPBXTDataLogThresholdDesc = 'データログファイルの大きさの最大値。デフォルト値は 64MB です。PBXT は最大 32000 個のデータログを作成できますが、これはあらゆるテーブルが使うものですので、この変数の値を大きくするとデータベースに保存できるデータの総数を増やすことができます。';
-$strPBXTDataLogThreshold = 'データログの閾値';
-$strPBXTGarbageThresholdDesc = 'データログファイルのガベージが何%になったら圧縮するか。1 から 99 までの値をとります。デフォルトは 50 です。';
-$strPBXTGarbageThreshold = 'ガベージ閾値';
-$strPBXTIndexCacheSizeDesc = 'インデックスキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。ここで割り当てたメモリはインデックスページのキャッシュにのみ利用されます。';
-$strPBXTIndexCacheSize = 'インデックスキャッシュの大きさ';
-$strPBXTLogBufferSizeDesc = 'データログを書き出すときに使うバッファの大きさ。デフォルトは 256MB です。このエンジンはスレッドごとにバッファをひとつ割り当てます(そのスレッドがデータログを書き出す必要がある場合のみ)。';
-$strPBXTLogBufferSize = 'ログバッファの大きさ';
-$strPBXTLogCacheSizeDesc = 'トランザクションログデータをキャッシュするのに使うトランザクションログキャッシュに割り当てるメモリ量。デフォルトは 16MB です。';
-$strPBXTLogCacheSize = 'ログキャッシュの大きさ';
-$strPBXTLogFileCountDesc = 'システムが保存するトランザクションログファイル (pbxt/system/xlog*.xt) の数。ログの数がそれ以上になると古いログが削除されるか、リネームされて最大値の1つ前の番号がつけられます。';
-$strPBXTLogFileCount = 'ログファイル数';
-$strPBXTLogFileThresholdDesc = 'トランザクションログがどこまで増えたらロールオーバーして新しいログを作成するか。デフォルト値は 16MB です。';
-$strPBXTLogFileThreshold = 'ログファイルの閾値';
-$strPBXTRecordCacheSizeDesc = 'テーブルデータをキャッシュするのに使うレコードキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。このメモリはハンドルデータファイル(.xtd)や列ポインタファイル(.xtr)の変更をキャッシュするのに利用されます。';
-$strPBXTRecordCacheSize = 'レコードキャッシュの大きさ';
-$strPBXTRowFileGrowSizeDesc = '列ポインタファイル(.xtr)の増分。';
-$strPBXTRowFileGrowSize = '列ファイルの増分';
-$strPBXTTransactionBufferSizeDesc = 'グローバルトランザクションログバッファの大きさ(このエンジンはこの大きさのバッファを2つ割り当てます)。デフォルトは 1MB です。';
-$strPBXTTransactionBufferSize = 'トランザクションバッファの大きさ';
$strPdfDbSchema = 'データベース %s のスキーマ - ページ %s';
$strPdfInvalidTblName = '"%s" テーブルは存在しません!';
$strPdfNoTables = 'テーブルがありません';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(ひとつのテーブルのデータを含むレポートを生成します)';
-$strPDFReportTitle = 'レポートのタイトル';
$strPerHour = '/時';
$strPerMinute = '/分';
$strPerSecond = '/秒';
$strPersian = 'ペルシア語';
$strPhoneBook = '電話帳';
-$strPHPExtension = 'PHP 拡張';
$strPhp = 'PHP コードの作成';
-$strPHPVersion = 'PHP のバージョン';
$strPleaseSelectPrimaryOrUniqueKey = '主キーまたはユニークキーを選択してください';
$strPmaDocumentation = 'phpMyAdmin のドキュメント';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] はかならず設定ファイルで設定する必要があります!';
@@ -606,16 +606,16 @@ $strPolish = 'ポーランド語';
$strPortrait = '縦向き';
$strPos1 = '先頭';
$strPrevious = '前';
+$strPrimary = '主';
$strPrimaryKeyHasBeenDropped = '主キーを削除しました';
$strPrimaryKeyName = '主キーの名前は PRIMARY でなければなりません!';
$strPrimaryKeyWarning = '(主キーはかならず "PRIMARY" という名前でなければなりません。また主キー以外に "PRIMARY" という名前を使ってはなりません!)';
-$strPrimary = '主';
-$strPrintViewFull = '印刷用画面 (全テキストを含む)';
-$strPrintView = '印刷用画面';
$strPrint = '印刷';
+$strPrintView = '印刷用画面';
+$strPrintViewFull = '印刷用画面 (全テキストを含む)';
$strPrivDescAllPrivileges = 'GRANT 以外のすべての特権を付与する';
-$strPrivDescAlterRoutine = 'ストアドルーチンの修正と削除を許可する';
$strPrivDescAlter = '既存のテーブル構造の変更を許可する';
+$strPrivDescAlterRoutine = 'ストアドルーチンの修正と削除を許可する';
$strPrivDescCreateDb = '新しいデータベースやテーブルの作成を許可する';
$strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可する';
$strPrivDescCreateTbl = '新しいテーブルの作成を許可する';
@@ -626,8 +626,8 @@ $strPrivDescDelete = 'データの削除を許可する';
$strPrivDescDropDb = 'データベースとテーブルの削除を許可す';
$strPrivDescDropTbl = 'テーブルの削除を許可する';
$strPrivDescEvent = 'イベントスケジューラにイベントを設定できるようにする';
-$strPrivDescExecute5 = 'ストアドルーチンの実行を許可する';
$strPrivDescExecute = 'ストアードプロシジャの実行を許可する (このバージョンの MySQL では無効です)';
+$strPrivDescExecute5 = 'ストアドルーチンの実行を許可する';
$strPrivDescFile = 'データのインポート、エクスポートを許可する';
$strPrivDescGrant = '特権テーブルのリロードなしのユーザ・特権の追加を許可する';
$strPrivDescIndex = 'インデックスの作成、削除を許可する';
@@ -650,8 +650,8 @@ $strPrivDescSuper = '最大接続数に達しているときでも接続を許
$strPrivDescTrigger = 'トリガの作成・削除を許可する';
$strPrivDescUpdate = 'データの修正を許可する';
$strPrivDescUsage = '特権はありません';
-$strPrivilegesReloaded = '特権を正常にリロードしました';
$strPrivileges = '特権';
+$strPrivilegesReloaded = '特権を正常にリロードしました';
$strProcedures = 'プロシジャ';
$strProcesses = 'プロセス';
$strProcesslist = 'プロセス一覧';
@@ -672,6 +672,7 @@ $strQueryTime = 'クエリの実行時間 %01.4f 秒';
$strQueryType = 'クエリ種別';
$strQueryWindowLock = '他のウィンドウからクエリを上書きすることはできません';
+$strReType = 'もう一度入力してください';
$strReadRequests = '読み込みリクエスト数';
$strRebuild = '再構築';
$strReceived = '受信済';
@@ -679,60 +680,70 @@ $strRecommended = '推奨';
$strRecords = 'レコード数';
$strReferentialIntegrity = '参照整合性の確認:';
$strRefresh = '再描画';
+$strRelationDeleted = 'リレーションを削除しました';
+$strRelationNotWorking = 'リンクテーブルを処理するための追加機能が無効になっています。理由については%sこちら%sをご覧ください';
+$strRelationView = 'リレーションビュー';
$strRelationalDisplayField = 'リレーション表示フィールド';
$strRelationalKey = 'リレーションキー';
$strRelationalSchema = 'リレーショナルスキーマ';
-$strRelationDeleted = 'リレーションを削除しました';
-$strRelationNotWorking = 'リンクテーブルを処理するための追加機能が無効になっています。理由については%sこちら%sをご覧ください';
$strRelations = 'リレーション';
$strRelationsForTable = 'RELATIONS FOR TABLE';
-$strRelationView = 'リレーションビュー';
$strReload = 'リロード';
-$strReloadingThePrivileges = '特権をリロードしています';
$strReloadPrivileges = '特権をリロードする';
+$strReloadingThePrivileges = '特権をリロードしています';
$strRemovePartitioning = 'パーティションを削除';
$strRemoveSelectedUsers = '選択したユーザを削除する';
$strRenameDatabaseOK = 'データベース %s を %s にリネームしました';
-$strRenameTableOK = 'テーブル %s を %s にリネームしました';
$strRenameTable = 'リネーム後のテーブル名';
-$strRepairTable = 'テーブルを修復する';
+$strRenameTableOK = 'テーブル %s を %s にリネームしました';
$strRepair = '修復';
+$strRepairTable = 'テーブルを修復する';
$strReplaceNULLBy = 'NULL の代替文字列';
$strReplaceTable = 'テーブルデータを差し替えるファイル';
$strReplication = 'レプリケーション';
$strReset = 'リセット';
$strResourceLimits = 'リソースの制限';
$strRestartInsertion = '%s 行から挿入を再開する';
-$strReType = 'もう一度入力してください';
-$strRevokeAndDeleteDescr = 'USAGE 特権については特権をリロードするまで残ります';
-$strRevokeAndDelete = '特権をすべて取り消してユーザを削除する';
-$strRevokeMessage = '%s の特権を取り消しました';
$strRevoke = '取り消し';
+$strRevokeAndDelete = '特権をすべて取り消してユーザを削除する';
+$strRevokeAndDeleteDescr = 'USAGE 特権については特権をリロードするまで残ります';
+$strRevokeMessage = '%s の特権を取り消しました';
$strRomanian = 'ルーマニア語';
$strRoutineReturnType = '返り値の種類';
$strRoutines = 'ルーチン';
$strRowLength = '行の長さ';
+$strRowSize = ' 行のサイズ ';
+$strRows = '行';
$strRowsAffected = '%1$d 行変更しました。';
$strRowsDeleted = '%1$d 行削除しました。';
$strRowsFrom = '開始行';
$strRowsInserted = '%1$d 行挿入しました。';
-$strRowSize = ' 行のサイズ ';
$strRowsModeFlippedHorizontal = '水平 (ヘッダも回転)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = 'モード: %s (%s セルごとにヘッダを表示)';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行の統計';
-$strRows = '行';
-$strRunning = '実行環境: %s';
$strRunQuery = 'クエリを実行する';
-$strRunSQLQueryOnServer = 'サーバ %s 上でクエリを実行する';
$strRunSQLQuery = 'データベース %s 上でクエリを実行する';
+$strRunSQLQueryOnServer = 'サーバ %s 上でクエリを実行する';
+$strRunning = '実行環境: %s';
$strRussian = 'ロシア語';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL互換モード';
+$strSQLExportType = 'エクスポート形式';
+$strSQLParserBugMessage = 'SQL パーサにバグが見つかることもありえますが、まずはクエリをよく見て引用符の数や種類に間違いがないか確認してください。クォートされていないテキスト領域にバイナリファイルをアップロードしたからクエリが失敗したということもありえます。MySQL のコマンドラインインタフェースを利用してクエリを実行してみてもよいでしょう。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません。それでも解決しないか、コマンドラインでは成功するのにパーサでは失敗する場合は、SQL クエリの入力データを実際に問題を起こしているクエリひとつに絞り込んでから、以下の「CUT」セクションにデータを添えてバグ報告を送ってください:';
+$strSQLParserUserError = 'SQL にエラーがあるようです。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません';
+$strSQLQuery = '実行した SQL';
+$strSQLResult = 'SQL の結果';
+$strSQPBugInvalidIdentifer = '不正な識別子です';
+$strSQPBugUnclosedQuote = '引用符が閉じていません';
+$strSQPBugUnknownPunctuation = '無効な句読点文字です';
+$strSave = '保存する';
$strSaveOnServer = 'サーバ上のディレクトリ %s に保存する';
$strSavePosition = '位置を保存';
-$strSave = '保存する';
$strScaleFactorSmall = '倍率が小さすぎるためスキーマが 1 ページに収まりません';
+$strSearch = '検索';
$strSearchFormTitle = 'データベース内検索';
$strSearchInField = '検索するフィールド:';
$strSearchInTables = '検索するテーブル:';
@@ -743,7 +754,6 @@ $strSearchOption3 = '完全一致';
$strSearchOption4 = '正規表現';
$strSearchResultsFor = '"%s" の検索結果 %s:';
$strSearchType = '検索条件:';
-$strSearch = '検索';
$strSecretRequired = '設定ファイルが秘密のパスフレーズ (blowfish_secret) を必要とするようになりました';
$strSelectADb = 'データベースを選択してください';
$strSelectAll = '全選択';
@@ -758,27 +768,24 @@ $strSent = '送信済';
$strServer = 'サーバ';
$strServerChoice = 'サーバの選択';
$strServerNotResponding = 'サーバが応答しません';
-$strServers = 'サーバ';
+$strServerStatus = 'ランタイム情報';
$strServerStatusDelayedInserts = '遅延インサート';
$strServerStatusUptime = 'この MySQL サーバの稼働時間: %s (起動時刻: %s)';
-$strServerStatus = 'ランタイム情報';
$strServerTabVariables = '変数';
$strServerTrafficNotes = 'サーバトラフィック: これらの表は MySQL サーバ起動以後のネットワークトラフィックの統計です';
$strServerVars = 'サーバ変数と設定値';
$strServerVersion = 'サーバのバージョン';
+$strServers = 'サーバ';
$strSessionStartupErrorGeneral = 'エラーが出たためセッションを開始できませんでした。PHP やウェブサーバのログファイルに出ているエラーを確認して、PHP を正しく設定してください。';
$strSessionValue = 'セッション値';
$strSetEnumVal = 'フィールド種別が「enum」ないし「set」の場合の値の書式: \'a\',\'b\',\'c\'... バックスラッシュ("\")やシングルクォート("\'")を含める必要がある場合は ( \\\\xyz や a\\\'b のように) その前にバックスラッシュを付けてください';
+$strShow = '表示';
$strShowAll = 'すべて表示';
$strShowColor = '色表示';
$strShowDatadictAs = 'データ辞書形式';
$strShowFullQueries = 'クエリ全体を表示';
$strShowGrid = 'グリッドを表示';
$strShowHideLeftMenu = '左側のメニューを表示する/隠す';
-$strShowingBookmark = '表示中のブックマーク';
-$strShowingPhp = 'PHP コードとして表示';
-$strShowingRecords = '表示中の列';
-$strShowingSQL = 'SQL クエリを表示';
$strShowOpenTables = '開いているテーブルを表示する';
$strShowPHPInfo = 'PHP 情報';
$strShowSlaveHosts = 'スレーブホストを表示する';
@@ -834,13 +841,13 @@ $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 = 'コンパイル時の InnoDB のページサイズ (デフォルト:16KB)。多くの値がページ単位で計算されますが、この値を使えば簡単にバイト単位に変換できます';
+$strShowStatusInnodb_pages_createdDescr = '作成されたページ数';
$strShowStatusInnodb_pages_readDescr = '読み込んだページ数';
$strShowStatusInnodb_pages_writtenDescr = '書き込んだページ数';
$strShowStatusInnodb_row_lock_current_waitsDescr = '現在待機中の行ロックの数';
-$strShowStatusInnodb_row_lock_time_avgDescr = '行ロック取得に要する平均時間 (単位:ミリ秒)';
$strShowStatusInnodb_row_lock_timeDescr = '行ロック取得に要した時間の合計 (単位:ミリ秒)';
+$strShowStatusInnodb_row_lock_time_avgDescr = '行ロック取得に要する平均時間 (単位:ミリ秒)';
$strShowStatusInnodb_row_lock_time_maxDescr = '行ロック取得に要した時間の最大値 (単位:ミリ秒)';
$strShowStatusInnodb_row_lock_waitsDescr = '行ロック取得時に待機した回数';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB テーブルから削除した行数';
@@ -856,10 +863,10 @@ $strShowStatusKey_write_requestsDescr = 'キャッシュにキーブロックを
$strShowStatusKey_writesDescr = 'ディスクにキーブロックを物理書き込みした回数';
$strShowStatusLast_query_costDescr = 'クエリオプティマイザーの計算による、最後にコンパイルされたクエリの総コスト。クエリのプランを変えたときにコストがどう変わるか比較するときに便利です。デフォルト値の 0 はまだ一度もクエリをコンパイルしていないという意味です';
$strShowStatusNot_flushed_delayed_rowsDescr = 'INSERT DELAYED キューの中で書き込まれるのを待っている行数';
-$strShowStatusOpened_tablesDescr = '開いているテーブルの数。開いているテーブルが多い場合はおそらくテーブルキャッシュの値が小さすぎます';
$strShowStatusOpen_filesDescr = '開いているファイルの数';
$strShowStatusOpen_streamsDescr = '開いているストリームの数 (主にログの記録用です)';
$strShowStatusOpen_tablesDescr = '開いているテーブルの数';
+$strShowStatusOpened_tablesDescr = '開いているテーブルの数。開いているテーブルが多い場合はおそらくテーブルキャッシュの値が小さすぎます';
$strShowStatusQcache_free_blocksDescr = 'クエリキャッシュ内の空きメモリブロックの数';
$strShowStatusQcache_free_memoryDescr = 'クエリキャッシュの空きメモリ量';
$strShowStatusQcache_hitsDescr = 'キャッシュのヒット数';
@@ -872,8 +879,8 @@ $strShowStatusReset = 'リセット';
$strShowStatusRpl_statusDescr = 'フェイルセーフレプリケーションの状態 (未実装)';
$strShowStatusSelect_full_joinDescr = 'インデックスを利用しなかった結合の数。この値が 0 でない場合はテーブルのインデックスをよく確認してください';
$strShowStatusSelect_full_range_joinDescr = '参照テーブルで範囲検索をした結合の数';
-$strShowStatusSelect_range_checkDescr = 'キーが指定されていなかったため一行ずつキーが使われているか確認した結合の数(0 でない場合はテーブルのインデックスをよく確認してください)';
$strShowStatusSelect_rangeDescr = '最初のテーブルで範囲指定された結合の数 (この値は大きくてもふつう問題ありません)';
+$strShowStatusSelect_range_checkDescr = 'キーが指定されていなかったため一行ずつキーが使われているか確認した結合の数(0 でない場合はテーブルのインデックスをよく確認してください)';
$strShowStatusSelect_scanDescr = '最初のテーブルをフルスキャンした結合の数';
$strShowStatusSlave_open_temp_tablesDescr = 'スレーブの SQL スレッドが現在開いている一時テーブルの数';
$strShowStatusSlave_retried_transactionsDescr = 'レプリケーションスレーブの SQL スレッドがトランザクションを再試行した回数(起動時からの合計)';
@@ -893,7 +900,10 @@ $strShowStatusThreads_runningDescr = 'スリープしていないスレッドの
$strShowTableDimension = 'テーブルの大きさを表示する';
$strShowTables = 'テーブルを表示する';
$strShowThisQuery = ' 実行したクエリをここに表示する';
-$strShow = '表示';
+$strShowingBookmark = '表示中のブックマーク';
+$strShowingPhp = 'PHP コードとして表示';
+$strShowingRecords = '表示中の列';
+$strShowingSQL = 'SQL クエリを表示';
$strSimplifiedChinese = '簡体字中国語';
$strSingly = '(1 回)';
$strSize = 'サイズ';
@@ -909,22 +919,12 @@ $strSorting = 'ソート中';
$strSpaceUsage = 'ディスク使用量';
$strSpanish = 'スペイン語';
$strSplitWordsWithSpace = '各単語は空白文字(" ")で区切ってください';
-$strSQLCompatibility = 'SQL互換モード';
-$strSQLExportType = 'エクスポート形式';
-$strSQLParserBugMessage = 'SQL パーサにバグが見つかることもありえますが、まずはクエリをよく見て引用符の数や種類に間違いがないか確認してください。クォートされていないテキスト領域にバイナリファイルをアップロードしたからクエリが失敗したということもありえます。MySQL のコマンドラインインタフェースを利用してクエリを実行してみてもよいでしょう。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません。それでも解決しないか、コマンドラインでは成功するのにパーサでは失敗する場合は、SQL クエリの入力データを実際に問題を起こしているクエリひとつに絞り込んでから、以下の「CUT」セクションにデータを添えてバグ報告を送ってください:';
-$strSQLParserUserError = 'SQL にエラーがあるようです。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません';
-$strSQLQuery = '実行した SQL';
-$strSQLResult = 'SQL の結果';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = '不正な識別子です';
-$strSQPBugUnclosedQuote = '引用符が閉じていません';
-$strSQPBugUnknownPunctuation = '無効な句読点文字です';
$strStandInStructureForView = 'ビュー用の代替構造';
$strStatCheckTime = '最終検査';
$strStatCreateTime = '作成日時';
+$strStatUpdateTime = '最終更新';
$strStatement = 'ステートメント';
$strStatisticsOverrun = '処理が集中するサーバではバイトカウンタが超過することがあるため、MySQL サーバが報告してくる統計は不正確なことがあります';
-$strStatUpdateTime = '最終更新';
$strStatus = '状態';
$strStorageEngine = 'ストレージエンジン';
$strStorageEngines = 'ストレージエンジン';
@@ -934,8 +934,8 @@ $strStrucExcelCSV = 'MS Excel 用の CSV';
$strStrucNativeExcel = 'MS Excel のネイティブ形式';
$strStrucOnly = '構造のみ';
$strStructPropose = 'テーブル構造を確認する';
-$strStructureForView = 'ビュー用の構造';
$strStructure = '構造';
+$strStructureForView = 'ビュー用の構造';
$strSubmit = '実行する';
$strSuccess = 'SQL は正常に実行されました';
$strSuhosin = 'Suhosin が稼働しているため問題が発生する可能性があります。詳しくは%sドキュメント%sをご覧ください。';
@@ -958,8 +958,8 @@ $strTableMaintenance = 'テーブル管理';
$strTableName = 'テーブル名';
$strTableOfContents = 'テーブルの内容';
$strTableOptions = 'テーブルオプション';
-$strTables = '%s テーブル';
$strTableStructure = 'テーブルの構造';
+$strTables = '%s テーブル';
$strTakeIt = 'これにする';
$strTblPrivileges = 'テーブル固有の特権';
$strTempData = '一時データ';
@@ -969,22 +969,22 @@ $strThai = 'タイ語';
$strTheme = 'テーマ / スタイル';
$strThemeDefaultNotFound = 'デフォルトテーマ %s が見つかりません!';
$strThemeNoPreviewAvailable = 'プレビューは利用できません';
-$strThemeNotFound = 'テーマ %s が見つかりません!';
$strThemeNoValidImgPath = 'テーマ %s の画像パスが無効です!';
+$strThemeNotFound = 'テーマ %s が見つかりません!';
$strThemePathNotFound = 'テーマ %s のテーマパスが見つかりません!';
$strThisHost = 'このホスト';
-$strThreads = 'スレッド';
$strThreadSuccessfullyKilled = 'スレッド %s は正常終了しました';
+$strThreads = 'スレッド';
+$strTime = '時間';
$strTimeoutInfo = '直前のインポートはタイムアウトしました。再送信すると位置 %d から再開されます';
$strTimeoutNothingParsed = 'ただし、最後に実行したときはまったくデータを解析できませんでした。ふつうは PHP の時間制限を伸ばさない限りこのデータのインポートはできません';
$strTimeoutPassed = 'スクリプトがタイムアウトしました。インポートを完了させたいのであれば同じファイルを再送信すればインポートが再開されます';
-$strTime = '時間';
$strToFromPage = '開始/終了ページ';
+$strToSelectRelation = 'リレーションを選択します:';
$strToggleScratchboard = 'スクラッチボードを切り替える';
$strToggleSmallBig = '大小を切り替える';
-$strToSelectRelation = 'リレーションを選択します:';
-$strTotalUC = '合計';
$strTotal = '合計';
+$strTotalUC = '合計';
$strTraditionalChinese = '繁体字中国語';
$strTraditionalSpanish = 'スペイン語 (伝統表記)';
$strTraffic = 'トラフィック';
@@ -1013,10 +1013,10 @@ $strUnique = 'ユニーク';
$strUnknown = '不明';
$strUnselectAll = '全選択解除';
$strUnsupportedCompressionDetected = 'サポートされていない圧縮形式(%s)のファイルをロードしようとしました。この形式はサポートされていないか設定で無効にされています';
+$strUpdComTab = 'column_comments テーブルの更新方法についてはドキュメントをご覧ください';
$strUpdatePrivMessage = '%s の特権を更新しました';
$strUpdateProfileMessage = 'プロファイルを更新しました';
$strUpdateQuery = 'クエリを更新する';
-$strUpdComTab = 'column_comments テーブルの更新方法についてはドキュメントをご覧ください';
$strUpgrade = '%s を %s 以降にアップグレードしてください';
$strUploadErrorCantWrite = 'ファイルをディスクに書き込めません。';
$strUploadErrorExtension = '拡張のせいでファイルのアップロードが中断されました。';
@@ -1030,6 +1030,10 @@ $strUploadsNotAllowed = 'このサーバではファイルのアップロード
$strUsage = '使用量';
$strUseBackquotes = 'テーブル名やフィールド名を逆クォートで囲む';
$strUseHostTable = 'ホストテーブルを使う';
+$strUseTabKey = '次の値に移動するときは TAB キーを使ってください。CTRL+カーソルキーを使うと自由に移動できます';
+$strUseTables = '利用するテーブル';
+$strUseTextField = 'テキストフィールドの値を利用する';
+$strUseThisValue = 'この値を利用する';
$strUser = 'ユーザ';
$strUserAlreadyExists = 'ユーザ %s は既に存在します!';
$strUserEmpty = 'ユーザ名が空です!';
@@ -1038,10 +1042,6 @@ $strUserNotFound = '特権テーブルには選択したユーザがいません
$strUserOverview = 'ユーザ概略';
$strUsersDeleted = '選択したユーザを正しく削除しました';
$strUsersHavingAccessToDb = '"%s" にアクセスできるユーザ';
-$strUseTabKey = '次の値に移動するときは TAB キーを使ってください。CTRL+カーソルキーを使うと自由に移動できます';
-$strUseTables = '利用するテーブル';
-$strUseTextField = 'テキストフィールドの値を利用する';
-$strUseThisValue = 'この値を利用する';
$strValidateSQL = 'SQL の検証';
$strValidatorError = 'SQL の検証機能を初期化できません。%sドキュメント%s の記載通りに必要な PHP 拡張がインストールされているか確認してください';
@@ -1049,16 +1049,16 @@ $strValue = '値';
$strVar = '変数';
$strVersionInformation = 'バージョン情報';
$strView = 'ビュー';
-$strViewDumpDatabases = 'データベースのダンプ(スキーマ)表示';
-$strViewDumpDB = 'DB のダンプ(スキーマ)表示';
$strViewDump = 'テーブルのダンプ(スキーマ)表示';
+$strViewDumpDB = 'DB のダンプ(スキーマ)表示';
+$strViewDumpDatabases = 'データベースのダンプ(スキーマ)表示';
$strViewHasAtLeast = 'このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。';
$strViewHasBeenDropped = 'ビュー %s を破棄しました';
$strViewName = 'VIEW の名前';
-$strWebServerUploadDirectoryError = '指定したアップロードディレクトリが利用できません';
-$strWebServerUploadDirectory = 'ウェブサーバ上のアップロードディレクトリ';
$strWebServer = 'Web サーバ';
+$strWebServerUploadDirectory = 'ウェブサーバ上のアップロードディレクトリ';
+$strWebServerUploadDirectoryError = '指定したアップロードディレクトリが利用できません';
$strWelcome = '%s へようこそ';
$strWestEuropean = '西ヨーロッパ諸語';
$strWiki = 'Wiki';
@@ -1068,423 +1068,564 @@ $strWithChecked = 'チェックしたものを:';
$strWriteRequests = '書き込みリクエスト数';
$strWrongUser = 'ユーザ名ないしパスワードが間違っています。 アクセスは拒否されました';
-$strXkana = '全角カナへ変換する';
$strXML = 'XML';
+$strXkana = '全角カナへ変換する';
$strYes = 'はい';
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
$strZip = '"zip 形式"';
+// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1493,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php
index c30c0d9c5..c29dd63bd 100644
--- a/lang/korean-utf-8.inc.php
+++ b/lang/korean-utf-8.inc.php
@@ -18,6 +18,7 @@ $month = array('해오름달', '시샘달', '물오름달', '잎새달', '푸른
$datefmt = '%y-%m-%d %H:%M ';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
+$strAPrimaryKey = ' %s에 기본 키가 추가되었습니다';
$strAccessDenied = '접근이 거부되었습니다.';
$strAction = '실행';
$strAddDeleteColumn = '열(칼럼) 추가/삭제';
@@ -29,17 +30,16 @@ $strAddSearchConditions = '검색 조건 추가 ("where" 조건):';
$strAddToIndex = '%s개 열(칼럼)에 인덱스 추가';
$strAddUser = '새 사용자 추가';
$strAddUserMessage = '새 사용자를 추가했습니다.';
+$strAfter = '%s 다음에';
$strAfterInsertBack = '되돌아가기';
$strAfterInsertNewInsert = '새 행(레코드) 삽입하기';
-$strAfter = '%s 다음에';
$strAllTableSameWidth = '모든 테이블을 같은 너비로 출력할까요?';
$strAlterOrderBy = '다음 순서대로 테이블 정렬(변경)';
+$strAnIndex = '%s 에 인덱스가 걸렸습니다';
$strAnalyzeTable = '테이블 분석';
$strAnd = '그리고';
-$strAnIndex = '%s 에 인덱스가 걸렸습니다';
$strAnyHost = '아무데서나';
$strAnyUser = '아무나';
-$strAPrimaryKey = ' %s에 기본 키가 추가되었습니다';
$strAscending = '오름차순';
$strAtBeginningOfTable = '테이블의 처음';
$strAtEndOfTable = '테이블의 마지막';
@@ -84,6 +84,8 @@ $strCreateNewTable = '데이터베이스 %s에 새로운 테이블을 만듭니
$strCreatePage = '새 페이지 만들기';
$strData = '데이터';
+$strDataDict = '데이터 사전 (전체 구조보기)';
+$strDataOnly = '데이터만';
$strDatabase = '데이터베이스';
$strDatabaseHasBeenDropped = '데이터베이스 %s 를 제거했습니다.';
$strDatabases = '데이터베이스 ';
@@ -92,8 +94,6 @@ $strDatabasesStats = '데이터베이스 사용량 통계';
$strDatabasesStatsDisable = '통계 숨기기';
$strDatabasesStatsEnable = '통계 보기';
$strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
-$strDataDict = '데이터 사전 (전체 구조보기)';
-$strDataOnly = '데이터만';
$strDbPrivileges = '데이터베이스에 관한 권한';
$strDefault = '기본값';
$strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
@@ -106,12 +106,12 @@ $strDescending = '내림차순(역순)';
$strDisabled = '사용불가';
$strDisplayOrder = '출력 순서:';
$strDoAQuery = '다음으로 질의를 만들기 (와일드카드: "%")';
-$strDocu = '도움말';
$strDoYouReally = '정말로 다음을 실행하시겠습니까? ';
+$strDocu = '도움말';
$strDrop = '삭제';
$strDropUsersDb = '사용자명과 같은 이름의 데이터베이스를 삭제';
-$strDumpingData = '테이블의 덤프 데이터';
$strDumpXRows = '%s개의 행(레코드)을 덤프 (%s번째 레코드부터).';
+$strDumpingData = '테이블의 덤프 데이터';
$strDynamic = '동적(다이내믹)';
$strEdit = '수정';
@@ -156,15 +156,15 @@ $strHostEmpty = '호스트명이 없습니다!';
$strIgnore = 'Ignore';
$strImportFiles = '파일 가져오기';
+$strInUse = '사용중';
$strIndex = '인덱스';
-$strIndexes = '인덱스';
$strIndexHasBeenDropped = '인덱스 %s 를 제거했습니다';
$strIndexName = '인덱스 이름:';
$strIndexType = '인덱스 종류:';
+$strIndexes = '인덱스';
$strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
$strInsert = '삽입';
$strInsertAsNewRow = '새 열을 삽입합니다';
-$strInUse = '사용중';
$strJumpToDB = '데이터베이스 "%s" 로 이동.';
$strJustDelete = '권한 테이블에서 사용자를 삭제하기만 함.';
@@ -179,11 +179,11 @@ $strLimitNumRows = '페이지당 레코드 수';
$strLinesTerminatedBy = '줄(열) 구분자';
$strLocalhost = 'Local';
$strLocationTextfile = 'SQL 텍스트파일의 위치';
+$strLogPassword = '암호:';
+$strLogUsername = '사용자명:';
$strLogin = '로그인';
$strLoginInformation = '로그인 정보';
$strLogout = '로그아웃';
-$strLogPassword = '암호:';
-$strLogUsername = '사용자명:';
$strModifications = '수정된 내용이 저장되었습니다.';
$strModify = '수정';
@@ -205,14 +205,14 @@ $strNoExplain = '해석(EXPLAIN) 생략';
$strNoFrames = 'phpMyAdmin 은 프레임을 지원하는 브라우저에서 잘 보입니다.';
$strNoIndex = '인덱스가 설정되지 않았습니다!';
$strNoModification = '변화 없음';
-$strNone = '없음';
$strNoPassword = '암호 없음';
$strNoPhp = 'PHP 코드 없이 보기';
$strNoPrivileges = '권한 없음';
$strNoRights = '어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!';
$strNoTablesFound = '데이터베이스에 테이블이 없습니다.';
-$strNotNumber = '은 숫자(번호)가 아닙니다!';
$strNoUsersFound = '사용자가 없습니다.';
+$strNone = '없음';
+$strNotNumber = '은 숫자(번호)가 아닙니다!';
$strNumTables = '테이블 수';
$strOperations = '테이블 작업';
@@ -220,6 +220,7 @@ $strOptimizeTable = '테이블 최적화';
$strOr = '또는';
$strOverhead = '부담';
+$strPHPVersion = 'PHP 버전';
$strPageNumber = '페이지:';
$strPassword = '암호';
$strPasswordChanged = '%s 의 암호가 바뀌었습니다.';
@@ -229,7 +230,6 @@ $strPdfDbSchema = '"%s" 데이터베이스의 스킴(윤곽) - 페이지 %s';
$strPdfInvalidTblName = '"%s" 테이블이 존재하지 않습니다!';
$strPdfNoTables = '테이블이 없습니다';
$strPhp = 'PHP 코드 보기';
-$strPHPVersion = 'PHP 버전';
$strPmaDocumentation = 'phpMyAdmin 설명서';
$strPmaUriError = '환경설정 파일에서 $cfg[\'PmaAbsoluteUri\'] 주소를 기입하십시오!';
$strPos1 = '처음';
@@ -281,6 +281,7 @@ $strQueryStatistics = 'SQL 질의 통계: 이 서버에 %s 번의 질의
$strQueryTime = '질의 실행시간 %01.4f 초';
$strQueryType = '질의 종류';
+$strReType = '재입력';
$strReceived = '받음';
$strRecords = '레코드수';
$strReferentialIntegrity = 'referential 무결성 검사:';
@@ -293,24 +294,29 @@ $strRepairTable = '테이블 복구';
$strReplaceTable = '파일로 테이블 대치하기';
$strReset = '리세트';
$strResourceLimits = '리소스 제한';
-$strReType = '재입력';
$strRevoke = '제거';
$strRevokeAndDelete = '모든 활성화된 권한을 박탈하고 사용자를 삭제함.';
$strRevokeAndDeleteDescr = '사용권한이 다시 로딩되기까지는 이 사용자들은 여전히 USAGE 권한을 갖고 있습니다.';
$strRevokeMessage = '%s의 권한을 제거했습니다.';
$strRowLength = '행 길이';
+$strRowSize = ' Row size ';
$strRows = '행(레코드)';
$strRowsFrom = '행. 시작(행)위치';
-$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = '수평 (rotated headers)';
$strRowsModeHorizontal = '수평(가로)';
$strRowsModeOptions = ' %s 정렬 (%s 칸이 넘으면 헤더 반복)';
$strRowsModeVertical = '수직(세로)';
$strRowsStatistic = '행(레코드) 통계';
-$strRunning = '입니다. (%s)';
$strRunQuery = '질의 실행';
$strRunSQLQuery = '데이터베이스 %s에 SQL 질의를 실행';
+$strRunning = '입니다. (%s)';
+$strSQL = 'SQL';
+$strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
+$strSQLQuery = 'SQL 질의';
+$strSQLResult = 'SQL 결과';
+$strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
+$strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
$strSave = '저장';
$strSearch = '검색';
$strSearchFormTitle = '데이터베이스 검색';
@@ -341,25 +347,19 @@ $strShow = '보기';
$strShowAll = '모두 보기';
$strShowColor = '색깔 보기';
$strShowGrid = 'grid 보기';
-$strShowingRecords = '행(레코드) 보기';
$strShowPHPInfo = 'PHP 정보 보기';
$strShowTables = '테이블 보기';
$strShowThisQuery = ' 이 질의를 다시 보여줌 ';
+$strShowingRecords = '행(레코드) 보기';
$strSingly = '(단독으로)';
$strSize = '크기';
$strSort = '정렬';
$strSpaceUsage = '공간 사용량';
$strSplitWordsWithSpace = '단어는 스페이스(" ")로 구분됩니다.';
-$strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
-$strSQLQuery = 'SQL 질의';
-$strSQLResult = 'SQL 결과';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
-$strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
$strStatCheckTime = '검사';
$strStatCreateTime = '생성';
-$strStatement = '명세';
$strStatUpdateTime = '업데이트';
+$strStatement = '명세';
$strStatus = '상태';
$strStrucCSV = 'CSV 데이터';
$strStrucData = '구조와 데이터 모두';
@@ -379,8 +379,8 @@ $strTableHasBeenDropped = '테이블 %s 을 제거했습니다.';
$strTableHasBeenEmptied = '테이블 %s 을 비웠습니다';
$strTableHasBeenFlushed = '테이블 %s 을 닫았습니다(캐시 삭제)';
$strTableMaintenance = '테이블 유지보수';
-$strTables = '테이블 %s 개';
$strTableStructure = '테이블 구조';
+$strTables = '테이블 %s 개';
$strTblPrivileges = '테이블에 관한 권한';
$strTextAreaLength = ' 필드의 길이 때문에, 이 필드를 편집할 수 없습니다 ';
$strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
@@ -398,6 +398,7 @@ $strUpdateProfileMessage = '프로파일을 업데이트했습니다.';
$strUpdateQuery = '질의 업데이트';
$strUsage = '사용법(량)';
$strUseBackquotes = '테이블, 필드명에 백쿼터(`) 사용';
+$strUseTables = '사용할 테이블';
$strUser = '사용자';
$strUserAlreadyExists = '사용자 %s 가 이미 존재합니다!';
$strUserEmpty = '사용자명이 없습니다!';
@@ -406,7 +407,6 @@ $strUserNotFound = '선택한 사용자는 사용권한 테이블에 존재하
$strUserOverview = '사용자 개요';
$strUsersDeleted = '선택한 사용자들을 삭제했습니다.';
$strUsersHavingAccessToDb = '"%s" 에 접근할 수 있는 사용자들';
-$strUseTables = '사용할 테이블';
$strValidateSQL = 'SQL 검사';
$strValidatorError = 'SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했는지 확인해보십시오.';
@@ -430,7 +430,9 @@ $strZip = 'zip 압축';
$strAbortedClients = 'Aborted'; //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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
@@ -440,23 +442,39 @@ $strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strAll = 'All'; // 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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
$strAny = 'Any'; // To translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
+$strAsDefined = 'As defined:'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBaltic = 'Baltic'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkLabel = 'Label'; // To translate
@@ -464,78 +482,115 @@ $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBookmarkView = 'View only'; // To translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //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
-$strChangeCopyModeCopy = '... keep the old one.'; //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
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
$strCommand = 'Command'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCookiesRequired = '쿠키 사용이 가능해야 합니다 past this point.'; // To translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCriteria = 'Criteria'; // To translate
$strCroatian = 'Croatian'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //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
-$strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDanish = 'Danish'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseExportOptions = 'Database export options';//to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
-$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
$strDescription = 'Description'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
$strDictionary = 'dictionary'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
@@ -543,29 +598,45 @@ $strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strEnglish = 'English'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEstonian = 'Estonian'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
-$strFormat = 'Format'; // To translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFormEmpty = 'Missing value in the form !'; // To translate
+$strFormat = 'Format'; // To translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
$strFullText = 'Full Texts'; // To translate
+$strFunctions = 'Functions'; //to translate
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General 관계 features'; //to translate
@@ -573,26 +644,54 @@ $strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalValue = 'Global value'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
-$strHandler = 'Handler'; //to translate
-$strHebrew = 'Hebrew'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHebrew = 'Hebrew'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strHungarian = 'Hungarian'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -602,80 +701,96 @@ $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
$strInnodbStat = 'InnoDB 상태'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJapanese = 'Japanese'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strKorean = 'Korean'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLaTeX = 'LaTeX'; //to translate
$strLandscape = 'Landscape'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexContinued = '(continued)';//to translate
+$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
-$strLaTeX = 'LaTeX'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //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. 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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
-$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. 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\', 100, b,\'c\'... 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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; // To translate
@@ -684,73 +799,544 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
-$strNotOK = 'not OK'; //to translate
-$strNotSet = '%s 테이블이 없거나 or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotOK = 'not OK'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNotSet = '%s 테이블이 없거나 or not set in %s'; //to translate
$strNull = 'Null'; // To translate
-$strNumberOfFields = 'Number of fields'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate
$strNumSearchResultsTotal = 'Total:%s match(es)';//to translate
+$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
$strOK = 'OK'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strPartialText = 'Partial Texts'; // To translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //to translate
$strPortrait = 'Portrait'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescSuper = '최대 연결수를 초과했을 경우에도 연결을 허용; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
-$strRelationalSchema = 'Relational schema'; //to translate
-$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
-$strRelations = 'Relations'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
$strRelationView = 'Relation view'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRelationalSchema = 'Relational schema'; //to translate
+$strRelations = 'Relations'; //to translate
+$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strRussian = 'Russian'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //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
+$strSavePosition = 'Save position'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSearchResultsFor = 'Search results for "%s" %s:';//to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strSelectTables = 'Select Tables'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -805,13 +1391,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -827,10 +1413,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -843,8 +1429,8 @@ $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_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
@@ -862,43 +1448,125 @@ $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.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //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
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
@@ -907,12 +1575,14 @@ $strTransformation_application_octetstream__hex = 'Displays hexadecimal represen
$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 = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
@@ -922,584 +1592,37 @@ $strUnknown = 'unknown'; //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
$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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
$strWestEuropean = 'West European'; //to translate
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
$strXML = 'XML';//to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1508,127 +1631,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php
index 5fd724dd1..ff6093f6a 100644
--- a/lang/latvian-utf-8.inc.php
+++ b/lang/latvian-utf-8.inc.php
@@ -20,9 +20,10 @@ $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';
-$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.';
$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';
@@ -36,24 +37,23 @@ $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 %s kolonn(u/as)';
-$strAddUserMessage = 'Jūs pievienojāt jaunu lietotāju.';
$strAddUser = 'Pievienot jaunu lietotāju';
+$strAddUserMessage = 'Jūs pievienojāt jaunu lietotāju.';
$strAdministration = 'Administrācija';
+$strAfter = 'Pēc %s';
$strAfterInsertBack = 'Atgriezties atpakaļ iepriekšējā lapā';
$strAfterInsertNewInsert = 'Ievietot vēl vienu rindu';
$strAfterInsertSame = 'Atgriezties šajā lapā';
-$strAfter = 'Pēc %s';
-$strAllTableSameWidth = 'rādīt visas tabulas vienadā platumā?';
$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';
-$strAnIndex = 'Indekss tieka pievienots uz %s';
-$strAnyHost = 'Jebkurš hosts';
$strAny = 'Jebkurš';
+$strAnyHost = 'Jebkurš hosts';
$strAnyUser = 'Jebkurš lietotājs';
$strApproximateCount = 'Var būt aptuvens skaits. Skatīt FAQ 3.11';
-$strAPrimaryKey = 'Primārā atslēga pievienota uz lauka %s';
$strArabic = 'Arābu';
$strArmenian = 'Armēņu';
$strAscending = 'Augošā secībā';
@@ -66,15 +66,15 @@ $strBack = 'Atpakaļ';
$strBaltic = 'Baltijas';
$strBeginCut = 'IZGRIEZT NO ŠĪS VIETAS';
$strBeginRaw = 'RINDAS SĀKUMS';
-$strBinary = 'Binārais';
-$strBinaryDoNotEdit = 'Binārais - netiek labots';
-$strBinaryLog = 'Binārais log-fails';
$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';
@@ -96,23 +96,23 @@ $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.';
-$strChangeCopyMode = 'Izveidot jaunu lietotāju ar tādām pašām privilēģijām un ...';
$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';
-$strChange = 'Labot';
$strChangePassword = 'Mainīt paroli';
$strCharset = 'Kodējums';
$strCharsetOfFile = 'Tabulas kodējums:';
-$strCharsetsAndCollations = 'Rakstzīmju kodējumi un izkārtojumi';
$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';
-$strCheckPrivsLong = 'Pārbaudīt privilēģijas uz datubāzi "%s".';
$strCheckPrivs = 'Pārbaudīt privilēģijas';
+$strCheckPrivsLong = 'Pārbaudīt privilēģijas uz datubāzi "%s".';
$strCheckTable = 'Pārbaudīt tabulu';
$strChoosePage = 'Izvēlieties lapu redigēšanai';
$strColComFeat = 'Rādu kolonnu komentārus';
@@ -136,9 +136,9 @@ $strCopyTable = 'Kopēt tabulu uz (datubāze.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 %s laukiem';
$strCreateIndexTopic = 'Izveidot jaunu indeksu';
-$strCreate = 'Izveidot';
$strCreateNewDatabase = 'Izveidot jaunu datubāzi';
$strCreateNewTable = 'Izveidot jaunu tabulu datubāzē %s';
$strCreatePage = 'Izveidot jaunu lapu';
@@ -150,7 +150,13 @@ $strCyrillic = 'Kirilisks';
$strCzech = 'Čehu';
$strCzechSlovak = 'Čehu-Slovāku';
+$strDBComment = 'Datubāzes komentārs: ';
+$strDBCopy = 'Kopēt datubāzi uz';
+$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';
@@ -161,41 +167,35 @@ $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.';
-$strData = 'Dati';
-$strDataDict = 'Datu vārdnīca';
-$strDataOnly = 'Tikai dati';
-$strDBComment = 'Datubāzes komentārs: ';
-$strDBCopy = 'Kopēt datubāzi uz';
$strDbPrivileges = 'Datubāžu specifiskās privilēģijas';
-$strDBRename = 'Pārsaukt datubāzi par';
$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';
-$strDelayedInserts = 'Lietot aizturētos INSERT';
-$strDeleteAndFlushDescr = 'Tas ir labākais veids, bet privilēģiju pārlādēšana var paņemt zināmu laiku.';
-$strDeleteAndFlush = 'Dzēst lietotājus, un pēc tam pārlādēt privilēģijas.';
-$strDeleted = 'Ieraksts tika dzēsts';
-$strDelete = 'Dzēst';
-$strDeleting = 'Dzēšam %s';
$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';
+$strDeleting = 'Dzēšam %s';
$strDescending = 'Dilstošā secībā';
$strDescription = 'Apraksts';
$strDictionary = 'vārdnīca';
-$strDisabled = 'Izslēgts';
$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: "%")';
-$strDocu = 'Dokumentācija';
$strDoYouReally = 'Vai Jūs tiešām gribat ';
-$strDropDatabaseStrongWarning = 'Jūs taisaties LIKVIDĒT veselu datubāzi!';
+$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.';
-$strDumpingData = 'Dati tabulai';
$strDumpSaved = 'Damps tika saglabāts failā %s.';
$strDumpXRows = 'Saglabāt %s rindas, sākot ar %s.';
+$strDumpingData = 'Dati tabulai';
$strDynamic = 'dinamisks';
$strEdit = 'Labot';
@@ -222,11 +222,11 @@ $strExtendedInserts = 'Paplašinātas INSERT izteiksmes';
$strExtra = 'Ekstras';
$strFailedAttempts = 'Neveiksmīgi mēģinājumi';
-$strFieldHasBeenDropped = 'Lauks %s tika izdzēsts';
$strField = 'Lauks';
+$strFieldHasBeenDropped = 'Lauks %s tika izdzēsts';
+$strFields = 'Lauki';
$strFieldsEnclosedBy = 'Lauki iekļauti iekš';
$strFieldsEscapedBy = 'Glābjoša (escape) rakstzīme ir';
-$strFields = 'Lauki';
$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';
@@ -234,14 +234,14 @@ $strFileNameTemplate = 'Faila nosaukuma šablons';
$strFileNameTemplateRemember = 'atcerēties šablonu';
$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")';
-$strFormat = 'Formats';
$strFormEmpty = 'Formā trūkst vērtību!';
+$strFormat = 'Formats';
$strFullText = 'Pilni teksti';
$strFunction = 'Funkcija';
$strGenBy = 'Uzģenerēja';
-$strGeneralRelationFeat = 'Galvenās relāciju īpašības';
$strGenTime = 'Izveidošanas laiks';
+$strGeneralRelationFeat = 'Galvenās relāciju īpašības';
$strGeorgian = 'Gruzīnu';
$strGerman = 'Vācu';
$strGlobal = 'globāls';
@@ -255,10 +255,10 @@ $strGzip = 'Arhivēts ar gzip';
$strHasBeenAltered = 'tika modificēta.';
$strHaveToShow = 'Izvēlieties vismaz vienu kolonnu attēlošanai';
$strHebrew = 'Ebreju';
-$strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa';
$strHome = 'Sākumlapa';
-$strHostEmpty = 'Hosts nav norādīts!';
+$strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa';
$strHost = 'Hosts';
+$strHostEmpty = 'Hosts nav norādīts!';
$strHungarian = 'Ungāru';
$strIcelandic = 'Islandiešu';
@@ -267,37 +267,37 @@ $strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorēt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strImportFiles = 'Importēt failus';
-$strIndexes = 'Indeksi';
-$strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
+$strInUse = 'lietošanā';
$strIndex = 'Indekss';
+$strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
$strIndexName = 'Indeksa nosaukums :';
$strIndexType = 'Indeksa tips :';
$strIndexWarningTable = 'Problēmas ar indeksiem tabulā `%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.';
-$strInsertAsNewRow = 'Ievietot kā jaunu rindu';
$strInsert = 'Pievienot';
+$strInsertAsNewRow = 'Ievietot kā jaunu rindu';
$strInternalRelations = 'Iekšējās relācijas';
-$strInUse = 'lietošanā';
$strJapanese = 'Japāņu';
$strJumpToDB = 'pāriet pie datubāzes "%s".';
-$strJustDeleteDescr = '"Dzēstie" lietotāji saglabā spēju piekļūt serverim kā parasti, līdz privilēģijas tiek pārlādētas.';
$strJustDelete = 'Dzēst lietotājus no privilēģiju tabulām.';
+$strJustDeleteDescr = '"Dzēstie" 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';
$strLandscape = 'Ainava';
$strLatexCaption = 'Tabulas virsraksts';
$strLatexContent = 'Tabulas __TABLE__ saturs';
-$strLatexContinuedCaption = 'Tabulas virsraksta turpinājums';
$strLatexContinued = '(turpinājums)';
+$strLatexContinuedCaption = 'Tabulas virsraksta turpinājums';
$strLatexIncludeCaption = 'Iekļaut tabulas virsrakstu';
$strLatexLabel = 'Etiķetes atslēga';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Tabulas __TABLE__ struktūra';
$strLatvian = 'Latviešu';
$strLengthSet = 'Garums/Vērtības*';
@@ -308,30 +308,30 @@ $strLinksTo = 'Linki uz';
$strLithuanian = 'Lietuviešu';
$strLocalhost = 'Lokāls';
$strLocationTextfile = 'Teksta faila atrašanās vieta';
-$strLogin = 'Ieiet';
-$strLoginInformation = 'Piekļuves informācija';
-$strLogout = 'Iziet';
$strLogPassword = 'Parole:';
$strLogServer = 'Serveris';
$strLogUsername = 'Lietotājvārds:';
+$strLogin = 'Ieiet';
+$strLoginInformation = 'Piekļuves informācija';
+$strLogout = 'Iziet';
-$strMaximumSize = 'Maksimālais izmērs: %s%s';
+$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_MIMEtype = 'MIME tips';
$strMIME_nodescription = 'Šai transformācijai nav apraksta. Jautājiet autoram, ko %s dara.';
-$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_note = 'Lūdzu ievadiet transformāciju opciju vērtības, lietojot šo formatu: \'a\', 100, b,\'c\'... 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_transformation_options = 'Transformācijas opcijas';
$strMIME_transformation = 'Pārlūkprogrammas transformācija';
-$strMIMETypesForTable = 'MIME TIPI TABULAI';
+$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\', 100, b,\'c\'... 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';
-$strModifyIndexTopic = 'Labot indeksu';
$strModify = 'Labot';
-$strMoveTableOK = 'Tabula %s tika pārvietota uz %s.';
+$strModifyIndexTopic = 'Labot indeksu';
$strMoveTable = 'Pārvietot tabulu uz (datubāze.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';
@@ -341,6 +341,7 @@ $strMySQLShowProcess = 'Parādīt procesus';
$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.';
@@ -351,8 +352,6 @@ $strNoFrames = 'phpMyAdmin ir vairāk draudzīgs freimu atbalstošām pā
$strNoIndex = 'Nav definēti indeksi!';
$strNoIndexPartsDefined = 'Nav definēto indeksa daļu!';
$strNoModification = 'Netika labots';
-$strNo = 'Nē';
-$strNone = 'Nav';
$strNoOptions = 'Šim formātam nav opciju';
$strNoPassword = 'Nav paroles';
$strNoPermission = 'Web serverim nav tiesību rakstīt failā %s.';
@@ -363,11 +362,12 @@ $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 %s nav atrasta vai nav atzīmeta iekš %s';
-$strNoUsersFound = 'Lietotāji netika atrasti.';
-$strNoValidateSQL = 'Nepārbaudīt SQL';
$strNull = 'Nulle';
$strNumSearchResultsInTable = '%s rezultāti tabulā %s';
$strNumSearchResultsTotal = 'Kopumā:%s rezultāti';
@@ -381,14 +381,15 @@ $strOr = 'Vai';
$strOverhead = 'Pārtēriņš';
$strOverwriteExisting = 'Pārrakstīt eksistējošos failus';
+$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!';
-$strPassword = 'Parole';
$strPdfDbSchema = 'Datubāzes "%s" shēma, %s. lapa';
$strPdfInvalidTblName = 'Tabula "%s" neeksistē!';
$strPdfNoTables = 'Nav tabulu';
@@ -398,20 +399,19 @@ $strPerSecond = 'sekundē';
$strPersian = 'Persiešu';
$strPhoneBook = 'telefonu grāmata';
$strPhp = 'Izveidot PHP kodu';
-$strPHPVersion = 'PHP Versija';
$strPmaDocumentation = 'phpMyAdmin dokumentācija';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] 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" jābūt tikai un vienīgi primārās atslēgas indeksa nosaukumam!)';
-$strPrimary = 'Primārā';
$strPrint = 'Drukāt';
-$strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
$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.';
@@ -445,9 +445,9 @@ $strProcesses = 'Procesi';
$strProcesslist = 'Procesu saraksts';
$strPutColNames = 'Likt kolonnu nosaukumus pirmajā rindā';
+$strQBE = 'Vaicājums pēc parauga';
$strQBEDel = 'Dzēst';
$strQBEIns = 'Ielikt';
-$strQBE = 'Vaicājums pēc parauga';
$strQueryFrame = 'Vaicājuma logs';
$strQueryOnDb = 'SQL vaicājums uz datubāzes %s:';
$strQuerySQLHistory = 'SQL vēsture';
@@ -456,51 +456,60 @@ $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';
-$strRelationalSchema = 'Relāciju shēma';
$strRelationNotWorking = 'Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu kāpēc, klikškiniet %sšeit%s.';
-$strRelationsForTable = 'RELĀCIJAS TABULAI';
-$strRelations = 'Relācijas';
$strRelationView = 'Relāciju pārskats';
+$strRelationalSchema = 'Relāciju shēma';
+$strRelations = 'Relācijas';
+$strRelationsForTable = 'RELĀCIJAS TABULAI';
$strReloadingThePrivileges = 'Pārlādējam privilēģijas';
$strRemoveSelectedUsers = 'Dzēst izvēlētos lietotājus';
$strRenameDatabaseOK = 'Datubāze %s tika pārsaukta par %s';
-$strRenameTableOK = 'Tabula %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';
-$strReType = 'Atkārtojiet';
+$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.';
-$strRevoke = 'Atsaukt';
$strRevokeMessage = 'Jūs atņēmāt privilēgijas lietotājam %s';
$strRomanian = 'Rumāņu';
$strRowLength = 'Rindas garums';
-$strRowsFrom = 'rindas sākot no';
$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ā';
-$strRows = 'Rindas';
$strRowsStatistic = 'Rindas statistika';
-$strRunning = 'atrodas uz %s';
$strRunQuery = 'Izpildīt vaicājumu';
$strRunSQLQuery = 'Izpildīt SQL vaicājumu(s) uz datubāzes %s';
+$strRunning = 'atrodas uz %s';
$strRussian = 'Krievu';
-$strSaveOnServer = 'Saglabāt uz servera direktorijā %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'Eksporta veids';
+$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):';
-$strSearch = 'Meklēt';
$strSearchNeedle = 'Vārdi vai vērtības meklēšanai (aizstājējzīme: "%"):';
$strSearchOption1 = 'kaut viens no vārdiem';
$strSearchOption2 = 'visi vārdi';
@@ -517,9 +526,9 @@ $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';
-$strServer = 'Serveris';
$strServerStatus = 'Izpildes laika informācija';
$strServerStatusUptime = 'Šis MySQL serveris strādā %s. Tas tika palaists %s.';
$strServerTabVariables = 'Mainīgie';
@@ -528,40 +537,31 @@ $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\'... 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';
-$strShowingRecords = 'Parādu rindas';
$strShowPHPInfo = 'Parādīt PHP informāciju';
-$strShow = 'Rādīt';
$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';
-$strSortByKey = 'Kārtot pēc atslēgas';
$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 (" ").';
-$strSQLExportType = 'Eksporta veids';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Nederīgs identifikators';
-$strSQPBugUnclosedQuote = 'Neaizvērtas pēdiņas';
-$strSQPBugUnknownPunctuation = 'Nezināmā punktuācijas zīme';
$strStatCheckTime = 'Pēdējā pārbaude';
$strStatCreateTime = 'Izveidošana';
-$strStatement = 'Parametrs';
$strStatUpdateTime = 'Pēdējā atjaunošana';
+$strStatement = 'Parametrs';
$strStatus = 'Statuss';
$strStrucCSV = 'CSV dati';
$strStrucData = 'Struktūra un dati';
@@ -577,6 +577,7 @@ $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';
@@ -585,9 +586,8 @@ $strTableHasBeenFlushed = 'Tabula %s tika atsvaidzināta';
$strTableMaintenance = 'Tabulas apkalpošana';
$strTableOfContents = 'Satura rādītājs';
$strTableOptions = 'Tabulas opcijas';
-$strTables = '%s tabula(s)';
$strTableStructure = 'Tabulas struktūra tabulai';
-$strTable = 'Tabula';
+$strTables = '%s tabula(s)';
$strTakeIt = 'izmantot šo stilu';
$strTblPrivileges = 'Tabulu specifiskās privilēģijas';
$strTextAreaLength = ' Sava garuma dēļ, šis lauks var būt nerediģējams ';
@@ -621,37 +621,37 @@ $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';
-$strUpdComTab = 'Lūdzu skatieties dokumentāciju par to, kā atjaunot \'Column_comments\' tabulu';
$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!';
-$strUser = 'Lietotājs';
$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 "%s"';
-$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';
$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)';
-$strViewDumpDatabases = 'Apskatīt datubāzu dampu (shēmu)';
$strViewDumpDB = 'Apskatīt datubāzes dampu (shēmu)';
+$strViewDumpDatabases = 'Apskatīt datubāzu dampu (shēmu)';
-$strWebServerUploadDirectoryError = 'Direktoija, kuru norādijāt augšupielādei, nav pieejama';
$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';
@@ -668,61 +668,160 @@ $strZip = 'Arhivēts ar zip';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAfterInsertNext = 'Edit next row'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -731,75 +830,559 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
-$strLatchedPages = 'Latched pages'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLatchedPages = 'Latched pages'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -854,13 +1437,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -876,10 +1459,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -892,8 +1475,8 @@ $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_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
@@ -910,598 +1493,139 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
-$strView = 'View'; //to translate
-
-$strWriteRequests = 'Write requests'; //to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
+
+$strVersionInformation = 'Version information'; //to translate
+$strView = 'View'; //to translate
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+$strWriteRequests = 'Write requests'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1510,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php
index 3a4c5ff49..5378b5dff 100644
--- a/lang/lithuanian-utf-8.inc.php
+++ b/lang/lithuanian-utf-8.inc.php
@@ -15,10 +15,11 @@ $month = array('Sausio', 'Vasario', 'Kovo', 'Balandžio', 'Gegužio', 'Birželio
$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';
+$strAccessDenied = 'Jungtis neįmanoma';
$strAccessDeniedCreateConfig = 'Labiausiai tikėtina priežastis yra ta, kad nesukūrėte nustatymų failo. Galite pasinaudoti %1$snustatymų skriptu%2$s, kad sukurtumėte failą.';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php faile nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
-$strAccessDenied = 'Jungtis neįmanoma';
$strAction = 'Valdymo veiksmai';
$strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
$strAddClause = 'Pridėti %s';
@@ -33,27 +34,26 @@ $strAddPrivilegesOnDb = 'Sukurti privilegijas šiai duombazei';
$strAddPrivilegesOnTbl = 'Sukurti privilegijas šiai lentelei';
$strAddSearchConditions = 'Įterpkite paieškos sąlygas į "where" sakinį:';
$strAddToIndex = 'Įterpti indeksui papildomus %s stulpelį(ius)';
-$strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
$strAddUser = 'Sukurti naują vartotoją';
+$strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
$strAdministration = 'Administracija';
+$strAfter = 'Po %s';
$strAfterInsertBack = 'Sugrįžti į buvusį puslapį';
$strAfterInsertNewInsert = 'Įterpti sekančią naują eilutę';
$strAfterInsertNext = 'Redaguoti sekantį įrašą';
$strAfterInsertSame = 'Grįžti atgal į šį puslapį';
-$strAfter = 'Po %s';
-$strAllowInterrupt = 'Leisti sustabdyti importavimą jei skriptas nustato, kad priartėta prie laiko limito. Gali būti naudinga importuojant didelius failus, tačiau gali sugadinti transakcijas.';
-$strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
$strAll = 'Viską';
+$strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
+$strAllowInterrupt = 'Leisti sustabdyti importavimą jei skriptas nustato, kad priartėta prie laiko limito. Gali būti naudinga importuojant didelius failus, tačiau gali sugadinti transakcijas.';
$strAlterOrderBy = 'Pakeisti lentelės rūšiavimą pagal:';
+$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAnalyzeTable = 'Analizuoti lentelę';
$strAnd = 'IR';
$strAndThen = 'ir tada';
-$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAny = 'Bet kurį(ią)';
$strAnyHost = 'Bet kurį prisijungimo adresą';
$strAnyUser = 'Bet kurį vartotoją';
$strApproximateCount = 'Gali būti apytikslis. Žiūrėkite DUK 3.11';
-$strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
$strArabic = 'Arabų';
$strArmenian = 'Armėnų';
$strAscending = 'Didėjimo tvarka';
@@ -66,15 +66,15 @@ $strBack = 'Atgal';
$strBaltic = 'Baltų';
$strBeginCut = 'KIRPIMO PRADŽIA';
$strBeginRaw = 'RAW PRADŽIA';
-$strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
-$strBinary = 'Dvejetainis';
-$strBinaryLog = 'Binarinis logas';
$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';
$strBookmarkCreated = 'Žymė %s sukurta';
$strBookmarkDeleted = 'Nuoroda ištrinta.';
@@ -83,9 +83,9 @@ $strBookmarkQuery = 'Sukurti nuoroda SQL-užklausai';
$strBookmarkReplace = 'Pakeisti jau egzistuojančią žymę tuo pačiu vardu';
$strBookmarkThis = 'Sukurti nuorodą';
$strBookmarkView = 'Peržiūra';
+$strBrowse = 'Peržiūrėti';
$strBrowseDistinctValues = 'Peržiūrėti skirtingas reikšmes';
$strBrowseForeignValues = 'Naršyti išorines reikšmes';
-$strBrowse = 'Peržiūrėti';
$strBufferPool = 'Buferio Pool\'as';
$strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
$strBulgarian = 'Bulgarų';
@@ -101,23 +101,23 @@ $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.';
-$strChangeCopyMode = 'Sukurti naują vartotoją su tom pačiom privilegijom ir ...';
$strChangeCopyUser = 'Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis';
$strChangeDisplay = 'Pasirinkite lauką, kurį norite peržiūrėti';
$strChangePassword = 'Pakeisti slaptažodį';
-$strChange = 'Redaguoti';
$strCharset = 'Koduotė';
$strCharsetOfFile = 'Simbolių koduotė faile:';
-$strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
$strCharsets = 'Koduotės';
+$strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
$strCheckAll = 'Pažymėti visus';
$strCheckOverhead = 'Pažymėti turinčias perteklių';
-$strCheckPrivsLong = 'Patikrinti duombazės "%s" privilegijas.';
$strCheckPrivs = 'Patikrinti privilegijas';
+$strCheckPrivsLong = 'Patikrinti duombazės "%s" privilegijas.';
$strCheckTable = 'Patikrinti lentelę';
$strChoosePage = 'Pasirinkite puslapį redagavimui';
$strColComFeat = 'Stulpelių komentarų išvedimas';
@@ -137,12 +137,13 @@ $strConnections = 'Prisijungimai';
$strConstraintsForDumped = 'Apribojimai eksportuotom lentelėm';
$strConstraintsForTable = 'Apribojimai lentelei';
$strCookiesRequired = 'Sausainėliai(Cookies) turi būti priimami.';
-$strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
$strCopy = 'Kopijuoti';
+$strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
$strCopyTable = 'Kopijuoti lentelė į (duombazė.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ą %s stulpeliui(iams)';
$strCreateIndexTopic = 'Sukurti naują indeksą';
@@ -150,7 +151,6 @@ $strCreateNewDatabase = 'Sukurti naują duombazę';
$strCreateNewTable = 'Sukurti naują lentelę duombazėje %s';
$strCreatePage = 'Sukurti naują puslapį';
$strCreatePdfFeat = 'PDF failo generavimas';
-$strCreate = 'Sukurti';
$strCreationDates = 'Sukūrimo/Atnaujinimo/Peržiūros datos';
$strCriteria = 'Kriterijai';
$strCroatian = 'Kroatų';
@@ -158,76 +158,76 @@ $strCyrillic = 'Kirylica';
$strCzech = 'Čekų';
$strCzechSlovak = 'Čekų-Slovakų';
+$strDBComment = 'Duombazės komantaras: ';
+$strDBCopy = 'Kopijuoti duombazę į';
+$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.';
-$strDatabasesDropped = 'Sėkmingai pašalintos %s duombazės.';
$strDatabases = 'Duombazės';
-$strDatabasesStatsDisable = 'Leisti statistiką';
+$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.';
-$strDataDict = 'Duomenų žodynas';
-$strData = 'Duomenys';
-$strDataOnly = 'Tik duomenys';
-$strDBComment = 'Duombazės komantaras: ';
-$strDBCopy = 'Kopijuoti duombazę į';
$strDbPrivileges = 'Specifinės duombazių privilegijos';
-$strDBRename = 'Pervadinti duombazę į';
$strDbSpecific = 'priklausantis nuo duombazės tipo';
-$strDefaultEngine = '%s yra standartinis saugojimo variklis šiame MySQL serveryje.';
$strDefault = 'Nutylint';
+$strDefaultEngine = '%s yra standartinis 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';
-$strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
-$strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
-$strDeleted = 'Eilutė ištrinta';
-$strDeleteNoUsersSelected = 'Nepasirinta vartotojų trynimui!';
$strDelete = 'Trinti';
+$strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
+$strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
+$strDeleteNoUsersSelected = 'Nepasirinta vartotojų trynimui!';
+$strDeleted = 'Eilutė ištrinta';
$strDeleting = 'Šaliname: %s';
$strDelimiter = 'Skyriklis';
-$strDelOld = 'Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite pašalinti šias nuorodas?';
$strDescending = 'Mažėjimo tvarka';
$strDescription = 'Paaiškinimas';
$strDictionary = 'žodynas';
-$strDisabled = 'Išjungta';
$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: "%")';
-$strDocu = '?';
$strDoYouReally = 'Ar TIKRAI norite ';
-$strDropDatabaseStrongWarning = 'Jūs ruošiatės SUNAIKINTI visą duombazę!';
+$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.';
-$strDumpingData = 'Sukurta duomenų kopija lentelei';
$strDumpSaved = 'Duombazės atvaizdis išsaugotas faile %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';
-$strEdit = 'Redaguoti';
$strEffective = 'Efektyvus';
$strEmpty = 'Išvalyti';
$strEmptyResultSet = 'MySQL gražino tuščią rezultatų rinkinį (nėra eilučių).';
$strEnabled = 'Įjungta';
$strEncloseInTransaction = 'Naudoti transakciją visam eksportui';
-$strEndCut = 'KIRPIMO PABAIGA';
$strEnd = 'Pabaiga';
+$strEndCut = 'KIRPIMO PABAIGA';
$strEndRaw = 'RAW PABAIGA';
$strEngineAvailable = '%s nėra galimas šiame MySQL serveryje.';
$strEngineDisabled = '%s šiame MySQL serveryje yra išjungtas.';
-$strEngines = 'Varikliai';
$strEngineUnsupported = 'Šis MySQL serveris nepalaiko %s saugojimo variklio.';
+$strEngines = 'Varikliai';
$strEnglish = 'Anglų';
$strEnglishPrivileges = ' Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba';
-$strErrorInZipFile = 'Klaida ZIP archyve:';
$strError = 'Klaida';
+$strErrorInZipFile = 'Klaida ZIP archyve:';
$strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estų';
@@ -239,35 +239,35 @@ $strExtendedInserts = 'Išplėstinis įterpimas';
$strExtra = 'Papildomai';
$strFailedAttempts = 'Nepavykę bandymai';
-$strFieldHasBeenDropped = 'Laukas %s išmestas';
$strField = 'Laukas';
+$strFieldHasBeenDropped = 'Laukas %s išmestas';
+$strFields = 'Lauką';
$strFieldsEnclosedBy = 'Laukų reikšmės apskliaustos simboliais';
$strFieldsEscapedBy = 'Laukų reikšmės baigiasi simboliu';
-$strFields = 'Lauką';
$strFieldsTerminatedBy = 'Laukų pabaigos žymė';
$strFileAlreadyExists = 'Failas pavadinimu %s jau yra darbinėje stotyje, pakeiskite norimą pavadinimą arba pasirinkite nustatymą leidžiantį perrašyti esamus failus.';
$strFileCouldNotBeRead = 'Negalima perskaityti failo';
+$strFileNameTemplate = 'Failo pavadinimo šablonas';
+$strFileNameTemplateDescription = 'Ši reikšmė interpretuojama naudojant %1$sstrftime%2$s, taigi, galite naudoti laiko formatavimo eilutes. Taip pat pakeičiamos šios eilutės: %3$s. Kitas tekstas bus paliktas kaip yra.';
$strFileNameTemplateDescriptionDatabase = 'duomenų bazės vardas';
$strFileNameTemplateDescriptionServer = 'serverio vardas';
-$strFileNameTemplateDescription = 'Ši reikšmė interpretuojama naudojant %1$sstrftime%2$s, taigi, galite naudoti laiko formatavimo eilutes. Taip pat pakeičiamos šios eilutės: %3$s. Kitas tekstas bus paliktas kaip yra.';
$strFileNameTemplateDescriptionTable = 'lentelės vardas';
-$strFileNameTemplate = 'Failo pavadinimo šablonas';
$strFileNameTemplateRemember = 'atsiminti šabloną';
$strFileToImport = 'Failas importavimui';
$strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų failuose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti. ';
$strFlushTable = 'Išvalyti lentelę ("FLUSH")';
$strFontSize = 'Šrifto dydis';
-$strFormat = 'Formatas';
$strFormEmpty = 'Trūksta reikšmės formoje !';
+$strFormat = 'Formatas';
$strFullText = 'Tekstus rodyti pilnai';
$strFunction = 'Funkcija';
$strFunctions = 'Funkcijos';
$strGenBy = 'Generavo:';
+$strGenTime = 'Atlikimo laikas';
$strGeneralRelationFeat = 'Pagrindinės sąryšių sąvybės';
$strGenerate = 'Generuoti';
$strGeneratePassword = 'Generuoti Slaiptažodį';
-$strGenTime = 'Atlikimo laikas';
$strGeorgian = 'Gruzinų';
$strGerman = 'Vokiečių';
$strGlobal = 'globalus';
@@ -278,65 +278,65 @@ $strGrantOption = 'Suteikti';
$strGreek = 'Graikų';
$strGzip = '"gzipped"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHasBeenAltered = 'išplėsta.';
$strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
$strHebrew = 'Žydų';
-$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHome = 'Pradinis';
+$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHost = 'Darbinė stotis';
$strHostEmpty = 'Tuščias prisijungimo adresas!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Vengrų';
$strIcelandic = 'Islandų';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
-$strIgnoreDuplicates = 'Ignoruoti pasikartojančias eilutes';
$strIgnore = 'Ignoruoti';
+$strIgnoreDuplicates = 'Ignoruoti pasikartojančias eilutes';
$strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
+$strImport = 'Importuoti';
$strImportFiles = 'Importuoti failus';
$strImportFormat = 'Įkelto failo formatas';
-$strImport = 'Importuoti';
-$strIndexes = 'Indeksai';
-$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
+$strInUse = 'šiuo metu naudojama';
$strIndex = 'Indeksas';
+$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
$strIndexName = 'Indekso vardas :';
$strIndexType = 'Indekso tipas :';
$strIndexWarningTable = 'Iškilo problemos su `%s` lentelės indeksais';
+$strIndexes = 'Indeksai';
$strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
$strInnoDBDataFilePath = 'Duomenų failai';
$strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duomenų failams.';
$strInnoDBPages = 'puslapiai';
$strInnodbStat = 'InnoDB būsena';
$strInsecureMySQL = 'Jūsų nustatymų faile 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.';
-$strInsertAsNewRow = 'Įterpti naują įrašą';
$strInsert = 'Įterpti';
+$strInsertAsNewRow = 'Įterpti naują įrašą';
$strInternalRelations = 'Vidiniai sąryšiai';
-$strInUse = 'šiuo metu naudojama';
$strJapanese = 'Japonų';
$strJumpToDB = 'Pereiti į "%s" duombazę.';
-$strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, "pašalinti" vartotojai gali prisijungti prie MySQL darbinės stoties.';
$strJustDelete = 'tik pašalinti vartotojus iš privilegijų lentelės.';
+$strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, "pašalinti" vartotojai gali prisijungti prie MySQL darbinės stoties.';
$strKeepPass = 'Nekeisti slaptažodžio';
$strKeyname = 'Raktinis žodis';
$strKill = 'Stabdyti procesą';
$strKorean = 'Korėjiečių';
+$strLDI = 'CSV naudojant LOAD DATA';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Peizažinis';
$strLanguage = 'Kalba';
$strLatexCaption = 'Lentelės antraštė';
$strLatexContent = 'Lentelės __TABLE__ turinys';
-$strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
$strLatexContinued = '(tęsinys)';
+$strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
$strLatexIncludeCaption = 'Įterpti lentelės antraštę';
$strLatexLabel = 'Pavadinimo raktas';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Lentelės __TABLE__ struktūra';
$strLatvian = 'Latvių';
-$strLDI = 'CSV naudojant LOAD DATA';
$strLengthSet = 'Ilgis/reikšmės*';
$strLimitNumRows = 'Eilučių skaičius puslapyje';
$strLinesTerminatedBy = 'Eilutės pabaigos žymė';
@@ -345,51 +345,52 @@ $strLinksTo = 'Sąryšis su';
$strLithuanian = 'Lietuvių';
$strLocalhost = 'Lokali darbinė stotis';
$strLocationTextfile = 'Tekstiniai SQL užklausų failai';
-$strLoginInformation = 'Prisijungimo informacija';
-$strLogin = 'Prisijungti';
-$strLogout = 'Atsijungti';
$strLogPassword = 'Slaptažodis:';
$strLogServer = 'Darbinė stotis';
$strLogUsername = 'Vartotojo vardas:';
+$strLogin = 'Prisijungti';
+$strLoginInformation = 'Prisijungimo informacija';
+$strLogout = 'Atsijungti';
$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. 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\', 100, b,\'c\'... 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.';
$strMaximalQueryLength = 'Didžiausias sukurtos užklausos ilgis';
$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!';
-$strMIME_available_mime = 'Galimi MIME-tipai';
-$strMIME_available_transform = 'Galimos transformacijos';
-$strMIME_description = 'Paaiškinimas';
-$strMIME_MIMEtype = 'MIME tipai';
-$strMIME_nodescription = 'Ši transformacija neturi paaiškinimo. 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_note = 'Prašome įvesti transformacijos nustatymų reikšmes naudodami tokį įvedimo formatą: \'a\', 100, b,\'c\'... 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_transformation_options = 'Transformacijos nustatymai';
-$strMIMETypesForTable = 'MIME tipai lentelei';
-$strMIME_without = 'MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos funkcijos.';
$strModifications = 'Pakeitimai išsaugoti';
-$strModifyIndexTopic = 'Keisti indeksą';
$strModify = 'Keisti';
-$strMoveTableOK = 'Lentelė %s perkelta į %s.';
+$strModifyIndexTopic = 'Keisti indeksą';
$strMoveTable = 'Perkelti lentelė į (duombazė.lentelė):';
+$strMoveTableOK = 'Lentelė %s perkelta į %s.';
$strMoveTableSameNames = 'Negalima perkelti lentelės į ją pačią!';
$strMultilingual = 'daugiakalbis';
$strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinų failų dydis kuriant indeksus';
-$strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinų failų dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
$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ė';
-$strMysqlClientVersion = 'MySQL kliento versija';
$strMySQLConnectionCollation = 'MySQL prisijungimo rūšiavimas';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLShowProcess = 'Rodyti procesus';
+$strMysqlClientVersion = 'MySQL kliento versija';
$strName = 'Pavadinimas';
$strNext = 'Sekantis';
+$strNo = 'Ne';
$strNoActivity = 'Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų. Prašau prisijungti iš naujo.';
$strNoDatabases = 'Nėra duombazių';
$strNoDatabasesSelected = 'Nepažymėjote duombazės.';
@@ -402,8 +403,6 @@ $strNoFrames = 'phpMyAdmin draugiškesnis su rėmelius palaikančiomis na
$strNoIndex = 'Neaprašyti indeksai!';
$strNoIndexPartsDefined = 'Neaprašytos indekso dalys!';
$strNoModification = 'Nėra pakeitimų';
-$strNo = 'Ne';
-$strNone = 'Nėra';
$strNoOptions = 'Šis formatas neturi nustatymų';
$strNoPassword = 'Nėra slaptažodžio';
$strNoPermission = 'Nėra teisių išsaugoti failui %s.';
@@ -414,16 +413,17 @@ $strNoRowsSelected = 'Nepasirinkti įrašai';
$strNoSpace = 'Nėra pakankamai vietos išsaugoti failui %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ė %s nerasta arba nenurodyta %s faile';
-$strNoUsersFound = 'Nerasta vartotojo(ų).';
-$strNoValidateSQL = 'Praleisti SQL užklausos tikrinimą';
$strNull = 'Null';
-$strNumberOfFields = 'Laukų skaičius';
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje %s';
$strNumSearchResultsTotal = 'Viso:%s atitikmuo(enys)';
$strNumTables = 'Lentelės';
+$strNumberOfFields = 'Laukų skaičius';
$strOK = 'Gerai';
$strOpenNewWindow = 'Atverti naują phpMyAdmin langą';
@@ -433,41 +433,41 @@ $strOr = 'Arba';
$strOverhead = 'Perteklius';
$strOverwriteExisting = 'Perrašyti esamus failus';
+$strPDF = 'PDF';
+$strPDFReportTitle = 'Ataskaitos antraštė';
+$strPHPExtension = 'PHP plėtinys';
+$strPHPVersion = 'PHP versija';
$strPageNumber = 'Puslapis:';
$strPaperSize = 'Lapo dydis';
$strPartialImport = 'Dalinis įkėlimas';
$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!';
-$strPassword = 'Slaptažodis';
$strPdfDbSchema = 'Duombazės "%s" schema - %s puslapis';
$strPdfInvalidTblName = 'Lentelė "%s" neegzistuoja!';
$strPdfNoTables = 'No tables';
-$strPDF = 'PDF';
-$strPDFReportTitle = 'Ataskaitos antraštė';
$strPerHour = 'per valandą';
$strPerMinute = 'per minutę';
$strPerSecond = 'per sekundę';
$strPersian = 'Persų';
$strPhoneBook = 'telefonų knyga';
-$strPHPExtension = 'PHP plėtinys';
$strPhp = 'PHP kodas';
-$strPHPVersion = 'PHP versija';
$strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
$strPmaUriError = 'Reikia nustatymų faile įrašyti $cfg[\'PmaAbsoluteUri\'] 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" yra vienintelis pirminio rakto tipas!)';
-$strPrimary = 'Pirminis';
$strPrint = 'Spausdinti';
-$strPrintViewFull = 'Spausdinti rezultatus (su pilnais tekstais)';
$strPrintView = 'Spausdinti struktūrą';
+$strPrintViewFull = 'Spausdinti rezultatus (su pilnais tekstais)';
$strPrivDescAllPrivileges = 'Įtraukti visas teises, išskyrus GRANT.';
$strPrivDescAlter = 'Leisti keisti jau egzistuojančių lenetelių struktūrą.';
$strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
@@ -506,9 +506,9 @@ $strProcesslist = 'Procesų sąrašas';
$strProtocolVersion = 'Protokolo versija';
$strPutColNames = 'Stulpelių pavadinimus įrašyti pirmoje eilutėje';
+$strQBE = 'SQL užklausa';
$strQBEDel = 'Pakeičiant';
$strQBEIns = 'Įterpiant';
-$strQBE = 'SQL užklausa';
$strQueryCache = 'Užklausų saugykla';
$strQueryFrame = 'Užklausų langas';
$strQueryOnDb = 'SQL-užklausa duombazėje %s:';
@@ -519,50 +519,61 @@ $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';
-$strRelationalSchema = 'Ryšių schema';
$strRelationNotWorking = 'Nėra PMA lentelių, kurios leidžia dirbti su jungtinėmis MySQL lentelėmis. %sPaaiškinimas%s.';
-$strRelationsForTable = 'RELATIONS FOR TABLE';
-$strRelations = 'Sąryšiai';
$strRelationView = 'Peržiūrėti sąryšius';
+$strRelationalSchema = 'Ryšių schema';
+$strRelations = 'Sąryšiai';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadingThePrivileges = 'Perkraunamos privilegijos';
$strRemoveSelectedUsers = 'Pašalinti pažymėtus vartotojus';
$strRenameDatabaseOK = 'Duombazė %s pervadinta į %s';
-$strRenameTableOK = 'Lentelė %s pervadinta į %s';
$strRenameTable = 'Pervadinti lentelę į';
+$strRenameTableOK = 'Lentelė %s pervadinta į %s';
$strRepairTable = 'Redaguoti';
$strReplaceNULLBy = 'Pakeisti NULL į';
$strReplaceTable = 'Pakeisti lentelės turinį failo duomenimis ';
$strReplication = 'Replikacija';
$strReset = 'Atstatyti į pradinę būseną';
$strResourceLimits = 'Išteklių apribojimai';
-$strReType = 'Įveskite dar kartą';
-$strRevokeAndDeleteDescr = 'Kol nėra perkrautos privilegijos, vartotojai dar turės privilegiją USAGE.';
-$strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus.';
-$strRevokeMessage = 'Jūs panaikinote privilegijas %s';
$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';
-$strRowSize = 'Eilutės dydis';
$strRowsModeFlippedHorizontal = 'horizontalūs (pasukti pavadinimai)';
$strRowsModeHorizontal = 'horizontaliai';
$strRowsModeOptions = 'išdėstant %s pakartoti antraštes kas %s įrašų';
$strRowsModeVertical = 'vertikaliai';
$strRowsStatistic = 'Eilučių statistika';
-$strRunning = 'adresu %s';
$strRunQuery = 'Vykdyti užklausą';
$strRunSQLQuery = 'Vykdyti SQL sakinius duombazėje %s';
+$strRunning = 'adresu %s';
$strRussian = 'Rusų';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL suderinamumas';
+$strSQLExportType = 'Eksporto tipas';
+$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: "%"):';
@@ -570,7 +581,6 @@ $strSearchOption1 = 'bent vienas iš žodžių';
$strSearchOption2 = 'visi žodžiai';
$strSearchOption3 = 'ištisa frazė';
$strSearchOption4 = 'kaip reguliarųjį išsireiškimą';
-$strSearch = 'Paieška';
$strSearchResultsFor = 'Paieškos rezultatai frazei "%s" %s:';
$strSearchType = 'Rasti:';
$strSecretRequired = 'Nustatymų faile nurodykite slaptą frazę (blowfish_secret).';
@@ -582,47 +592,47 @@ $strSelectNumRows = 'užklausą vykdoma';
$strSelectTables = 'Pasirinkite lenteles';
$strSend = 'Išsaugoti į failą';
$strSent = 'Siųsta';
+$strServer = 'Serveris';
$strServerChoice = 'Pasirinkti serverį';
$strServerNotResponding = 'Serveris neatsako';
-$strServer = 'Serveris';
-$strServers = 'Serveriai';
-$strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
$strServerStatus = 'Veikimo informacija';
+$strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
$strServerTabVariables = 'Kintamieji';
$strServerTrafficNotes = 'Serverio apkrovimas: šiose lentelėse saugoma statistinė informacija apie MySQL serverio apkrovimą nuo paleidimo dienos.';
$strServerVars = 'Serverio kintamieji ir nustatymai';
$strServerVersion = 'Serverio versija';
+$strServers = 'Serveriai';
$strSessionValue = 'Sesijos reikšmė';
$strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenų reikšmes reikia įvesti naudojant šį formatą: \'a\',\'b\',\'c\'... . 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\').';
-$strSetuperror_incorrect_ip_address = 'Neteisingas IP adresas: %s';
-$strSetuperror_nan_nneg = 'Nėra neneigiamas skaičius';
-$strSetuperror_nan_p = 'Nėra teigiamas skaičius';
$strSetupFalse = 'ne';
-$strSetupForm_Left_databases_desc = 'Duomenų bazių rodymo nustatymai';
$strSetupForm_Left_databases = 'Duomenų bazės';
-$strSetupForm_Left_tables_desc = 'Lentelių rodymo nustatymai';
+$strSetupForm_Left_databases_desc = 'Duomenų bazių rodymo nustatymai';
$strSetupForm_Left_tables = 'Lentelės';
+$strSetupForm_Left_tables_desc = 'Lentelių rodymo nustatymai';
$strSetupForm_Query_window = 'Užklausų langas';
$strSetupForm_Tabs = 'Kortelės';
$strSetupServers_AllowDeny_order_desc = 'Palikite tuščią, jei nenaudojamas';
$strSetupServers_AllowRoot_name = 'Leisti prisijungti kaip root';
-$strSetupServers_connect_type_name = 'Susijungimo tipas';
$strSetupServers_DisableIS_name = 'Neleisti matyti INFORMATION_SCHEMA';
+$strSetupServers_connect_type_name = 'Susijungimo tipas';
$strSetupServers_extension_name = 'Naudoti PHP išplėtimą';
$strSetupServers_host_name = 'Serverio adresas';
$strSetupServers_port_name = 'Serverio jungtis';
$strSetupTrue = 'taip';
+$strSetuperror_incorrect_ip_address = 'Neteisingas IP adresas: %s';
+$strSetuperror_nan_nneg = 'Nėra neneigiamas skaičius';
+$strSetuperror_nan_p = 'Nėra teigiamas skaičius';
+$strShow = 'Rodyti';
$strShowAll = 'Rodyti viską';
$strShowColor = 'Rodyti spalvą';
$strShowDatadictAs = 'Duomenų žodyno formatas';
$strShowFullQueries = 'Rodyti pilnas užklausas';
$strShowGrid = 'Rodyti tinklelį';
-$strShowingRecords = 'Rodomi įrašai';
$strShowPHPInfo = 'Rodyti PHP informaciją';
-$strShow = 'Rodyti';
$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';
@@ -630,26 +640,16 @@ $strSkipQueries = 'Praleisti įrašų(užklausų) skaičių nuo pradžios';
$strSlovak = 'Slovakų';
$strSlovenian = 'Slovėnų';
$strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)';
+$strSort = 'Rūšiuoti';
$strSortByKey = 'Rūšiuoti pagal raktą';
$strSorting = 'Rūšiavimas';
-$strSort = 'Rūšiuoti';
$strSpaceUsage = 'Vietos naudojimas';
$strSpanish = 'Ispanų';
$strSplitWordsWithSpace = 'Žodžiai atskirti tarpo simboliu (" ").';
-$strSQLCompatibility = 'SQL suderinamumas';
-$strSQLExportType = 'Eksporto tipas';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Klaidingas vardas';
-$strSQPBugUnclosedQuote = 'Trūksta uždaromosios kabutės';
-$strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
$strStatCheckTime = 'Paskutinis patikrinimas';
$strStatCreateTime = 'Sukurta';
-$strStatement = 'Parametrai';
$strStatUpdateTime = 'Paskutinis atnaujinimas';
+$strStatement = 'Parametrai';
$strStatus = 'Statusas';
$strStorageEngine = 'Saugojimo variklis';
$strStorageEngines = 'Saugojimo varikliai';
@@ -667,26 +667,26 @@ $strSwedish = 'Švedų';
$strSwitchToDatabase = 'Pereiti į nukopijuotą duombazę';
$strSwitchToTable = 'Pereiti į lentelės kopiją';
+$strTable = 'Lentelė';
$strTableAlreadyExists = 'Lentelė %s jau yra!';
$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';
-$strTable = 'Lentelė';
$strTableMaintenance = 'Lentelės diagnostika';
$strTableName = 'Lentelės vardas';
$strTableOfContents = 'Turinys';
$strTableOptions = 'Lentelės parinktys';
-$strTables = '%s lentelė(s)';
$strTableStructure = 'Sukurta duomenų struktūra lentelei';
+$strTables = '%s lentelė(s)';
$strTakeIt = 'pasirinkti';
$strTblPrivileges = 'Specifinės lentelių privilegijos';
$strTextAreaLength = ' Tai yra jo ilgis, šis laukelis neredaguojamas ';
$strThai = 'Tailando';
+$strTheme = 'Tema / Stilius';
$strThemeDefaultNotFound = 'Standartinė tema %s nerasta!';
$strThemeNotFound = 'Tema %s nerasta!';
-$strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris';
$strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
$strTime = 'Laikas';
@@ -715,14 +715,19 @@ $strUnicode = 'Unicodas';
$strUnique = 'Unikalus';
$strUnknown = 'nežinoma';
$strUnselectAll = 'Atžymėti visus';
+$strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
$strUpdatePrivMessage = 'Jūs pakeitėte privilegijas %s.';
$strUpdateProfileMessage = 'Profilis papildytas.';
$strUpdateQuery = 'Atnaujinti užklausą';
-$strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
$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';
@@ -730,26 +735,21 @@ $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 "%s"';
-$strUser = 'Vartotojas';
-$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ę';
$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';
-$strViewDumpDatabases = 'Peržiūrėti duombazių išrašą';
-$strViewDumpDB = 'Sukurti, peržiūrėti duombazės atvaizdį';
-$strViewDump = 'Peržiūrėti lentelės struktūros atvaizdį';
-$strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
$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';
$strWebServer = 'Interneto serveris';
-$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
+$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWelcome = 'Jūs naudojate %s';
$strWestEuropean = 'Vakarų Europos';
$strWiki = 'Wiki';
@@ -769,34 +769,42 @@ $strZip = '"zip"';
// To translate:
$strActions = 'Actions'; //to translate
$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
-$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
-$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
-$strCancel = 'Cancel'; //to translate
+$strCSV = 'CSV'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strComment = 'Comment'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
@@ -804,20 +812,28 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
$strCreateUserDatabaseNone = 'None'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
$strCustomColor = 'Custom color'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDeleteRelation = 'Delete relation'; //to translate
$strDesigner = 'Designer'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
@@ -835,17 +851,40 @@ $strFlushTables = 'Flush (close) all tables'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
$strHelp = 'Help'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
$strHide = 'Hide'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -856,11 +895,11 @@ $strInterface = 'Interface'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
@@ -875,12 +914,14 @@ $strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strMoveMenu = 'Move Menu'; //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
@@ -889,7 +930,11 @@ $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
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
@@ -898,39 +943,41 @@ $strOperator = 'Operator'; //to translate
$strOptimize = 'Optimize'; //to translate
$strOptions = 'Options'; //to translate
-$strPacked = 'Packed'; //to translate
-$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
$strPlayAudio = 'Play audio'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
@@ -940,15 +987,58 @@ $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strProfiling = 'Profiling'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
$strRebuild = 'Rebuild'; //to translate
$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
$strRelationalDisplayField = 'Relational display field'; //to translate
$strRelationalKey = 'Relational key'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strReloadPrivileges = 'Reload privileges'; //to translate
$strReload = 'Reload'; //to translate
+$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRoutineReturnType = 'Return type'; //to translate
$strRoutines = 'Routines'; //to translate
@@ -964,23 +1054,22 @@ $strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
@@ -1007,24 +1096,14 @@ $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
$strSetupDonateLink = 'Donate'; //to translate
$strSetupDownload = 'Download'; //to translate
$strSetupEndOfLine = 'End of line'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
@@ -1037,8 +1116,8 @@ $strSetupExport_format_name = 'Format'; //to translate
$strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSL_name = 'Force SSL connection'; //to translate
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
@@ -1046,48 +1125,48 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
$strSetupForm_Browse = 'Browse mode'; //to translate
$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
$strSetupFormset_customization = 'Customization'; //to translate
$strSetupFormset_export = 'Customize export options'; //to translate
$strSetupFormset_features = 'Features'; //to translate
$strSetupFormset_import = 'Customize import defaults'; //to translate
$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
@@ -1118,9 +1197,9 @@ $strSetupLeftFrameLight_name = 'Use light version'; //to translate
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLetUserChoose = 'let the user choose'; //to translate
@@ -1133,8 +1212,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
@@ -1172,14 +1251,33 @@ $strSetupRecodingEngine_desc = 'Select which functions will be used for characte
$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
$strSetupSaveDir_name = 'Save directory'; //to translate
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
@@ -1194,20 +1292,14 @@ $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsu
$strSetupServers_controlpass_name = 'Control user password'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
$strSetupServers_hide_db_name = 'Hide databases'; //to translate
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
$strSetupServers_history_name = 'SQL query history table'; //to translate
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
$strSetupServers_nopassword_name = 'Connect without password'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
@@ -1221,14 +1313,9 @@ $strSetupServers_pmadb_name = 'PMA database'; //to translate
$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_ssl_name = 'Use SSL'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
@@ -1252,9 +1339,9 @@ $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1264,11 +1351,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
@@ -1279,6 +1361,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; /
$strSetupUseDbSearch_name = 'Use database search'; //to translate
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
$strSetupVersionCheckLink = 'Check for latest version'; //to translate
@@ -1286,20 +1369,30 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
$strSetupWarning = 'Warning'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDump_name = 'ZIP'; //to translate
-$strShowBinaryContents = 'Rodyti dvejetainių laukų turinį'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
$strShowBLOBContents = 'Rodyti BLOB laukų turinį'; //to translate
+$strShowBinaryContents = 'Rodyti dvejetainių laukų turinį'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -1354,13 +1447,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -1376,10 +1469,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -1392,8 +1485,8 @@ $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_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
@@ -1410,21 +1503,44 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
$strTexyText = 'Texy! text'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
@@ -1435,8 +1551,53 @@ $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue f
$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
$strToFromPage = 'to/from page'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
@@ -1459,41 +1620,6 @@ $strViewImage = 'View image'; //to translate
$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1502,127 +1628,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php
index 451c58475..41f0b8f8b 100644
--- a/lang/macedonian_cyrillic-utf-8.inc.php
+++ b/lang/macedonian_cyrillic-utf-8.inc.php
@@ -141,12 +141,14 @@ $strConnections = 'Конекции';
$strConstraintsForDumped = 'Ограничувања за извезените табели';
$strConstraintsForTable = 'Ограничувања за табелите';
$strCookiesRequired = 'вашиот веб прелистувач треба да допушти cookies';
+$strCopy = 'Копирај';
$strCopyDatabaseOK = 'Базата на податоци %s е ископирана во %s';
$strCopyTable = 'Копирај ја табелата во (база.табела):';
$strCopyTableOK = 'Табелата %s е копирана во %s.';
$strCopyTableSameNames = 'Не можам да ја копирам табелата во самата себе!';
$strCouldNotKill = 'phpMyAdmin не можеше да го прекине процесот %s. Веројатно веќе е затворен.';
$strCreate = 'Креирај';
+$strCreateDatabaseBeforeCopying = 'CREATE DATABASE пред копирање';
$strCreateIndex = 'Направи клуч на %s колони';
$strCreateIndexTopic = 'Креирај нов клуч';
$strCreateNewDatabase = 'Креирај нова база на податоци';
@@ -260,6 +262,8 @@ $strFunction = 'Функција';
$strGenBy = 'Генерирал';
$strGenTime = 'Време на креирање';
$strGeneralRelationFeat = 'Општи особини на релациите';
+$strGenerate = 'Генерирај';
+$strGeneratePassword = 'Генерирање на лозинка';
$strGeorgian = 'Грузиски';
$strGerman = 'Германски';
$strGlobal = 'глобално';
@@ -460,13 +464,18 @@ $strPrintView = 'Преглед за печатење';
$strPrintViewFull = 'Преглед за печатење (целосен текст)';
$strPrivDescAllPrivileges = 'Ги вклучува сите привилегии освен GRANT.';
$strPrivDescAlter = 'Дозволува промена на структурата на постоечките табели.';
+$strPrivDescAlterRoutine = 'Дозволува промена и бришење на stored рутини.';
$strPrivDescCreateDb = 'Дозволува креирање на нови бази на податоци и табели.';
+$strPrivDescCreateRoutine = 'Дозволува креирање на stored рутини.';
$strPrivDescCreateTbl = 'Дозволува креирање на нови табела.';
$strPrivDescCreateTmpTable = 'Дозволува креирање на привремени табели...';
+$strPrivDescCreateUser = 'Дозволува креирање, бришење и преименување на корсиничките имиња.';
+$strPrivDescCreateView = 'Дозволува креирање на нови погледи.';
$strPrivDescDelete = 'Дозволува бришење на податоци.';
$strPrivDescDropDb = 'Дозволува бришење на бази на податоци и табели.';
$strPrivDescDropTbl = 'Дозволува бришење на табели.';
$strPrivDescExecute = 'Дозволува стартување на снимени процедури. Нема ефект во новата верзија на MySQL.';
+$strPrivDescExecute5 = 'Дозволува извршување на stored рутини.';
$strPrivDescFile = 'Дозволува увоз на податоци и нивен извоз во податотеки.';
$strPrivDescGrant = 'Дозволува додавање на корисници и привилегии без повтроно вчитавање на табелата на привилегии.';
$strPrivDescIndex = 'Дозволува креирање и бришење на клучева.';
@@ -481,6 +490,7 @@ $strPrivDescReplClient = 'Дава права на кориснику да пр
$strPrivDescReplSlave = 'Потребно заради помошните сервери за репликација.';
$strPrivDescSelect = 'Дозволува читање на податоци.';
$strPrivDescShowDb = 'Дава пристап на комплетната листа на базите на податоци.';
+$strPrivDescShowView = 'Дозволува извршување на SHOW CREATE VIEW упити.';
$strPrivDescShutdown = 'Дозволува гасење на серверот.';
$strPrivDescSuper = ' Дозволува поврзување иако е постигнат макслималниот број на врски; Неопходно за повеќето административни опции како што е подесување на глобални променливи или прекин на процеси наостанатите корисници.';
$strPrivDescUpdate = 'Дозволува измена на податоци.';
@@ -527,6 +537,7 @@ $strRevokeAndDelete = 'Одземи ги сите привилегии на ак
$strRevokeAndDeleteDescr = 'Корисниците и понатаму ќе имаат USAGE привилегии се додека не се вчитаат повторно привилегиите.';
$strRevokeMessage = 'Ги забранивте привилегиите за %s';
$strRomanian = 'Романски';
+$strRoutines = 'Рутини';
$strRowLength = 'Должина на запис';
$strRowSize = 'Големина на запис';
$strRows = 'Записи';
@@ -720,47 +731,77 @@ $strYes = 'Да';
$strZeroRemovesTheLimit = 'Напомена: Поставувањето на овие опции на 0 (нула) ги отстранува ограничувањата.';
$strZip = '"zip"';
-$strPrivDescCreateView = 'Дозволува креирање на нови погледи.';
-$strPrivDescCreateUser = 'Дозволува креирање, бришење и преименување на корсиничките имиња.';
-$strPrivDescCreateRoutine = 'Дозволува креирање на stored рутини.';
-$strPrivDescAlterRoutine = 'Дозволува промена и бришење на stored рутини.';
-$strRoutines = 'Рутини';
-$strPrivDescShowView = 'Дозволува извршување на SHOW CREATE VIEW упити.';
-$strPrivDescExecute5 = 'Дозволува извршување на stored рутини.';
-$strCreateDatabaseBeforeCopying = 'CREATE DATABASE пред копирање';
-$strGeneratePassword = 'Генерирање на лозинка';
-$strGenerate = 'Генерирај';
-$strCopy = 'Копирај';
-
+// 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
+$strActions = 'Actions'; //to translate
$strAddClause = 'Add %s'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strCancel = 'Cancel'; //to translate
+
+$strCSV = 'CSV'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDeleteRelation = 'Delete relation'; //to translate
$strDelimiter = 'Delimiter'; //to translate
$strDesigner = 'Designer'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDirectLinks = 'Direct links'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
@@ -768,38 +809,71 @@ $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
-$strFiles = 'Files'; //to translate
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
$strFunctions = 'Functions'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
$strHelp = 'Help'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
$strHide = 'Hide'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
+$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
-$strImport = 'Import'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
@@ -808,55 +882,516 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidTableName = 'Invalid table name'; //to translate
+
$strJoins = 'Joins'; //to translate
+
$strKeyCache = 'Key cache'; //to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strLanguage = 'Language'; //to translate
-$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
+
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
+$strOptimize = 'Optimize'; //to translate
$strOptions = 'Options'; //to translate
-$strPartialImport = 'Partial import'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strProcedures = 'Procedures'; //to translate
$strProcesses = 'Processes'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryResultsOperations = 'Query results operations'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
$strRecommended = 'recommended'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
-$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strReload = 'Reload'; //to translate
+$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRoutineReturnType = 'Return type'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strServers = 'Servers'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -911,13 +1446,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -933,10 +1468,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -949,8 +1484,8 @@ $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_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
@@ -967,34 +1502,112 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strThreads = 'Threads'; //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
$strToFromPage = 'to/from page'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strTriggers = 'Triggers'; //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
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
@@ -1005,481 +1618,15 @@ $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1488,127 +1635,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php
index a1e1ff6fa..47ad45383 100644
--- a/lang/malay-utf-8.inc.php
+++ b/lang/malay-utf-8.inc.php
@@ -35,6 +35,7 @@ $month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept',
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
+$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAbortedClients = 'DiBatalkan';
$strAccessDenied = 'Akses dinafikan';
$strAction = 'Aksi';
@@ -43,21 +44,20 @@ $strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
$strAddNewField = 'Tambah medan baru';
$strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
$strAddToIndex = 'Tambah ke indeks %s kolum';
-$strAddUserMessage = 'Anda telah menambah pengguna baru.';
$strAddUser = 'Tambah Pengguna Baru';
+$strAddUserMessage = 'Anda telah menambah pengguna baru.';
+$strAfter = 'Selepas %s';
$strAfterInsertBack = 'Kembali ke muka sebelumnya';
$strAfterInsertNewInsert = 'Tambah baris yang baru';
-$strAfter = 'Selepas %s';
$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';
-$strAnIndex = 'Indeks telah ditambah pada %s';
-$strAnyHost = 'Sebarang hos';
$strAny = 'Sebarang';
+$strAnyHost = 'Sebarang hos';
$strAnyUser = 'Sebarang pengguna';
-$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAscending = 'Menaik';
$strAtBeginningOfTable = 'Pada Awalan Jadual';
$strAtEndOfTable = 'Pada Akhir Jadual';
@@ -81,9 +81,9 @@ $strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yan
$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';
-$strChange = 'Ubah';
$strCharsetOfFile = 'Fail bagi set Aksara:';
$strCheckAll = 'Tanda Semua';
$strCheckTable = 'Periksa Jadual';
@@ -98,8 +98,8 @@ $strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi! In
$strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
$strConnections = 'Hubungan';
$strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
-$strCopyTableOK = 'Jadual %s telah disalin ke %s.';
$strCopyTable = 'Salin jadual ke (pangkalandata.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 %s ';
@@ -110,39 +110,39 @@ $strCreatePage = 'Cipta Halaman baru';
$strCreatePdfFeat = 'Ciptaan bagi PDF';
$strCriteria = 'Kriteria';
-$strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
-$strDatabase = 'Pangkalan Data';
-$strDatabases = 'pangkalan data';
-$strDatabasesStats = 'Statistik pangkalan data';
$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';
-$strDeleted = 'Baris telah dipadam';
$strDelete = 'Padam';
+$strDeleted = 'Baris telah dipadam';
$strDescending = 'Menurun';
$strDisabled = 'Tidak Membenarkan';
$strDisplayFeat = 'Paparkan Ciri-ciri';
$strDisplayOrder = 'Turutan paparan:';
$strDisplayPDF = 'Papar Skema PDF';
$strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
-$strDocu = 'Dokumentasi';
$strDoYouReally = 'Adakah anda ingin ';
+$strDocu = 'Dokumentasi';
$strDrop = 'Gugur';
-$strDumpingData = 'Melonggok data bagi jadual';
$strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
+$strDumpingData = 'Melonggok data bagi jadual';
$strDynamic = 'dinamik';
+$strEdit = 'Ubah';
$strEditPDFPages = 'Ubah Halaman PDF';
$strEditPrivileges = 'Ubah Privilej';
-$strEdit = 'Ubah';
$strEffective = 'Berkesan';
$strEmpty = 'Kosong';
$strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
$strEnabled = 'Membenarkan';
+$strEnd = 'Tamat';
$strEndCut = 'TAMAT SALIN';
$strEndRaw = 'TAMAT MENTAH';
-$strEnd = 'Tamat';
$strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
$strError = 'Ralat';
$strExplain = 'Terangkan Kod SQL';
@@ -151,51 +151,51 @@ $strExtendedInserts = 'Penyelitan Lanjutan';
$strExtra = 'Ekstra';
$strFailedAttempts = 'Percubaan Gagal';
-$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
$strField = 'Medan';
+$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
+$strFields = 'Medan';
$strFieldsEnclosedBy = 'Medan disertai oleh';
$strFieldsEscapedBy = 'Medan dilarikan oleh';
-$strFields = 'Medan';
$strFieldsTerminatedBy = 'Medan dihapuskan oleh';
$strFlushTable = 'Buang jadual ("FLUSH")';
-$strFormat = 'Format';
$strFormEmpty = 'Kehilangan nilai pada borang! !';
+$strFormat = 'Format';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
$strGenBy = 'Dijana oleh';
-$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGenTime = 'Masa dijana';
+$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGlobalValue = 'Nilai Global';
$strGo = 'Pergi';
$strGzip = '"digzip"';
$strHasBeenAltered = 'telah diubahsuai.';
$strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
-$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHome = 'Rumah';
-$strHostEmpty = 'Nama hos adalah kosong!';
+$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHost = 'Hos';
+$strHostEmpty = 'Nama hos adalah kosong!';
$strId = 'ID';
$strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai';
-$strIndexes = 'Indeks';
-$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
+$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndexName = 'Nama indeks :';
$strIndexType = 'Jenis indeks :';
+$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.';
-$strInsertAsNewRow = 'Selitkan baris baru';
$strInsert = 'Selit';
-$strInUse = 'sedang digunakan';
+$strInsertAsNewRow = 'Selitkan baris baru';
$strKeepPass = 'Jangan tukar katalaluan';
$strKeyname = 'Nama Kekunci';
$strKill = 'Bunuh';
-$strLandscape = 'Menegak';
$strLaTeX = 'LaTeX';
+$strLandscape = 'Menegak';
$strLengthSet = 'Panjang/Nilai*';
$strLimitNumRows = 'Bilangan baris per halaman';
$strLinesTerminatedBy = 'Baris ditamatkan oleh';
@@ -203,42 +203,42 @@ $strLinkNotFound = 'Pautan tidak dijumpai';
$strLinksTo = 'Pautan ke';
$strLocalhost = 'Local';
$strLocationTextfile = 'Lokasi bagi fail teks';
-$strLogin = 'Logmasuk';
-$strLogout = 'Log keluar';
$strLogPassword = 'Katalaluan:';
$strLogUsername = 'Namapengguna:';
+$strLogin = 'Logmasuk';
+$strLogout = 'Log keluar';
$strModifications = 'Pengubahsuaian telah disimpan';
-$strModifyIndexTopic = 'Ubahsuai indeks';
$strModify = 'Ubahsuai';
-$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
+$strModifyIndexTopic = 'Ubahsuai indeks';
$strMoveTable = 'Pindahkan jadual ke (pangkalandata.jadual):';
+$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
$strMySQLCharset = 'Set Aksara MySQL';
$strMySQLSaid = 'MySQL berkata: ';
$strMySQLShowProcess = 'Papar proses';
$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 menyokong-kerangka seperti mozilla.';
-$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoIndex = 'Tiada indeks ditafrifkan!';
+$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoModification = 'Tiada perubahan';
-$strNone = 'Tiada';
$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.';
-$strNo = 'Tidak';
+$strNoUsersFound = 'Tiada pengguna dijumpai.';
+$strNoValidateSQL = 'Melangkau Pengesahan SQL';
+$strNone = 'Tiada';
$strNotNumber = 'Ini adalah bukan nombor!!';
$strNotOK = 'tidak OK';
$strNotSet = 'Jadual %s tidak dijumpai atau ditetapkan pada %s';
-$strNoUsersFound = 'Tiada pengguna dijumpai.';
-$strNoValidateSQL = 'Melangkau Pengesahan SQL';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s padanan di dalam jadual %s';
$strNumSearchResultsTotal = 'Jumlah: %s padanan';
@@ -250,26 +250,26 @@ $strOptimizeTable = 'Optimakan jadual';
$strOr = 'Atau';
$strOverhead = 'Melebihi';
+$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Muka Surat:';
$strPartialText = 'Sebahagian Teks';
-$strPasswordEmpty = 'Katalaluan adalah kosong!';
$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';
-$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = '$cfg[PmaAbsoluteUri] 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" mesti nama dan semesti dari kekunci utama!)';
-$strPrimary = 'Utama';
$strPrint = 'Cetak';
$strPrintView = 'Paparan Cetak';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
@@ -280,39 +280,47 @@ $strProcesses = 'Proses-proses';
$strProcesslist = 'Senarai Proses';
$strPutColNames = 'Letakkan medan di baris pertama';
+$strQBE = 'Kueri';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Kueri';
$strQueryOnDb = 'SQL- kueri pada pangkalan data %s:';
$strQueryStatistics = 'Kueri Statistik: 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';
-$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
+$strRelationalSchema = 'Skema Hubungan';
$strRenameTable = 'Tukarnama jadual ke';
+$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
$strRepairTable = 'Baiki jadual';
$strReplaceTable = 'Ganti data jadual dengan fail';
$strReset = 'Ulangtetap';
-$strReType = 'Ulang-taip';
-$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRevoke = 'TarikBalik';
+$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRowLength = 'Panjang baris';
+$strRowSize = ' Saiz baris ';
$strRows = 'Baris';
$strRowsFrom = 'baris bermula dari rekod #';
-$strRowSize = ' Saiz baris ';
$strRowsModeHorizontal = 'mengufuk';
$strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
$strRowsModeVertical = 'menegak';
$strRowsStatistic = 'Statistik Baris';
-$strRunning = 'dilaksana pada %s';
$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';
@@ -332,8 +340,8 @@ $strSelectNumRows = 'pada kueri';
$strSelectTables = 'Pilih Jadual';
$strSend = 'Simpan sebagai fail';
$strSent = 'Hantar';
-$strServerChoice = 'Pilihan Pelayan';
$strServer = 'Pelayan';
+$strServerChoice = 'Pilihan Pelayan';
$strServerStatus = 'Informasi MasaJana';
$strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
$strServerTabVariables = 'Pemboleh-pembolehubah';
@@ -342,29 +350,21 @@ $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\'... 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';
-$strShowingRecords = 'Papar baris';
-$strShow = 'Papar';
$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 (" ").';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
-$strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
-$strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
$strStatement = 'Penyataan';
$strStatus = 'Status';
$strStrucCSV = 'data CSV';
@@ -377,16 +377,16 @@ $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';
-$strTable = 'Jadual';
$strTableMaintenance = 'Penyenggaraan Jadual';
$strTableOfContents = 'Kandungan';
-$strTables = '%s jadual';
$strTableStructure = 'Struktur jadual bagi jadual';
+$strTables = '%s jadual';
$strTextAreaLength = ' Kerana kepanjangannya, medan ini tidak boleh diedit ';
$strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
$strTime = 'Masa';
@@ -403,17 +403,17 @@ $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';
-$strUser = 'Pengguna';
-$strUseTables = 'Guna Jadual';
$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';
-$strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
$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';
@@ -428,7 +428,9 @@ $strZip = '"zipped"';
// 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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
@@ -439,152 +441,249 @@ $strAdministration = 'Administration'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
+$strAsDefined = 'As defined:'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCantLoad = 'cannot load %s extension, please check PHP Configuration'; //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
+$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
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
+$strDBComment = 'Database comment: ';//to translate
+$strDBCopy = 'Copy database to'; //to translate
+$strDBRename = 'Rename database to'; //to translate
$strDanish = 'Danish'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //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
-$strDataPages = 'Pages containing data'; //to translate
-$strDBComment = 'Database comment: ';//to translate
-$strDBCopy = 'Copy database to'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
-$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
+$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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //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
+$strDelimiter = 'Delimiter'; //to translate
$strDescription = 'Description'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
$strDictionary = 'dictionary'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //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
+$strDumpAllRows = 'Dump all rows'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strEnglish = 'English'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEstonian = 'Estonian'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
-$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
-$strHandler = 'Handler'; //to translate
-$strHebrew = 'Hebrew'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHebrew = 'Hebrew'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strHungarian = 'Hungarian'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
+$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
-$strImport = 'Import'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -594,80 +693,96 @@ $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
$strInnodbStat = 'InnoDB Status'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJapanese = 'Japanese'; //to translate
$strJoins = 'Joins'; //to translate
$strJumpToDB = 'Jump to database "%s".'; //to translate
-$strJustDeleteDescr = 'The "deleted" 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
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strKorean = 'Korean'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//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
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
-$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginInformation = 'Login Information'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //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. 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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
-$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. 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\', 100, b,\'c\'... 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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
@@ -676,24 +791,66 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
@@ -707,14 +864,16 @@ $strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
-$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
+$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
@@ -724,42 +883,467 @@ $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to tra
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryFrame = 'Query window';//to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
-$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelations = 'Relations'; //to translate
-$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
-$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //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
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strRussian = 'Russian'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -814,13 +1398,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -836,10 +1420,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -852,8 +1436,8 @@ $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_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
@@ -870,45 +1454,129 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
$strStatCheckTime = 'Last check';//to translate
$strStatCreateTime = 'Creation';//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
$strStatUpdateTime = 'Last update';//to translate
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
@@ -917,12 +1585,14 @@ $strTransformation_application_octetstream__hex = 'Displays hexadecimal represen
$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 = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
@@ -932,591 +1602,42 @@ $strUnknown = 'unknown'; //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
$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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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 "%s"'; //to translate
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
-$strUseTextField = 'Use text field'; //to translate
-$strUseThisValue = 'Use this value'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
$strWestEuropean = 'West European'; //to translate
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
$strXML = 'XML';//to translate
-
-$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1525,127 +1646,7 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
+$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
+
?>
diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php
index d7a186ab6..72d5d359e 100644
--- a/lang/mongolian-utf-8.inc.php
+++ b/lang/mongolian-utf-8.inc.php
@@ -21,10 +21,11 @@ $month = array('1-р', '2-р', '3-р', '4-р', '5-р', '6-р', '7-р', '8-р', '
$datefmt = '%Y оны %B сарын %d., %H:%M';
$timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд';
+$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strAbortedClients = 'Таслагдсан';
+$strAccessDenied = 'Хандах эрхгүй';
$strAccessDeniedCreateConfig = 'Үүний шалтгаан нь магадгүй та тохиргооны файл үүсгээгүй байж болох юм. Та %1$ssetup script%2$s -ийг ашиглаж нэгийг үүсгэж болно.';
$strAccessDeniedExplanation = 'phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга.';
-$strAccessDenied = 'Хандах эрхгүй';
$strAction = 'Үйлдэл';
$strAddAutoIncrement = 'AUTO_INCREMENT утга нэмэх';
$strAddClause = 'Нэмэх %s';
@@ -39,28 +40,27 @@ $strAddPrivilegesOnDb = 'Дараах өгөгдлийн санд онцгой
$strAddPrivilegesOnTbl = 'Дараах хүснэгтэд онцгой эрх нэмэх';
$strAddSearchConditions = 'Хайлтын нөхцөл нэмэх("where" хэсгийн бие):';
$strAddToIndex = 'Индекст нэмэх %s багана(ууд)';
-$strAddUserMessage = 'Шинэ хэрэглэгч нэмэгдлээ.';
$strAddUser = 'Шинэ хэрэглэгч нэмэх';
+$strAddUserMessage = 'Шинэ хэрэглэгч нэмэгдлээ.';
$strAdministration = 'Зохион байгуулалт';
+$strAfter = '%s-ы дараа';
$strAfterInsertBack = 'Буцах';
$strAfterInsertNewInsert = 'Өөр шинэ мөр оруулах';
$strAfterInsertNext = 'Дараагийн мөрийг засах';
$strAfterInsertSame = 'Энэ хуудас руу буцах';
-$strAfter = '%s-ы дараа';
-$strAllowInterrupt = 'Скриптэд цагийн хязгаараар зогсоохыг оруулалтад илрүүлэхэд тасалдлыг зөвшөөрөх. Магадгүй энэ нь том файлыг оруулахад боломжийн арга боловч, хэлэлцээрийг зогсоож чадна.';
-$strAllTableSameWidth = 'бүх хүснэгтийг ижил өргөнөөр харуулах уу?';
$strAll = 'Бүх';
+$strAllTableSameWidth = 'бүх хүснэгтийг ижил өргөнөөр харуулах уу?';
+$strAllowInterrupt = 'Скриптэд цагийн хязгаараар зогсоохыг оруулалтад илрүүлэхэд тасалдлыг зөвшөөрөх. Магадгүй энэ нь том файлыг оруулахад боломжийн арга боловч, хэлэлцээрийг зогсоож чадна.';
$strAlterOrderBy = 'Хүснэгтийг эрэмбэлэлтээр өөрчлөх';
-$strAnalyzeTable = 'Хүснэгтийг задлах';
-$strAndThen = 'ба тэгээд';
-$strAnd = 'БА';
-$strAngularLinks = 'Шууд бус холбоос';
$strAnIndex = '%s-д индекс нэмэгдсэн байна';
+$strAnalyzeTable = 'Хүснэгтийг задлах';
+$strAnd = 'БА';
+$strAndThen = 'ба тэгээд';
+$strAngularLinks = 'Шууд бус холбоос';
+$strAny = 'Дурын';
$strAnyHost = 'Дурын хост';
$strAnyUser = 'Дурын хэрэглэгч';
-$strAny = 'Дурын';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
-$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strArabic = 'Араб';
$strArmenian = 'Армян';
$strAscending = 'Өсөхөөр';
@@ -73,15 +73,15 @@ $strBack = 'Өмнөх';
$strBaltic = 'Балти';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
-$strBinaryLog = 'Хоёртын log';
-$strBinary = ' Хоёртын ';
$strBinLogEventType = 'Хэрэг явдлын төрөл';
$strBinLogInfo = 'Мэдээлэл';
$strBinLogName = 'Log нэр';
$strBinLogOriginalPosition = 'Жинхэнэ байрлал';
$strBinLogPosition = 'Байрлал';
$strBinLogServerId = 'Server ID';
+$strBinary = ' Хоёртын ';
+$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
+$strBinaryLog = 'Хоёртын log';
$strBookmarkAllUsers = 'Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх';
$strBookmarkCreated = 'Тэмдэглэл %s нь үүсгэгдлээ';
$strBookmarkDeleted = 'Тэмдэглэгээ устгагдсан.';
@@ -90,49 +90,50 @@ $strBookmarkQuery = 'Тэмдэглэгдсэн SQL-асуулт';
$strBookmarkReplace = 'Өмнөх адил нэртэй тэмдэглэлийг солих';
$strBookmarkThis = 'Энэ SQL-асуулт-ыг тэмдэглэх';
$strBookmarkView = 'Зөвхөн харах';
+$strBrowse = 'Хөтлөх';
$strBrowseDistinctValues = 'Онцгой утгуудыг харах';
$strBrowseForeignValues = 'Browse foreign values';
-$strBrowse = 'Хөтлөх';
+$strBufferPool = 'Буффер Pool';
$strBufferPoolActivity = 'Буффер Pool Идэвхжил';
$strBufferPoolUsage = 'Буффер Pool Хэрэглээ';
-$strBufferPool = 'Буффер Pool';
-$strBufferReadMissesInPercent = 'Уншилт алдсан нь %';
$strBufferReadMisses = 'Уншилт алдагдсан';
-$strBufferWriteWaitsInPercent = 'Бичихээр хүлээгдэх нь %';
+$strBufferReadMissesInPercent = 'Уншилт алдсан нь %';
$strBufferWriteWaits = 'Бичихээр хүлээх';
+$strBufferWriteWaitsInPercent = 'Бичихээр хүлээгдэх нь %';
$strBulgarian = 'Болгар';
$strBusyPages = 'Завгүй хуудсууд';
$strBzip = 'bzip-ээр шахагдсан';
+$strCSV = 'CSV';
$strCalendar = 'Цагалбар';
-$strCancel = 'Болих';
$strCanNotLoadImportPlugins = 'Оруулах нэмэлтүүд дуудагдсангүй, суулгацаа шалгана уу!';
+$strCancel = 'Болих';
$strCannotLogin = 'MySQL руу нэвтэрч чадсангүй';
-$strCantLoadRecodeIconv = 'Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт хөрвүүлэлтийг хаа.';
$strCantLoad = '%s өргөтгөлийг дуудаж чадсангүй, 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 = ' ... хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга.';
-$strChangeCopyMode = 'Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ...';
$strChangeCopyUser = 'Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах';
$strChangeDisplay = 'Харуулах талбарыг соль';
$strChangePassword = 'Нууц үг солих';
-$strChange = 'Солих';
-$strCharsetOfFile = 'Файлын кодлол:';
-$strCharsetsAndCollations = 'Кодлол ба жишилт';
-$strCharsets = 'Кодлолууд';
$strCharset = 'Кодлол';
+$strCharsetOfFile = 'Файлын кодлол:';
+$strCharsets = 'Кодлолууд';
+$strCharsetsAndCollations = 'Кодлол ба жишилт';
$strCheckAll = 'Бүгдийг чагтлах';
$strCheckOverhead = 'Дээдхийг шалгах';
-$strCheckPrivsLong = '"%s" өгөгдлийн сангийн онцгой эрх шалгах.';
$strCheckPrivs = 'Онцгой эрх шалгах';
+$strCheckPrivsLong = '"%s" өгөгдлийн сангийн онцгой эрх шалгах.';
$strCheckTable = 'Хүснэгт шалгах';
$strChoosePage = 'Засах Хуудсаа сонго';
$strColComFeat = 'Баганын тайлбарыг харуулж байна';
@@ -143,8 +144,8 @@ $strCommand = 'Команд';
$strComments = 'Тайлбар';
$strCompatibleHashing = 'MySQL 4.0 compatible';
$strCompleteInserts = 'Оруулалтыг дуусгах';
-$strCompressionWillBeDetected = 'Оруулсан файлын шахалт нь автоматаар илрүүлэгдэх нь: %s';
$strCompression = 'Шахалт';
+$strCompressionWillBeDetected = 'Оруулсан файлын шахалт нь автоматаар илрүүлэгдэх нь: %s';
$strConfigDefaultFileError = 'Анхдагч тохиргоо дуудагдсангүй нь: "%1$s"';
$strConfigFileError = 'phpMyAdmin нь таны тохиргооны файлыг уншиж чадахгүй нь! Задлан ялгалын алдаа эсвэл уг файл олдохгүй байна. Тохиргооны (config.inc.php) файл дуудах холбоосыг зөв оруулж php-ийн танд ирсэн алдааны мэдээллийг унш. Энэ нь ихэвчлэн цэгтэй таслалын (;) алдаа байдаг. Хэрэв хоосон хуудас ирвэл – энэ нь зүгээр байна';
$strConfigureTableCoord = '%s хүснэгтийн координатыг тохируулна уу';
@@ -153,12 +154,13 @@ $strConnections = 'Холболт';
$strConstraintsForDumped = 'Асгарсан хүснэгтийг хүчлэх';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Энэ газарт Cookies нээлттэй байх ёстой.';
+$strCopy = 'Хуулах';
$strCopyDatabaseOK = 'ӨС %s нь %s руу хуулагдлаа';
+$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан.хүснэгт):';
$strCopyTableOK = '%s хүснэгт %s руу хуулагдлаа.';
$strCopyTableSameNames = ' Адил нэртэй хүснэгт рүү хуулж чадсангүй!';
-$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан.хүснэгт):';
-$strCopy = 'Хуулах';
$strCouldNotKill = 'phpMyAdmin нь thread %s-ийг хааж чадсангүй. Энэ аль хэдийн хаагдсан байна.';
+$strCreate = 'Үүсгэх';
$strCreateDatabaseBeforeCopying = 'хуулахын өмнө CREATE DATABASE';
$strCreateIndex = ' %s багануудад индекс үүсгэх';
$strCreateIndexTopic = 'Шинэ индекс үүсгэх';
@@ -168,94 +170,92 @@ $strCreatePage = 'Шинэ хуудас үүсгэх';
$strCreatePdfFeat = 'PDF-схемийн үүсгэлт';
$strCreateRelation = 'Холбоо үүсгэх';
$strCreateTable = 'Хүснэгт үүсгэх';
-$strCreateUserDatabaseNone = 'Байхгүй';
$strCreateUserDatabase = 'Хэрэглэгчийн өгөгдлийн сан';
-$strCreate = 'Үүсгэх';
+$strCreateUserDatabaseNone = 'Байхгүй';
$strCreationDates = 'Үүсгэлт/Шинэчлэлт/Огноо шалгах';
$strCriteria = 'Хэмжүүр';
$strCroatian = 'Хорват';
-$strCSV = 'CSV';
$strCyrillic = 'Кирилл';
-$strCzechSlovak = 'Чехословак';
$strCzech = 'Чех';
+$strCzechSlovak = 'Чехословак';
+$strDBComment = 'ӨС-ийн тайлбар: ';
+$strDBCopy = 'Өгөгдлийн сан хуулах нь';
+$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDanish = 'Дани';
-$strDatabaseEmpty = 'Өгөгдлийн сангийн нэр хоосон!';
-$strDatabaseExportOptions = 'ӨС гаргах сонголтууд';
-$strDatabaseHasBeenDropped = '%s өгөгдлийн сан устгагдсан.';
-$strDatabasesDropped = '%s ӨС амжилттай устгагдлаа.';
-$strDatabasesStatsDisable = 'Хаалттай статистик';
-$strDatabasesStatsEnable = 'Нээлттэй статистик';
-$strDatabasesStatsHeavyTraffic = 'Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик.';
-$strDatabasesStats = 'Өгөгдлийн сангийн статистик';
-$strDatabases = 'Өгөгдлийн сангууд';
-$strDatabase = 'ӨС';
+$strData = 'Өгөгдөл';
$strDataDict = 'Өгөгдлийн толь';
$strDataOnly = 'Зөвхөн өгөгдөл';
$strDataPages = 'Хуудсуудын агуулсан өгөгдөл';
-$strData = 'Өгөгдөл';
-$strDBComment = 'ӨС-ийн тайлбар: ';
-$strDBCopy = 'Өгөгдлийн сан хуулах нь';
+$strDatabase = 'ӨС';
+$strDatabaseEmpty = 'Өгөгдлийн сангийн нэр хоосон!';
+$strDatabaseExportOptions = 'ӨС гаргах сонголтууд';
+$strDatabaseHasBeenDropped = '%s өгөгдлийн сан устгагдсан.';
+$strDatabases = 'Өгөгдлийн сангууд';
+$strDatabasesDropped = '%s ӨС амжилттай устгагдлаа.';
+$strDatabasesStats = 'Өгөгдлийн сангийн статистик';
+$strDatabasesStatsDisable = 'Хаалттай статистик';
+$strDatabasesStatsEnable = 'Нээлттэй статистик';
+$strDatabasesStatsHeavyTraffic = 'Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик.';
$strDbIsEmpty = 'Өгөгдлийн сан хоосон санагдаж байна!';
$strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх';
-$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDbSpecific = 'Өгөгдлийн сангийн эрх';
+$strDefault = 'Анхдагч';
$strDefaultEngine = '%s нь уг MySQL сервэрийн анхдагч агуулах хөдөлгүүр байна.';
$strDefaultValueHelp = 'Анхдагч утгаар энэ тогтнолыг ашиглан ташуу зураас, хашилтгүй ганц утга оруулна уу: a';
-$strDefault = 'Анхдагч';
$strDefragment = 'Хүснэгт янзлах';
+$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDelayedInserts = 'Давталттай оруулалт хэрэглэх';
-$strDeleteAndFlushDescr = 'Энэ бол цэвэрхэн зам, гэхдээ онцгой эрхийг дахиж дуудна.';
+$strDelete = 'Устгах';
$strDeleteAndFlush = 'Хэрэглэгчдийг устгаад дараа нь онцгой эрхийг дахин дууд.';
-$strDeleted = 'Мөр устгагдсан';
+$strDeleteAndFlushDescr = 'Энэ бол цэвэрхэн зам, гэхдээ онцгой эрхийг дахиж дуудна.';
$strDeleteNoUsersSelected = 'Устгахаар хэрэглэгч сонгогдсонгүй!';
$strDeleteRelation = 'Холбоог устгах';
-$strDelete = 'Устгах';
+$strDeleted = 'Мөр устгагдсан';
$strDeleting = '%s-г устгаж байна';
$strDelimiter = 'Зааглагч';
-$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDescending = 'Буурахаар';
$strDescription = 'Тайлбар';
$strDesigner = 'Дизайнч';
$strDictionary = 'толь';
$strDirectLinks = 'Шууд холбоос';
$strDirtyPages = 'Бохир хуудсууд';
-$strDisabled = 'Хаагдсан';
$strDisableForeignChecks = 'Гадаад түлхүүр шалгалтыг хаах';
+$strDisabled = 'Хаагдсан';
$strDisplayFeat = 'Онцлог харуулах';
$strDisplayOrder = 'Харуулах эрэмбэ:';
$strDisplayPDF = 'PDF-схем харуулах';
$strDoAQuery = '"жишээ асуулт" хийх (тэмдэгт: "%")';
+$strDoYouReally = 'Та үнэхээр ';
$strDocSQL = 'DocSQL';
$strDocu = 'Баримт';
-$strDoYouReally = 'Та үнэхээр ';
+$strDrop = 'Устгах';
$strDropDatabaseStrongWarning = 'Дүүрэн өгөгдлийн сан УСТГАХ тухай?';
$strDropUsersDb = 'Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах.';
-$strDrop = 'Устгах';
-$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDumpSaved = 'Асгалт %s файлд хадгалагдсан.';
$strDumpXRows = '%s мөрүүдийг, %s-аас эхлэн устгах.';
+$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDynamic = 'динамик';
+$strEdit = 'Засах';
$strEditPDFPages = 'PDF-хуудаснуудыг засах';
$strEditPrivileges = 'Онцгой эрхүүдийг засах';
-$strEdit = 'Засах';
$strEffective = 'Эффекттэй';
-$strEmptyResultSet = 'MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.).';
$strEmpty = 'Хоосон';
+$strEmptyResultSet = 'MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.).';
$strEnabled = 'Нээлттэй';
$strEncloseInTransaction = 'Хэлэлцээр дэх гаргалтыг хаах';
+$strEnd = 'Төгс';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Төгс';
$strEngineAvailable = '%s нь уг MySQL сервэрт идэвхтэй байна.';
$strEngineDisabled = '%s нь уг MySQL сервэр дээр хаалттай байна.';
-$strEngines = 'Хөдөлгүүрүүд';
$strEngineUnsupported = 'Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй.';
-$strEnglishPrivileges = ' Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн ';
+$strEngines = 'Хөдөлгүүрүүд';
$strEnglish = 'Англи';
-$strErrorInZipFile = 'ZIP архивт байгаа алдаа:';
+$strEnglishPrivileges = ' Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн ';
$strError = 'Алдаа';
+$strErrorInZipFile = 'ZIP архивт байгаа алдаа:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEsperanto = 'Есперанто';
$strEstonian = 'Эстони';
@@ -263,46 +263,46 @@ $strEvent = 'Үзэгдэл';
$strExcelEdition = 'Excel-засвар';
$strExecuteBookmarked = 'Тэмдэглэгдсэн асуулт ажиллуулах';
$strExplain = 'SQL тайлбар';
-$strExportImportToScale = 'Гаргах/Оруулах хэмжээс';
$strExport = 'Гаргах';
+$strExportImportToScale = 'Гаргах/Оруулах хэмжээс';
$strExtendedInserts = 'Өргөтгөсөн оруулалт';
$strExtra = 'Нэмэлт';
$strFailedAttempts = 'Бүтэлгүйтсэн оролдлого';
+$strField = 'Талбар';
$strFieldHasBeenDropped = 'Талбар %s устгагдсан';
+$strFields = 'Талбарууд';
$strFieldsEnclosedBy = 'Талбарыг хаасан';
$strFieldsEscapedBy = 'Талбарыг нээсэн';
$strFieldsTerminatedBy = 'Талбарыг төгсгөсөн';
-$strFields = 'Талбарууд';
-$strField = 'Талбар';
$strFileAlreadyExists = 'Файл %s нь сервэр дээр байна, нэрээ соль эсвэл давхарлах сонголтыг шалга.';
$strFileCouldNotBeRead = 'Файл уншигдахгүй байна';
+$strFileNameTemplate = 'Файлын нэрийн загвар';
+$strFileNameTemplateDescription = 'Энэ утга нь %1$sstrftime%2$s -ийг хэрэглэж үүссэн, тиймээс та хугацааны тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: %3$s. Бусад бичвэрүүд үүн шиг хадгалагдана.';
$strFileNameTemplateDescriptionDatabase = 'өгөгдлийн сангийн нэр';
$strFileNameTemplateDescriptionServer = 'сервэрийн нэр';
$strFileNameTemplateDescriptionTable = 'хүснэгтийн нэр';
-$strFileNameTemplateDescription = 'Энэ утга нь %1$sstrftime%2$s -ийг хэрэглэж үүссэн, тиймээс та хугацааны тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: %3$s. Бусад бичвэрүүд үүн шиг хадгалагдана.';
$strFileNameTemplateRemember = 'загварыг санах';
-$strFileNameTemplate = 'Файлын нэрийн загвар';
-$strFiles = 'Файлууд';
$strFileToImport = 'Оруулах файл';
+$strFiles = 'Файлууд';
$strFlushPrivilegesNote = 'Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин дуудаж үргэлжлүүлнэ үү.';
$strFlushQueryCache = 'Асуудлын утгыг цэвэрлэх';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Бүх хүснэгтийг цэвэрлэх (хаах)';
$strFontSize = 'Үсгийн хэмжээ';
$strForeignKeyError = 'Гадаад түлхүүр үүсгэхэд алдаа гарлаа (өгөгдлийн төрлөө шалга)';
-$strFormat = 'Тогтнол';
$strFormEmpty = 'Форм дахь утгыг орхисон!';
+$strFormat = 'Тогтнол';
$strFreePages = 'Чөлөөт хуудсууд';
$strFullText = 'Бүтэн бичвэр';
-$strFunctions = 'Функцүүд';
$strFunction = 'Функц';
+$strFunctions = 'Функцүүд';
$strGenBy = 'Үүсгэгч';
-$strGeneralRelationFeat = 'Ерөнхий хамаатай онцлог';
-$strGeneratePassword = 'Нууц үг бий болгох';
-$strGenerate = 'Бий болгох';
$strGenTime = 'Үүссэн цаг';
+$strGeneralRelationFeat = 'Ерөнхий хамаатай онцлог';
+$strGenerate = 'Бий болгох';
+$strGeneratePassword = 'Нууц үг бий болгох';
$strGeorgian = 'Гүрж';
$strGerman = 'Немец';
$strGlobal = 'global';
@@ -313,60 +313,60 @@ $strGrantOption = 'Хандив';
$strGreek = 'Грек';
$strGzip = 'gzip-ээр шахах';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Баригч';
$strHasBeenAltered = 'өөрчлөгдсөн байна.';
$strHaveToShow = 'Харуулахын тулд ядаж нэг багана сонго';
$strHebrew = 'Иврей';
$strHelp = 'Тусламж';
+$strHide = 'Нуух';
$strHideShowAll = 'Нуух/Харуулах бүгдийг';
$strHideShowNoRelation = 'Нуух/Харуулах Холбоо байхгүй Хүснэгтүүд';
-$strHide = 'Нуух';
-$strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт';
$strHome = 'Гэр';
-$strHostEmpty = 'Хостын нэр хоосон!';
+$strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт';
$strHost = 'Хост';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Хостын нэр хоосон!';
$strHungarian = 'Унгар';
$strIcelandic = 'Исланд';
$strId = 'ID';
$strIdxFulltext = 'Бүтэнбичвэр';
+$strIgnore = 'Үл тоох';
$strIgnoreDuplicates = 'Давхардсан мөрүүдийг алгасах';
$strIgnoreInserts = 'Оруулалтыг үл тоох';
-$strIgnore = 'Үл тоох';
+$strImport = 'Оруулах';
$strImportExportCoords = 'Оруулах/Гаргах PDF схемийн координат';
$strImportFiles = 'Файл оруулах';
$strImportFormat = 'Оруулсан файлын тогтнол';
$strImportSuccessfullyFinished = 'Оруулалт амжилттай дууслаа, %d асуудал ажиллав.';
-$strImport = 'Оруулах';
-$strIndexes = 'Индексүүд';
+$strInUse = 'хэрэглэгдэж байна';
+$strIndex = 'Индекс';
$strIndexHasBeenDropped = 'Индекс %s нь устгагдсан';
$strIndexName = 'Индексийн нэр :';
$strIndexType = 'Индексийн төрөл :';
$strIndexWarningTable = 'Хүснэгт `%s`-ийн индекс асуудалтай';
-$strIndex = 'Индекс';
-$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
+$strIndexes = 'Индексүүд';
$strInnoDBAutoextendIncrement = 'Авто нэмэгдэлт';
-$strInnoDBBufferPoolSizeDesc = 'Энэ хүснэгтийн кэш өгөгдөл, индекст хэрэглэх InnoDB санах ойн буфферийн хэмжээ.';
+$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Буффер pool хэмжээ';
+$strInnoDBBufferPoolSizeDesc = 'Энэ хүснэгтийн кэш өгөгдөл, индекст хэрэглэх InnoDB санах ойн буфферийн хэмжээ.';
$strInnoDBDataFilePath = 'Өгөгдлийн файлууд';
-$strInnoDBDataHomeDirDesc = 'Бүх InnoDB өгөгдлийн файлын хавтсын замын үндсэн хэсэг.';
$strInnoDBDataHomeDir = 'Өгөгдлийн үндсэн хавтас';
+$strInnoDBDataHomeDirDesc = 'Бүх InnoDB өгөгдлийн файлын хавтсын замын үндсэн хэсэг.';
$strInnoDBPages = 'хуудсууд';
$strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
-$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsert = 'Оруулах';
+$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInternalRelationAdded = 'Дотоод холбоо нэмэгдэв';
$strInternalRelations = 'Дотоод хамаарал';
-$strInUse = 'хэрэглэгдэж байна';
$strInvalidAuthMethod = 'Тохиргоонд сонгогдсон буруу зөвшөөрлийн арга:';
-$strInvalidColumnCount = 'Баганы тоо тэгээс их байна.';
-$strInvalidColumn = 'Буруу багана (%s) тодорхойлогдсон!';
$strInvalidCSVFieldCount = 'CSV оруулалтад %d мөрөнд буруу талбарын тоо байна.';
$strInvalidCSVFormat = 'CSV оруулалтад %d мөрөнд буруу тогтнол байна.';
$strInvalidCSVParameter = 'CSV оруулалтад буруу параметр нь: %s';
+$strInvalidColumn = 'Буруу багана (%s) тодорхойлогдсон!';
+$strInvalidColumnCount = 'Баганы тоо тэгээс их байна.';
$strInvalidDatabase = 'Буруу өгөгдлийн сан';
$strInvalidFieldAddCount = 'Та багадаа нэг талбар нэм.';
$strInvalidFieldCount = 'Хүснэгт нь багадаа нэг талбартай байх хэрэгтэй.';
@@ -379,8 +379,8 @@ $strInvalidTableName = 'Хүснэгтийн буруу нэр';
$strJapanese = 'Япон';
$strJoins = 'Нэгдэл';
$strJumpToDB = '"%s" өгөгдлийн сан руу үсрэх.';
-$strJustDeleteDescr = '"Устгагдсан" хэрэглэгчид үргэлжлүүлэн сервэр лүү хандахын тулд онцгой эрхийг дахин дуудах хүртэл хүлээнэ.';
$strJustDelete = 'Онцгой эрхийн хүснэгтээс хэрэглэгчид устгах.';
+$strJustDeleteDescr = '"Устгагдсан" хэрэглэгчид үргэлжлүүлэн сервэр лүү хандахын тулд онцгой эрхийг дахин дуудах хүртэл хүлээнэ.';
$strKeepPass = 'Нууц үгийг солихгүй';
$strKeyCache = 'Түлхүүрийн нөөцлөл';
@@ -388,21 +388,21 @@ $strKeyname = 'Түлхүүрийн нэр';
$strKill = 'Алах';
$strKorean = 'Солонгос';
+$strLDI = 'CSV хэрэглэх нь LOAD DATA';
+$strLDILocal = 'LOCAL түлхүүр үг хэрэглэх';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Ландшафт';
-$strLanguageUnknown = 'Үл мэдэгдэх хэл: %1$s.';
$strLanguage = 'Хэл';
+$strLanguageUnknown = 'Үл мэдэгдэх хэл: %1$s.';
$strLatchedPages = 'Latched хуудсууд';
$strLatexCaption = 'Хүснэгтийн гарчиг';
$strLatexContent = '__TABLE__ хүснэгтийн агуулга';
-$strLatexContinuedCaption = 'Үргэлжилсэн хүснэгтийн гарчиг';
$strLatexContinued = '(үргэлжилнэ)';
+$strLatexContinuedCaption = 'Үргэлжилсэн хүснэгтийн гарчиг';
$strLatexIncludeCaption = 'Хүснэгтийн гарчиг холбогдсон';
$strLatexLabel = 'Label key';
-$strLaTeX = 'LaTeX';
$strLatexStructure = '__TABLE__ хүснэгтийн бүтэц';
$strLatvian = 'Латви';
-$strLDI = 'CSV хэрэглэх нь LOAD DATA';
-$strLDILocal = 'LOCAL түлхүүр үг хэрэглэх';
$strLengthSet = 'Урт/Утгууд*';
$strLimitNumRows = 'Хуудас дахь мөрийн тоо';
$strLinesTerminatedBy = 'Шугамыг төгсгөгч';
@@ -411,71 +411,71 @@ $strLinksTo = 'Холбоос';
$strLithuanian = 'Латви';
$strLocalhost = 'Local';
$strLocationTextfile = 'Бичвэрфайлын байрлал';
-$strLoginInformation = 'Нэвтрэх мэдээлэл';
-$strLogin = 'Нэвтрэх';
-$strLogout = 'Гарах';
$strLogPassword = 'Нууц үг:';
$strLogServer = 'Сервэр';
$strLogUsername = 'Нэвтрэгч:';
+$strLogin = 'Нэвтрэх';
+$strLoginInformation = 'Нэвтрэх мэдээлэл';
+$strLogout = 'Гарах';
$strLongOperation = 'Энэ үйлдэл удах янзтай. Юутай ч үргэлжлүүлэх үү?';
+$strMIMETypesForTable = 'Хүснэгтийн MIME-төрлүүд';
+$strMIME_MIMEtype = 'MIME-төрөл';
+$strMIME_available_mime = 'Идэвхтэй MIME-төрлүүд';
+$strMIME_available_transform = 'Идэвхтэй өөрчлөлт';
+$strMIME_description = 'Тайлбар';
+$strMIME_nodescription = 'Энэ өөрчлөлтөд Тайлбаргүй нь идэвхтэй. %s-ын зохиогчийг асууна уу.';
+$strMIME_transformation = 'Хөтчийн өөрчлөл';
+$strMIME_transformation_note = 'Боломжтой өөрчлөлийн сонголтуудын жагсаалт ба тэдгээр MIME-төрлийн өөрчлөлүүдийн тулд, %sөөрчлөлийн тайлбар%s -д дарах';
+$strMIME_transformation_options = 'Өөрчлөлийн сонголтууд';
+$strMIME_transformation_options_note = 'Өөрчлөлийн сонголтыг оруулах утгын тогтнол нь: \'a\', 100, b,\'c\'... Хэрэв та буруу ташуу зургаас эсвэл дан хашилт тавихыг хүсвэл буруу ташуу зураасыг өмнө нь тавина уу. (Ж: \'\\\\xyz\' or \'a\\\'b\').';
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaxConnects = 'ХИ. давхацсан холболтууд';
$strMaximalQueryLength = 'Үүсгэгдсэн асуудлын хамгийн их урт';
$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 = 'Энэ өөрчлөлтөд Тайлбаргүй нь идэвхтэй. %s-ын зохиогчийг асууна уу.';
-$strMIME_transformation_note = 'Боломжтой өөрчлөлийн сонголтуудын жагсаалт ба тэдгээр MIME-төрлийн өөрчлөлүүдийн тулд, %sөөрчлөлийн тайлбар%s -д дарах';
-$strMIME_transformation_options_note = 'Өөрчлөлийн сонголтыг оруулах утгын тогтнол нь: \'a\', 100, b,\'c\'... Хэрэв та буруу ташуу зургаас эсвэл дан хашилт тавихыг хүсвэл буруу ташуу зураасыг өмнө нь тавина уу. (Ж: \'\\\\xyz\' or \'a\\\'b\').';
-$strMIME_transformation_options = 'Өөрчлөлийн сонголтууд';
-$strMIME_transformation = 'Хөтчийн өөрчлөл';
-$strMIMETypesForTable = 'Хүснэгтийн MIME-төрлүүд';
-$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Өөрчлөлт хадгалагдав';
-$strModifyIndexTopic = 'Өөрчлөх индекс';
$strModify = 'Өөрчлөх';
+$strModifyIndexTopic = 'Өөрчлөх индекс';
$strMoveMenu = 'Цэс зөөх';
+$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан.хүснэгт):';
$strMoveTableOK = 'Хүснэгт %s нь %s руу зөөгдөв.';
$strMoveTableSameNames = 'Адил нэр байсан тул хүснэгтийг зөөсөнгүй!';
-$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан.хүснэгт):';
$strMultilingual = 'олонхэлийн';
-$strMyISAMDataPointerSizeDesc = 'Анхдагч заагчийн хэмжээ байтаар илэрхийлэгдэх ба, CREATE TABLE -ээр MyISAM хүснэгтийг MAX_ROWS сонголт тодорхойлогдоогүй үед хэрэглэгдэнэ.';
$strMyISAMDataPointerSize = 'Өгөгдөл заагчийн хэмжээ';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Хэрэв завсрын файл MyISAM индекс үүсгэлтэд хэрэглэгдсэн бол үүнээс их энд тодорхойлогдсон хэмжээгээр key cache хэрэглэх хэрэгтэй, key cache аргыг илүүд үзвэл.';
+$strMyISAMDataPointerSizeDesc = 'Анхдагч заагчийн хэмжээ байтаар илэрхийлэгдэх ба, CREATE TABLE -ээр MyISAM хүснэгтийг MAX_ROWS сонголт тодорхойлогдоогүй үед хэрэглэгдэнэ.';
$strMyISAMMaxExtraSortFileSize = 'Индекс үүсгэлт дэх завсрын файлын ХИ хэмжээ';
-$strMyISAMMaxSortFileSizeDesc = 'Завсрын MySQL файлын ХИ хэмжээ нь MyISAM индексийг да-үүсгэхэд (REPAIR TABLE, ALTER TABLE, болон LOAD DATA INFILE -ын үед) хэрэглэгдэнэ.';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Хэрэв завсрын файл MyISAM индекс үүсгэлтэд хэрэглэгдсэн бол үүнээс их энд тодорхойлогдсон хэмжээгээр key cache хэрэглэх хэрэгтэй, key cache аргыг илүүд үзвэл.';
$strMyISAMMaxSortFileSize = 'Завсрын эрэмбэлэх файлын ХИ хэмжээ';
-$strMyISAMRecoverOptionsDesc = 'Горим нь эвдэрсэн MyISAM хүснэгтийг автоматаар засна, серверийн эхлэлийн --myisam-recover сонголтоор.';
+$strMyISAMMaxSortFileSizeDesc = 'Завсрын MySQL файлын ХИ хэмжээ нь MyISAM индексийг да-үүсгэхэд (REPAIR TABLE, ALTER TABLE, болон LOAD DATA INFILE -ын үед) хэрэглэгдэнэ.';
$strMyISAMRecoverOptions = 'Авто сэргээх горим';
-$strMyISAMRepairThreadsDesc = 'Хэрэв энэ утга нь 1 -ээс их байвал, эрэмбэлэх процессоор Засах үед MyISAM хүснэгтийн индексүүд нь зэрэгцээгээр (индекс бүрт өөрийн процесс) үүсгэгдсэн.';
+$strMyISAMRecoverOptionsDesc = 'Горим нь эвдэрсэн MyISAM хүснэгтийг автоматаар засна, серверийн эхлэлийн --myisam-recover сонголтоор.';
$strMyISAMRepairThreads = 'Thread засах';
-$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE -ийн үед MyISAM индексийг эрэмбэлэх эсвэл CREATE INDEX болон ALTER TABLE -ээр индекс үүсгэх үед буффер хуваарилагдсан.';
+$strMyISAMRepairThreadsDesc = 'Хэрэв энэ утга нь 1 -ээс их байвал, эрэмбэлэх процессоор Засах үед MyISAM хүснэгтийн индексүүд нь зэрэгцээгээр (индекс бүрт өөрийн процесс) үүсгэгдсэн.';
$strMyISAMSortBufferSize = 'Буфферийн хэмжээг эрэмбэлэх';
+$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE -ийн үед MyISAM индексийг эрэмбэлэх эсвэл CREATE INDEX болон ALTER TABLE -ээр индекс үүсгэх үед буффер хуваарилагдсан.';
$strMySQLCharset = 'MySQL-кодлол';
-$strMysqlClientVersion = 'MySQL клиент хувилбар';
$strMySQLConnectionCollation = 'MySQL холболтын кодлол';
$strMySQLSaid = 'MySQL хэлэх нь: ';
$strMySQLShowProcess = 'Процесууд харах';
+$strMysqlClientVersion = 'MySQL клиент хувилбар';
$strName = 'Нэр';
$strNext = 'Цааш';
+$strNo = 'Үгүй';
$strNoActivity = '%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү';
-$strNoDatabasesSelected = 'ӨС сонгогдоогүй.';
$strNoDatabases = 'ӨС байхгүй';
+$strNoDatabasesSelected = 'ӨС сонгогдоогүй.';
$strNoDescription = 'тайлбаргүй';
$strNoDetailsForEngine = 'Энд уг агуулах хөдөлгүүрийн дэлгэрэнгүй төлвийн мэдээлэл алга.';
$strNoDropDatabases = '"ӨС устгах" нь хаалттай.';
$strNoExplain = 'SQL тайлбарлахыг орхих';
$strNoFilesFoundInZip = 'ZIP архив дотор файл байхгүй байна!';
$strNoFrames = 'phpMyAdmin нь ямар ч хөтөч дээр фрейм гаргах чадвартай.';
-$strNoIndexPartsDefined = 'Тодорхойлогдсон индексийн хэсэггүй!';
$strNoIndex = 'Индекс тодорхойлогдоогүй!';
+$strNoIndexPartsDefined = 'Тодорхойлогдсон индексийн хэсэггүй!';
$strNoModification = 'Солигдохгүй';
-$strNone = 'Үгүй';
$strNoOptions = 'Энэ тогтнол сонголтгүй';
$strNoPassword = 'Нууц үггүй';
$strNoPermission = 'Вэб-сервэр файл %s-г хадгалахад зөвшөөрөлгүй байна.';
@@ -486,18 +486,18 @@ $strNoRowsSelected = 'Сонгогдсон мөргүй';
$strNoSpace = 'Файл %s-г хадгалах зай хүрэлцэхгүй байна.';
$strNoTablesFound = 'ӨС-д хүснэгт олдсонгүй.';
$strNoThemeSupport = 'Арьс боломжгүй, өөрийн тохиргоогоо шалга ба/эсвэл %s-т арьс байгаа эсэхийг хар.';
+$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
+$strNoValidateSQL = 'SQL шалгалтыг алгасах';
+$strNone = 'Үгүй';
$strNotNumber = 'Энэ тоо биш!';
$strNotOK = 'Бэлэн биш';
$strNotSet = '%s хүснэгт олдсонгүй эсвэл %s-д сонгогдоогүй';
-$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
-$strNoValidateSQL = 'SQL шалгалтыг алгасах';
-$strNo = 'Үгүй';
$strNull = 'Хоосон';
-$strNumberOfFields = 'Талбаруудын тоо';
-$strNumberOfTables = 'Хүснэгтийн тоо';
$strNumSearchResultsInTable = '%s олдоц(ууд) хүснэгт %s-д';
$strNumSearchResultsTotal = 'Нийт:%s олдоц(ууд)';
$strNumTables = 'Хүснэгт';
+$strNumberOfFields = 'Талбаруудын тоо';
+$strNumberOfTables = 'Хүснэгтийн тоо';
$strOK = 'Бэлэн';
$strOpenNewWindow = 'Шинэ phpMyAdmin цонх нээх';
@@ -509,28 +509,28 @@ $strOr = 'Эсвэл';
$strOverhead = 'Толгой дээр';
$strOverwriteExisting = 'Файл(ууд)-г дарж бичих';
+$strPDF = 'PDF';
+$strPDFReportTitle = 'Тайлангийн гарчиг';
+$strPHPVersion = 'PHP хувилбар';
$strPageNumber = 'Хуудасны дугаар:';
$strPagesToBeFlushed = 'Хуудсууд зайлагдсан';
$strPaperSize = 'Цаасны хэмжээ';
$strPartialImport = 'Хэсэгчлэн оруулах';
$strPartialText = 'Бичвэрийн зарим хэсэг';
+$strPassword = 'Нууц үг';
$strPasswordChanged = '%s-ы нууц үг солигдлоо.';
$strPasswordEmpty = 'Нууц үг хоосон байна!';
$strPasswordHashing = 'Нууц үг хувиргах';
$strPasswordNotSame = 'Нууц їгнїїд ялгаатай байна!';
-$strPassword = 'Нууц үг';
$strPdfDbSchema = '"%s" өгөгдлийн сангийн схем - Хуудас %s';
$strPdfInvalidTblName = 'Хүснэгт "%s" байхгүй байна!';
$strPdfNoTables = 'Хүснэгт алга';
-$strPDF = 'PDF';
-$strPDFReportTitle = 'Тайлангийн гарчиг';
$strPerHour = 'цагт';
$strPerMinute = 'минутад';
$strPerSecond = 'секундэд';
$strPersian = 'Перс';
$strPhoneBook = 'Утасны лавлах';
$strPhp = 'PHP-код үүсгэх';
-$strPHPVersion = 'PHP хувилбар';
$strPleaseSelectPrimaryOrUniqueKey = 'Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу';
$strPmaDocumentation = 'phpMyAdmin баримтжилт';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] -ыг тохиргооны файлд тохируулах хэрэгтэй!';
@@ -538,16 +538,16 @@ $strPolish = 'Польш';
$strPortrait = 'Дүрслэл';
$strPos1 = 'Эхлэл';
$strPrevious = 'Өмнөх';
+$strPrimary = 'Үндсэн';
$strPrimaryKeyHasBeenDropped = 'Үндсэн түлхүүр устгагдлаа';
$strPrimaryKeyName = 'Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!';
$strPrimaryKeyWarning = '("PRIMARY" нь үндсэн түлхүүрийн нэр ба зөвхөн байх хэрэгтэй!)';
-$strPrimary = 'Үндсэн';
-$strPrintViewFull = 'Хэвлэхээр харах (бүх бичвэртэй нь)';
-$strPrintView = 'Хэвлэхээр харах';
$strPrint = 'Хэвлэх';
+$strPrintView = 'Хэвлэхээр харах';
+$strPrintViewFull = 'Хэвлэхээр харах (бүх бичвэртэй нь)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
-$strPrivDescAlterRoutine = 'Хадгалагдсан заншил устгах, өөрчлөхийг зөвшөөрөх.';
$strPrivDescAlter = 'Байгаа хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх.';
+$strPrivDescAlterRoutine = 'Хадгалагдсан заншил устгах, өөрчлөхийг зөвшөөрөх.';
$strPrivDescCreateDb = 'Шинэ өгөгдлийн сан, хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateRoutine = 'Хадгалагдсан заншил үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateTbl = 'Шинэ хүснэгт үүсгэхийг зөвшөөрөх.';
@@ -557,8 +557,8 @@ $strPrivDescCreateView = 'Шинэ харц үүсгэхийг зөвшөөрө
$strPrivDescDelete = 'Өгөгдөл устгахыг зөвшөөрөх.';
$strPrivDescDropDb = 'ӨС, хүснэгт устгахыг зөвшөөрөх ';
$strPrivDescDropTbl = 'Хүснэгт устгахыг зөвшөөрөх.';
-$strPrivDescExecute5 = 'Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх.';
$strPrivDescExecute = 'Агуулагдсан (stored) процедурыг ажиллуулахыг зөвшөөрөх; MySQL-ын энэ хувилбарт үйлчлэлгүй.';
+$strPrivDescExecute5 = 'Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх.';
$strPrivDescFile = 'Өгөгдөл оруулах, файл руу гаргахыг зөвшөөрөх.';
$strPrivDescGrant = 'Хэрэглэгч болон онцгой эрхийг онцгой эрхийн хүснэгтийг дуудалгүй нэмэхийг зөвшөөрөх.';
$strPrivDescIndex = 'Индекс үүсгэх, устгахыг зөвшөөрөх.';
@@ -579,17 +579,17 @@ $strPrivDescShutdown = 'Сервэрийг унтраахыг зөвшөөрөх
$strPrivDescSuper = 'Хэрэв ХИ холболтын тоо гүйцсэн ч холбогдохыг зөвшөөрөх. Бусад хэрэглэгчийн процессыг үгүй хийх эсвэл глобал утгыг өөрчлөх шаардлагатай болно.';
$strPrivDescUpdate = 'Өгөгдөл солихыг зөвшөөрөх.';
$strPrivDescUsage = 'Онцгой эрхгүй.';
-$strPrivilegesReloaded = 'Онцгой эрхүүд дахин дуудагдлаа.';
$strPrivileges = 'Онцгой эрхүүд';
+$strPrivilegesReloaded = 'Онцгой эрхүүд дахин дуудагдлаа.';
$strProcedures = 'Процедурүүд';
$strProcesses = 'Процессууд';
$strProcesslist = 'Процессын жагсаалт';
$strProtocolVersion = 'Протоколын хувилбар';
$strPutColNames = 'Эхний мөрт талбаруудын нэрийг тавих';
+$strQBE = 'Асуулт (Query)';
$strQBEDel = 'Устгах';
$strQBEIns = 'Оруулах';
-$strQBE = 'Асуулт (Query)';
$strQueryCache = 'Асуудлын нөөцлөл';
$strQueryFrame = 'Асуултын цонх';
$strQueryOnDb = 'ӨС %s дахь SQL-асуулт:';
@@ -600,56 +600,67 @@ $strQueryTime = 'Асуулт нь %01.4f сек авлаа';
$strQueryType = 'Асуултын төрөл';
$strQueryWindowLock = 'Цонхны гаднаас энэ асуултыг давхарлахгүй байх';
+$strReType = 'Дахин бич';
$strReadRequests = 'Унших гуйлт';
$strReceived = 'Ирсэн';
$strRecommended = 'сайшаагдсан';
$strRecords = 'Бичлэгүүд';
$strReferentialIntegrity = 'Үнэн зөв өгөгдлийг шалгах:';
$strRefresh = 'Да.дуудах';
-$strRelationalSchema = 'Хамааралтай схем';
$strRelationDeleted = 'Холбоо устав';
$strRelationNotWorking = 'Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s дарж шалгах.';
-$strRelationsForTable = 'Хүснэгтийн хамаарал';
-$strRelations = 'Хамаарал';
$strRelationView = 'Хамаарал харах';
-$strReloadingThePrivileges = 'Онцгой эрхийг дахин дуудаж байна';
-$strReloadPrivileges = 'Онцгой эрхүүдийг дахин дуудах';
+$strRelationalSchema = 'Хамааралтай схем';
+$strRelations = 'Хамаарал';
+$strRelationsForTable = 'Хүснэгтийн хамаарал';
$strReload = 'Да.дууд';
+$strReloadPrivileges = 'Онцгой эрхүүдийг дахин дуудах';
+$strReloadingThePrivileges = 'Онцгой эрхийг дахин дуудаж байна';
$strRemoveSelectedUsers = 'Сонгогдсон хэрэглэгчдийг хасах';
$strRenameDatabaseOK = 'ӨС %s-н нэр нь %s-ээр солигджээ';
-$strRenameTableOK = 'Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө';
$strRenameTable = 'Хүснэгтийг да.нэрлэх';
+$strRenameTableOK = 'Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө';
$strRepairTable = 'Хүснэгт засах';
$strReplaceNULLBy = 'NULL-ыг орлуулах нь';
$strReplaceTable = 'Хүснэгтийн өгөгдлийг орлуулах файл';
$strReplication = 'Олшруулалт';
$strReset = 'Да.эхлэх';
$strResourceLimits = 'Нөөцийн хязгаар';
-$strReType = 'Дахин бич';
-$strRevokeAndDeleteDescr = 'Онцгой эрхийг да.дуудтал хэрэглэгчид онцгой эрх USAGE -тэй байх болно.';
-$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
-$strRevokeMessage = 'Онцгой эрх %s -ыг хүчингүй болголоо';
$strRevoke = 'Хүчингүй';
+$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
+$strRevokeAndDeleteDescr = 'Онцгой эрхийг да.дуудтал хэрэглэгчид онцгой эрх USAGE -тэй байх болно.';
+$strRevokeMessage = 'Онцгой эрх %s -ыг хүчингүй болголоо';
$strRomanian = 'Румын';
$strRowLength = 'Мөрийн урт';
-$strRowsFrom = 'мөрийн эхлэх буй дугаар';
$strRowSize = ' Мөрийн хэмжээ ';
+$strRows = 'Мөрүүд';
+$strRowsFrom = 'мөрийн эхлэх буй дугаар';
$strRowsModeFlippedHorizontal = 'хөндлөн (эргүүлэгдсэн толгойнууд)';
$strRowsModeHorizontal = 'хөндлөн';
$strRowsModeOptions = 'Төлөв %s-д ба %s нїдний дараа толгойнуудыг давтах';
$strRowsModeVertical = 'босоо';
$strRowsStatistic = 'Мөрийн статистик';
-$strRows = 'Мөрүүд';
-$strRunning = '%s дээр';
$strRunQuery = 'Асуултыг илгээх';
-$strRunSQLQueryOnServer = '%s сервэр дээр SQL асуудал/асуудлууд ажиллуулах';
$strRunSQLQuery = 'Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах';
+$strRunSQLQueryOnServer = '%s сервэр дээр SQL асуудал/асуудлууд ажиллуулах';
+$strRunning = '%s дээр';
$strRussian = 'Орос';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL нийцтэй горим';
+$strSQLExportType = 'Гаргах төрөл';
+$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-үр дүн';
+$strSQPBugInvalidIdentifer = 'Буруу тодорхойлогч';
+$strSQPBugUnclosedQuote = 'Хаагдаагүй хашилт';
+$strSQPBugUnknownPunctuation = 'Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл';
+$strSave = 'Хадгалах';
$strSaveOnServer = 'Сервэр дээрх хадгалах хавтас %s';
$strSavePosition = 'Байрлал хадгалах';
-$strSave = 'Хадгалах';
$strScaleFactorSmall = 'Хэт жижиг схемийг нэг хуудсанд дүүргэх';
+$strSearch = 'Хайх';
$strSearchFormTitle = 'Өгөгдлийн санд хайх';
$strSearchInTables = 'Хүснэгт(үүд) дотор:';
$strSearchNeedle = 'Үг(үүд) ба утга(ууд) -ыг хайх (түлхүүр "%"):';
@@ -659,7 +670,6 @@ $strSearchOption3 = 'яг цав өгүүлбэр';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Хайлтын үр дүн "%s" %s:';
$strSearchType = 'Хайх:';
-$strSearch = 'Хайх';
$strSecretRequired = 'Тохиргооны файл одоо нууцлал шаардаж байна (blowfish_secret).';
$strSelectADb = 'Өгөгдлийн сан сонго';
$strSelectAll = 'Бүгдийг сонгох';
@@ -671,29 +681,26 @@ $strSelectReferencedKey = 'Хамаарагдсан түлхүүр сонгох'
$strSelectTables = 'Хүснэгтүүд сонго';
$strSend = 'Илгээх';
$strSent = 'Илгээгдэв';
+$strServer = 'Сервэр';
$strServerChoice = 'Сервэр сонго';
$strServerNotResponding = 'Сервэрээс хариу алга';
+$strServerStatus = 'Ажиллах үеийн мэдээлэл';
$strServerStatusDelayedInserts = 'Давталттай оруулалт';
$strServerStatusUptime = 'Энэ MySQL сервэр %s-д ажиллаж байна. Эхэлсэн нь %s.';
-$strServerStatus = 'Ажиллах үеийн мэдээлэл';
-$strServers = 'Сервэрүүд';
$strServerTabVariables = 'Утгууд';
$strServerTrafficNotes = 'Гуйвуулга: Эдгээр хүснэгтүүд нь MySQL сервэр эхэлсэн үеэс сүлжээний гуйвуулгыг харуулна.';
$strServerVars = 'Сервэрийн утгууд болон тохиргоонууд';
$strServerVersion = 'Сервэрийн хувилбар';
-$strServer = 'Сервэр';
+$strServers = 'Сервэрүүд';
$strSessionValue = 'Сессон утга';
$strSetEnumVal = 'Хэрэв талбарын төрөл нь "enum" ба "set", бол оруулах өгөгдлийн тогтнол нь: \'a\',\'b\',\'c\'... Хэрэв буруу ташуу зураас ("\"") эсвэл дан хашилт ("\'") тавих шаардлагатай бол буруу ташуу зураасыг давхар хэрэглэ. (Ж: \'\\\\xyz\' эсвэл \'a\\\'b\').';
+$strShow = 'Харах';
$strShowAll = 'Бүгдийг харах';
$strShowColor = 'Өнгө харах';
$strShowDatadictAs = 'Өгөгдлийн толийн тогтнол';
$strShowFullQueries = 'Бүтэн асуулт харуулах';
$strShowGrid = 'Тор харуулах';
$strShowHideLeftMenu = 'Харуулах/Нуух зүүн цэс';
-$strShowingBookmark = 'Тэмдэглэл харуулах';
-$strShowingPhp = 'PHP кодоор харуулах';
-$strShowingRecords = 'Мөрүүдийг харуулж байна ';
-$strShowingSQL = 'SQL асуудал харуулах';
$strShowOpenTables = 'Нээлттэй хүснэгтүүдийг харуулах';
$strShowPHPInfo = 'PHP -ийн мэдээлэл харах';
$strShowSlaveHosts = 'Дагавар хостыг харуулах';
@@ -747,7 +754,10 @@ $strShowStatusSort_rowsDescr = 'Эрэмбэлэгдсэн мөрийн тоо.'
$strShowTableDimension = 'Хүснэгтийн харьцаа харуулах';
$strShowTables = 'Хүснэгтүүдийг харуулах';
$strShowThisQuery = ' Уг асуултыг энд дахин харуулах ';
-$strShow = 'Харах';
+$strShowingBookmark = 'Тэмдэглэл харуулах';
+$strShowingPhp = 'PHP кодоор харуулах';
+$strShowingRecords = 'Мөрүүдийг харуулж байна ';
+$strShowingSQL = 'SQL асуудал харуулах';
$strSimplifiedChinese = 'Энгийн хятад';
$strSingly = '(дан)';
$strSize = 'Хэмжээ';
@@ -755,37 +765,27 @@ $strSlovak = 'Словак';
$strSlovenian = 'Словени';
$strSmallBigAll = 'Жижиш/Том Бүгдийг';
$strSocketProblem = '(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)';
+$strSort = 'Эрэмбэлэх';
$strSortByKey = 'Түлхүүрээр эрэмбэлэх';
$strSorting = 'Эрэмбэлж байна';
-$strSort = 'Эрэмбэлэх';
$strSpaceUsage = 'Ашиглалтын зай';
$strSpanish = 'Испани';
$strSplitWordsWithSpace = 'Їгнїїд хоосон зайгаар (" ") хуваагдана.';
-$strSQLCompatibility = 'SQL нийцтэй горим';
-$strSQLExportType = 'Гаргах төрөл';
-$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 = 'Сүүлийн шинэчлэл';
+$strStatement = 'Баримтжуулал';
$strStatus = 'Статус';
-$strStorageEngines = 'Агуулах хөдөлгүүрүүд';
$strStorageEngine = 'Агуулах хөдөлгүүр';
+$strStorageEngines = 'Агуулах хөдөлгүүрүүд';
$strStrucCSV = 'CSV өгөгдөл';
$strStrucData = 'Бүтэц ба өгөгдөл';
$strStrucExcelCSV = 'CSV өгөгдлийг MS Excel-ээр';
$strStrucNativeExcel = 'Өгөгдөл MS Excel-ээс';
$strStrucOnly = 'Зөвхөн бүтэц';
$strStructPropose = 'Хүснэгтийн бүтцийг таниулах';
-$strStructureForView = 'Харах бүтэц';
$strStructure = 'Бүтэц';
+$strStructureForView = 'Харах бүтэц';
$strSubmit = 'Илгээ';
$strSuccess = 'Таны SQL-асуулт амжилттай ажиллав';
$strSum = 'Нийт';
@@ -793,6 +793,7 @@ $strSwedish = 'Швед';
$strSwitchToDatabase = 'Хуулагдсан ӨС руу шилжих';
$strSwitchToTable = 'Хуулагдсан хүснэгт рүү шилжих';
+$strTable = 'Хүснэгт ';
$strTableAlreadyExists = 'Хүснэгт %s нь оршин байна!';
$strTableComments = 'Хүснэгтийн тайлбар';
$strTableEmpty = 'Хүснэгтийн нэр хоосон байна!';
@@ -804,29 +805,28 @@ $strTableMaintenance = 'Хүснэгтийн ашиглалт';
$strTableName = 'Хүснэгтийн нэр';
$strTableOfContents = 'Агуулгын хүснэгт';
$strTableOptions = 'Хүснэгтийн сонголтууд';
-$strTables = '%s хүснэгт(үүд)';
$strTableStructure = 'Хүснэгтийн бүтэц';
-$strTable = 'Хүснэгт ';
+$strTables = '%s хүснэгт(үүд)';
$strTakeIt = 'авах';
$strTblPrivileges = ' Хүснэгтийн тусгай онцгой эрхүүд';
$strTempData = 'Завсрын өгөгдөл';
$strTextAreaLength = ' Яагаад гэвэл урт нь их, энэ талбар засагдахгүй ';
$strThai = 'Таи';
+$strTheme = 'Арьс / Загвар';
$strThemeDefaultNotFound = 'Анхдагч сэдэв %s байхгүй байна!';
$strThemeNoPreviewAvailable = 'Боломжит харагдац байхгүй байна.';
-$strThemeNotFound = 'Сэдэв %s олдсонгүй!';
$strThemeNoValidImgPath = 'Сэдэв %s-д олдсон зургийн зам буруу байна!';
+$strThemeNotFound = 'Сэдэв %s олдсонгүй!';
$strThemePathNotFound = 'Сэдэв %s сэдвийн зам олдохгүй байна!';
-$strTheme = 'Арьс / Загвар';
$strThisHost = 'Энэ хост';
-$strThreads = 'Thread-үүд';
$strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.';
+$strThreads = 'Thread-үүд';
$strTime = 'Цаг';
$strToFromPage = 'хаанаас/хаашаа хуудас';
-$strToggleScratchboard = 'toggle scratchboard';
$strToSelectRelation = 'Холбоо сонгохдоо, дарах нь :';
-$strTotalUC = 'Нийт';
+$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'Нийт';
+$strTotalUC = 'Нийт';
$strTraditionalChinese = 'Уламжлалт хятд';
$strTraditionalSpanish = 'Уламжлалт Испани';
$strTraffic = 'Гуйвуулга';
@@ -851,14 +851,19 @@ $strUnicode = 'Юникод';
$strUnique = 'Үл давтагдах';
$strUnknown = 'үлмэдэх';
$strUnselectAll = 'Бүх сонгосныг болих';
+$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpdatePrivMessage = 'Онцгой эрх шинэчлэгдлээ';
$strUpdateProfileMessage = 'Профиль шинэчлэгдлээ.';
$strUpdateQuery = 'Update асуулт';
-$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpgrade = 'Та хувилбар %s -г %s -ээр сайжруулах хэрэгтэй эсвэл дараа.';
$strUsage = 'Ашиглалт';
$strUseBackquotes = 'Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах';
$strUseHostTable = 'Хост хүснэгт хэрэглэх';
+$strUseTabKey = 'TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар зөөгдөнө';
+$strUseTables = 'Хүснэгт хэрэглэх';
+$strUseTextField = 'Бичвэр талбар хэрэглэх';
+$strUseThisValue = 'Уг утгыг хэрэглэх';
+$strUser = 'Хэрэглэгч';
$strUserAlreadyExists = 'Хэрэглэгч %s оршин байна!';
$strUserEmpty = 'Хэрэглэгчийн нэр хоосон!';
$strUserName = 'Хэрэглэгчийн нэр';
@@ -866,25 +871,20 @@ $strUserNotFound = 'Сонгогдсон хэрэглэгч онцгой эрх
$strUserOverview = 'User overview';
$strUsersDeleted = 'Сонгогдсон хэрэглэгч устгагдлаа.';
$strUsersHavingAccessToDb = 'Хэрэглэгчдийн хандсан нь "%s"';
-$strUser = 'Хэрэглэгч';
-$strUseTabKey = 'TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар зөөгдөнө';
-$strUseTables = 'Хүснэгт хэрэглэх';
-$strUseTextField = 'Бичвэр талбар хэрэглэх';
-$strUseThisValue = 'Уг утгыг хэрэглэх';
$strValidateSQL = 'SQL-ийг батлах';
$strValidatorError = 'SQL баталгаажуулагч эхлэгдсэнгүй. Хэрэв PHP өргөтгөл суугдсан бол шалгана уу, %sбаримтжуулалд%s тодорхойлогдсон.';
$strValue = 'Утга';
$strVar = 'Хувьсагч';
$strVersionInformation = 'Хувилбарын мэдээлэл';
-$strViewDumpDatabases = 'ӨС-ийн схем харах';
-$strViewDumpDB = 'ӨС-ийн схем харах';
-$strViewDump = 'Хүснэгтийн схем харах';
-$strViewHasBeenDropped = 'Харц %s нь устгагдсан';
$strView = 'Харц';
+$strViewDump = 'Хүснэгтийн схем харах';
+$strViewDumpDB = 'ӨС-ийн схем харах';
+$strViewDumpDatabases = 'ӨС-ийн схем харах';
+$strViewHasBeenDropped = 'Харц %s нь устгагдсан';
-$strWebServerUploadDirectoryError = 'Таны сонгосон хавтас "upload" хийгдэхгүй байна';
$strWebServerUploadDirectory = 'web-сервэр түлхэх хавтас';
+$strWebServerUploadDirectoryError = 'Таны сонгосон хавтас "upload" хийгдэхгүй байна';
$strWelcome = '%s-д тавтай морилно уу';
$strWestEuropean = 'Баруун-Европ';
$strWildcard = 'загвар';
@@ -903,33 +903,49 @@ $strZip = 'zip-ээр шахах';
// To translate:
$strActions = 'Actions'; //to translate
$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strComment = 'Comment'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
@@ -940,10 +956,33 @@ $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to tr
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strInterface = 'Interface'; //to translate
@@ -952,57 +991,108 @@ $strInternalAndForeign = 'An internal relation is not necessary when a correspon
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
$strOptimize = 'Optimize'; //to translate
-$strPacked = 'Packed'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strProfiling = 'Profiling'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
$strRebuild = 'Rebuild'; //to translate
$strRelationalDisplayField = 'Relational display field'; //to translate
$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRoutineReturnType = 'Return type'; //to translate
$strRoutines = 'Routines'; //to translate
@@ -1013,23 +1103,22 @@ $strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strSearchInField = 'Inside field:'; //to translate
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
@@ -1056,27 +1145,14 @@ $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplay = 'Display'; //to translate
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
$strSetupDonateLink = 'Donate'; //to translate
$strSetupDownload = 'Download'; //to translate
$strSetupEndOfLine = 'End of line'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
@@ -1090,8 +1166,8 @@ $strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
$strSetupFalse = 'no'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSL_name = 'Force SSL connection'; //to translate
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
@@ -1099,54 +1175,54 @@ $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are p
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
$strSetupForm_Browse = 'Browse mode'; //to translate
$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
$strSetupForm_Left_databases = 'Databases'; //to translate
$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
$strSetupFormset_customization = 'Customization'; //to translate
$strSetupFormset_export = 'Customize export options'; //to translate
$strSetupFormset_features = 'Features'; //to translate
$strSetupFormset_import = 'Customize import defaults'; //to translate
$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
@@ -1177,9 +1253,9 @@ $strSetupLeftFrameLight_name = 'Use light version'; //to translate
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLetUserChoose = 'let the user choose'; //to translate
@@ -1192,8 +1268,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
@@ -1231,16 +1307,36 @@ $strSetupRecodingEngine_desc = 'Select which functions will be used for characte
$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
$strSetupSaveDir_name = 'Save directory'; //to translate
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
@@ -1256,14 +1352,8 @@ $strSetupServers_connect_type_name = 'Connection type'; //to translate
$strSetupServers_controlpass_name = 'Control user password'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
$strSetupServers_extension_name = 'PHP extension to use'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
@@ -1272,7 +1362,6 @@ $strSetupServers_history_desc = 'Leave blank for no SQL query history support, s
$strSetupServers_history_name = 'SQL query history table'; //to translate
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
$strSetupServers_nopassword_name = 'Connect without password'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
@@ -1287,14 +1376,9 @@ $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave emp
$strSetupServers_port_name = 'Server port'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_ssl_name = 'Use SSL'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
@@ -1318,9 +1402,9 @@ $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1330,11 +1414,6 @@ $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';
$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
$strSetupTrue = 'yes'; //to translate
@@ -1346,6 +1425,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; /
$strSetupUseDbSearch_name = 'Use database search'; //to translate
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
$strSetupVersionCheckLink = 'Check for latest version'; //to translate
@@ -1353,16 +1433,32 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
$strSetupWarning = 'Warning'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDump_name = 'ZIP'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Хэвийндээ, InnoDB буфферийн нөөц рүү ар талд бичдэг. Гэхдээ, 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_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
@@ -1370,13 +1466,13 @@ $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log bu
$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_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_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_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_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
@@ -1392,10 +1488,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -1407,8 +1503,8 @@ $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the quer
$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_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
@@ -1425,22 +1521,88 @@ $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.)'; //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
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTexyText = 'Texy! text'; //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
$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strTriggers = 'Triggers'; //to translate
@@ -1464,42 +1626,6 @@ $strViewVideo = 'View video'; //to translate
$strWebServer = 'Web server'; //to translate
$strWiki = 'Wiki'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1508,127 +1634,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php
index 2030a3bb2..cb04af0a6 100644
--- a/lang/norwegian-utf-8.inc.php
+++ b/lang/norwegian-utf-8.inc.php
@@ -19,6 +19,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'O
$datefmt = '%d. %B, %Y %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
+$strAPrimaryKey = 'En primærnøkkel har blitt lagt til %s';
$strAbortedClients = 'Avbrutt';
$strAccessDenied = 'Ingen tilgang';
$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.';
@@ -47,54 +48,53 @@ $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?';
+$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.';
$strAlterOrderBy = 'Endre tabellrekkefølge ved';
+$strAnIndex = 'En indeks har blitt lagt til %s';
$strAnalyze = 'Analyser';
$strAnalyzeTable = 'Analyser tabell';
$strAnd = 'og';
$strAndSmall = 'og';
$strAndThen = 'og så';
$strAngularLinks = 'Vinklede linker';
-$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';
$strAsDefined = 'Som definert:';
+$strAscending = 'Stigende';
$strAtBeginningOfTable = 'Ved begynnelsen av tabellen';
$strAtEndOfTable = 'Ved slutten av tabellen';
$strAttr = 'Attributter';
$strAutomaticLayout = 'Automatisk disposisjon';
+$strBLOBRepository = 'BLOB lager';
+$strBLOBRepositoryDamaged = 'Skadet';
+$strBLOBRepositoryDisable = 'Avslå';
+$strBLOBRepositoryDisableAreYouSure = 'Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Du er i ferd med å SLÅ AV et BLOB lager!';
+$strBLOBRepositoryDisabled = 'Avslått';
+$strBLOBRepositoryEnable = 'Slå på';
+$strBLOBRepositoryEnabled = 'Påslått';
+$strBLOBRepositoryRemove = 'Fjern BLOB lager referanse';
+$strBLOBRepositoryRepair = 'Reparer';
+$strBLOBRepositoryUpload = 'Last opp til BLOB lager';
$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';
-$strBLOBRepository = 'BLOB lager';
-$strBLOBRepositoryDamaged = 'Skadet';
-$strBLOBRepositoryDisableAreYouSure = 'Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %s?';
-$strBLOBRepositoryDisabled = 'Avslått';
-$strBLOBRepositoryDisable = 'Avslå';
-$strBLOBRepositoryDisableStrongWarning = 'Du er i ferd med å SLÅ AV et BLOB lager!';
-$strBLOBRepositoryEnabled = 'Påslått';
-$strBLOBRepositoryEnable = 'Slå på';
-$strBLOBRepositoryRemove = 'Fjern BLOB lager referanse';
-$strBLOBRepositoryRepair = 'Reparer';
-$strBLOBRepositoryUpload = 'Last opp til BLOB lager';
+$strBinary = ' Binær ';
+$strBinaryDoNotEdit = ' Binær - må ikke redigeres ';
+$strBinaryLog = 'Binærlogg';
$strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket';
$strBookmarkCreated = 'Bokmerke %s opprettet';
$strBookmarkDeleted = 'Bokmerket har blitt slettet.';
@@ -117,10 +117,11 @@ $strBulgarian = 'bulgarsk';
$strBusyPages = 'Opptatte sider';
$strBzip = 'Komprimert (bz2)';
+$strCSV = 'CSV';
$strCalendar = 'Kalender';
-$strCancel = 'Avbryt';
$strCanNotLoadExportPlugins = 'Kunne ikke laste eksporttillegg, kontroller din innstallasjon!';
$strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!';
+$strCancel = 'Avbryt';
$strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren';
$strCantLoad = 'Kan ikke starte %s tillegget, 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.';
@@ -195,14 +196,19 @@ $strCreateUserDatabaseWildcard = 'Gi alle rettigheter på jokertegnavn (username
$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldato';
$strCriteria = 'Kriterier';
$strCroatian = 'kroatisk';
-$strCSV = 'CSV';
$strCustomColor = 'Egendefinert farge';
$strCyrillic = 'kyrillisk';
$strCzech = 'tjekkisk';
$strCzechSlovak = 'Tjekkoslovakisk';
+$strDBComment = 'Database kommentar: ';
+$strDBCopy = 'Kopier databasen til';
+$strDBRename = 'Endre databasens navn til';
$strDanish = 'dansk';
$strData = 'Data';
+$strDataDict = 'Dataordbok';
+$strDataOnly = 'Bare data';
+$strDataPages = 'Sider som inneholder data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasen er uten navn!';
$strDatabaseExportOptions = 'Databaseeksportinnstillinger';
@@ -214,29 +220,23 @@ $strDatabasesStats = 'Statistikk for databaser';
$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.';
-$strDataDict = 'Dataordbok';
-$strDataOnly = 'Bare data';
-$strDataPages = 'Sider som inneholder data';
-$strDBComment = 'Database kommentar: ';
-$strDBCopy = 'Kopier databasen til';
$strDbIsEmpty = 'Databasen ser ut til å være tom!';
$strDbPrivileges = 'Databasespesifikke privilegier';
-$strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk';
$strDefault = 'Standard';
$strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.';
$strDefaultValueHelp = 'Sett inn en enkelt verdi for standard verdier uten skråstrek, anførselstegn eller annen "escaping" med dette formatet: a';
$strDefragment = 'Defragmenter tabell';
+$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDelayedInserts = 'Bruk forsinkede innsettinger';
$strDelete = 'Slett';
$strDeleteAndFlush = 'Slett brukeren og oppfrisk privilegiene etterpå.';
$strDeleteAndFlushDescr = 'Dette er den beste måten, men oppfrisking av privilegiene kan ta litt tid.';
-$strDeleted = 'Raden er slettet';
$strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!';
$strDeleteRelation = 'Slett relasjon';
+$strDeleted = 'Raden er slettet';
$strDeleting = 'Sletter %s';
$strDelimiter = 'Skilletegn';
-$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDescending = 'Synkende';
$strDescription = 'Beskrivelse';
$strDesigner = 'Designer';
@@ -245,23 +245,23 @@ $strDetails = 'Detaljer...';
$strDictionary = 'ordbok';
$strDirectLinks = 'Direkte linker';
$strDirtyPages = 'Endrede sider';
-$strDisabled = 'Avslått';
$strDisableForeignChecks = 'Slå av kontroll av fremmednøkler';
+$strDisabled = 'Avslått';
$strDisplayFeat = 'Vis egenskaper';
$strDisplayOrder = 'Visningsrekkefølge:';
$strDisplayPDF = 'Vis PDF-skjema';
$strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")';
$strDoNotAutoIncrementZeroValues = 'Ikke bruk AUTO_INCREMENT for nullverdier';
+$strDoYouReally = 'Vil du virkelig ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentasjon';
$strDownloadFile = 'Last ned fil';
-$strDoYouReally = 'Vil du virkelig ';
$strDrop = 'Slett';
$strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!';
$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.';
+$strDumpingData = 'Dataark for tabell';
$strDynamic = 'dynamisk';
$strEdit = 'Endre';
@@ -277,8 +277,8 @@ $strEndCut = 'STOPP KUTT';
$strEndRaw = 'STOPP UFORMATERT';
$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.';
+$strEngines = 'Motorer';
$strEnglish = 'engelsk';
$strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk';
$strError = 'Feil';
@@ -287,7 +287,6 @@ $strErrorRelationAdded = 'Feil: Relasjon ikke opprettet.';
$strErrorRelationExists = 'Feil: relasjoner eksisterer allerede.';
$strErrorRenamingTable = 'Feil oppstond med endring av tabellnavn fra %1$s til %2$s';
$strErrorSaveTable = 'Feil oppstod under lagring av Designerkoordinater.';
-$strRemoveCRLF = 'Fjern CRLF tegn i felter';
$strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte';
$strEsperanto = 'Esperanto';
$strEstonian = 'estisk';
@@ -318,8 +317,8 @@ $strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'tjenernavn';
$strFileNameTemplateDescriptionTable = 'tabellnavn';
$strFileNameTemplateRemember = 'husk malen';
-$strFiles = 'Filer';
$strFileToImport = 'Fil for importering';
+$strFiles = 'Filer';
$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")';
@@ -327,21 +326,21 @@ $strFlushTables = 'Flush (close) all tables';
$strFontSize = 'Fontstørrelse';
$strForeignKeyError = 'Feil oppstod under forsøk på opprettelse av fremmednøkkel på %1$s (kontroller datatyper)';
$strForeignKeyRelationAdded = 'FOREIGN KEY relasjon lagt til';
-$strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet!';
+$strFormat = 'Format';
$strFreePages = 'Ledige sider';
$strFullText = 'Hele strenger';
$strFunction = 'Funksjon';
$strFunctions = 'Funsjoner';
$strGenBy = 'Generert av';
+$strGenTime = 'Generert den';
$strGeneralRelationFeat = 'Generelle relasjonsegenskaper';
$strGenerate = 'Generer';
$strGeneratePassword = 'Generer passord';
-$strGenTime = 'Generert den';
-$strGetMoreThemes = 'Få flere temaer!';
$strGeorgian = 'Georgisk';
$strGerman = 'tysk';
+$strGetMoreThemes = 'Få flere temaer!';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global verdi';
@@ -350,6 +349,8 @@ $strGrantOption = 'Rettighet';
$strGreek = 'gresk';
$strGzip = 'Komprimert (gz)';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'er endret.';
$strHaveToShow = 'Du må velge minst en kolonne for visning';
@@ -364,14 +365,12 @@ $strHomepageOfficial = 'Offisiell phpMyAdmin-hjemmeside';
$strHost = 'Vert';
$strHostEmpty = 'Vertsnavnet er tomt!';
$strHostTableExplanation = 'Når vertstabellen er brukt så ignoreres dette feltet og verdier lagret i vertstabellen blir brukt istedet.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'ungarsk';
+$strIEUnsupported = 'Internet Explorer støtter ikke denne funksjonen.';
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fulltekst';
-$strIEUnsupported = 'Internet Explorer støtter ikke denne funksjonen.';
$strIgnore = 'Ignorer';
$strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnoreInserts = 'Bruk ignore inserts';
@@ -380,13 +379,14 @@ $strImportExportCoords = 'Importer/Eksporter koordinater for PDF skjema';
$strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil';
$strImportSuccessfullyFinished = 'Importen er fullført, %d spørringer utført.';
+$strInUse = 'i bruk';
$strIndex = 'Indeks';
-$strIndexes = 'Indekser';
-$strIndexesSeemEqual = 'Indeksene %1$s og %2$s ser ut til å være like og en av dem burde kunne fjernes.';
$strIndexHasBeenDropped = 'Indeksen %s har blitt slettet';
$strIndexName = 'Indeksnavn :';
$strIndexType = 'Indekstype :';
$strIndexWarningTable = 'Problemer med indeksene i tabellen `%s`';
+$strIndexes = 'Indekser';
+$strIndexesSeemEqual = 'Indeksene %1$s og %2$s ser ut til å være like og en av dem burde kunne fjernes.';
$strInnoDBAutoextendIncrement = 'Autoforstørrende økning';
$strInnoDBAutoextendIncrementDesc = 'Økningen som brukes for å forstørre et autoforstørrende tabellager når den blir full.';
$strInnoDBBufferPoolSize = 'Mellomlagerstørrelse';
@@ -404,13 +404,12 @@ $strInterface = 'Grensesnitt';
$strInternalAndForeign = 'En intern relasjon er ikke nødvendig når en tilsvarende FOREIGN KEY relasjon eksisterer.';
$strInternalRelationAdded = 'Intern relasjon lagt til';
$strInternalRelations = 'Interne relasjoner';
-$strInUse = 'i bruk';
$strInvalidAuthMethod = 'Ugyldig autentiseringsmetode satt opp i konfigureringen:';
-$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
-$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$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';
+$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
+$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$strInvalidDatabase = 'Ugylding database';
$strInvalidFieldAddCount = 'Du må sette inn minst ett felt.';
$strInvalidFieldCount = 'Tabellen må ha minst ett felt.';
@@ -433,11 +432,13 @@ $strKill = 'Avslutt';
$strKnownExternalBug = 'Funksjonaliteten %s er påvirket av en kjent feil, se %s';
$strKorean = 'koreansk';
+$strLDI = 'CSV med LOAD DATA';
+$strLDILocal = 'Bruk LOCAL nøkkelord';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Landskapsformat';
$strLanguage = 'Språk';
$strLanguageUnknown = 'Ukjent språk: %1$s.';
$strLatchedPages = 'Tilknyttede sider';
-$strLaTeX = 'LaTeX';
$strLatexCaption = 'Tabelloverskrift';
$strLatexContent = 'Innhold i tabell __TABLE__';
$strLatexContinued = '(fortsettet)';
@@ -446,8 +447,6 @@ $strLatexIncludeCaption = 'Inkluder tabelloverskrift';
$strLatexLabel = 'Merkelappnøkkel';
$strLatexStructure = 'Struktur i tabell __TABLE__';
$strLatvian = 'Latvisk';
-$strLDI = 'CSV med LOAD DATA';
-$strLDILocal = 'Bruk LOCAL nøkkelord';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'Antall poster per side';
$strLinesTerminatedBy = 'Linker avsluttet med';
@@ -456,32 +455,32 @@ $strLinksTo = 'Linker til';
$strLithuanian = 'lithauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Plassering av filen';
-$strLogin = 'Logg inn';
-$strLoginInformation = 'Innlogingsinformasjon';
-$strLoginWithoutPassword = 'Innlogging uten passord er forbudt av konfigurasjonen (see AllowNoPassword)';
-$strLogout = 'Logg ut';
$strLogPassword = 'Passord:';
$strLogServer = 'Tjener';
$strLogServerHelp = 'Du kan skrive vertsnavn/IP adresse og port separert med mellomrom.';
$strLogUsername = 'Brukernavn:';
+$strLogin = 'Logg inn';
+$strLoginInformation = 'Innlogingsinformasjon';
+$strLoginWithoutPassword = 'Innlogging uten passord er forbudt av konfigurasjonen (see AllowNoPassword)';
+$strLogout = 'Logg ut';
$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!';
+$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
+$strMIME_MIMEtype = 'MIME-type';
$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. 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 = 'Transformasjonsvalg';
$strMIME_transformation_options_note = 'Skriv inn verdiene for transformasjon med dette formatet: \'a\', 100, b,\'c\'... 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_without = 'MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon';
-$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
+$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!';
$strModifications = 'Endringene er lagret';
$strModify = 'Endre';
$strModifyIndexTopic = 'Endre en indeks';
@@ -503,19 +502,19 @@ $strMyISAMRepairThreadsDesc = 'Hvis denne verdien er større enn 1 så blir MyIS
$strMyISAMSortBufferSize = 'Sorteringsbufferstørrelse';
$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.';
$strMySQLCharset = 'MySQL-tegnsett';
-$strMysqlClientVersion = 'MySQL klientversjon';
$strMySQLConnectionCollation = 'Kollasjon av MySQL-oppkobling';
-$strMysqlLibDiffersServerVersion = 'Din PHP MySQL bibliotekfilversjon %s er forskjellig fra din MySQL tjenerversjon %s. Dette kan forårsake uforutsett oppførsel.';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Vis prosesser';
+$strMysqlClientVersion = 'MySQL klientversjon';
+$strMysqlLibDiffersServerVersion = 'Din PHP MySQL bibliotekfilversjon %s er forskjellig fra din MySQL tjenerversjon %s. Dette kan forårsake uforutsett oppførsel.';
$strName = 'Navn';
$strNext = 'Neste';
$strNo = 'Nei';
$strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt';
+$strNoDataReceived = 'Ingen data ble mottatt for importering. Enten ble ingen filnavn gitt, eller filstørrelsen oversteg maksimum størrelse tillatt i din PHP konfigurasjon. Se FAQ 1.16';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser er valgt.';
-$strNoDataReceived = 'Ingen data ble mottatt for importering. Enten ble ingen filnavn gitt, eller filstørrelsen oversteg maksimum størrelse tillatt i din PHP konfigurasjon. Se FAQ 1.16';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.';
$strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.';
@@ -525,8 +524,6 @@ $strNoFrames = 'phpMyAdmin er mer brukervennlig med en rammekapabel nettl
$strNoIndex = 'Ingen indeks definert!';
$strNoIndexPartsDefined = 'Ingen indeksdeler definert!';
$strNoModification = 'Ingen endring';
-$strNone = 'Ingen';
-$strNoneDefault = 'Ingen';
$strNoOptions = 'Dette formatet har ingen valg';
$strNoPassword = 'Intet passord';
$strNoPermission = 'Webserveren har ikke tillatelse til å lagre fila %s.';
@@ -537,17 +534,19 @@ $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.';
+$strNoUsersFound = 'Ingen bruker(e) funnet.';
+$strNoValidateSQL = 'Ikke teste SQL';
+$strNone = 'Ingen';
+$strNoneDefault = 'Ingen';
$strNotNumber = 'Dette er ikke ett tall!';
$strNotOK = 'ikke OK';
$strNotSet = '%s tabellen ble ikke funnet eller ikke konfigurert i %s';
-$strNoUsersFound = 'Ingen bruker(e) funnet.';
-$strNoValidateSQL = 'Ikke teste SQL';
$strNull = 'Null';
-$strNumberOfFields = 'Antall felter';
-$strNumberOfTables = 'Antall tabeller';
$strNumSearchResultsInTable = '%s treff i tabell %s';
$strNumSearchResultsTotal = 'Totalt:%s treff';
$strNumTables = 'Tabeller';
+$strNumberOfFields = 'Antall felter';
+$strNumberOfTables = 'Antall tabeller';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document regneark';
@@ -562,21 +561,6 @@ $strOr = 'Eller';
$strOverhead = 'Overheng';
$strOverwriteExisting = 'Overskriv eksisterende fil(-er)';
-$strPacked = 'Pakket';
-$strPageNumber = 'Sidenummer:';
-$strPagesToBeFlushed = 'Sider som skal tømmes';
-$strPaperSize = 'Papirstørrelse';
-$strPartialImport = 'Delvis importering';
-$strPartialText = 'Delvis tekst';
-$strPartition = 'Partisjon %s';
-$strPartitionDefinition = 'Partisjonsdefinisjon';
-$strPartitioned = 'partisjonert';
-$strPartitionMaintenance = 'Partisjonsvedlikehold';
-$strPassword = 'Passord';
-$strPasswordChanged = 'Passordet til %s er endret.';
-$strPasswordEmpty = 'Passordet er blankt!';
-$strPasswordHashing = 'Passordnøkling';
-$strPasswordNotSame = 'Passordene er ikke like!';
$strPBXTCheckpointFrequency = 'Kontrollpunktfrekvens';
$strPBXTCheckpointFrequencyDesc = 'Mengden data skrevet til transaksjonsloggen før en punktsjekk blir utført. Standard verdi er 24MB.';
$strPBXTDataFileGrowSize = 'Datafil vekststørrelse';
@@ -602,19 +586,34 @@ $strPBXTRowFileGrowSizeDesc = 'Vekststørrelsen til radpekerfilene (.xtr).';
$strPBXTTransactionBufferSize = 'Transaksjonsbufferstørrelse';
$strPBXTTransactionBufferSizeDesc = 'Størrelsen til det globale transaksjonsloggmellomlageret (databasemotoren tilordner 2 mellomlager med denne størrelsen). Standard verdi er 1MB.';
$strPDF = 'PDF';
+$strPDFReportExplanation = '(Oppretter en rapport som inneholder dataene fra en enkel tabell)';
+$strPDFReportTitle = 'Rapporttittel';
+$strPHPExtension = 'PHP tillegg';
+$strPHPVersion = 'PHP-Versjon';
+$strPacked = 'Pakket';
+$strPageNumber = 'Sidenummer:';
+$strPagesToBeFlushed = 'Sider som skal tømmes';
+$strPaperSize = 'Papirstørrelse';
+$strPartialImport = 'Delvis importering';
+$strPartialText = 'Delvis tekst';
+$strPartition = 'Partisjon %s';
+$strPartitionDefinition = 'Partisjonsdefinisjon';
+$strPartitionMaintenance = 'Partisjonsvedlikehold';
+$strPartitioned = 'partisjonert';
+$strPassword = 'Passord';
+$strPasswordChanged = 'Passordet til %s er endret.';
+$strPasswordEmpty = 'Passordet er blankt!';
+$strPasswordHashing = 'Passordnøkling';
+$strPasswordNotSame = 'Passordene er ikke like!';
$strPdfDbSchema = 'Skjema for "%s"-databasen - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!';
$strPdfNoTables = 'Ingen tabeller';
-$strPDFReportExplanation = '(Oppretter en rapport som inneholder dataene fra en enkel tabell)';
-$strPDFReportTitle = 'Rapporttittel';
$strPerHour = 'per time';
$strPerMinute = 'per minutt';
$strPerSecond = 'per sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonkatalog';
$strPhp = 'Lag PHP kode';
-$strPHPExtension = 'PHP tillegg';
-$strPHPVersion = 'PHP-Versjon';
$strPlayAudio = 'Spill lyd';
$strPleaseSelectPrimaryOrUniqueKey = 'Velg primærnøkkelen eller en unik nøkkel';
$strPmaDocumentation = 'phpMyAdmin-Dokumentasjon';
@@ -689,6 +688,7 @@ $strQueryTime = 'Spørring tok %01.4f sek';
$strQueryType = 'Spørringstype';
$strQueryWindowLock = 'Ikke overskriv denne spørringen fra andre vinduer';
+$strReType = 'Gjenta';
$strReadRequests = 'Leseforespørsler';
$strRebuild = 'Gjenoppbygg';
$strReceived = 'Mottatt';
@@ -696,17 +696,18 @@ $strRecommended = 'anbefalt';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Sjekk referanseintegritet:';
$strRefresh = 'Oppdater';
+$strRelationDeleted = 'Relasjon slettet';
+$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
+$strRelationView = 'Relasjonsvisning';
$strRelationalDisplayField = 'Relasjonsvisningsfelt';
$strRelationalKey = 'Relasjonsnøkkel';
$strRelationalSchema = 'Relasjonsskjema';
-$strRelationDeleted = 'Relasjon slettet';
-$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
$strRelations = 'Relasjoner';
$strRelationsForTable = 'RELASJONER FOR TABELLEN';
-$strRelationView = 'Relasjonsvisning';
$strReload = 'Oppdater';
-$strReloadingThePrivileges = 'Oppfrisker privilegiene';
$strReloadPrivileges = 'Oppfrisk privilegier';
+$strReloadingThePrivileges = 'Oppfrisker privilegiene';
+$strRemoveCRLF = 'Fjern CRLF tegn i felter';
$strRemovePartitioning = 'Fjern partisjonering';
$strRemoveSelectedUsers = 'Fjern valgte brukere';
$strRenameDatabaseOK = 'Databasen %s har endret navn til %s';
@@ -724,7 +725,6 @@ $strReplicationStatus_slave = 'Slavestatus';
$strReset = 'Tøm skjema';
$strResourceLimits = 'Ressursbegrensninger';
$strRestartInsertion = 'Restarte innsettinga med %s rader';
-$strReType = 'Gjenta';
$strRevoke = 'Tilbakekall';
$strRevokeAndDelete = 'Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå.';
$strRevokeAndDeleteDescr = 'Inntill privilegiene er oppfrisket vil brukerne fortsatt ha USAGE privilegiet.';
@@ -733,23 +733,33 @@ $strRomanian = 'Rumensk';
$strRoutineReturnType = 'Returtype';
$strRoutines = 'Rutiner';
$strRowLength = 'Radlengde';
+$strRowSize = ' Radstørrelse ';
$strRows = 'Rader';
$strRowsAffected = '%1$d rad(er) berørt.';
$strRowsDeleted = '%1$d rad(er) slettet.';
$strRowsFrom = 'rader fra';
$strRowsInserted = '%1$d rad(er) innsatt.';
-$strRowSize = ' Radstørrelse ';
$strRowsModeFlippedHorizontal = 'horisontal (roterte overskrifter)';
$strRowsModeHorizontal = 'vannrett';
$strRowsModeOptions = 'i %s modus og gjenta headers etter %s celler';
$strRowsModeVertical = 'loddrett';
$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';
+$strRunning = 'som kjører på %s';
$strRussian = 'russisk';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL kompatibilitetsmodus';
+$strSQLExportType = 'Eksporttype';
+$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';
+$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
+$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
+$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strSave = 'Lagre';
$strSaveOnServer = 'Lagre på server i %s katalogen';
$strSavePosition = 'Lagre posisjon';
@@ -779,7 +789,6 @@ $strSent = 'Sendt';
$strServer = 'Tjener';
$strServerChoice = 'Tjenervalg';
$strServerNotResponding = 'Tjeneren svarer ikke';
-$strServers = 'Tjenere';
$strServerStatus = 'Kjøringsinformasjon';
$strServerStatusDelayedInserts = 'Forsinkede innsettinger';
$strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.';
@@ -787,373 +796,370 @@ $strServerTabVariables = 'Variabler';
$strServerTrafficNotes = 'Tjenertraffikk: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.';
$strServerVars = 'Tjenervariabler og -innstillinger';
$strServerVersion = 'Tjenerversjon';
+$strServers = 'Tjenere';
$strSessionGCWarning = 'Ditt PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] er lavere enn cookie gyldighet konfigurert i phpMyAdmin, på grunn av dette så vil din innlogging utløpe raskere enn konfigurert i phpMyAdmin.';
$strSessionStartupErrorGeneral = 'Kan ikke starte sessjonen uten feil, kontroller feilmeldinger i din PHP og/eller webtjenerloggfil og konfigurer din PHP innstallasjon korrekt.';
$strSessionValue = 'Økts verdi';
$strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'... 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\').';
-$strSetupServersAdd = 'Legg til en ny tjener';
-$strSetupServersEdit = 'Rediger tjener';
-$strSetupFormset_features = 'Egenskaper';
-$strSetupFormset_left_frame = 'Endre navigasjonsrammen';
-$strSetupFormset_main_frame = 'Endre hovedrammen';
-$strSetupFormset_import = 'Endre importstandarder';
-$strSetupFormset_export = 'Endre eksportstandarder';
-$strSetupFormset_customization = 'Tilpasning';
-$strSetupTrue = 'ja';
-$strSetupFalse = 'nei';
-$strSetupDisplay = 'Vis';
-$strSetupDownload = 'Last ned';
-$strSetupClear = 'Fjern';
-$strSetupLoad = 'Last';
-$strSetupRestoreDefaultValue = 'Gjennopprett standard verdi';
-$strSetupSetValue = 'Sett verdi: %s';
-$strSetupWarning = 'Advarsel';
-$strSetupIgnoreErrors = 'Ignorer feil';
-$strSetupRevertErroneousFields = 'Forsøk å reverser felter med feil til standard verdier';
-$strSetupShowForm = 'Vis skjema';
-$strSetupOverview = 'Oversikt';
-$strSetupShowHiddenMessages = 'Vis skjulte meldinger (#MSG_COUNT)';
-$strSetupNoServers = 'Der finnes ingen konfigurerte tjenere';
-$strSetupNewServer = 'Ny tjener';
-$strSetupDefaultLanguage = 'Standard språk';
-$strSetupDefaultServer = 'Standard tjener';
-$strSetupLetUserChoose = 'la brukeren bestemme';
-$strSetupOptionNone = '- ingen -';
-$strSetupEndOfLine = 'Linjeslutt';
-$strSetupConfigurationFile = 'Konfigurasjonsfil';
-$strSetupHomepageLink = 'phpMyAdmin hjemmeside';
-$strSetupDonateLink = 'Doner';
-$strSetupVersionCheckLink = 'Sjekk for siste versjon';
+$strSetupAllowAnywhereRecoding_name = 'Tillat karaktertegnsettkonvertering';
+$strSetupAllowArbitraryServerMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] bør være avslått da den tillater angripere å tvinge til seg innlogging på hvilke som helst MySQL tjenere. Hvis du føler dette er nødvendig, bruk [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.';
+$strSetupAllowArbitraryServer_desc = 'Hvis tillatt kan brukere skrive inn hvilke som helst MySQL tjener i innloggingsskjemaet for cookie autentisering';
+$strSetupAllowArbitraryServer_name = 'Tillat innlogging til hvilke som helst MySQL tjener';
+$strSetupAllowUserDropDatabase_name = 'Vis "Drop database" link for normale brukere';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
+$strSetupBZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering for import og eksportoperasjoner';
+$strSetupBZipDump_name = 'Bzip2';
+$strSetupBlowfishSecretCharsMsg = 'Nøkkelen bør inneholde tall, bokstaver [em]og[/em] spesielle tegn';
+$strSetupBlowfishSecretLengthMsg = 'Nøkkelen er for kort, den bør ha minst 8 tegn';
+$strSetupBlowfishSecretMsg = 'Du hadde ikke satt blowfist hemmelig nøkkel eller slått på cookie autentisering så nøkkelen ble generert for deg. Den brukes til å krypterer cookies.';
+$strSetupBrowseMarkerEnable_desc = 'Framhev valgte rader';
+$strSetupBrowseMarkerEnable_name = 'Radframheving';
+$strSetupBrowsePointerEnable_desc = 'Framhev raden under musmarkøren';
+$strSetupBrowsePointerEnable_name = 'Pekermarkering';
$strSetupCannotLoadConfig = 'Kan ikke laste eller lagre konfigurasjonen';
$strSetupCannotLoadConfigMsg = 'Opprett en mappe [em]config[/em] som er skrivbar for webtjener i phpMyAdmin øverste mappe som beskrevet i [a@../Documentation.html#setup_script]documentation[/a]. Hvis ikke så vil du kun være i stand til å laste ned eller fremvise den.';
-$strSetupInsecureConnection = 'Usikker tilkobling';
-$strSetupInsecureConnectionMsg1 = 'Du bruker ikke en sikker tilkobling, all data (inkludert sensitive, slik som passorder) blir overført ukryptert!';
-$strSetupInsecureConnectionMsg2 = 'Hvis din tjener også er konfigurert til å akseptere HTTPS forespørsler så følg [a@%s]denne linken[/a] for å bruke en sikker tilkobling.';
-$strSetupVersionCheck = 'Versjonskontroll';
-$strSetupVersionCheckWrapperError = 'Hverken URL wrapper eller CURL er tilgjengelig. Versjonskontroll er ikke mulig.';
-$strSetupVersionCheckDataError = 'Lesing av versjon feilet. Du er kanskje offline eller oppgraderingstjeneren svarer ikke.';
-$strSetupVersionCheckInvalid = 'Mottok ugyldig versjonsstreng fra tjeneren';
-$strSetupVersionCheckUnparsable = 'Uleselig versjonsstreng';
-$strSetupVersionCheckNewAvailable = 'Ny versjon av phpMyAdmin er tilgjengelig, du bør vurdere å oppgradere. Ny versjon er %s, utgitt den %s.';
-$strSetupVersionCheckNewAvailableSvn = 'Du bruker subversion versjon, kjør [kbd]svn update[/kbd] :-)[br]Den siste stabile versjon er %s, utgutt den %s.';
-$strSetupVersionCheckNone = 'Ingen ny stabil versjon er tilgjengelig';
-$strSetupServerSecurityInfoMsg = 'Hvis du føler at dette er nødvending, så bruk ekstra beskyttelsesinnstillinger - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.';
-$strSetupServerSslMsg = 'Du bør bruke SSL tilkobling dersom din webtjener har støtte for det';
-$strSetupServerExtensionMsg = 'Du bør bruke mysqli for bedre ytelse';
-$strSetupServerAuthConfigMsg = 'Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/kbd].';
-$strSetupBlowfishSecretMsg = 'Du hadde ikke satt blowfist hemmelig nøkkel eller slått på cookie autentisering så nøkkelen ble generert for deg. Den brukes til å krypterer cookies.';
-$strSetupBlowfishSecretLengthMsg = 'Nøkkelen er for kort, den bør ha minst 8 tegn';
-$strSetupBlowfishSecretCharsMsg = 'Nøkkelen bør inneholde tall, bokstaver [em]og[/em] spesielle tegn';
-$strSetupForceSSLMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] burde være påslått hvis din webtjener støtter dette';
-$strSetupAllowArbitraryServerMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] bør være avslått da den tillater angripere å tvinge til seg innlogging på hvilke som helst MySQL tjenere. Hvis du føler dette er nødvendig, bruk [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.';
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] bør ikke settes til mer enn 1800 sekunder (30 minutter). Verdier større enn 1800 kan utgjøre en sikkerhetsrisiko f.eks. ved at noen prøver å utgi seg for en bruker.';
+$strSetupCharEditing_desc = 'Definerer hvilken type redigeringskontroll som skal brukes for CHAR og VARCHAR felter; [kbd]input[/kbd] - tillater begrensning av lengde, [kbd]textarea[/kbd] - tillater linjeskift i felter';
+$strSetupCharEditing_name = 'CHAR felt redigering';
+$strSetupCharTextareaCols_desc = 'Antall kolonner i CHAR/VARCHAR tekstbokser';
+$strSetupCharTextareaCols_name = 'CHAR textarea kolonner';
+$strSetupCharTextareaRows_desc = 'Antall rader i CHAR/VARCHAR tekstbokser';
+$strSetupCharTextareaRows_name = 'CHAR textarea rader';
+$strSetupCheckConfigurationPermissions_name = 'Kontroller konfigurasjonsfilrettigheter';
+$strSetupClear = 'Fjern';
+$strSetupCompressOnFly_desc = 'Kopmrimer gzip/bzip2 eksporter direkte uten behov for mye minne; hvis du får problemer med opprettede gzip/bzip2 filer så slå av denne funksjonen';
+$strSetupCompressOnFly_name = 'Komprimer direkte';
+$strSetupConfigurationFile = 'Konfigurasjonsfil';
+$strSetupConfirm_desc = 'Om en advarsel ("Er du helt sikker...") skal vises når du er i ferd med å miste data';
+$strSetupConfirm_name = 'Bekreft DROP spørringer';
+$strSetupDefaultCharset_desc = 'Standard karaktertegnsett brukt ved konverteringer';
+$strSetupDefaultCharset_name = 'Standard karaktertegnsett';
+$strSetupDefaultLanguage = 'Standard språk';
+$strSetupDefaultServer = 'Standard tjener';
+$strSetupDefaultTabDatabase_desc = 'Fanen som vises når en database tas i bruk';
+$strSetupDefaultTabDatabase_name = 'Standard databasefane';
+$strSetupDefaultTabServer_desc = 'Fanen som vises når en tjener tas i bruk';
+$strSetupDefaultTabServer_name = 'Standard tjenerfane';
+$strSetupDefaultTabTable_desc = 'Fanen som vises når en tabell tas i bruk';
+$strSetupDefaultTabTable_name = 'Standard tabellfane';
$strSetupDirectoryNotice = 'Denne verdien bør være dobbeltkontrollert for å sikre at denne katalogen verken er tilgjengelig for alle og heller ikke kan leses eller skrives til av andre brukere på tjeneren din.';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a]trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip komprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
-$strSetuperror_form = 'Innsendt skjema inneholder feil';
-$strSetuperror_missing_field_data = 'Mangler data for %s';
-$strSetuperror_incorrect_port = 'Ikke et gyldig portnummer';
-$strSetuperror_incorrect_value = 'Ugyldig verdi';
-$strSetuperror_incorrect_ip_address = 'Ugyldig IP addresse: %s';
-$strSetuperror_nan_p = 'Ikke et positivt nummer';
-$strSetuperror_nan_nneg = 'Ikke et ikke-negativt nummer';
-$strSetuperror_empty_pmadb_user = 'Blankt phpMyAdmin kontrollbruker for bruk av pmadb';
-$strSetuperror_empty_pmadb_password = 'Blankt phpMyAdmin kontrollbrukerpassord for bruk av pmadb';
-$strSetuperror_empty_user_for_config_auth = 'Blankt brukernavn for bruk av config autentiseringsmetoden';
-$strSetuperror_empty_signon_session = 'Tom signon sessjonsnavn ved bruk av signon autentiseringsmetode';
-$strSetuperror_empty_signon_url = 'Tom signon URL ved bruk av signon autentiseringsmetode';
-$strSetuperror_connection = 'Kunne ikke koble til MySQL tjener';
-$strSetupForm_Server = 'Grunnleggende innstillinger';
-$strSetupForm_Server_desc = 'Legg til tjenertilkoblingsparametre';
-$strSetupForm_Server_login_options = 'Signon innloggingsinnstillinger';
-$strSetupForm_Server_login_options_desc = 'Skriv innloggingsinnstillinger for signon autentiseringsmetode';
-$strSetupForm_Server_config = 'Tjenerinnstillinger';
-$strSetupForm_Server_config_desc = 'Avanserte tjenerinnstillinger, ikke endre disse hvis du ikke vet hva de er for';
-$strSetupForm_Server_pmadb = 'PMA database';
-$strSetupForm_Server_pmadb_desc = 'Konfigurer phpMyAdmin databasen for å få tilgang til ekstra egenskaper, se [a@../Documentation.html#linked-tables]lenkede-tabeller infrastruktur[/a] i dokumentasjonen';
-$strSetupForm_Import_export = 'Import / eksport';
-$strSetupForm_Import_export_desc = 'Set import and eksport mapper og komprimeringsinnstillinger';
-$strSetupForm_Security = 'Sikkerhet';
-$strSetupForm_Security_desc = 'Merk at phpMyAdmin er bare et brukergrensesnitt og dens egenskaper begrenser ikke MySQL';
-$strSetupForm_Sql_queries = 'SQL spørringer';
-$strSetupForm_Sql_queries_desc = 'Innstillinger for SQL spørringer, for SQL spørringsboksinnstillinger se [a@?page=form&formset=main_frame#tab_Sql_box]navigasjonsramme[/a]innstillingene';
-$strSetupForm_Other_core_settings = 'Andre hovedinnstillinger';
-$strSetupForm_Other_core_settings_desc = 'Innstillinger som ikke passer andre steder';
-$strSetupForm_Left_frame = 'Navigasjonsramme';
-$strSetupForm_Left_frame_desc = 'Endre utseendet til navigasjonsrammen';
-$strSetupForm_Left_servers = 'Tjenere';
-$strSetupForm_Left_servers_desc = 'Tjenervisningsinnstillinger';
-$strSetupForm_Left_databases = 'Databaser';
-$strSetupForm_Left_databases_desc = 'Databasevisningsinnstillinger';
-$strSetupForm_Left_tables = 'Tabeller';
-$strSetupForm_Left_tables_desc = 'Tabellvisningsinnstillinger';
-$strSetupForm_Main_frame = 'Hovedramme';
-$strSetupForm_Startup = 'Oppstart';
-$strSetupForm_Startup_desc = 'Endre oppstartssiden';
+$strSetupDisplay = 'Vis';
+$strSetupDisplayDatabasesList_desc = 'Vis databaser som en liste istedet for en nedfallsliste';
+$strSetupDisplayDatabasesList_name = 'Vis databaser som en liste';
+$strSetupDisplayServersList_desc = 'Vis tjenere som en liste istedet for en nedfallsliste';
+$strSetupDisplayServersList_name = 'Vis tjenere som en liste';
+$strSetupDonateLink = 'Doner';
+$strSetupDownload = 'Last ned';
+$strSetupEndOfLine = 'Linjeslutt';
+$strSetupExecTimeLimit_desc = 'Antall sekunder et skript har lov til å kjøre ([kbd]0[/kbd] for ingen begrensning)';
+$strSetupExecTimeLimit_name = 'Maks kjøretid';
+$strSetupExport_asfile_name = 'Lagre som fil';
+$strSetupExport_charset_name = 'Filas tegnsett';
+$strSetupExport_compression_name = 'Kompresjon';
+$strSetupExport_file_template_database_name = 'Databasenavnmal';
+$strSetupExport_file_template_server_name = 'Tjenernavnmal';
+$strSetupExport_file_template_table_name = 'Tabellnavnmal';
+$strSetupExport_format_name = 'Format';
+$strSetupExport_onserver_name = 'Lagre på tjener';
+$strSetupExport_onserver_overwrite_name = 'Skriv over eksisterende filer';
+$strSetupExport_remember_file_template_name = 'Husk filnavnmal';
+$strSetupFalse = 'nei';
+$strSetupForceSSLMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] burde være påslått hvis din webtjener støtter dette';
+$strSetupForceSSL_desc = 'Tving sikker tilkobling ved bruk av phpMyAdmin';
+$strSetupForceSSL_name = 'Tving SSL tilkobling';
+$strSetupForeignKeyDropdownOrder_desc = 'Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; [kbd]content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien';
+$strSetupForeignKeyDropdownOrder_name = 'Fremmednøkkelrekkefølge';
+$strSetupForeignKeyMaxLimit_desc = 'En nedfallsboks vil bli brukt hvis færre elementer er tilstede';
+$strSetupForeignKeyMaxLimit_name = 'Fremmednøkkelbegrensning';
$strSetupForm_Browse = 'Visningsmodus';
$strSetupForm_Browse_desc = 'Endre visningsmodus';
$strSetupForm_Edit = 'Redigeringsmodus';
$strSetupForm_Edit_desc = 'Endre redigeringsmodus';
-$strSetupForm_Tabs = 'Faner';
-$strSetupForm_Tabs_desc = 'Velg hvordan du ønsker fanene skal fungere';
-$strSetupForm_Sql_box = 'SQL spørringsboks';
-$strSetupForm_Sql_box_desc = 'Endre linker vist i SQL spørringsbokser';
-$strSetupForm_Import_defaults = 'Importinnstillinger';
-$strSetupForm_Import_defaults_desc = 'Endre standard importinnstillinger';
$strSetupForm_Export_defaults = 'Eksportinnstillinger';
$strSetupForm_Export_defaults_desc = 'Endre standard eksportinnstillinger';
+$strSetupForm_Import_defaults = 'Importinnstillinger';
+$strSetupForm_Import_defaults_desc = 'Endre standard importinnstillinger';
+$strSetupForm_Import_export = 'Import / eksport';
+$strSetupForm_Import_export_desc = 'Set import and eksport mapper og komprimeringsinnstillinger';
+$strSetupForm_Left_databases = 'Databaser';
+$strSetupForm_Left_databases_desc = 'Databasevisningsinnstillinger';
+$strSetupForm_Left_frame = 'Navigasjonsramme';
+$strSetupForm_Left_frame_desc = 'Endre utseendet til navigasjonsrammen';
+$strSetupForm_Left_servers = 'Tjenere';
+$strSetupForm_Left_servers_desc = 'Tjenervisningsinnstillinger';
+$strSetupForm_Left_tables = 'Tabeller';
+$strSetupForm_Left_tables_desc = 'Tabellvisningsinnstillinger';
+$strSetupForm_Main_frame = 'Hovedramme';
+$strSetupForm_Other_core_settings = 'Andre hovedinnstillinger';
+$strSetupForm_Other_core_settings_desc = 'Innstillinger som ikke passer andre steder';
$strSetupForm_Query_window = 'Spørringsvindu';
$strSetupForm_Query_window_desc = 'Endre spørringsvinduinnstillinger';
-$strSetupServerNoPasswordMsg = 'Du tillater tilkobling til tjeneren uten passord.';
-$strSetupServers_verbose_name = 'Fult navn for denne tjeneren';
-$strSetupServers_host_name = 'Tjenervertsnavn';
-$strSetupServers_port_name = 'Tjenerport';
-$strSetupServers_port_desc = 'Porten som MySQL tjeneren lytter på, la stå tom for standard verdi';
-$strSetupServers_socket_name = 'Tjenersokkel';
-$strSetupServers_socket_desc = 'Sokkel som MySQL tjeneren lytter på, la stå tom for standard verdi';
-$strSetupServers_ssl_name = 'Bruk SSL';
-$strSetupServers_connect_type_name = 'Tilkoblingstype';
-$strSetupServers_connect_type_desc = 'Hvordan koble til tjener, behold tcp hvis usikker';
-$strSetupServers_extension_name = 'Bruk PHP modul';
-$strSetupServers_extension_desc = 'Hvilken PHP modul som skal brukes, bruk mysqli hvis støttet';
-$strSetupServers_compress_name = 'Komprimer tilkobling';
-$strSetupServers_compress_desc = 'Komprimer tilkoblingen til MySQL tjeneren';
-$strSetupServers_auth_type_name = 'Autentiseringstype';
-$strSetupServers_auth_type_desc = 'Autentiseringsmetode som skal brukes';
-$strSetupServers_user_name = 'Bruker for config autentisering';
-$strSetupServers_user_desc = 'La stå tom om du ikke skal bruke config autentisering';
-$strSetupServers_password_name = 'Passord for config autentisering';
-$strSetupServers_password_desc = 'La stå tom om du ikke skal bruke config autentisering';
-$strSetupServers_nopassword_name = 'Koble til uten passord';
-$strSetupServers_nopassword_desc = 'Forsøk å koble til uten passord';
-$strSetupServers_SignonSession_name = 'Signon sesjonsnavn';
-$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] for et eksempel';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServers_LogoutURL_name = 'Logg ut URL';
-$strSetupServers_auth_swekey_config_name = 'SweKey config fil';
-$strSetupServers_auth_swekey_config_desc = 'Stien til konfigfila for [a@http://swekey.com]SweKey hardware authentication[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/swekey.conf)';
-$strSetupServers_only_db_name = 'Vis kun opplistede databaser';
-$strSetupServers_only_db_desc = 'Du kan bruke MySQL jokertegn (% and _), escape dem hvis du ønsker å bruke dem direkte, f.eks. bruk \'my\_db\' og ikke \'my_db\'';
-$strSetupServers_hide_db_name = 'Skul databaser';
-$strSetupServers_hide_db_desc = 'Skjul databaser som matcher regular expression (PCRE)';
-$strSetupServers_host_desc = 'Vertsnavn hvor MySQL tjeneren kjører';
-$strSetupServers_verbose_desc = 'En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av vertsnavn istedet.';
-$strSetupServers_AllowRoot_name = 'Tillat innlogging som root';
-$strSetupServers_DisableIS_name = 'Slå av bruk av INFORMATION_SCHEMA';
-$strSetupServers_DisableIS_desc = 'Mer informasjon på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_AllowDeny_order_name = 'Rekkefølge for vertsautentisering';
-$strSetupServers_AllowDeny_order_desc = 'La stå tom hvis ikke brukt';
-$strSetupServers_AllowDeny_rules_name = 'Vertsautentiseringsregler';
-$strSetupServers_AllowDeny_rules_desc = 'La stå tom for standard';
-$strSetupServers_AllowNoPassword_name = 'Tillat innlogging uten passord';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES kommando';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL kommando for å hente liste over databaser';
-$strSetupServers_CountTables_name = 'Tell tabeller';
-$strSetupServers_CountTables_desc = 'Tell tabeller ved visning av databaseliste';
-$strSetupServers_pmadb_name = 'PMA database';
-$strSetupServers_pmadb_desc = 'Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå blank for å slå av. Anbefalt: [kbd]phpmyadmin[/kbd]';
-$strSetupServers_controluser_name = 'Kontrollbruker';
-$strSetupServers_controluser_desc = 'En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
-$strSetupServers_controlpass_name = 'Kontrollbrukerpassord';
-$strSetupServers_verbose_check_name = 'Full kontroll';
-$strSetupServers_verbose_check_desc = 'Slå av hvis du vet at dine pma_* tabeller er oppdaterte. Denne forhindrer kompabilitetssjekk og øker ytelsen';
-$strSetupServers_bookmarktable_name = 'Bokmerketabell';
-$strSetupServers_bookmarktable_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/a]støtte, anbefalt: [kbd]pma_bookmark[/kbd]';
-$strSetupServers_relation_name = 'Relasjonstabell';
-$strSetupServers_relation_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/relation]relasjonslink[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]';
-$strSetupServers_table_info_name = 'Visningsfelttabell';
-$strSetupServers_table_info_desc = 'Tabell for beskrivelse av visningsfelter, la stå tom for ingen støtte; anbefalt: [kbd]pma_table_info[/kbd]';
-$strSetupServers_table_coords_name = 'PDF schema: tabellkoordinater';
-$strSetupServers_table_coords_desc = 'La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]';
-$strSetupServers_pdf_pages_name = 'PDF schema: sidetabell';
-$strSetupServers_pdf_pages_desc = 'La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]';
-$strSetupServers_column_info_name = 'Kolonneinformasjonstabell';
-$strSetupServers_column_info_desc = 'La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: [kbd]pma_column_info[/kbd]';
-$strSetupServers_history_name = 'SQL spørringshistorietabell';
-$strSetupServers_history_desc = 'La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]';
-$strSetupServers_designer_coords_name = 'Designertabell';
-$strSetupServers_designer_coords_desc = 'La stå tom for ingen Designer støtte, anbefalt: [kbd]designer_coords[/kbd]';
-$strSetupUploadDir_name = 'Opplastingsmappe';
-$strSetupUploadDir_desc = 'Mappe på tjeneren hvor du kan laste opp filer for import';
-$strSetupSaveDir_name = 'Lagringsmappe';
-$strSetupSaveDir_desc = 'Mappe for eksporter kan lagres på tjeneren';
-$strSetupAllowAnywhereRecoding_name = 'Tillat karaktertegnsettkonvertering';
-$strSetupDefaultCharset_name = 'Standard karaktertegnsett';
-$strSetupDefaultCharset_desc = 'Standard karaktertegnsett brukt ved konverteringer';
-$strSetupRecodingEngine_name = 'Rekodingsmotor';
-$strSetupRecodingEngine_desc = 'Velg hvilken funksjon som vil bli brukt for karaktertegnsettskonverteringer';
-$strSetupIconvExtraParams_name = 'Ekstra parametre for iconv';
-$strSetupZipDump_name = 'ZIP';
-$strSetupZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering for import og eksportoperasjoner';
-$strSetupGZipDump_name = 'GZip';
+$strSetupForm_Security = 'Sikkerhet';
+$strSetupForm_Security_desc = 'Merk at phpMyAdmin er bare et brukergrensesnitt og dens egenskaper begrenser ikke MySQL';
+$strSetupForm_Server = 'Grunnleggende innstillinger';
+$strSetupForm_Server_config = 'Tjenerinnstillinger';
+$strSetupForm_Server_config_desc = 'Avanserte tjenerinnstillinger, ikke endre disse hvis du ikke vet hva de er for';
+$strSetupForm_Server_desc = 'Legg til tjenertilkoblingsparametre';
+$strSetupForm_Server_login_options = 'Signon innloggingsinnstillinger';
+$strSetupForm_Server_login_options_desc = 'Skriv innloggingsinnstillinger for signon autentiseringsmetode';
+$strSetupForm_Server_pmadb = 'PMA database';
+$strSetupForm_Server_pmadb_desc = 'Konfigurer phpMyAdmin databasen for å få tilgang til ekstra egenskaper, se [a@../Documentation.html#linked-tables]lenkede-tabeller infrastruktur[/a] i dokumentasjonen';
+$strSetupForm_Sql_box = 'SQL spørringsboks';
+$strSetupForm_Sql_box_desc = 'Endre linker vist i SQL spørringsbokser';
+$strSetupForm_Sql_queries = 'SQL spørringer';
+$strSetupForm_Sql_queries_desc = 'Innstillinger for SQL spørringer, for SQL spørringsboksinnstillinger se [a@?page=form&formset=main_frame#tab_Sql_box]navigasjonsramme[/a]innstillingene';
+$strSetupForm_Startup = 'Oppstart';
+$strSetupForm_Startup_desc = 'Endre oppstartssiden';
+$strSetupForm_Tabs = 'Faner';
+$strSetupForm_Tabs_desc = 'Velg hvordan du ønsker fanene skal fungere';
+$strSetupFormset_customization = 'Tilpasning';
+$strSetupFormset_export = 'Endre eksportstandarder';
+$strSetupFormset_features = 'Egenskaper';
+$strSetupFormset_import = 'Endre importstandarder';
+$strSetupFormset_left_frame = 'Endre navigasjonsrammen';
+$strSetupFormset_main_frame = 'Endre hovedrammen';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
$strSetupGZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering for import og eksportoperasjoner';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering for import og eksportoperasjoner';
-$strSetupCompressOnFly_name = 'Komprimer direkte';
-$strSetupCompressOnFly_desc = 'Kopmrimer gzip/bzip2 eksporter direkte uten behov for mye minne; hvis du får problemer med opprettede gzip/bzip2 filer så slå av denne funksjonen';
-$strSetupblowfish_secret_name = 'Blowfish secret';
-$strSetupblowfish_secret_desc = 'Hemmelig passordfrase brukt for kryptering av cookies i [kbd]cookie[/kbd] autentisering';
-$strSetupForceSSL_name = 'Tving SSL tilkobling';
-$strSetupForceSSL_desc = 'Tving sikker tilkobling ved bruk av phpMyAdmin';
-$strSetupCheckConfigurationPermissions_name = 'Kontroller konfigurasjonsfilrettigheter';
-$strSetupTrustedProxies_name = 'Liste over godkjente mellomlager for IP allow/deny';
-$strSetupTrustedProxies_desc = 'Sett inn mellomlager som [kbd]IP: trusted HTTP header[/kbd]. Følgende eksempel spesifiserer at phpMyAdminskal stole på en HTTP_X_FORWARDED_FOR (X-Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]';
-$strSetupAllowUserDropDatabase_name = 'Vis "Drop database" link for normale brukere';
-$strSetupAllowArbitraryServer_name = 'Tillat innlogging til hvilke som helst MySQL tjener';
-$strSetupAllowArbitraryServer_desc = 'Hvis tillatt kan brukere skrive inn hvilke som helst MySQL tjener i innloggingsskjemaet for cookie autentisering';
-$strSetupLoginCookieRecall_name = 'Husk brukernavn';
-$strSetupLoginCookieRecall_desc = 'Definerer om forrige innlogging skal husker eller ikke i cookie autentiseringsmodus';
-$strSetupLoginCookieValidity_name = 'Innloggings cookie gyldighet';
-$strSetupLoginCookieValidity_desc = 'Definer hvor lenge (i sekunder) en innloggings cookie skal være gyldig';
-$strSetupLoginCookieStore_name = 'Innloggings cookie lagring';
-$strSetupLoginCookieStore_desc = 'Definerer hvor lenge (i sekunder) en innloggings cookie skal lagres i nettleseren. Standard 0 betyer at den kun vil bli lagret for eksisterende sessjon, det vil si at den vil bli slettet så fort du lukker nettleservinduet. Dette er anbefalt for ikke sikre brukermiljøer.';
-$strSetupLoginCookieDeleteAll_name = 'Slett alle cookies ved utlogging';
-$strSetupLoginCookieDeleteAll_desc = 'Hvis påslått vil alle cookies for alle tjenere bli slettet ved utlogging, ellers bare for den aktuelle tjeneren. Sett denne til FALSE gjør det lett å glemme å logge ut fra andre tjenere når du bruker flere.';
-$strSetupShowSQL_name = 'Vis SQL spørringer';
-$strSetupShowSQL_desc = 'Definer om SQL spørringer generert av phpMyAdmin skal vises';
-$strSetupConfirm_name = 'Bekreft DROP spørringer';
-$strSetupConfirm_desc = 'Om en advarsel ("Er du helt sikker...") skal vises når du er i ferd med å miste data';
-$strSetupQueryHistoryDB_name = 'Permanent spørringshistorie';
-$strSetupQueryHistoryDB_desc = 'Slå på hvis du ønsker DB-basert spørringshistorie (trenger pmadb). Hvis avslått, vil JS-rutiner vise spørringshistorien (tapt ved lukking av vindu).';
-$strSetupQueryHistoryMax_name = 'Spørringshistorielengde';
-$strSetupQueryHistoryMax_desc = 'Hvor mange spørringer lagres';
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignorer flere spørringsfeil';
+$strSetupGZipDump_name = 'GZip';
+$strSetupHomepageLink = 'phpMyAdmin hjemmeside';
+$strSetupIconvExtraParams_name = 'Ekstra parametre for iconv';
+$strSetupIgnoreErrors = 'Ignorer feil';
$strSetupIgnoreMultiSubmitErrors_desc = 'Hvis påslått vil PMA forsette å behandle flerspørrings spørringer også hvis en av spørringene feiler';
-$strSetupVerboseMultiSubmit_name = 'Utførlig flere utsagn';
-$strSetupVerboseMultiSubmit_desc = 'Vis berørte rader av hver spørring på flerutsagn spørringer. Se libraries/import.lib.php for standarder for hvor mange spørringer en flerutsagn spørringer kan inneholde.';
-$strSetupMaxDbList_name = 'Maks antall databaser';
-$strSetupMaxDbList_desc = 'Maks antall databases vist i venstre ramme og databaselista';
-$strSetupMaxTableList_name = 'Maks antall tabeller';
-$strSetupMaxTableList_desc = 'Maks antall tabeller vist i tabellista';
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maks lengde SQL';
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maks antall tegn brukt når en SQL spørring er framvist';
-$strSetupOBGzip_name = 'GZip utbuffring';
-$strSetupOBGzip_desc = 'Bruk GZip utbuffring for økt hastighet i HTTP overføringer';
-$strSetupPersistentConnections_name = 'Vedvarende forbindelser';
-$strSetupPersistentConnections_desc = 'Bruk vedvarende forbindelser til MySQL databasen';
-$strSetupExecTimeLimit_name = 'Maks kjøretid';
-$strSetupExecTimeLimit_desc = 'Antall sekunder et skript har lov til å kjøre ([kbd]0[/kbd] for ingen begrensning)';
-$strSetupMemoryLimit_name = 'Minnetak';
-$strSetupMemoryLimit_desc = 'Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] ([kbd]0[/kbd] for ingen begrensning)';
-$strSetupSkipLockedTables_name = 'Ignorer låste tabeller';
-$strSetupSkipLockedTables_desc = 'Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller';
-$strSetupUseDbSearch_name = 'Bruk databasesøk';
-$strSetupUseDbSearch_desc = 'Gjør det mulig å søke i hele databasen';
-$strSetupLeftFrameLight_name = 'Bruk hurtigversjon';
-$strSetupLeftFrameLight_desc = 'Slå av denne hvis du ønsker å kunne se alle databaser på en gang';
-$strSetupLeftDisplayLogo_name = 'Vis logo';
-$strSetupLeftDisplayLogo_desc = 'Vis logo i venstre ramme';
-$strSetupLeftLogoLink_name = 'Logo link URL';
-$strSetupLeftLogoLinkWindow_name = 'Logo link mål';
-$strSetupLeftLogoLinkWindow_desc = 'Åpne den linkede siden i hovedvinduet ([kbd]main[/kbd]) eller i en ny en ([kbd]new[/kbd])';
-$strSetupLeftDefaultTabTable_name = 'Mål for hurtigtilgangsikon';
-$strSetupLeftPointerEnable_name = 'Aktiver utheving';
-$strSetupLeftPointerEnable_desc = 'Uthev tjener under musmarkøren';
-$strSetupLeftDisplayServers_name = 'Vis tjenerutvalg';
-$strSetupLeftDisplayServers_desc = 'Vis tjenervalg øverst i venstre ramme';
-$strSetupDisplayServersList_name = 'Vis tjenere som en liste';
-$strSetupDisplayServersList_desc = 'Vis tjenere som en liste istedet for en nedfallsliste';
-$strSetupDisplayDatabasesList_name = 'Vis databaser som en liste';
-$strSetupDisplayDatabasesList_desc = 'Vis databaser som en liste istedet for en nedfallsliste';
-$strSetupLeftFrameDBTree_name = 'Vis databaser i et tre';
-$strSetupLeftFrameDBTree_desc = 'Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet definert nedenfor)';
-$strSetupLeftFrameDBSeparator_name = 'Database treskilletegn';
-$strSetupLeftFrameDBSeparator_desc = 'Streng som skiller databaser i forskellige trenivåer';
-$strSetupShowTooltipAliasDB_name = 'Vis databasekommentaren istedet for dens navn';
-$strSetupShowTooltipAliasDB_desc = 'Hvis verktøytips er påslått og en databasekommentar er definert vil denne bytte om på kommentar og det reelle navnet';
-$strSetupLeftFrameTableSeparator_name = 'Tabelltreseparator';
-$strSetupLeftFrameTableSeparator_desc = 'Streng som skiller tabeller i forskellige trenivåer';
-$strSetupLeftFrameTableLevel_name = 'Maks tabelltredybde';
-$strSetupShowTooltip_name = 'Vis tabellkommentarer i verktøytips';
-$strSetupShowTooltipAliasTB_name = 'Vis tabellkommentar istedet for dens navn';
-$strSetupShowTooltipAliasTB_desc = 'Når du setter denne til [kbd]nested[/kbd] så blir tabellnavnaliaset kun brukt til å splitte/neste tabellene etter $cfg[\'LeftFrameTableSeparator\'] direktivet, så bare mappen et kalt lik aliaset, selve tabellnavnet forblir uendret';
-$strSetupShowStats_name = 'Vis statistikk';
-$strSetupShowStats_desc = 'Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)';
-$strSetupShowPhpInfo_name = 'Vis phpinfo() link';
-$strSetupShowPhpInfo_desc = 'Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] resultat';
-$strSetupShowServerInfo_name = 'Vis detaljert MySQL tjenerinformasjon';
-$strSetupShowChgPassword_name = 'Vis passordendringsskjema';
-$strSetupShowChgPassword_desc = 'Merk at påslåing av denne ikke har noen effekt med [kbd]config[/kbd] autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette begrenser ikke muligheten til å utføre samme kommando direkte';
-$strSetupShowCreateDb_name = 'Vis opprett database skjema';
-$strSetupSuggestDBName_name = 'Foreslå nytt databasenavn';
-$strSetupSuggestDBName_desc = 'Foreslå et databasenavn i "Opprett Database" skjemaet (hvis mulig) eller behold tekstfeltet tomt';
-$strSetupNavigationBarIconic_name = 'Ikonnavigasjonsmeny';
-$strSetupNavigationBarIconic_desc = 'Bruk bare ikoner, bare tekst eller begge deler';
-$strSetupShowAll_name = 'Tillat visning av alle rader';
-$strSetupShowAll_desc = 'Avgjør om en bruker får en "vis alle (rader)" knapp';
-$strSetupMaxRows_name = 'Maks antall rader som kan framvises';
-$strSetupMaxRows_desc = 'Antall rader som viser ved framvisning av et resultat. Hvis resultatet inneholder flere rader vil "Forrige" og "Neste" linker bli vist.';
-$strSetupOrder_name = 'Standard sorteringsrekkefølge';
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, DATETIME og TIMESTAMP, ellers stigende rekkefølge';
-$strSetupBrowsePointerEnable_name = 'Pekermarkering';
-$strSetupBrowsePointerEnable_desc = 'Framhev raden under musmarkøren';
-$strSetupBrowseMarkerEnable_name = 'Radframheving';
-$strSetupBrowseMarkerEnable_desc = 'Framhev valgte rader';
-$strSetupProtectBinary_name = 'Beskytt binære felter';
-$strSetupProtectBinary_desc = 'Ikke tillat BLOB eller BLOB og BINARY felter fra redigering';
-$strSetupShowFunctionFields_name = 'Vis funksjonsfelter';
-$strSetupShowFunctionFields_desc = 'Vis funksjonsfelter i rediger/sett inn modus';
-$strSetupCharEditing_name = 'CHAR felt redigering';
-$strSetupCharEditing_desc = 'Definerer hvilken type redigeringskontroll som skal brukes for CHAR og VARCHAR felter; [kbd]input[/kbd] - tillater begrensning av lengde, [kbd]textarea[/kbd] - tillater linjeskift i felter';
-$strSetupCharTextareaCols_name = 'CHAR textarea kolonner';
-$strSetupCharTextareaCols_desc = 'Antall kolonner i CHAR/VARCHAR tekstbokser';
-$strSetupCharTextareaRows_name = 'CHAR textarea rader';
-$strSetupCharTextareaRows_desc = 'Antall rader i CHAR/VARCHAR tekstbokser';
-$strSetupInsertRows_name = 'Antall innsettingsrader';
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignorer flere spørringsfeil';
+$strSetupImport_allow_interrupt_desc = 'Tillat avbrudd av import i de tilfeller skriptet oppdager at den er i nærheten av tidsbegrensningen. Dette kan være en god måte å importere store filer, men den kan knekke transaksjoner.';
+$strSetupImport_allow_interrupt_name = 'Delvis import: tillat avbrudd';
+$strSetupImport_format_desc = 'Standard format, merk at denne lista avhenger av lokasjon (database, tabell) og bare SQL er alltid tilgjengelig';
+$strSetupImport_format_name = 'Importfilformat';
+$strSetupImport_skip_queries_desc = 'Antall rader (spørringer) å hoppe over fra start';
+$strSetupImport_skip_queries_name = 'Delvis import: hopp over spørringer';
+$strSetupInsecureConnection = 'Usikker tilkobling';
+$strSetupInsecureConnectionMsg1 = 'Du bruker ikke en sikker tilkobling, all data (inkludert sensitive, slik som passorder) blir overført ukryptert!';
+$strSetupInsecureConnectionMsg2 = 'Hvis din tjener også er konfigurert til å akseptere HTTPS forespørsler så følg [a@%s]denne linken[/a] for å bruke en sikker tilkobling.';
$strSetupInsertRows_desc = 'Hvor mange rader som kan settes inn på en gang';
-$strSetupForeignKeyDropdownOrder_name = 'Fremmednøkkelrekkefølge';
-$strSetupForeignKeyDropdownOrder_desc = 'Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; [kbd]content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien';
-$strSetupForeignKeyMaxLimit_name = 'Fremmednøkkelbegrensning';
-$strSetupForeignKeyMaxLimit_desc = 'En nedfallsboks vil bli brukt hvis færre elementer er tilstede';
-$strSetupLightTabs_name = 'Hurtigfaner';
+$strSetupInsertRows_name = 'Antall innsettingsrader';
+$strSetupLeftDefaultTabTable_name = 'Mål for hurtigtilgangsikon';
+$strSetupLeftDisplayLogo_desc = 'Vis logo i venstre ramme';
+$strSetupLeftDisplayLogo_name = 'Vis logo';
+$strSetupLeftDisplayServers_desc = 'Vis tjenervalg øverst i venstre ramme';
+$strSetupLeftDisplayServers_name = 'Vis tjenerutvalg';
+$strSetupLeftFrameDBSeparator_desc = 'Streng som skiller databaser i forskellige trenivåer';
+$strSetupLeftFrameDBSeparator_name = 'Database treskilletegn';
+$strSetupLeftFrameDBTree_desc = 'Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet definert nedenfor)';
+$strSetupLeftFrameDBTree_name = 'Vis databaser i et tre';
+$strSetupLeftFrameLight_desc = 'Slå av denne hvis du ønsker å kunne se alle databaser på en gang';
+$strSetupLeftFrameLight_name = 'Bruk hurtigversjon';
+$strSetupLeftFrameTableLevel_name = 'Maks tabelltredybde';
+$strSetupLeftFrameTableSeparator_desc = 'Streng som skiller tabeller i forskellige trenivåer';
+$strSetupLeftFrameTableSeparator_name = 'Tabelltreseparator';
+$strSetupLeftLogoLinkWindow_desc = 'Åpne den linkede siden i hovedvinduet ([kbd]main[/kbd]) eller i en ny en ([kbd]new[/kbd])';
+$strSetupLeftLogoLinkWindow_name = 'Logo link mål';
+$strSetupLeftLogoLink_name = 'Logo link URL';
+$strSetupLeftPointerEnable_desc = 'Uthev tjener under musmarkøren';
+$strSetupLeftPointerEnable_name = 'Aktiver utheving';
+$strSetupLetUserChoose = 'la brukeren bestemme';
$strSetupLightTabs_desc = 'Bruk mindre grafisk tunge faner';
-$strSetupPropertiesIconic_name = 'Ikoniske tabelloperasjoner';
+$strSetupLightTabs_name = 'Hurtigfaner';
+$strSetupLoad = 'Last';
+$strSetupLoginCookieDeleteAll_desc = 'Hvis påslått vil alle cookies for alle tjenere bli slettet ved utlogging, ellers bare for den aktuelle tjeneren. Sett denne til FALSE gjør det lett å glemme å logge ut fra andre tjenere når du bruker flere.';
+$strSetupLoginCookieDeleteAll_name = 'Slett alle cookies ved utlogging';
+$strSetupLoginCookieRecall_desc = 'Definerer om forrige innlogging skal husker eller ikke i cookie autentiseringsmodus';
+$strSetupLoginCookieRecall_name = 'Husk brukernavn';
+$strSetupLoginCookieStore_desc = 'Definerer hvor lenge (i sekunder) en innloggings cookie skal lagres i nettleseren. Standard 0 betyer at den kun vil bli lagret for eksisterende sessjon, det vil si at den vil bli slettet så fort du lukker nettleservinduet. Dette er anbefalt for ikke sikre brukermiljøer.';
+$strSetupLoginCookieStore_name = 'Innloggings cookie lagring';
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] bør ikke settes til mer enn 1800 sekunder (30 minutter). Verdier større enn 1800 kan utgjøre en sikkerhetsrisiko f.eks. ved at noen prøver å utgi seg for en bruker.';
+$strSetupLoginCookieValidity_desc = 'Definer hvor lenge (i sekunder) en innloggings cookie skal være gyldig';
+$strSetupLoginCookieValidity_name = 'Innloggings cookie gyldighet';
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maks antall tegn brukt når en SQL spørring er framvist';
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maks lengde SQL';
+$strSetupMaxDbList_desc = 'Maks antall databases vist i venstre ramme og databaselista';
+$strSetupMaxDbList_name = 'Maks antall databaser';
+$strSetupMaxRows_desc = 'Antall rader som viser ved framvisning av et resultat. Hvis resultatet inneholder flere rader vil "Forrige" og "Neste" linker bli vist.';
+$strSetupMaxRows_name = 'Maks antall rader som kan framvises';
+$strSetupMaxTableList_desc = 'Maks antall tabeller vist i tabellista';
+$strSetupMaxTableList_name = 'Maks antall tabeller';
+$strSetupMemoryLimit_desc = 'Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] ([kbd]0[/kbd] for ingen begrensning)';
+$strSetupMemoryLimit_name = 'Minnetak';
+$strSetupNavigationBarIconic_desc = 'Bruk bare ikoner, bare tekst eller begge deler';
+$strSetupNavigationBarIconic_name = 'Ikonnavigasjonsmeny';
+$strSetupNewServer = 'Ny tjener';
+$strSetupNoServers = 'Der finnes ingen konfigurerte tjenere';
+$strSetupOBGzip_desc = 'Bruk GZip utbuffring for økt hastighet i HTTP overføringer';
+$strSetupOBGzip_name = 'GZip utbuffring';
+$strSetupOptionNone = '- ingen -';
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, DATETIME og TIMESTAMP, ellers stigende rekkefølge';
+$strSetupOrder_name = 'Standard sorteringsrekkefølge';
+$strSetupOverview = 'Oversikt';
+$strSetupPersistentConnections_desc = 'Bruk vedvarende forbindelser til MySQL databasen';
+$strSetupPersistentConnections_name = 'Vedvarende forbindelser';
$strSetupPropertiesIconic_desc = 'Bruk bare ikoner, bare tekst eller begge deler';
-$strSetupDefaultTabServer_name = 'Standard tjenerfane';
-$strSetupDefaultTabServer_desc = 'Fanen som vises når en tjener tas i bruk';
-$strSetupDefaultTabDatabase_name = 'Standard databasefane';
-$strSetupDefaultTabDatabase_desc = 'Fanen som vises når en database tas i bruk';
-$strSetupDefaultTabTable_name = 'Standard tabellfane';
-$strSetupDefaultTabTable_desc = 'Fanen som vises når en tabell tas i bruk';
-$strSetupQueryWindowDefTab_name = 'Standard spørringsvindufane';
+$strSetupPropertiesIconic_name = 'Ikoniske tabelloperasjoner';
+$strSetupProtectBinary_desc = 'Ikke tillat BLOB eller BLOB og BINARY felter fra redigering';
+$strSetupProtectBinary_name = 'Beskytt binære felter';
+$strSetupQueryHistoryDB_desc = 'Slå på hvis du ønsker DB-basert spørringshistorie (trenger pmadb). Hvis avslått, vil JS-rutiner vise spørringshistorien (tapt ved lukking av vindu).';
+$strSetupQueryHistoryDB_name = 'Permanent spørringshistorie';
+$strSetupQueryHistoryMax_desc = 'Hvor mange spørringer lagres';
+$strSetupQueryHistoryMax_name = 'Spørringshistorielengde';
$strSetupQueryWindowDefTab_desc = 'Fanen som vises når et nytt spørringsvindu åpnes';
+$strSetupQueryWindowDefTab_name = 'Standard spørringsvindufane';
+$strSetupRecodingEngine_desc = 'Velg hvilken funksjon som vil bli brukt for karaktertegnsettskonverteringer';
+$strSetupRecodingEngine_name = 'Rekodingsmotor';
+$strSetupRestoreDefaultValue = 'Gjennopprett standard verdi';
+$strSetupRevertErroneousFields = 'Forsøk å reverser felter med feil til standard verdier';
$strSetupSQLQuery_Edit_name = 'Rediger';
$strSetupSQLQuery_Explain_name = 'Forklar SQL';
+$strSetupSQLQuery_Refresh_name = 'Oppdater';
$strSetupSQLQuery_ShowAsPHP_name = 'Lag PHP kode';
$strSetupSQLQuery_Validate_name = 'Kontroller SQL';
-$strSetupSQLQuery_Refresh_name = 'Oppdater';
-$strSetupImport_format_name = 'Importfilformat';
-$strSetupImport_format_desc = 'Standard format, merk at denne lista avhenger av lokasjon (database, tabell) og bare SQL er alltid tilgjengelig';
-$strSetupImport_allow_interrupt_name = 'Delvis import: tillat avbrudd';
-$strSetupImport_allow_interrupt_desc = 'Tillat avbrudd av import i de tilfeller skriptet oppdager at den er i nærheten av tidsbegrensningen. Dette kan være en god måte å importere store filer, men den kan knekke transaksjoner.';
-$strSetupImport_skip_queries_name = 'Delvis import: hopp over spørringer';
-$strSetupImport_skip_queries_desc = 'Antall rader (spørringer) å hoppe over fra start';
-$strSetupExport_format_name = 'Format';
-$strSetupExport_compression_name = 'Kompresjon';
-$strSetupExport_asfile_name = 'Lagre som fil';
-$strSetupExport_charset_name = 'Filas tegnsett';
-$strSetupExport_onserver_name = 'Lagre på tjener';
-$strSetupExport_onserver_overwrite_name = 'Skriv over eksisterende filer';
-$strSetupExport_remember_file_template_name = 'Husk filnavnmal';
-$strSetupExport_file_template_table_name = 'Tabellnavnmal';
-$strSetupExport_file_template_database_name = 'Databasenavnmal';
-$strSetupExport_file_template_server_name = 'Tjenernavnmal';
+$strSetupSaveDir_desc = 'Mappe for eksporter kan lagres på tjeneren';
+$strSetupSaveDir_name = 'Lagringsmappe';
+$strSetupServerAuthConfigMsg = 'Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/kbd].';
+$strSetupServerExtensionMsg = 'Du bør bruke mysqli for bedre ytelse';
+$strSetupServerNoPasswordMsg = 'Du tillater tilkobling til tjeneren uten passord.';
+$strSetupServerSecurityInfoMsg = 'Hvis du føler at dette er nødvending, så bruk ekstra beskyttelsesinnstillinger - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.';
+$strSetupServerSslMsg = 'Du bør bruke SSL tilkobling dersom din webtjener har støtte for det';
+$strSetupServersAdd = 'Legg til en ny tjener';
+$strSetupServersEdit = 'Rediger tjener';
+$strSetupServers_AllowDeny_order_desc = 'La stå tom hvis ikke brukt';
+$strSetupServers_AllowDeny_order_name = 'Rekkefølge for vertsautentisering';
+$strSetupServers_AllowDeny_rules_desc = 'La stå tom for standard';
+$strSetupServers_AllowDeny_rules_name = 'Vertsautentiseringsregler';
+$strSetupServers_AllowNoPassword_name = 'Tillat innlogging uten passord';
+$strSetupServers_AllowRoot_name = 'Tillat innlogging som root';
+$strSetupServers_CountTables_desc = 'Tell tabeller ved visning av databaseliste';
+$strSetupServers_CountTables_name = 'Tell tabeller';
+$strSetupServers_DisableIS_desc = 'Mer informasjon på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Slå av bruk av INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'Logg ut URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL kommando for å hente liste over databaser';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES kommando';
+$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] for et eksempel';
+$strSetupServers_SignonSession_name = 'Signon sesjonsnavn';
+$strSetupServers_SignonURL_name = 'Signon URL';
+$strSetupServers_auth_swekey_config_desc = 'Stien til konfigfila for [a@http://swekey.com]SweKey hardware authentication[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/swekey.conf)';
+$strSetupServers_auth_swekey_config_name = 'SweKey config fil';
+$strSetupServers_auth_type_desc = 'Autentiseringsmetode som skal brukes';
+$strSetupServers_auth_type_name = 'Autentiseringstype';
+$strSetupServers_bookmarktable_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/a]støtte, anbefalt: [kbd]pma_bookmark[/kbd]';
+$strSetupServers_bookmarktable_name = 'Bokmerketabell';
+$strSetupServers_column_info_desc = 'La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: [kbd]pma_column_info[/kbd]';
+$strSetupServers_column_info_name = 'Kolonneinformasjonstabell';
+$strSetupServers_compress_desc = 'Komprimer tilkoblingen til MySQL tjeneren';
+$strSetupServers_compress_name = 'Komprimer tilkobling';
+$strSetupServers_connect_type_desc = 'Hvordan koble til tjener, behold tcp hvis usikker';
+$strSetupServers_connect_type_name = 'Tilkoblingstype';
+$strSetupServers_controlpass_name = 'Kontrollbrukerpassord';
+$strSetupServers_controluser_desc = 'En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
+$strSetupServers_controluser_name = 'Kontrollbruker';
+$strSetupServers_designer_coords_desc = 'La stå tom for ingen Designer støtte, anbefalt: [kbd]designer_coords[/kbd]';
+$strSetupServers_designer_coords_name = 'Designertabell';
+$strSetupServers_extension_desc = 'Hvilken PHP modul som skal brukes, bruk mysqli hvis støttet';
+$strSetupServers_extension_name = 'Bruk PHP modul';
+$strSetupServers_hide_db_desc = 'Skjul databaser som matcher regular expression (PCRE)';
+$strSetupServers_hide_db_name = 'Skul databaser';
+$strSetupServers_history_desc = 'La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]';
+$strSetupServers_history_name = 'SQL spørringshistorietabell';
+$strSetupServers_host_desc = 'Vertsnavn hvor MySQL tjeneren kjører';
+$strSetupServers_host_name = 'Tjenervertsnavn';
+$strSetupServers_nopassword_desc = 'Forsøk å koble til uten passord';
+$strSetupServers_nopassword_name = 'Koble til uten passord';
+$strSetupServers_only_db_desc = 'Du kan bruke MySQL jokertegn (% and _), escape dem hvis du ønsker å bruke dem direkte, f.eks. bruk \'my\_db\' og ikke \'my_db\'';
+$strSetupServers_only_db_name = 'Vis kun opplistede databaser';
+$strSetupServers_password_desc = 'La stå tom om du ikke skal bruke config autentisering';
+$strSetupServers_password_name = 'Passord for config autentisering';
+$strSetupServers_pdf_pages_desc = 'La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]';
+$strSetupServers_pdf_pages_name = 'PDF schema: sidetabell';
+$strSetupServers_pmadb_desc = 'Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå blank for å slå av. Anbefalt: [kbd]phpmyadmin[/kbd]';
+$strSetupServers_pmadb_name = 'PMA database';
+$strSetupServers_port_desc = 'Porten som MySQL tjeneren lytter på, la stå tom for standard verdi';
+$strSetupServers_port_name = 'Tjenerport';
+$strSetupServers_relation_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/relation]relasjonslink[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]';
+$strSetupServers_relation_name = 'Relasjonstabell';
+$strSetupServers_socket_desc = 'Sokkel som MySQL tjeneren lytter på, la stå tom for standard verdi';
+$strSetupServers_socket_name = 'Tjenersokkel';
+$strSetupServers_ssl_name = 'Bruk SSL';
+$strSetupServers_table_coords_desc = 'La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]';
+$strSetupServers_table_coords_name = 'PDF schema: tabellkoordinater';
+$strSetupServers_table_info_desc = 'Tabell for beskrivelse av visningsfelter, la stå tom for ingen støtte; anbefalt: [kbd]pma_table_info[/kbd]';
+$strSetupServers_table_info_name = 'Visningsfelttabell';
+$strSetupServers_user_desc = 'La stå tom om du ikke skal bruke config autentisering';
+$strSetupServers_user_name = 'Bruker for config autentisering';
+$strSetupServers_verbose_check_desc = 'Slå av hvis du vet at dine pma_* tabeller er oppdaterte. Denne forhindrer kompabilitetssjekk og øker ytelsen';
+$strSetupServers_verbose_check_name = 'Full kontroll';
+$strSetupServers_verbose_desc = 'En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av vertsnavn istedet.';
+$strSetupServers_verbose_name = 'Fult navn for denne tjeneren';
+$strSetupSetValue = 'Sett verdi: %s';
+$strSetupShowAll_desc = 'Avgjør om en bruker får en "vis alle (rader)" knapp';
+$strSetupShowAll_name = 'Tillat visning av alle rader';
+$strSetupShowChgPassword_desc = 'Merk at påslåing av denne ikke har noen effekt med [kbd]config[/kbd] autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette begrenser ikke muligheten til å utføre samme kommando direkte';
+$strSetupShowChgPassword_name = 'Vis passordendringsskjema';
+$strSetupShowCreateDb_name = 'Vis opprett database skjema';
+$strSetupShowForm = 'Vis skjema';
+$strSetupShowFunctionFields_desc = 'Vis funksjonsfelter i rediger/sett inn modus';
+$strSetupShowFunctionFields_name = 'Vis funksjonsfelter';
+$strSetupShowHiddenMessages = 'Vis skjulte meldinger (#MSG_COUNT)';
+$strSetupShowPhpInfo_desc = 'Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] resultat';
+$strSetupShowPhpInfo_name = 'Vis phpinfo() link';
+$strSetupShowSQL_desc = 'Definer om SQL spørringer generert av phpMyAdmin skal vises';
+$strSetupShowSQL_name = 'Vis SQL spørringer';
+$strSetupShowServerInfo_name = 'Vis detaljert MySQL tjenerinformasjon';
+$strSetupShowStats_desc = 'Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)';
+$strSetupShowStats_name = 'Vis statistikk';
+$strSetupShowTooltipAliasDB_desc = 'Hvis verktøytips er påslått og en databasekommentar er definert vil denne bytte om på kommentar og det reelle navnet';
+$strSetupShowTooltipAliasDB_name = 'Vis databasekommentaren istedet for dens navn';
+$strSetupShowTooltipAliasTB_desc = 'Når du setter denne til [kbd]nested[/kbd] så blir tabellnavnaliaset kun brukt til å splitte/neste tabellene etter $cfg[\'LeftFrameTableSeparator\'] direktivet, så bare mappen et kalt lik aliaset, selve tabellnavnet forblir uendret';
+$strSetupShowTooltipAliasTB_name = 'Vis tabellkommentar istedet for dens navn';
+$strSetupShowTooltip_name = 'Vis tabellkommentarer i verktøytips';
+$strSetupSkipLockedTables_desc = 'Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller';
+$strSetupSkipLockedTables_name = 'Ignorer låste tabeller';
+$strSetupSuggestDBName_desc = 'Foreslå et databasenavn i "Opprett Database" skjemaet (hvis mulig) eller behold tekstfeltet tomt';
+$strSetupSuggestDBName_name = 'Foreslå nytt databasenavn';
+$strSetupTrue = 'ja';
+$strSetupTrustedProxies_desc = 'Sett inn mellomlager som [kbd]IP: trusted HTTP header[/kbd]. Følgende eksempel spesifiserer at phpMyAdminskal stole på en HTTP_X_FORWARDED_FOR (X-Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]';
+$strSetupTrustedProxies_name = 'Liste over godkjente mellomlager for IP allow/deny';
+$strSetupUploadDir_desc = 'Mappe på tjeneren hvor du kan laste opp filer for import';
+$strSetupUploadDir_name = 'Opplastingsmappe';
+$strSetupUseDbSearch_desc = 'Gjør det mulig å søke i hele databasen';
+$strSetupUseDbSearch_name = 'Bruk databasesøk';
+$strSetupVerboseMultiSubmit_desc = 'Vis berørte rader av hver spørring på flerutsagn spørringer. Se libraries/import.lib.php for standarder for hvor mange spørringer en flerutsagn spørringer kan inneholde.';
+$strSetupVerboseMultiSubmit_name = 'Utførlig flere utsagn';
+$strSetupVersionCheck = 'Versjonskontroll';
+$strSetupVersionCheckDataError = 'Lesing av versjon feilet. Du er kanskje offline eller oppgraderingstjeneren svarer ikke.';
+$strSetupVersionCheckInvalid = 'Mottok ugyldig versjonsstreng fra tjeneren';
+$strSetupVersionCheckLink = 'Sjekk for siste versjon';
+$strSetupVersionCheckNewAvailable = 'Ny versjon av phpMyAdmin er tilgjengelig, du bør vurdere å oppgradere. Ny versjon er %s, utgitt den %s.';
+$strSetupVersionCheckNewAvailableSvn = 'Du bruker subversion versjon, kjør [kbd]svn update[/kbd] :-)[br]Den siste stabile versjon er %s, utgutt den %s.';
+$strSetupVersionCheckNone = 'Ingen ny stabil versjon er tilgjengelig';
+$strSetupVersionCheckUnparsable = 'Uleselig versjonsstreng';
+$strSetupVersionCheckWrapperError = 'Hverken URL wrapper eller CURL er tilgjengelig. Versjonskontroll er ikke mulig.';
+$strSetupWarning = 'Advarsel';
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip komprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a]trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.';
+$strSetupZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering for import og eksportoperasjoner';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Hemmelig passordfrase brukt for kryptering av cookies i [kbd]cookie[/kbd] autentisering';
+$strSetupblowfish_secret_name = 'Blowfish secret';
+$strSetuperror_connection = 'Kunne ikke koble til MySQL tjener';
+$strSetuperror_empty_pmadb_password = 'Blankt phpMyAdmin kontrollbrukerpassord for bruk av pmadb';
+$strSetuperror_empty_pmadb_user = 'Blankt phpMyAdmin kontrollbruker for bruk av pmadb';
+$strSetuperror_empty_signon_session = 'Tom signon sessjonsnavn ved bruk av signon autentiseringsmetode';
+$strSetuperror_empty_signon_url = 'Tom signon URL ved bruk av signon autentiseringsmetode';
+$strSetuperror_empty_user_for_config_auth = 'Blankt brukernavn for bruk av config autentiseringsmetoden';
+$strSetuperror_form = 'Innsendt skjema inneholder feil';
+$strSetuperror_incorrect_ip_address = 'Ugyldig IP addresse: %s';
+$strSetuperror_incorrect_port = 'Ikke et gyldig portnummer';
+$strSetuperror_incorrect_value = 'Ugyldig verdi';
+$strSetuperror_missing_field_data = 'Mangler data for %s';
+$strSetuperror_nan_nneg = 'Ikke et ikke-negativt nummer';
+$strSetuperror_nan_p = 'Ikke et positivt nummer';
$strShow = 'Vis';
$strShowAll = 'Vis alle';
-$strShowBinaryContents = 'Vis binært innhold';
$strShowBLOBContents = 'Vis BLOB innhold';
+$strShowBinaryContents = 'Vis binært innhold';
$strShowColor = 'Vis farger';
$strShowDatadictAs = 'Data Ordbok Format';
$strShowFullQueries = 'Vis hele spørringen';
$strShowGrid = 'Vis rutenett';
$strShowHideLeftMenu = 'Skjul/Vis venstre meny';
$strShowKeys = 'Bare vis nøkler';
-$strShowingBookmark = 'Vis bokmerke';
-$strShowingPhp = 'Viser som PHP kode';
-$strShowingRecords = 'Viser rader ';
-$strShowingSQL = 'Viser SQL spørring';
$strShowOpenTables = 'Vis åpne tabeller';
$strShowPHPInfo = 'Vis PHP-informasjon';
$strShowSlaveHosts = 'Vis slaveverter';
@@ -1174,8 +1180,8 @@ $strShowStatusHandler_read_firstDescr = 'Antall ganger det første innlegget ble
$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_prevDescr = 'Antall forespørsler for å lese den forrige raden i nøkkelrekkefølge. Denne lesemetoden er hovedsakelig brukt for å optimalisere ORDER BY ... DESC.';
-$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_read_rndDescr = 'Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er høy om du utfører mange spørringer som behøver sorteringer av resultatet. Du har mest sansynlig mange spørringer som krever at MySQL leser hele tabeller eller du har joins som 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.';
@@ -1214,9 +1220,9 @@ $strShowStatusInnodb_pages_createdDescr = 'Antall sider opprettet.';
$strShowStatusInnodb_pages_readDescr = 'Antall sidelesninger.';
$strShowStatusInnodb_pages_writtenDescr = 'Antall sideskrivinger.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antall ventende radlåsinger.';
+$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, i millisekunder.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimum tid brukt for å oppnå en radlåsing, i millisekunder.';
-$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, 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.';
@@ -1247,8 +1253,8 @@ $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_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_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.';
@@ -1268,6 +1274,10 @@ $strShowStatusThreads_runningDescr = 'Antall tråder som ikke sover.';
$strShowTableDimension = 'Vis tabelldimensjoner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis denne spørring her igjen ';
+$strShowingBookmark = 'Vis bokmerke';
+$strShowingPhp = 'Viser som PHP kode';
+$strShowingRecords = 'Viser rader ';
+$strShowingSQL = 'Viser SQL spørring';
$strSimplifiedChinese = 'forenklet kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
@@ -1283,23 +1293,13 @@ $strSorting = 'Sortering';
$strSpaceUsage = 'Plassbruk';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord er separert med et mellomrom (" ").';
-$strStatic = 'statisk';
-$strSQL = 'SQL';
-$strSQLCompatibility = 'SQL kompatibilitetsmodus';
-$strSQLExportType = 'Eksporttype';
-$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';
-$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
-$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
-$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strStandInStructureForView = 'Erstatningsstruktur for visning';
$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';
+$strStatement = 'Oversikt';
+$strStatic = 'statisk';
+$strStatisticsOverrun = 'På en travel tjener så kan byte-tellerene overflyte, så denne statistikken som rapportert av MySQL tjeneren kan være unøyaktig.';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
@@ -1316,8 +1316,8 @@ $strSuccess = 'Kommandoen/spørringen er utført';
$strSuhosin = 'Tjeneren kjører med Suhosin. Sjekk %sdokumentasjonen%s for potensielle problemer.';
$strSum = 'Sum';
$strSwedish = 'svensk';
-$strSwekeyAuthenticating = 'Autentiserer...';
$strSwekeyAuthFailed = 'Maskinvaregodkjenning mislyktes';
+$strSwekeyAuthenticating = 'Autentiserer...';
$strSwekeyNoKey = 'Ingen gyldig autentiseringsnøkkel plugget';
$strSwekeyNoKeyId = 'Fila %s inneholder ingen nøkkel id';
$strSwitchToDatabase = 'Bytt til kopiert database';
@@ -1337,8 +1337,8 @@ $strTableMaintenance = 'Tabellvedlikehold';
$strTableName = 'Tabellnavn';
$strTableOfContents = 'Innholdsfortegnelse';
$strTableOptions = 'Tabellinnstillinger';
-$strTables = '%s tabell(er)';
$strTableStructure = 'Tabellstruktur for tabell';
+$strTables = '%s tabell(er)';
$strTakeIt = 'velg';
$strTblPrivileges = 'Tabell-spesifikke privilegier';
$strTempData = 'Midlertidige data';
@@ -1348,20 +1348,20 @@ $strThai = 'thai';
$strTheme = 'Tema / Stil';
$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!';
+$strThemeNotFound = 'Stilen %s ble ikke funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strThisHost = 'Denne vert';
-$strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
+$strThreads = 'Tråder';
$strTime = 'Tid';
$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.';
$strToFromPage = 'til/fra side';
+$strToSelectRelation = 'For å velge relasjon, klikk :';
$strToggleScratchboard = 'slå av/på kladdevindu';
$strToggleSmallBig = 'Veksle mellom liten/stor';
-$strToSelectRelation = 'For å velge relasjon, klikk :';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Tradisjonell kinesisk';
@@ -1392,10 +1392,10 @@ $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.';
+$strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell';
$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.';
$strUploadErrorCantWrite = 'Klarte ikke å skrive fila til harddisken.';
$strUploadErrorExtension = 'Filopplasting stoppet av utvidelse.';
@@ -1409,6 +1409,10 @@ $strUploadsNotAllowed = 'Filopplastinger er ikke tillatt på denne tjeneren.';
$strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn';
$strUseHostTable = 'Vis vert tabell';
+$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';
$strUser = 'Bruker';
$strUserAlreadyExists = 'Brukeren %s finnes fra før!';
$strUserEmpty = 'Brukernavnet er tomt!';
@@ -1417,10 +1421,6 @@ $strUserNotFound = 'Den valgte brukeren ble ikke funnet i privilegietabellen.';
$strUserOverview = 'Brukeroversikt';
$strUsersDeleted = 'De valgte brukerne har blitt slettet.';
$strUsersHavingAccessToDb = 'Brukere som har adgang til "%s"';
-$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.';
@@ -1429,8 +1429,8 @@ $strVar = 'Variabler';
$strVersionInformation = 'Versionsinformasjon';
$strView = 'Vis';
$strViewDump = 'Vis dump (skjema) av tabell';
-$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewDumpDB = 'Vis dump (skjema) av database';
+$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewHasAtLeast = 'Denne visningen har minst dette antall rader. Sjekk %sdocumentation%s.';
$strViewHasBeenDropped = 'Visningen %s har blitt slettet';
$strViewImage = 'Vis bilde';
@@ -1456,27 +1456,166 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1485,127 +1624,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php
index 2f1be1c15..6d6001b07 100644
--- a/lang/persian-utf-8.inc.php
+++ b/lang/persian-utf-8.inc.php
@@ -22,27 +22,34 @@ $month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', '
$datefmt = '%d %B %Y ساعت %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
+$strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
$strAccessDenied = 'دسترسي مجاز نيست';
$strAction = 'عمل';
+$strAddClause = 'افزودن %s';
$strAddDeleteColumn = 'اضافه يا حذف ستونها';
$strAddDeleteRow = 'اضافه/حذف معيارها';
$strAddNewField = 'افزودن ستون جديد';
$strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):';
$strAddUser = 'افزودن يك كاربر جديد';
$strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.';
+$strAdministration = 'مدیریت';
+$strAfter = 'بعد از %s';
$strAfterInsertBack = 'برو به صفحه قبل';
$strAfterInsertNewInsert = 'درج يك سطر جديد ديگر';
-$strAfter = 'بعد از %s';
+$strAfterInsertNext = 'ویرایش کردن ردیف بعدی';
+$strAfterInsertSame = 'برگرد به این صفحه';
$strAll = 'همه';
$strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟';
$strAlterOrderBy = 'تغيير جدول مرتب شده با';
+$strAnIndex = 'يك فهرست در %s اضافه گرديد.';
$strAnalyzeTable = 'تحليل جدول';
$strAnd = 'و';
-$strAnIndex = 'يك فهرست در %s اضافه گرديد.';
+$strAndThen = 'و سپس';
$strAny = 'همه';
$strAnyHost = 'همه ميزبانها';
$strAnyUser = 'همه كاربران';
-$strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
+$strArabic = 'عربی';
+$strArmenian = 'ارمنی';
$strAscending = 'صعودي';
$strAtBeginningOfTable = 'در ابتداي جدول';
$strAtEndOfTable = 'در انتهاي جدول';
@@ -51,10 +58,13 @@ $strAttr = 'ويژگيها';
$strBack = 'بازگشت';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
+$strBinLogInfo = 'اطلاعات';
$strBinary = 'دودويي';
$strBrowse = 'مشاهده';
+$strBulgarian = 'بلغاری';
$strBzip = '"bzipped"';
+$strCalendar = 'تقویم';
$strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نميباشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.';
$strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نميباشد!';
$strChange = 'تغيير';
@@ -66,11 +76,13 @@ $strCheckTable = 'بررسي جدول';
$strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد';
$strColComFeat = 'نمايش توضيحات ستون';
$strColumnNames = 'نام ستونها';
+$strCommand = 'دستور';
$strComments = 'توضيحات';
$strCompleteInserts = 'تمام وروديها';
$strCompression = 'فشردهسازي';
$strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نميباشد! اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد. لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت ميكنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگولنقطه (" ; ") در جايي وجود ندارد. اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.';
$strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد';
+$strCopy = 'نسخه برداری';
$strCopyTable = 'كپي كردن جدول به (پايگاه داده.جدول):';
$strCopyTableOK = 'جدول %s به %s كپي شد.';
$strCreate = 'ساختن';
@@ -82,27 +94,31 @@ $strCreatePage = 'ساخت يك صفحه جديد';
$strCreatePdfFeat = 'ساخت PDFs';
$strCriteria = 'معيارها';
+$strDanish = 'دانمارکی';
$strData = 'داده';
+$strDataDict = 'فرهنگ دادهها';
+$strDataOnly = 'فقط دادهها';
$strDatabase = 'پايگاه داده';
$strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.';
$strDatabases = 'پايگاههاي داده';
$strDatabasesStats = 'آمار پايگاههاي داده';
-$strDataDict = 'فرهنگ دادهها';
-$strDataOnly = 'فقط دادهها';
$strDefault = 'پيشفرض';
$strDelete = 'حذف';
$strDeleted = 'سطر حذف گرديد .';
+$strDeleting = 'در حال پاک کردن %s';
$strDescending = 'نزولي';
+$strDescription = 'توضیحات';
+$strDictionary = 'لغت نامه';
$strDisabled = 'غيرفعال';
$strDisplayFeat = 'نمايش خصوصيات';
$strDisplayOrder = 'ترتيب نمايش:';
$strDisplayPDF = 'نمايش الگوي PDF';
$strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")';
-$strDocu = 'مستندات';
$strDoYouReally = 'آيا مطمئن هستيد ';
+$strDocu = 'مستندات';
$strDrop = 'حذف';
-$strDumpingData = 'حذف دادههاي جدول';
$strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.';
+$strDumpingData = 'حذف دادههاي جدول';
$strDynamic = 'پويا';
$strEdit = 'ويرايش';
@@ -115,6 +131,8 @@ $strEnabled = 'فعال';
$strEnd = 'انتها';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
+$strEngines = 'موتور';
+$strEnglish = 'انگلیسی';
$strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان ميشود .';
$strError = 'خطا';
$strExplain = 'شرح دادن SQL';
@@ -129,14 +147,17 @@ $strFieldsEnclosedBy = 'ستونهاي درميانگرفته با';
$strFieldsEscapedBy = 'ستونهاي جداشده با';
$strFieldsTerminatedBy = 'ستونهاي منتهي به';
$strFlushTable = 'Flush the table ("FLUSH")';
-$strFormat = 'قالب';
$strFormEmpty = 'مقداري در فرم وارد نشده !';
+$strFormat = 'قالب';
$strFullText = 'كاملا متن';
$strFunction = 'تابع';
$strGenBy = 'توليدشده توسط';
$strGenTime = 'زمان توليد';
+$strGeorgian = 'گرجی';
+$strGerman = 'آلمانی';
$strGo = 'تاييد';
+$strGreek = 'یونانی';
$strGzip = '"gzipped"';
$strHasBeenAltered = 'تغيير دادهشد.';
@@ -146,32 +167,39 @@ $strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin';
$strHost = 'ميزبان';
$strHostEmpty = 'نام ميزبان خالي است!';
+$strId = 'شناسه';
$strIdxFulltext = 'كاملا متن';
$strIgnore = 'Ignore';
+$strInUse = 'in use';
$strIndex = 'فهرست';
-$strIndexes = 'فهرستها';
$strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
$strIndexName = 'اسم فهرست :';
$strIndexType = 'نوع فهرست :';
+$strIndexes = 'فهرستها';
$strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيشفرض MySQL ميباشد. اجراي MySQL با اين پيشفرض باعث ورود غيرمجاز ميشود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
$strInsert = 'درج';
$strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
-$strInUse = 'in use';
+
+$strJapanese = 'ژاپنی';
$strKeepPass = 'عدم تغيير اسم رمز';
$strKeyname = 'Keyname';
$strKill = 'Kill';
+$strKorean = 'کرهای';
+$strLanguageUnknown = 'زبانِ ناشناس : %1$s.';
$strLengthSet = 'طول/مقادير*';
$strLimitNumRows = 'تعداد سطرها در هر صفحه';
$strLinesTerminatedBy = 'خطوط منتهي به';
$strLinkNotFound = 'پيوند پيدا نشد';
$strLinksTo = 'پيوند به';
+$strLocalhost = 'محلی';
$strLocationTextfile = 'محل پرونده متني';
-$strLogin = 'ورود';
-$strLogout = 'خروج';
$strLogPassword = 'اسم رمز:';
$strLogUsername = 'نام كاربر:';
+$strLogin = 'ورود';
+$strLoginInformation = 'اطلاعات ورود';
+$strLogout = 'خروج';
$strModifications = 'اصلاحات ذخيره گرديد';
$strModify = 'اصلاح';
@@ -189,14 +217,14 @@ $strNoDatabases = 'No databases';
$strNoDescription = 'no Description';
$strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال ميباشد.';
$strNoIndex = 'هيچ فهرستي تعريفنشدهاست!';
-$strNone = 'خير';
$strNoPassword = 'بدون اسم رمز';
$strNoPhp = 'بدون كد PHP';
$strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .';
+$strNoUsersFound = 'هيچ كاربري وچود ندارد.';
+$strNone = 'خير';
$strNotNumber = 'اين يك عدد نيست!';
$strNotOK = 'not OK';
$strNotSet = 'جدول %s وجود ندارد و يا در %s تنظيم نشدهاست';
-$strNoUsersFound = 'هيچ كاربري وچود ندارد.';
$strNull = 'خالي';
$strNumTables = 'جدولها';
@@ -205,16 +233,20 @@ $strOperations = 'عمليات';
$strOptimizeTable = 'بهينهسازي جدول';
$strOr = 'يا';
+$strPHPVersion = 'نسخه PHP';
$strPageNumber = 'شماره صفحه:';
$strPassword = 'اسم رمز';
$strPasswordEmpty = 'اسم رمز خالي است!';
$strPasswordNotSame = 'اسم رمزها مانند هم نميباشد!';
$strPdfInvalidTblName = 'جدول "%s" وجود ندارد!';
$strPdfNoTables = 'No tables';
+$strPerHour = 'در ساعت';
+$strPerMinute = 'در دقیقه';
+$strPerSecond = 'در ثانیه';
$strPersian = 'فارسي';
$strPhp = 'ساخت كد PHP';
-$strPHPVersion = 'نسخه PHP';
$strPmaDocumentation = 'مستندات phpMyAdmin';
+$strPolish = 'لهستانی';
$strPos1 = 'شروع';
$strPrevious = 'قبل';
$strPrimary = 'اصلي';
@@ -231,6 +263,7 @@ $strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'پرس و جوي SQL از پايگاه داده %s:';
+$strReType = 'تكرار';
$strRecords = 'سطرها';
$strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شدهاست . براي پيداكردن دليل آن %sاينجا%s را بزنيد .';
$strRenameTable = 'بازناميدن جدول به';
@@ -238,20 +271,22 @@ $strRenameTableOK = 'جدول %s به %s تغيير نام دادهشد';
$strRepairTable = 'مرمت جدول';
$strReplaceTable = 'جايگزيني دادههاي جدول با پرونده';
$strReset = 'Reset';
-$strReType = 'تكرار';
$strRevoke = 'ابطال';
$strRevokeMessage = 'شما امتيازات %s را ابطال كرديد';
$strRowLength = 'طول سطر';
+$strRowSize = ' اندازه سطر ';
$strRows = 'سطرها';
$strRowsFrom = 'سطر(ها) ابتدا از سطر شماره ';
-$strRowSize = ' اندازه سطر ';
$strRowsModeHorizontal = 'افقي';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'آمار سطرها';
-$strRunning = 'در ميزبان %s';
$strRunQuery = 'Submit Query';
$strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاهداده %s';
+$strRunning = 'در ميزبان %s';
+$strSQL = 'SQL';
+$strSQLQuery = 'پرس و جوي SQL';
+$strSQLResult = 'نتيجه SQL';
$strSave = 'ذخيره';
$strSearch = 'جستجو';
$strSearchFormTitle = 'جستجو در پايگاهداده';
@@ -276,19 +311,17 @@ $strShow = 'نمايش';
$strShowAll = 'نمايش همه';
$strShowColor = 'نمايش رنگ';
$strShowGrid = 'Show grid';
-$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'نمايش اطلاعات PHP';
$strShowTableDimension = 'نمايش ابعاد جدولها';
$strShowTables = 'نمايش جدولها';
$strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا ';
+$strShowingRecords = 'Showing rows';
$strSingly = '(تنها)';
$strSize = 'اندازه';
$strSort = 'ترتيب';
$strSpaceUsage = 'فضاي استفادهشده';
+$strSpanish = 'اسپانیایی';
$strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا ميشوند.';
-$strSQLQuery = 'پرس و جوي SQL';
-$strSQLResult = 'نتيجه SQL';
-$strSQL = 'SQL';
$strStatement = 'شرج';
$strStrucCSV = 'دادههاي CSV';
$strStrucData = 'ساختار و دادهها';
@@ -309,81 +342,48 @@ $strTableMaintenance = 'نگهداشت جدول';
$strTables = '%s جدول(ها)';
$strTotal = 'جمع كل';
$strTotalUC = 'جمع كل';
+$strTurkish = 'ترکی';
$strType = 'نوع';
+$strUkrainian = 'اوکراینی';
$strUncheckAll = 'عدم انتخاب همه';
$strUnique = 'يكتا';
+$strUnknown = 'ناشناس';
$strUnselectAll = 'عدم انتخاب همه';
$strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.';
$strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.';
$strUpdateQuery = 'بههنگام سازي پرس و جو';
$strUsage = 'استفاده';
$strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقلقول (" \' ")';
+$strUseTables = 'بكارگيري جدولها';
$strUser = 'كاربر';
$strUserEmpty = 'نام كاربر خالي است!';
$strUserName = 'نام كاربر';
-$strUseTables = 'بكارگيري جدولها';
$strValidateSQL = 'معتبرسازي SQL';
$strValue = 'مقدار';
+$strVar = 'متغییر';
+$strView = 'نمایش';
$strViewDump = 'نمايش الگوي جدول';
$strViewDumpDB = 'نمايش الگوي پايگاه داده';
$strWebServerUploadDirectoryError = 'پوشهاي را كه براي انتقال فايل انتخاب كردهايد قابل دسترسي نيست.';
$strWelcome = 'به %s خوشآمديد';
+$strWestEuropean = 'اروپای غربی';
$strWithChecked = 'موارد انتخابشده :';
$strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.';
+$strXML = 'XML';
+
$strYes = 'بلي';
$strZip = '"zipped"';
-$strArmenian = 'ارمنی';
-$strArabic = 'عربی';
-$strAndThen = 'و سپس';
-$strBinLogInfo = 'اطلاعات';
-$strBulgarian = 'بلغاری';
-$strAfterInsertSame = 'برگرد به این صفحه';
-$strCalendar = 'تقویم';
-$strCommand = 'دستور';
-$strCopy = 'نسخه برداری';
-$strDanish = 'دانمارکی';
-$strEnglish = 'انگلیسی';
-$strGreek = 'یونانی';
-$strGeorgian = 'گرجی';
-$strGerman = 'آلمانی';
-$strXML = 'XML';
-$strAfterInsertNext = 'ویرایش کردن ردیف بعدی';
-$strAdministration = 'مدیریت';
-$strSpanish = 'اسپانیایی';
-$strDeleting = 'در حال پاک کردن %s';
-$strDictionary = 'لغت نامه';
-$strJapanese = 'ژاپنی';
-$strKorean = 'کرهای';
-$strDescription = 'توضیحات';
-$strEngines = 'موتور';
-$strId = 'شناسه';
-$strLanguageUnknown = 'زبانِ ناشناس : %1$s.';
-$strTurkish = 'ترکی';
-$strUkrainian = 'اوکراینی';
-$strUnknown = 'ناشناس';
-$strVar = 'متغییر';
-$strView = 'نمایش';
-$strWestEuropean = 'اروپای غربی';
-$strAddClause = 'افزودن %s';
-$strLocalhost = 'محلی';
-$strLoginInformation = 'اطلاعات ورود';
-$strPerHour = 'در ساعت';
-$strPerMinute = 'در دقیقه';
-$strPerSecond = 'در ثانیه';
-$strPolish = 'لهستانی';
-
-
-
// To translate:
$strAbortedClients = 'Aborted'; //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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
@@ -392,20 +392,34 @@ $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 %s column(s)'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
+
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBaltic = 'Baltic'; //to translate
-$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
+$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
@@ -416,18 +430,19 @@ $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
-
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
-
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension, 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
@@ -435,122 +450,191 @@ $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
+$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
-$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
+$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
-
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //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
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
-
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-
+$strDBComment = 'Database comment: '; //to translate
+$strDBCopy = 'Copy database to'; //to translate
+$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //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
-$strDataPages = 'Pages containing data'; //to translate
-$strDBComment = 'Database comment: '; //to translate
-$strDBCopy = 'Copy database to'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
-$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
+$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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
-
-$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
-
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //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
+$strDumpAllRows = 'Dump all rows'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //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
-
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strEstonian = 'Estonian'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
-$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
$strGrantOption = 'Grant'; //to translate
-
-$strHandler = 'Handler'; //to translate
-$strHebrew = 'Hebrew'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHebrew = 'Hebrew'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strHungarian = 'Hungarian'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
-
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
+$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
-$strImport = 'Import'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -560,81 +644,94 @@ $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
$strInnodbStat = 'InnoDB Status'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
-
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strJumpToDB = 'Jump to database "%s".'; //to translate
-$strJustDeleteDescr = 'The "deleted" 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
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLaTeX = 'LaTeX'; //to translate
$strLandscape = 'Landscape'; //to translate
-
+$strLanguage = 'Language'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
-$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexContinued = '(continued)'; //to translate
+$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
-$strLaTeX = 'LaTeX'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //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. 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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
-$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. 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\', 100, b,\'c\'... 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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
@@ -650,27 +747,68 @@ $strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //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
-$strNumberOfFields = 'Number of fields'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table %s'; //to translate
$strNumSearchResultsTotal = 'Total:%s match(es)'; //to translate
+$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strPartialText = 'Partial Texts'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the "%s" database - Page %s'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPhoneBook = 'phone book'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; //to translate
-
+$strPort = 'Port'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
@@ -685,8 +823,9 @@ $strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
-$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
+$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
@@ -696,6 +835,7 @@ $strPrivDescMaxConnections = 'Limits the number of new connections the user may
$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
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
@@ -705,15 +845,20 @@ $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to tra
$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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
+$strProcedures = 'Procedures'; //to translate
$strProcesses = 'Processes'; //to translate
$strProcesslist = 'Process list'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strQueryFrame = 'Query window'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQuerySQLHistory = 'SQL-history'; //to translate
$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; //to translate
$strQueryTime = 'Query took %01.4f sec'; //to translate
@@ -721,45 +866,470 @@ $strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
$strReceived = 'Received'; //to translate
+$strRecommended = 'recommended'; //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
+$strRelationDeleted = 'Relation deleted'; //to translate
$strRelationView = 'Relation view'; //to translate
-$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRelationalSchema = 'Relational schema'; //to translate
+$strRelations = 'Relations'; //to translate
+$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
-$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //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
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strRussian = 'Russian'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //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
$strSaveOnServer = 'Save on server in %s directory'; //to translate
+$strSavePosition = 'Save position'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strSent = 'Sent'; //to translate
$strServerChoice = 'Server Choice'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
-$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
+$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strSessionValue = 'Session value'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -814,13 +1384,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -836,10 +1406,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -852,8 +1422,8 @@ $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_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
@@ -870,57 +1440,135 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
-
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //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
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
$strStatCheckTime = 'Last check'; //to translate
$strStatCreateTime = 'Creation'; //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
$strStatUpdateTime = 'Last update'; //to translate
+$strStatic = 'static'; //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
$strStatus = 'Status'; //to translate
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strSwedish = 'Swedish'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTempData = 'Temporary data'; //to translate
$strTextAreaLength = ' Because of its length, this field might not be editable '; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThai = 'Thai'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
-$strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
+$strThreads = 'Threads'; //to translate
+$strTime = 'Time'; //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
-$strTime = 'Time'; //to translate
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
@@ -930,607 +1578,55 @@ $strTransformation_application_octetstream__hex = 'Displays hexadecimal represen
$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 = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
-
$strUnicode = 'Unicode'; //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
$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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
+$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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 "%s"'; //to translate
-$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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
-
$strVersionInformation = 'Version information'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
-
+$strWebServer = 'Web server'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
-
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
-
-$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
-
-$strQueryResultsOperations = 'Query results operations'; //to translate
-
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1539,127 +1635,7 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
+$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
+
?>
diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php
index b4d580a8d..be2bd443a 100644
--- a/lang/polish-utf-8.inc.php
+++ b/lang/polish-utf-8.inc.php
@@ -15,11 +15,13 @@ $month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'P
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
+$strAPrimaryKey = 'Do %s dodany został klucz podstawowy';
$strAbortedClients = 'Przerwane';
$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';
+$strActions = 'Działania';
$strAddAutoIncrement = 'Dodaj wartości AUTO_INCREMENT';
$strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj ograniczenia';
@@ -36,45 +38,58 @@ $strAddToIndex = 'Dodaj %s kolumn do indeksu ';
$strAddUser = 'Dodaj nowego użytkownika';
$strAddUserMessage = 'Nowy użytkownik został dodany.';
$strAdministration = 'Administracja';
+$strAfter = 'Po %s';
$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';
+$strAllTableSameWidth = 'wyświetlić wszystkie tabele z taką samą szerokością?';
+$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.';
$strAlterOrderBy = 'Sortowanie tabeli wg';
+$strAnIndex = 'Do %s dodany został indeks';
+$strAnalyze = 'Analizuj';
$strAnalyzeTable = 'Analizuj tabelę';
$strAnd = 'oraz';
$strAndThen = 'a następnie';
-$strAnIndex = 'Do %s dodany został indeks';
+$strAngularLinks = 'Kanciaste połączenia';
$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';
+$strAsDefined = 'Zdefiniowana następująco:';
$strAscending = 'Rosnąco';
$strAtBeginningOfTable = 'Na początku tabeli';
$strAtEndOfTable = 'Na końcu tabeli';
$strAttr = 'Atrybuty';
$strAutomaticLayout = 'Układ automatyczny';
+$strBLOBRepository = 'Repozytorium BLOBów';
+$strBLOBRepositoryDamaged = 'Uszkodzone';
+$strBLOBRepositoryDisable = 'Wyłącz';
+$strBLOBRepositoryDisableAreYouSure = 'Czy na pewno wyłączyć wszystkie odwołania do BLOBów z bazy danych %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Masz zamiar WYŁĄCZYĆ repozytorium BLOBów!';
+$strBLOBRepositoryDisabled = 'Wyłączone';
+$strBLOBRepositoryEnable = 'Włącz';
+$strBLOBRepositoryEnabled = 'Włączone';
+$strBLOBRepositoryRemove = 'Usuń odołanie do repozytorium BLOBów';
+$strBLOBRepositoryRepair = 'Napraw';
+$strBLOBRepositoryUpload = 'Wrzuć do repozytorium BLOBów';
$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';
+$strBinary = ' Binarne ';
+$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
+$strBinaryLog = 'Dziennik binarny';
$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.';
@@ -83,23 +98,25 @@ $strBookmarkQuery = 'Zapamiętane zapytanie SQL';
$strBookmarkReplace = 'Zamień istniejące zapamiętane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiętaj zapytanie SQL';
$strBookmarkView = 'Tylko pokaż';
+$strBrowse = 'Przeglądaj';
$strBrowseDistinctValues = 'Przeglądaj różne wartości';
$strBrowseForeignValues = 'Przeglądaj zewnętrzne wartości';
-$strBrowse = 'Przeglądaj';
-$strBufferPoolActivity = 'Aktywność rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
+$strBufferPoolActivity = 'Aktywność rezerw buforowych';
$strBufferPoolUsage = 'Użycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
-$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
+$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBulgarian = 'Bułgarski';
$strBusyPages = 'Strony używane';
$strBzip = '".bz2"';
+$strCSV = 'CSV';
$strCalendar = 'Kalendarz';
$strCanNotLoadExportPlugins = 'Nie udało się załadować modułów eksportu, proszę sprawdzić instalację!';
$strCanNotLoadImportPlugins = 'Nie udało się załadować modułów importu, proszę sprawdzić instalację!';
+$strCancel = 'Anuluj';
$strCannotLogin = 'Nie udało się zalogować na serwer MySQL';
$strCantLoad = 'nie udało się załadować modułu %s, proszę sprawdzić konfigurację PHP';
$strCantLoadRecodeIconv = 'Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do konwersji kodowania napisów, skonfiguruj PHP tak, by mógł używać tych rozszerzeń albo zablokuj konwersję kodowania napisów w phpMyAdminie.';
@@ -109,23 +126,24 @@ $strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozróżniania wielkości liter';
$strCaseSensitive = 'z rozróżnianiem wielkości liter';
$strCentralEuropean = 'Środkowoeuropejski';
+$strChange = 'Zmień';
+$strChangeCopyMode = 'Utwórz nowego użytkownika z takimi samymi uprawnieniami i …';
$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 = 'Kodowanie pliku:';
-$strCharsetsAndCollations = 'Kodowania napisów i metody porównywania napisów';
-$strCharsets = 'Kodowania napisów';
$strCharset = 'Kodowanie napisów';
+$strCharsetOfFile = 'Kodowanie pliku:';
+$strCharsets = 'Kodowania napisów';
+$strCharsetsAndCollations = 'Kodowania napisów i metody porównywania napisów';
+$strCheck = 'Sprawdź';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
-$strCheckPrivsLong = 'Sprawdź uprawnienia bazy danych "%s".';
$strCheckPrivs = 'Sprawdź uprawnienia';
+$strCheckPrivsLong = 'Sprawdź uprawnienia bazy danych "%s".';
$strCheckTable = 'Sprawdź tabelę';
$strChoosePage = 'Proszę wybrać stronę do edycji';
$strColComFeat = 'Wyświetl komentarze dla kolumn';
@@ -133,6 +151,7 @@ $strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
+$strComment = 'Komentarz';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em 4.0';
$strCompleteInserts = 'Pełne dodania';
@@ -145,152 +164,174 @@ $strConnectionError = 'Nie udało się nawiązać połączenia: błędne ustawie
$strConnections = 'Połączenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
+$strControluserFailed = 'Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku konfiguracyjnym nie powiodło się.';
$strCookiesRequired = 'Odtąd musi być włączona obsługa ciasteczek.';
-$strCopyDatabaseOK = 'Baza danych %s została skopiowana do %s';
$strCopy = 'Kopiuj';
+$strCopyDatabaseOK = 'Baza danych %s została skopiowana do %s';
+$strCopyTable = 'Skopiuj tabelę do (bazadanych.tabela):';
$strCopyTableOK = 'Tabela %s została skopiowana do %s.';
$strCopyTableSameNames = 'Nie można skopiować tabeli do niej samej!';
-$strCopyTable = 'Skopiuj tabelę do (bazadanych.tabela):';
$strCouldNotKill = 'phpMyAdminowi nie udało się unicestwić wątku %s. Prawdopodobnie został on już zamknięty.';
+$strCreate = 'Utwórz';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
-$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
+$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateNewDatabase = 'Utwórz nową bazę danych';
$strCreateNewTable = 'Utwórz nową tabelę w bazie danych %s';
$strCreatePage = 'Utwórz nową stronę';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
+$strCreateRelation = 'Utwórz związek';
+$strCreateTable = 'Utwórz tabelę';
$strCreateUserDatabase = 'Baza danych dla użytkownika';
$strCreateUserDatabaseName = 'Utwórz bazę danych z taką samą nazwą i przyznaj wszystkie uprawnienia';
$strCreateUserDatabaseNone = 'Brak';
$strCreateUserDatabaseWildcard = 'Przyznaj wszystkie uprawienia do baz danych o nazwach pasujących do maski (nazwaużytkownika_%)';
-$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
-$strCSV = 'CSV';
+$strCustomColor = 'Własny kolor';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-słowacki';
+$strDBComment = 'Komentarz bazy danych: ';
+$strDBCopy = 'Kopiuj bazę danych do';
+$strDBRename = 'Zmień nazwę bazy danych na';
$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.';
-$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';
+$strDatabase = 'Baza danych';
+$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
+$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
+$strDatabaseHasBeenCreated = 'Baza danych %1$s została utworzona.';
+$strDatabaseHasBeenDropped = 'Baza danych %s została usunięta.';
+$strDatabases = 'Bazy danych';
+$strDatabasesDropped = '%s baz danych zostało pomyślnie usuniętych.';
+$strDatabasesStats = 'Statystyki baz danych';
+$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.';
+$strDbIsEmpty = 'Baza danych wydaje się pusta!';
$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 = 'Defragmentuj tabelę';
+$strDelOld = 'Aktualna strona ma powiązania z tabelą, która już nie istnieje. Czy chcesz usunąć te powiązania?';
$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';
-$strDeleteNoUsersSelected = 'Żaden użytkownik ze został zaznaczony do usunięcia!';
$strDelete = 'Usuń';
+$strDeleteAndFlush = 'Usuń użytkowników, a następnie przeładuj uprawnienia.';
+$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale przeładowanie uprawnień może potrwać jakiś czas.';
+$strDeleteNoUsersSelected = 'Żaden użytkownik ze został zaznaczony do usunięcia!';
+$strDeleteRelation = 'Usuń związek';
+$strDeleted = 'Rekord został skasowany';
$strDeleting = 'Usuwanie %s';
$strDelimiter = 'Separator';
-$strDelOld = 'Aktualna strona ma powiązania z tabelą, która już nie istnieje. Czy chcesz usunąć te powiązania?';
$strDescending = 'Malejąco';
$strDescription = 'Opis';
+$strDesigner = 'Projektant';
+$strDetails = 'Szczegóły…';
$strDictionary = 'słownik';
+$strDirectLinks = 'Bezpośrednie połączenia';
$strDirtyPages = 'Strony brudne';
-$strDisabled = 'wyłączone';
$strDisableForeignChecks = 'Wyłącz sprawdzanie kluczy zewnętrznych';
+$strDisabled = 'wyłączone';
$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ć ';
+$strDocSQL = 'DocSQL';
+$strDocu = 'Dokumentacja';
+$strDownloadFile = 'Ściągnij plik';
+$strDrop = 'Usuń';
$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.';
+$strDumpingData = 'Zrzut danych tabeli';
$strDynamic = 'zmienny';
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
-$strEmptyResultSet = 'MySQL zwrócił pusty wynik (zero rekordów).';
$strEmpty = 'Wyczyść';
+$strEmptyResultSet = 'MySQL zwrócił pusty wynik (zero rekordów).';
$strEnabled = 'włączone';
$strEncloseInTransaction = 'Obejmij eksport transakcją';
-$strEndCut = 'TNIJ DOTĄD';
$strEnd = 'Koniec';
+$strEndCut = 'TNIJ DOTĄD';
$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.';
+$strEngines = 'Mechanizmy';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim ';
$strError = 'Błąd';
$strErrorInZipFile = 'Błąd w archiwum ZIP:';
+$strErrorRelationAdded = 'Błąd: nie dodano związku.';
+$strErrorRelationExists = 'Błąd: związek już istnieje.';
$strErrorRenamingTable = 'Błąd podczas zmiany nazwy tabeli z %1$s na %2$s';
+$strErrorSaveTable = 'Błąd podczas zapisywania współrzędnych dla Projektanta.';
$strEscapeWildcards = 'Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je poprzedzić znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoński';
+$strEvent = 'Zdarzenie';
+$strEvents = 'Zdarzenia';
$strExcelEdition = 'Wydanie Excela';
$strExecuteBookmarked = 'Wykonaj zapamiętanego zapytania';
$strExplain = 'Wyjaśnij SQL';
$strExport = 'Eksport';
+$strExportImportToScale = 'Eksport/import w skali';
$strExportMustBeFile = 'Wybrany typ eksportu musi być zapisany do pliku';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
$strFailedAttempts = 'Nieudane próby';
-$strFieldHasBeenDropped = 'Pole %s zostało usunięte';
$strField = 'Pole';
+$strFieldHasBeenDropped = 'Pole %s zostało usunięte';
+$strFieldInsertFromFileTempDirNotExists = 'Błąd podczas przesuwania wrzuconego pliku, zobacz FAQ 1.11';
+$strFields = 'Pola';
$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';
+$strFileNameTemplate = 'Szablon nazwy';
$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.';
+$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiętaj szablon';
-$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
+$strFiles = 'Pliki';
$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';
$strFontSize = 'Rozmiar pisma';
-$strFormat = 'Format';
+$strForeignKeyError = 'Błąd podczas tworzenia klucza zewnętrznego na %1$s (należy sprawdzić typy danych)';
+$strForeignKeyRelationAdded = 'Relacja FOREIGN KEY została dodana.';
$strFormEmpty = 'Brakująca wartość w formularzu!';
+$strFormat = 'Format';
$strFreePages = 'Strony puste';
$strFullText = 'Pełny tekst';
$strFunction = 'Funkcja';
$strFunctions = 'Funkcje';
$strGenBy = 'Wygenerowany przez';
+$strGenTime = 'Czas wygenerowania';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj hasło';
-$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziński';
$strGerman = 'Niemiecki';
+$strGetMoreThemes = 'Pobierz więcej motywów!';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'Wartość globalna';
@@ -299,54 +340,66 @@ $strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Obsługa';
$strHasBeenAltered = 'zostało zamienione.';
$strHaveToShow = 'Należy wybrać przynajmniej jedną kolumnę do wyświetlenia';
$strHebrew = 'Hebrajski';
-$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
+$strHelp = 'Pomoc';
+$strHexForBLOB = 'Użyj liczb szesnastkowych dla typu BLOB';
+$strHide = 'Ukryj';
+$strHideShowAll = 'Ukryj/pokaż wszystko';
+$strHideShowNoRelation = 'Ukryj/pokaż tabele bez związków';
$strHome = 'Wejście';
-$strHostEmpty = 'Brak nazwy hosta!';
+$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHost = 'Host';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Brak nazwy hosta!';
$strHungarian = 'Węgierski';
+$strIEUnsupported = 'Internet Explorer nie obsługuje tej funkcji.';
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pełny tekst';
-$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
+$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnoreInserts = 'Użyj ignorowanych dodań';
+$strImport = 'Import';
+$strImportExportCoords = 'Importuj/eksportuj współrzędne schematu PDF';
$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';
+$strInUse = 'w użyciu';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Klucz %s został usunięty';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
-$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiększy się tabela, kiedy zostanie zapełniona.';
+$strIndexes = 'Indeksy';
+$strIndexesSeemEqual = 'Indeksy %1$s i %2$s wyglądają na identyczne i jeden z nich mógłby zostać usunięty.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
-$strInnoDBBufferPoolSizeDesc = 'Ilość pamięci, której InnoDB używa do buforowania danych i indeksów swoich tabel.';
+$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiększy się tabela, kiedy zostanie zapełniona.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
+$strInnoDBBufferPoolSizeDesc = 'Ilość pamięci, której InnoDB używa do buforowania danych i indeksów swoich tabel.';
$strInnoDBDataFilePath = 'Pliki danych';
-$strInnoDBDataHomeDirDesc = 'Wspólna część ścieżki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
+$strInnoDBDataHomeDirDesc = 'Wspólna część ścieżki do wszystkich plików danych InnoDB.';
$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';
+$strInsertAsNewRow = 'Dodaj jako nowy rekord';
+$strInsertedRowId = 'Identyfikator wstawionego rekordu: %1$d';
+$strInterface = 'Interfejs';
+$strInternalAndForeign = 'Wewnętrzna relacja jest zbędna gdy istnieje odpowiednia relacja FOREIGN KEY.';
+$strInternalRelationAdded = 'Dodano wewnętrzne powiązanie';
$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 linii %d danych wejściowych CSV.';
$strInvalidCSVFormat = 'Niewłaściwy format w linii %d danych wejściowych CSV.';
$strInvalidCSVParameter = 'Niewłaściwy parametr importu CSV: %s';
+$strInvalidColumn = 'Podano błędną kolumnę (%s)!';
+$strInvalidColumnCount = 'Liczba kolumn musi być większa niż zero.';
$strInvalidDatabase = 'Niewłaściwa baza danych';
$strInvalidFieldAddCount = 'Należy dodać przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieć przynajmniej jedno pole.';
@@ -359,30 +412,31 @@ $strInvalidTableName = 'Niewłaściwa nazwa tabeli';
$strJapanese = 'Japoński';
$strJoins = 'Złączenia';
$strJumpToDB = 'Skok do bazy danych "%s".';
-$strJustDeleteDescr = 'Do momentu przeładowania uprawnień "usunięci" użytkownicy nadal będą mieli dostęp do serwera.';
$strJustDelete = 'Po prostu usuń użytkowników z tabeli uprawnień.';
+$strJustDeleteDescr = 'Do momentu przeładowania uprawnień "usunięci" użytkownicy nadal będą mieli dostęp do serwera.';
$strKeepPass = 'Nie zmieniaj hasła';
$strKeyCache = 'Bufor podręczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
+$strKnownExternalBug = 'Funkcja %s jest dotknięta przez znany błąd, zobacz %s';
$strKorean = 'Koreański';
+$strLDI = 'CSV przy użyciu LOAD DATA';
+$strLDILocal = 'Użyj słowa kluczowego LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Orientacja pozioma';
$strLanguage = 'Język';
$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)';
+$strLatexContinuedCaption = 'Kontynuacja nagłówka tabeli';
$strLatexIncludeCaption = 'Załącz nagłówek tabeli';
$strLatexLabel = 'Etykieta klucza';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = 'Łotewski';
-$strLDI = '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';
@@ -391,61 +445,66 @@ $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';
+$strLogServerHelp = 'Można podać nawę hosta/adres IP i port oddzielone spacją.';
$strLogUsername = 'Użytkownik:';
+$strLogin = 'Login';
+$strLoginInformation = 'Dane użytkownika';
+$strLoginWithoutPassword = 'Konfiguracja zabrania logowania bez hasła (zobacz AllowNoPassword)';
+$strLogout = 'Wyjście';
$strLongOperation = 'Ta operacja może długo potrwać. Czy mimo to kontynuować?';
+$strMIMETypesForTable = 'TYPY MIME TABELI';
+$strMIME_MIMEtype = 'Typ MIME';
+$strMIME_available_mime = 'Dostępne typy MIME';
+$strMIME_available_transform = 'Dostępne transformacje';
+$strMIME_description = 'Opis';
+$strMIME_nodescription = 'Transformacja ta nie ma opisu. Proszę zapytać autora, co robi %s.';
+$strMIME_transformation = 'Sposób prezentacji danych';
+$strMIME_transformation_note = 'Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
+$strMIME_transformation_options = 'Opcje transformacji';
+$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla transformacji w następującym formacie: \'a\', 100, b,\'c\'… Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
+$strMIME_without = 'Typy MIME pisane czcionką pochyloną nie mają oddzielnej funkcji transformacji';
$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 kodowania napisó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. 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 transformacji w następującym formacie: \'a\', 100, b,\'c\'… 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.';
+$strModifyIndexTopic = 'Modyfikacja indeksu';
+$strMoveMenu = 'Przesuń menu';
$strMoveTable = 'Przenieś tabelę do (bazadanych.tabela):';
+$strMoveTableOK = 'Tabela %s została przeniesiona do %s.';
$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ę.';
+$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.';
$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).';
+$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ę.';
$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.';
+$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).';
$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.';
+$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM są automatycznie naprawiane; włączany przez opcję startową serwera --myisam-recover.';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
+$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.';
$strMySQLCharset = 'Kodowanie napisów dla MySQL';
-$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównań dla połączenia MySQL';
$strMySQLSaid = 'MySQL zwrócił komunikat: ';
$strMySQLShowProcess = 'Pokaż procesy';
+$strMysqlClientVersion = 'Wersja klienta MySQL';
+$strMysqlLibDiffersServerVersion = 'Wersja %s biblioteki MySQL dla PHP różni się od wersji %s serwera MySQL. Może to powodować nieprzewidywalne zachowanie.';
$strName = 'Nazwa';
$strNext = 'Następne';
+$strNo = 'Nie';
$strNoActivity = 'Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz';
+$strNoDataReceived = 'Nie otrzymano żadnych danych do importu. Albo nie została wysłana nazwa pliku, albo plik był zbyt duży (maksymalny dopuszczalny rozmiar pliku określa się w konfiguracji PHP). Zobacz FAQ 1.16.';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = 'Żadna baza danych nie został wybrana.';
-$strNoDataReceived = 'Nie otrzymano żadnych danych do importu. Albo nie została wysłana nazwa pliku, albo plik był zbyt duży (maksymalny dopuszczalny rozmiar pliku określa się w konfiguracji PHP). Zobacz FAQ 1.16.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegółowych informacji o tym mechanizmie składowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
@@ -455,8 +514,6 @@ $strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przeglądarkach obsługu
$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.';
@@ -467,16 +524,18 @@ $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.';
+$strNoUsersFound = 'Nie znaleziono użytkownika(ów).';
+$strNoValidateSQL = 'Pomiń sprawdzanie poprawności SQL';
+$strNone = 'Brak';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'błąd';
$strNotSet = 'Tabela %s 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 %s';
$strNumSearchResultsTotal = 'W sumie:%s trafień';
$strNumTables = 'Tabele';
+$strNumberOfFields = 'Liczba pól';
+$strNumberOfTables = 'Liczba tabel';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Arkusz kalkulacyjny w formacie Open Document';
@@ -484,47 +543,74 @@ $strOpenDocumentText = 'Tekst w formacie Open Document';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
+$strOptimize = 'Optymalizuj';
$strOptimizeTable = 'Optymalizuj tabelę';
+$strOptions = 'Opcje';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniejące pliki';
+$strPBXTCheckpointFrequency = 'Częstotliwość punktów kontrolnych';
+$strPBXTCheckpointFrequencyDesc = 'Ilość danych zapisanych do dziennika transakcji przed wykonaniem punktu kontrolnego. Domyślną wartością jest 24MB.';
+$strPBXTDataLogThreshold = 'Próg dziennika danych.';
+$strPBXTGarbageThreshold = 'Próg śmieci';
+$strPBXTGarbageThresholdDesc = 'Procent śmieci w dzienniku danych, nim zostanie skompaktowany. Liczba jest między 1 i 99. Domyślną wartością jest 50.';
+$strPBXTIndexCacheSize = 'Rozmiar pamięci podręcznej indeksów';
+$strPBXTIndexCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna indeksów. Domyślną wartością jest 32MB. Pamięc jest używana tylko do buforowane stron indeksów.';
+$strPBXTLogBufferSize = 'Rozmiar bufora dziennika';
+$strPBXTLogBufferSizeDesc = 'Rozmiar bufora używanego podczas zapisu dziennika danych. Domyślną wartością jest 256MB. Silnik alokuje jeden bufor na wątek, ale tylko gdy wątek musi zapisać dane do dziennika.';
+$strPBXTLogCacheSize = 'Rozmiar pamięci podręcznej dziennika';
+$strPBXTLogCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna dziennika transakcji. Domyślną wartością jest 16MB.';
+$strPBXTLogFileCount = 'Liczba plików dziennika';
+$strPBXTLogFileCountDesc = 'Liczba plików dziennika transakcji (pbxt/system/xlog*.xt), które będzie utwrzymywał system. Jeżeli liczba dzienników przekroczy tę wartość, stare dzienniki zostaną usunięte, w przeciwnym przypadku zmieniana jest ich nazwa i dostają kolejny najwyższy numer.';
+$strPBXTLogFileThreshold = 'Próg pliku dziennika';
+$strPBXTLogFileThresholdDesc = 'Rozmiar logu transakcji przed rollover, and a new log is created. Domyślną wartośćią jest 16MB.';
+$strPBXTRecordCacheSize = 'Rozmiar pamięci podręcznej rekordów';
+$strPBXTTransactionBufferSize = 'Rozmiar bufora transakcji';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Generuje raport zawierający danej pojedynczej tabeli.)';
+$strPDFReportTitle = 'Tytuł raportu';
+$strPHPExtension = 'Rozszerzenie PHP';
+$strPHPVersion = 'Wersja PHP';
+$strPacked = 'Spakowany';
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import częściowy';
$strPartialText = 'Skrócony tekst';
+$strPartition = 'Partycja %s';
+$strPartitionDefinition = 'Definicja partycji';
+$strPartitionMaintenance = 'Zarządzanie partycjami';
+$strPartitioned = 'partycjonowanie';
+$strPassword = 'Hasło';
$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';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Generuje raport zawierający danej pojedynczej tabeli.)';
-$strPDFReportTitle = 'Tytuł raportu';
$strPerHour = 'na godzinę';
$strPerMinute = 'na minutę';
$strPerSecond = 'na sekundę';
$strPersian = 'Perski';
$strPhoneBook = 'książka telefoniczna';
$strPhp = 'Utwórz kod PHP';
-$strPHPVersion = 'Wersja PHP';
+$strPlayAudio = 'Odegraj dźwięk';
+$strPleaseSelectPrimaryOrUniqueKey = 'Należy wybrać klucz główny lub klucz jednoznaczny';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa $cfg[\'PmaAbsoluteUri\'] musi być ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Początek';
$strPrevious = 'Poprzednie';
+$strPrimary = 'Podstawowy';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy został usunięty';
$strPrimaryKeyName = 'Nazwą podstawowego klucza musi być… PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" musi być nazwą jedynie klucza podstawowego!)';
-$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
-$strPrintViewFull = 'Widok do druku (z pełnymi tekstami)';
$strPrintView = 'Widok do druku';
+$strPrintViewFull = 'Widok do druku (z pełnymi tekstami)';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniać strukturę istniejących tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikować i usuwać procedury składowane.';
@@ -537,8 +623,9 @@ $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.';
+$strPrivDescEvent = 'Pozwól ustawiać zdarzenia w harmonogramie zdarzeń';
$strPrivDescExecute = 'Pozwól uruchamiać zapamiętane procedury; Nie ma żadnych skutków w tej wersji MySQL.';
+$strPrivDescExecute5 = 'Pozwól wykonywać procedury składowane.';
$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.';
@@ -548,6 +635,7 @@ $strPrivDescMaxConnections = 'Ogranicz liczbę nowych połączeń, które może
$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.';
+$strPrivDescProcess = 'Pozwól oglądać procesy wszystkich użytkowynikó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.';
@@ -557,19 +645,21 @@ $strPrivDescShowDb = 'Daj dostęp do pełnej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywać zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól wyłączyć 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.';
+$strPrivDescTrigger = 'Pozwól tworzyć i usuwać wyzwalacze.';
$strPrivDescUpdate = 'Pozwól zmieniać dane.';
$strPrivDescUsage = 'Brak uprawnień.';
-$strPrivilegesReloaded = 'Uprawnienia zostały pomyślnie przeładowane.';
$strPrivileges = 'Uprawnienia';
+$strPrivilegesReloaded = 'Uprawnienia zostały pomyślnie przeładowane.';
$strProcedures = 'Procedury';
$strProcesses = 'Procesy';
$strProcesslist = 'Lista procesów';
+$strProfiling = 'Profilowanie';
$strProtocolVersion = 'Wersja protokołu';
$strPutColNames = 'Umieść nazwy pól w pierwszym rekordzie';
+$strQBE = 'Zapytanie przez przykład';
$strQBEDel = 'Usuń';
$strQBEIns = 'Dodaj';
-$strQBE = 'Zapytanie przez przykład';
$strQueryCache = 'Pamięć podręczna zapytań';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych %s:';
@@ -580,53 +670,78 @@ $strQueryTime = 'Wykonanie zapytania trwało %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
+$strReType = 'Ponownie';
$strReadRequests = 'Żądań odczytu';
+$strRebuild = 'Przebuduj';
$strReceived = 'Otrzymane';
+$strRecommended = 'zalecana';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'Sprawdź spójność powiązań:';
$strRefresh = 'Odśwież';
-$strRelationalSchema = 'Schemat relacyjny';
+$strRelationDeleted = 'Usunięto powiązanie';
$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';
+$strRelationalSchema = 'Schemat relacyjny';
+$strRelations = 'Relacje';
+$strRelationsForTable = 'RELACJE TABELI';
+$strReload = 'Przeładuj';
$strReloadPrivileges = 'Przeładuj uprawnienia';
+$strReloadingThePrivileges = 'Przeładuj uprawnienia';
+$strRemovePartitioning = 'Usuń partycjonowanie';
$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';
+$strRenameTableOK = 'Tabela %s ma nazwę zmienioną na %s';
+$strRepair = 'Napraw';
$strRepairTable = 'Napraw tabelę';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Resetuj';
$strResourceLimits = 'Ograniczenia zasobów';
-$strReType = 'Ponownie';
+$strRestartInsertion = 'Odśwież wstawianie z %s rekordami';
+$strRevoke = 'Cofnij';
$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';
+$strRoutineReturnType = 'Zwracany typ';
+$strRoutines = 'Procedury i funkcje';
$strRowLength = 'Długość rekordu';
-$strRowsFrom = 'rekordów począwszy od';
$strRowSize = ' Rozmiar rekordu ';
+$strRows = 'Rekordów';
+$strRowsAffected = 'Zmodyfikowanych rekordów: %1$d.';
+$strRowsDeleted = 'Usuniętych rekordów: %1$d.';
+$strRowsFrom = 'rekordów począwszy od';
+$strRowsInserted = 'Wstawionych rekordów: %1$d.';
$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';
+$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
+$strRunning = 'uruchomiony na %s';
$strRussian = 'Rosyjski';
-$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Tryb zgodności SQL';
+$strSQLExportType = 'Rodzaj eksportu';
+$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ć wysył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';
+$strSQPBugInvalidIdentifer = 'Nieprawidłowy identyfikator';
+$strSQPBugUnclosedQuote = 'Niezamknięty cudzysłów';
+$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strSave = 'Zachowaj';
+$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
+$strSavePosition = 'Zapamiętaj pozycję';
$strScaleFactorSmall = 'Współczynnik skali jest za mały, by schemat zmieścił się na jednej stronie';
+$strSearch = 'Szukaj';
$strSearchFormTitle = 'Szukaj w bazie danych';
+$strSearchInField = 'Wewnątrz pola:';
$strSearchInTables = 'Wewnątrz tabel(i):';
$strSearchNeedle = 'Szukane słowa lub wartości (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze słów';
@@ -634,40 +749,232 @@ $strSearchOption2 = 'wszystkie słowa';
$strSearchOption3 = 'cała fraza';
$strSearchOption4 = 'wyrażenie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "%s" %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):';
+$strSelectForeignKey = 'Wybierz klucz zewnętrzny';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wysłane';
+$strServer = 'Serwer';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
-$strServer = 'Serwer';
-$strServers = 'Serwery';
-$strServerStatusDelayedInserts = 'Opóźnione dodania';
$strServerStatus = 'Informacje o działaniu serwera';
+$strServerStatusDelayedInserts = 'Opóźnione dodania';
$strServerStatusUptime = 'Serwer MySQL działa przez %s. Początek pracy: %s.';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = 'Ruch na serwerze: Poniższe tabele pokazują statystyki ruchu na tym serwerze MySQL od rozpoczęcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
+$strServers = 'Serwery';
+$strSessionStartupErrorGeneral = 'Nie udało się bezbłędnie utworzyć sesji. Należy sprawdzić błędy w logach PHP i serwera WWW, a następnie właściwie skonfigurować instalację PHP.';
$strSessionValue = 'Wartość sesji';
$strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'… Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
+$strSetupAllowAnywhereRecoding_name = 'Pozwalaj na konwersję kodowania napisów';
+$strSetupAllowArbitraryServerMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być wyłączona, ponieważ pozwala atakującemu metodą brute force zalogować się na dowolny serwer MySQL. Jeżeli wydaje się ona konieczna, należy użyć [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.';
+$strSetupAllowArbitraryServer_desc = 'Włączenie powoduje, że przy uwierzytelnianiu przez ciasteczka, użytkownik w formularzu logowania może wprowadzić dowolny serwer MySQL';
+$strSetupAllowArbitraryServer_name = 'Pozwól logować się na dowolny serwera MySQL';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export](De)kompresja bzip2[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
+$strSetupBZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] dla operacji importu i eksportu';
+$strSetupBZipDump_name = 'Bzip2';
+$strSetupBlowfishSecretCharsMsg = 'Klucz powinien zawierać znaki alfanumeryczne [em]i[/em] i specjalne.';
+$strSetupBlowfishSecretLengthMsg = 'Klucz jest za krótki, powinien mieć co najmniej 8 znaków.';
+$strSetupBlowfishSecretMsg = 'Klucz blowfish ne był ustawiony, natomiast włączone było uwierzytelnianie przez ciasteczka, więc klucz został wygenerowany. Jest on używany do szyfrowania ciasteczek.';
+$strSetupCannotLoadConfig = 'Nie udało się załadować lub zapisać konfiguracji';
+$strSetupCannotLoadConfigMsg = 'Należy w głównym katalogu phpMyAdmina utworzyć katalog [em]config[/em] z możliwością zapisu przez serwer WWW, w sposób opisany w [a@../Documentation.html#setup_script]dokumentacji[/a]. W przeciwnym przypadku konfigurację będzie można tylko ściągnąć lub obejrzeć.';
+$strSetupCheckConfigurationPermissions_name = 'Sprawdź uprawnienia pliku konfiguracyjnego';
+$strSetupClear = 'Wyczyść';
+$strSetupCompressOnFly_desc = 'Kompresuje eksporty gzip/bzip2 w locie, bez dużego zapotrzebowania na pamięć; w przypadku wystąpienia problemów z tworzonymi plikami gzip/bzip2, należy wyłączyć tę funkcję';
+$strSetupCompressOnFly_name = 'Kompresuj w locie';
+$strSetupConfigurationFile = 'Plik konfiguracyjny';
+$strSetupConfirm_desc = 'Czy w wypadku ryzyka utraty danych ma być pokazywane ostrzeżenie ("Czy na pewno wykonać…")';
+$strSetupConfirm_name = 'Potwierdzanie zapytań DROP';
+$strSetupDefaultCharset_desc = 'Domyślne kodowanie napisów używane przy konwersjach';
+$strSetupDefaultCharset_name = 'Domyślne kodowanie napisów';
+$strSetupDefaultLanguage = 'Domyślny język';
+$strSetupDefaultServer = 'Domyślny serwer';
+$strSetupDirectoryNotice = 'Wartość ta powinna być dwukrotnie sprawdzona aby mieć pewność iż ten katalog jest zabezpieczony przed jakimkolwiek dostępem.';
+$strSetupDisplay = 'Pokaż';
+$strSetupDonateLink = 'Przekazanie darowizny';
+$strSetupDownload = 'Ściągnij';
+$strSetupEndOfLine = 'Koniec linii';
+$strSetupExecTimeLimit_desc = 'Jak długo (w sekundach) może trwać wykonywanie skryptu ([kbd]0[/kbd] oznacza brak limitu)';
+$strSetupExecTimeLimit_name = 'Maksymalny czas wykonania';
+$strSetupExport_asfile_name = 'Zapisz jako plik';
+$strSetupExport_charset_name = 'Kodowanie pliku';
+$strSetupExport_compression_name = 'Kompresja';
+$strSetupExport_format_name = 'Format';
+$strSetupExport_onserver_name = 'Zapisz na serwerze';
+$strSetupFalse = 'nie';
+$strSetupForceSSLMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być włączona, jeśli serwer WWW ją obsługuje.';
+$strSetupForceSSL_desc = 'Wymusza bezpiecznie połącznie podczas używania phpMyAdmina';
+$strSetupForceSSL_name = 'Wymuszaj połączenie SSL';
+$strSetupForm_Browse = 'Tryb przeglądania';
+$strSetupForm_Browse_desc = 'Personalizuj tryb przeglądania';
+$strSetupForm_Edit = 'Tryb edycji';
+$strSetupForm_Edit_desc = 'Personalizuj tryb edycji';
+$strSetupForm_Export_defaults = 'Domyślne opcje eksportu';
+$strSetupForm_Import_defaults = 'Domyślne opcje importu';
+$strSetupForm_Import_export = 'Import / eksport';
+$strSetupForm_Left_databases = 'Bazy danych';
+$strSetupForm_Left_frame = 'Ramka nawigacji';
+$strSetupForm_Left_servers = 'Serwery';
+$strSetupForm_Left_tables = 'Tabele';
+$strSetupForm_Main_frame = 'Główna ramka';
+$strSetupForm_Other_core_settings = 'Inne kluczowe ustawienia';
+$strSetupForm_Query_window = 'Okno zapytania';
+$strSetupForm_Security = 'Bezpieczeństwo';
+$strSetupForm_Server = 'Ustawienia podstawowe';
+$strSetupForm_Server_config = 'Konfiguracja serwera';
+$strSetupForm_Server_config_desc = 'Zaawansowane ustawienia serwera; nie zmieniaj ich jeżeli nie jesteś pewien ich znaczenia';
+$strSetupForm_Server_desc = 'Podaj parametry dla połączenia z serwerem';
+$strSetupForm_Server_pmadb = 'Baza danych PMA';
+$strSetupForm_Sql_box = 'Okno zapytania SQL';
+$strSetupForm_Sql_queries = 'Zapytania SQL';
+$strSetupForm_Startup = 'Strona startowa';
+$strSetupForm_Startup_desc = 'Personalizuj stronę startową';
+$strSetupForm_Tabs = 'Zakładki';
+$strSetupForm_Tabs_desc = 'Wybierz sposób działania zakładek';
+$strSetupFormset_customization = 'Indywidualizacja';
+$strSetupFormset_export = 'Indywidualizacja opcji eksportu';
+$strSetupFormset_features = 'Funkcje';
+$strSetupFormset_import = 'Indywidualizacja opcji importu';
+$strSetupFormset_left_frame = 'Indywidualizacja ramki nawigacyjnej';
+$strSetupFormset_main_frame = 'Indywidualizacja głównej ramkj';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export](De)kompresja gzip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
+$strSetupGZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] dla operacji importu i eksportu';
+$strSetupGZipDump_name = 'GZip';
+$strSetupHomepageLink = 'Strona główna phpMyAdmina';
+$strSetupIconvExtraParams_name = 'Dodatkowe parametry dla iconv';
+$strSetupIgnoreErrors = 'Ignoruj błędy';
+$strSetupIgnoreMultiSubmitErrors_desc = 'Włączenie powoduje, że phpMyAdmin będzie kontynuował obliczanie zapytania składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich nie udało się';
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignoruj błędy w ciągu instrukcji';
+$strSetupInsecureConnection = 'Niezabezpieczone połączenie';
+$strSetupInsecureConnectionMsg1 = 'W przypadku używania niezabezpieczonego połączenia, wszystkie dane (w tym niejawne, jak hasło) są przesyłanie w formie niezaszyfrowanej!';
+$strSetupInsecureConnectionMsg2 = 'Jeżeli serwer WWW jest skonfigurowany do obsługi zapytań HTTPS, należy skorzystać z [a@%s]tego linku[/a], aby zabezpieczyć połączenie.';
+$strSetupLeftDisplayLogo_desc = 'Pokaż logo w lewej ramce';
+$strSetupLeftDisplayLogo_name = 'Pokaż logo';
+$strSetupLetUserChoose = 'wybór pozostawiony użytkownikowi';
+$strSetupLoad = 'Załaduj';
+$strSetupLoginCookieDeleteAll_desc = 'Włączenie powoduje, że przy wylogowaniu usunięte zostaną ciasteczka dla wszystkich serwerów, a nie tylko bieżącego. Wyłączenie tej opcji powoduje, że gdy korzysta się z więcej niż jednego serwera, łatwo zapomnieć wylogować się z pozostałych.';
+$strSetupLoginCookieDeleteAll_name = 'Usuń wszystkie ciasteczka przy wylogowaniu';
+$strSetupLoginCookieRecall_desc = 'Określa czy przy uwierzytelnianiu przez ciasteczka ma być przypominana poprzednia nazwa użytkownika';
+$strSetupLoginCookieRecall_name = 'Przypominaj nazwę użytkownika';
+$strSetupLoginCookieStore_desc = 'Jak długo (w sekundach) ciasteczko logowania ma być przechowywane przez przeglądarkę. Domyślna wartość 0 oznacza, że będzie przechowane tylko podczas bieżącej sesji, tj. że zostanie skasowane po zamknięciu okna przeglądarki. Takie rozwiązanie jest preferowane w środowisku niegodnym zaufania.';
+$strSetupLoginCookieStore_name = 'Przechowywania ciasteczka logowania';
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Ważność ciasteczka logowania[/a] powinna wynosić co najwyżej 1800 sekund (30 minut). Większe wartości mogą stwarzać zagrożenie bezpieczeństwa, takie jak możliwość podszycia się.';
+$strSetupLoginCookieValidity_desc = 'Jak długo (w sekundach) ważny będzie ciasteczko logowania';
+$strSetupLoginCookieValidity_name = 'Ważność ciasteczka logowania';
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maksymalna liczba pokazywanych znaków zapytania SQL';
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maksymalna pokazywana długość SQL';
+$strSetupMaxDbList_desc = 'Maksymalna liczba baz danych pokazywanych w lewej ramce i na liście baz danych';
+$strSetupMaxDbList_name = 'Maksimum baz danych';
+$strSetupMaxTableList_desc = 'Maksymalna liczba tabel pokazywanych na liście tabel';
+$strSetupMaxTableList_name = 'Maksimum tabel';
+$strSetupMemoryLimit_desc = 'Ile pamięci może zaalokować skrypt, np. [kbd]32M[/kbd] ([kbd]0[/kbd] oznacza brak limitu)';
+$strSetupMemoryLimit_name = 'Limit pamięci';
+$strSetupNewServer = 'Nowy serwer';
+$strSetupNoServers = 'Brak skonfigurowanych serwerów';
+$strSetupOBGzip_desc = 'Czy kompresować GZip-em wyjście w celu zwiększenia szybkości transferów HTTP';
+$strSetupOBGzip_name = 'Kompresja wyjścia GZip';
+$strSetupOptionNone = '- brak -';
+$strSetupOverview = 'Opcje podstawowe';
+$strSetupPersistentConnections_desc = 'Czy użyć trwałych połączeń do baz danych MySQL';
+$strSetupPersistentConnections_name = 'Trwałe połączenia';
+$strSetupQueryHistoryDB_name = 'Permanentna historia zapytań';
+$strSetupQueryHistoryMax_desc = 'Ile zapytań ma być przechowywanych w historii';
+$strSetupQueryHistoryMax_name = 'Długość historii zapytań';
+$strSetupRecodingEngine_desc = 'Które funckje będą użyte do konwersji kodowania napisów';
+$strSetupRecodingEngine_name = 'Mechanizm konwersji kodowania napisów';
+$strSetupRestoreDefaultValue = 'Przywróć wartość domyślną';
+$strSetupRevertErroneousFields = 'Spróbuj przywrócić błędne pola do ich domyślnych wartości';
+$strSetupServerAuthConfigMsg = 'Został ustawiony typ autoryzacji [kbd]config[/kbd] z automatycznym logowaniem. Ustawienie to nie jest zalecane dla serwerów produkcyjnych, ponieważ do uzyskania dostępu do phpMyAdmina potrzebna jest znajomość tylko jego adresu URL. Zmień [a@?page=servers&mode=edit&id=%1$d#tab_Server]typ autoryzacji[/a] na [kbd]cookie[/kbd] lub [kbd]http[/kbd].';
+$strSetupServerExtensionMsg = 'Z powodów wydajnościowych powinien być uzywany mysqli.';
+$strSetupServerSecurityInfoMsg = 'Jeżeli wydaje się to konieczne, można użyć dodatkowych ustawień bezpieczeństwa — [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]uwierzytelniania na podstawie hosta[/a] i [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.';
+$strSetupServerSslMsg = 'Jeżeli połączenia SSL są obsługiwane przez serwer WWW, powinny być używane.';
+$strSetupServersAdd = 'Dodaj nowy serwer';
+$strSetupServersEdit = 'Edytuj serwer';
+$strSetupServers_AllowDeny_order_desc = 'Należy pozostawić puste jeśli nie jest używane';
+$strSetupServers_AllowNoPassword_name = 'Pozwól na logowanie bez hasła';
+$strSetupServers_AllowRoot_name = 'Pozwól na logowanie się roota';
+$strSetupServers_CountTables_desc = 'Zliczaj tabele podczas pokazywania listy bazy danych';
+$strSetupServers_CountTables_name = 'Zliczaj tabele';
+$strSetupServers_ShowDatabasesCommand_desc = 'Polecenie SQL do pobrania dostępnych baz danych';
+$strSetupServers_ShowDatabasesCommand_name = 'Polecenie SHOW DATABASES';
+$strSetupServers_auth_type_desc = 'Jaka metoda uwierzytelniania ma być użyta';
+$strSetupServers_auth_type_name = 'Typ uwierzytelniania';
+$strSetupServers_bookmarktable_name = 'Tabela zakładek';
+$strSetupServers_compress_desc = 'Czy połączenie do serwera MySQL ma być kompresowane';
+$strSetupServers_compress_name = 'Kompresja połączenia';
+$strSetupServers_connect_type_desc = 'Sposób połączenia z serwerem; w razie niepewności, należy pozostawić tcp';
+$strSetupServers_connect_type_name = 'Typ połączenia';
+$strSetupServers_extension_desc = 'Jakiego rozszerzenie PHP ma być użyte; o ile jest obsługiwane, należy podać mysqli';
+$strSetupServers_extension_name = 'Rozszerzenie PHP';
+$strSetupServers_hide_db_desc = 'Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)';
+$strSetupServers_hide_db_name = 'Ukryj bazy danych';
+$strSetupServers_host_name = 'Nazwa hosta serwera';
+$strSetupServers_nopassword_desc = 'Ma być podejmowana próba łączenia się bez hasła';
+$strSetupServers_nopassword_name = 'Łącz się bez hasła';
+$strSetupServers_only_db_desc = 'Można użyć znaków wieloznacznych MySQL-a (% i _), należy poprzedzić je znakiem \\, by uzyskać je w znaczeniu dosłownym, np. \'moja\_baza\' a nie \'moja_baza\'';
+$strSetupServers_only_db_name = 'Pokaż tylko wymienione bazy danych';
+$strSetupServers_password_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania';
+$strSetupServers_password_name = 'Hasło dla uwierzytelniania typu config';
+$strSetupServers_pmadb_desc = 'Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. Pełna informacja znajduje się na stronie [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]phpmyadmin[/kbd]';
+$strSetupServers_pmadb_name = 'Baza danych PMA';
+$strSetupServers_port_desc = 'Port na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną';
+$strSetupServers_port_name = 'Port serwera';
+$strSetupServers_relation_name = 'Tabela związków';
+$strSetupServers_socket_desc = 'Gniazdko, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną';
+$strSetupServers_socket_name = 'Gniazdo serwera';
+$strSetupServers_ssl_name = 'Używaj SSL';
+$strSetupServers_user_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania';
+$strSetupServers_user_name = 'Użytkownik dla uwierzytelniania typu config';
+$strSetupSetValue = 'Ustaw wartość: %s';
+$strSetupShowForm = 'Pokaż formularz';
+$strSetupShowHiddenMessages = 'Pokaż ukryte wiadomości (#MSG_COUNT)';
+$strSetupShowSQL_desc = 'Czy mają być pokazywane zapytania SQL generowane przez phpMyAdmina';
+$strSetupShowSQL_name = 'Pokaż zapytania SQL';
+$strSetupShowStats_name = 'Pokaż statystyki';
+$strSetupSkipLockedTables_name = 'Pomiń zablokowane tabele';
+$strSetupTrue = 'tak';
+$strSetupVersionCheck = 'Sprawdzenie wersji';
+$strSetupVersionCheckDataError = 'Odczytanie wersji nie udało się. Być może nie ma połączenia z Internetem lub serwer aktualizacji nie odpowiada.';
+$strSetupVersionCheckInvalid = 'Otrzymano od serwera nieprawidłowy numer wersji';
+$strSetupVersionCheckLink = 'Sprawdź, czy jest nowsza wersja';
+$strSetupVersionCheckNewAvailable = 'Dostępna jest nowa wersja phpMyAdmina, należy rozważyć aktualizację. Nowa werja to %s, wydana dnia %s.';
+$strSetupVersionCheckNewAvailableSvn = 'Używana jest wersja z subversion, należy uruchomić [kbd]svn update[/kbd] :-)[br]Najnowsza stabilna wersja to %s, wydana dnia %s.';
+$strSetupVersionCheckNone = 'Nowsza stabilna wersja nie jest dostępna';
+$strSetupVersionCheckUnparsable = 'Nie udało się zanalizować numeru wersji';
+$strSetupVersionCheckWrapperError = 'URL wrapper ani CURL nie są dostępnie. Sprawdzenie wersji jest niemożliwe.';
+$strSetupWarning = 'Ostrzeżenie';
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Kompresja zip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Dekompresja zip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
+$strSetupZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] dla operacji importu i eksportu';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Tajne hasło używane do szyfrowania ciasteczek przy uwierzytelnianiu przez ciasteczka.';
+$strSetupblowfish_secret_name = 'Sekret Blowfish';
+$strSetuperror_connection = 'Nie można połączyć się z serwerem MySQL';
+$strSetuperror_form = 'Wysłany formularz zawiera błędy';
+$strSetuperror_incorrect_ip_address = 'Nieprawidłowy adres IP: %s';
+$strSetuperror_incorrect_port = 'Nieprawdiłowy numer portu';
+$strSetuperror_incorrect_value = 'Nieprawidłowa wartość';
+$strSetuperror_missing_field_data = 'Brakuje danych dla %s';
+$strSetuperror_nan_nneg = 'Liczba nie jest nieujemna';
+$strSetuperror_nan_p = 'Liczba nie jest dodatnia';
+$strShow = 'Pokaż';
$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 ';
+$strShowHideLeftMenu = 'Pokaż/ukryj lewe menu';
+$strShowKeys = 'Pokaż tylko klucze';
$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, które przekroczyły wartość binlog_cache_size i do zapisania instrukcji transakcji został użyty plik tymczasowy.';
@@ -721,13 +1028,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pl
$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 wielkość 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_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które aktualnie 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 rekordów, w milisekundach.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Średni czas uzyskania blokady rekordu, 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.';
@@ -743,10 +1050,10 @@ $strShowStatusKey_write_requestsDescr = 'Liczba żądań zapisów bloków indeks
$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 DELAYED.';
-$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopodobnie 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.';
+$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopodobnie wielkość pamięci podręcznej tabel jest zbyt mała.';
$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.';
@@ -759,8 +1066,8 @@ $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_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_scanDescr = 'Liczba złączeń, które przeszukały w pełni pierwszą tabelę.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel aktualnie otwartych przez podrzędny wątek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz łącznie (od startu) podrzędny wątek SQL replikacji ponawiał transakcje.';
@@ -780,34 +1087,30 @@ $strShowStatusThreads_runningDescr = 'Liczba nieuśpionych wątków.';
$strShowTableDimension = 'Pokaż wymiary tabel';
$strShowTables = 'Pokaż tabele';
$strShowThisQuery = ' Wywołaj ponownie zapytanie ';
+$strShowingBookmark = 'Pokaz zapamiętanego zapytania';
+$strShowingPhp = 'Wyświetlany jest kod PHP.';
+$strShowingRecords = 'Pokaż rekordy ';
+$strShowingSQL = 'Wyświetlane jest zapytanie SQL.';
$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';
+$strSmallBigAll = 'Wszystko małe/duże';
+$strSnapToGrid = 'Przyciągaj do siatki';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
+$strSort = 'Sortuj';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
-$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpański';
$strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").';
-$strSQLCompatibility = 'Tryb zgodności SQL';
-$strSQLExportType = 'Rodzaj eksportu';
-$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ć wysył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';
+$strStatUpdateTime = 'Ostatnia aktualizacja';
$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';
@@ -820,33 +1123,43 @@ $strStructPropose = 'Analiza zawartości';
$strStructure = 'Struktura';
$strSubmit = 'Wyślij';
$strSuccess = 'Zapytanie SQL zostało wykonane pomyślnie';
+$strSuhosin = 'Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja%s.';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
+$strSwekeyAuthFailed = 'Uwierzytelnianie sprzętowe nie powiodło się';
+$strSwekeyAuthenticating = 'Trwa uwierzytelnianie…';
+$strSwekeyNoKey = 'Prawidłowy klucz uwierzytelniający nie jest podłączony';
+$strSwekeyNoKeyId = 'Plik %s nie zawiera żadnego identyfikatora klucza';
$strSwitchToDatabase = 'Przełącz do skopiowanej bazy danych';
$strSwitchToTable = 'Przełącz na skopiowaną tabelę';
+$strTable = 'Tabela';
$strTableAlreadyExists = 'Tabela %s już istnieje!';
+$strTableAlteredSuccessfully = 'Tabela %1$s została pomyślnie zmodyfikowana';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
+$strTableHasBeenCreated = 'Tabela %1$s została utworzona.';
$strTableHasBeenDropped = 'Tabela %s została usunięta';
$strTableHasBeenEmptied = 'Tabela %s została opróżniona';
$strTableHasBeenFlushed = 'Tabela %s została przeładowana';
+$strTableIsEmpty = 'Tabela wydaje się pusta!';
$strTableMaintenance = 'Zarządzanie tabelą';
+$strTableName = 'Nazwa tabeli';
$strTableOfContents = 'Spis treści';
$strTableOptions = 'Opcje tabeli';
-$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
-$strTable = 'Tabela';
+$strTables = '%s tabel(a)';
$strTakeIt = 'użyj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole może nie dać się edytować z powodu swojej długości ';
+$strTexyText = 'Tekst Texy!';
$strThai = 'Tajski';
-$strThemeDefaultNotFound = 'Nie znaleziono domyślnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
+$strThemeDefaultNotFound = 'Nie znaleziono domyślnego motywu graficznego %s!';
$strThemeNoPreviewAvailable = 'Podgląd niedostępny.';
-$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!';
+$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ścieżki do motywu %s!';
$strThisHost = 'Ten host';
$strThreadSuccessfullyKilled = 'Wątek %s został pomyślnie unicestwiony.';
@@ -855,9 +1168,12 @@ $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.';
+$strToFromPage = 'od/do strony';
+$strToSelectRelation = 'Aby wybrać powiązanie, kliknij :';
$strToggleScratchboard = 'włącz / wyłącz scratchboard';
-$strTotalUC = 'Sumarycznie';
+$strToggleSmallBig = 'Przełącz małe/duże';
$strTotal = 'wszystkich';
+$strTotalUC = 'Sumarycznie';
$strTraditionalChinese = 'Chiński tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpański';
$strTraffic = 'Ruch';
@@ -867,12 +1183,14 @@ $strTransformation_application_octetstream__hex = 'Wyświetla szesnastkową repr
$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 = 'Wyświetla pola typu TIME, TIMESTAMP, DATETIME lub numeryczne uniksowe znaczniki czasu jako sformatowane daty. Pierwsza opcja to przesunięcie (w godzinach) które zostanie dodane do znacznika czasu (domyślnie: 0). Drugą opcją można określić inny napis formatujący datę/czas. Trzecia opcja określa czy daty mają być lokalne ("local") czy w UTC ("utc"). Od tego wyboru zależy format daty: w przypadku "local" jest taki jak dla funkcji PHP strftime(), w przypadku "utc" — gmdate().';
$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óry 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 (jest to domyślna wartość), zostanie dokonana konwersja wyjścia poprzez użycie htmlspecialchars(). Jeżeli czwarty parametr został ustawiony na 1 (jest to domyślna wartość), zawartość komórki nie będzie zawijana, tak że całe wyjście zostanie pokazane bez zmian formatu.';
$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: …) .';
+$strTriggers = 'Wyzwalacze';
$strTruncateQueries = 'Ucinaj wyświetlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
@@ -884,16 +1202,28 @@ $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.';
+$strUpdComTab = 'Informacje o tym, jak zaktualizować tabelę Column_comments znajdują się w dokumentacji';
$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.';
+$strUploadErrorCantWrite = 'Nie udało się zapisać pliku na dysk.';
+$strUploadErrorExtension = 'Wrzucanie pliku zostało zatrzymane przez rozszerzenie.';
+$strUploadErrorFormSize = 'Rozmiar wrzucanego pliku jest więcszy niż wartość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML.';
+$strUploadErrorIniSize = 'Rozmiar wrzucanego pliku jest większy niż wartość dyrektywy upload_max_filesize w php.ini.';
+$strUploadErrorNoTempDir = 'Nie znaleziono katalogu tymczasowego.';
+$strUploadErrorPartial = 'Plik został wrzucony jedynie częściowo.';
+$strUploadErrorUnknown = 'Nieznany błąd wrzucania plików.';
$strUploadLimit = 'Prawdopodobnie próbowano wrzucić duży plik. Aby poznać sposoby obejścia tego limitu, proszę zapoznać się z %sdokumenacją%s.';
$strUploadsNotAllowed = 'Serwer nie pozwala na upload plików.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'Użyj cudzysłowów z nazwami tabel i pól';
$strUseHostTable = 'Użyj tabeli hostów';
+$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';
+$strUser = 'Użytkownik';
$strUserAlreadyExists = 'Użytkownik %s już istnieje!';
$strUserEmpty = 'Brak nazwy użytkownika!';
$strUserName = 'Nazwa użytkownika';
@@ -901,27 +1231,28 @@ $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 "%s"';
-$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';
$strView = 'Perspektywa';
+$strViewDump = 'Zrzut tabeli';
+$strViewDumpDB = 'Zrzut bazy danych';
+$strViewDumpDatabases = 'Zrzut baz danych';
+$strViewHasAtLeast = 'Ta perspektywa ma przynajmniej tyle wierszy. Więcej informacji w %sdocumentation%s.';
+$strViewHasBeenDropped = 'Perspektywa %s została usunięta';
+$strViewImage = 'Zobacz obraz';
+$strViewName = 'Nazwa perspektywy';
+$strViewVideo = 'Obejrzyj film';
-$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosiągalny';
+$strWebServer = 'Serwer WWW';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
+$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosiągalny';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
+$strWiki = 'Wiki';
$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:';
@@ -935,544 +1266,352 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
-$strTransformation_text_plain__dateformat = 'Wyświetla pola typu TIME, TIMESTAMP, DATETIME lub numeryczne uniksowe znaczniki czasu jako sformatowane daty. Pierwsza opcja to przesunięcie (w godzinach) które zostanie dodane do znacznika czasu (domyślnie: 0). Drugą opcją można określić inny napis formatujący datę/czas. Trzecia opcja określa czy daty mają być lokalne ("local") czy w UTC ("utc"). Od tego wyboru zależy format daty: w przypadku "local" jest taki jak dla funkcji PHP strftime(), w przypadku "utc" — gmdate().';
-$strDocSQL = 'DocSQL';
-$strTableName = 'Nazwa tabeli';
-$strTableIsEmpty = 'Tabela wydaje się pusta!';
-$strDbIsEmpty = 'Baza danych wydaje się pusta!';
-$strShowingPhp = 'Wyświetlany jest kod PHP.';
-$strShowingSQL = 'Wyświetlane jest zapytanie SQL.';
-$strDesigner = 'Projektant';
-$strNumberOfTables = 'Liczba tabel';
-$strCreateTable = 'Utwórz tabelę';
-$strCreateRelation = 'Utwórz związek';
-$strSavePosition = 'Zapamiętaj pozycję';
-$strSelectForeignKey = 'Wybierz klucz zewnętrzny';
-$strHide = 'Ukryj';
-$strShowHideLeftMenu = 'Pokaż/ukryj lewe menu';
-$strReload = 'Przeładuj';
-$strSmallBigAll = 'Wszystko małe/duże';
-$strImportExportCoords = 'Importuj/eksportuj współrzędne schematu PDF';
-$strMoveMenu = 'Przesuń menu';
-$strAngularLinks = 'Kanciaste połączenia';
-$strDirectLinks = 'Bezpośrednie połączenia';
-$strHideShowAll = 'Ukryj/pokaż wszystko';
-$strHideShowNoRelation = 'Ukryj/pokaż tabele bez związków';
-$strInternalRelationAdded = 'Dodano wewnętrzne powiązanie';
-$strRelationDeleted = 'Usunięto powiązanie';
-$strToSelectRelation = 'Aby wybrać powiązanie, kliknij :';
-$strExportImportToScale = 'Eksport/import w skali';
-$strRecommended = 'zalecana';
-$strToFromPage = 'od/do strony';
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Należy wybrać klucz główny lub klucz jednoznaczny';
-$strHelp = 'Pomoc';
-$strCancel = 'Anuluj';
-$strDeleteRelation = 'Usuń związek';
-$strKnownExternalBug = 'Funkcja %s jest dotknięta przez znany błąd, zobacz %s';
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Przełącz małe/duże';
-$strIEUnsupported = 'Internet Explorer nie obsługuje tej funkcji.';
-$strErrorRelationAdded = 'Błąd: nie dodano związku.';
-$strErrorRelationExists = 'Błąd: związek już istnieje.';
-$strErrorSaveTable = 'Błąd podczas zapisywania współrzędnych dla Projektanta.';
-$strSnapToGrid = 'Przyciągaj do siatki';
+// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'Rozmiar wrzucanego pliku jest większy niż wartość dyrektywy upload_max_filesize w php.ini.';
-$strUploadErrorFormSize = 'Rozmiar wrzucanego pliku jest więcszy niż wartość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML.';
-$strUploadErrorPartial = 'Plik został wrzucony jedynie częściowo.';
-$strUploadErrorNoTempDir = 'Nie znaleziono katalogu tymczasowego.';
-$strUploadErrorCantWrite = 'Nie udało się zapisać pliku na dysk.';
-$strUploadErrorExtension = 'Wrzucanie pliku zostało zatrzymane przez rozszerzenie.';
-$strUploadErrorUnknown = 'Nieznany błąd wrzucania plików.';
-$strSessionStartupErrorGeneral = 'Nie udało się bezbłędnie utworzyć sesji. Należy sprawdzić błędy w logach PHP i serwera WWW, a następnie właściwie skonfigurować instalację PHP.';
-$strFieldInsertFromFileTempDirNotExists = 'Błąd podczas przesuwania wrzuconego pliku, zobacz FAQ 1.11';
-$strViewName = 'Nazwa perspektywy';
-$strOptions = 'Opcje';
-$strFiles = 'Pliki';
-$strMysqlLibDiffersServerVersion = 'Wersja %s biblioteki MySQL dla PHP różni się od wersji %s serwera MySQL. Może to powodować nieprzewidywalne zachowanie.';
-$strRoutines = 'Procedury i funkcje';
-$strRoutineReturnType = 'Zwracany typ';
-$strControluserFailed = 'Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku konfiguracyjnym nie powiodło się.';
-$strHexForBLOB = 'Użyj liczb szesnastkowych dla typu BLOB';
-$strRestartInsertion = 'Odśwież wstawianie z %s rekordami';
-$strTriggers = 'Wyzwalacze';
-$strEvent = 'Zdarzenie';
-$strProfiling = 'Profilowanie';
-$strPartitionDefinition = 'Definicja partycji';
-$strPrivDescTrigger = 'Pozwól tworzyć i usuwać wyzwalacze.';
-$strPrivDescEvent = 'Pozwól ustawiać zdarzenia w harmonogramie zdarzeń';
-$strPrivDescProcess = 'Pozwól oglądać procesy wszystkich użytkowyników';
-$strPartitioned = 'partycjonowanie';
-$strTableAlteredSuccessfully = 'Tabela %1$s została pomyślnie zmodyfikowana';
-$strDatabaseHasBeenCreated = 'Baza danych %1$s została utworzona.';
-$strTableHasBeenCreated = 'Tabela %1$s została utworzona.';
-$strForeignKeyError = 'Błąd podczas tworzenia klucza zewnętrznego na %1$s (należy sprawdzić typy danych)';
-$strRowsDeleted = 'Usuniętych rekordów: %1$d.';
-$strRowsAffected = 'Zmodyfikowanych rekordów: %1$d.';
-$strRowsInserted = 'Wstawionych rekordów: %1$d.';
-$strInsertedRowId = 'Identyfikator wstawionego rekordu: %1$d';
-$strIndexesSeemEqual = 'Indeksy %1$s i %2$s wyglądają na identyczne i jeden z nich mógłby zostać usunięty.';
-$strPartitionMaintenance = 'Zarządzanie partycjami';
-$strPartition = 'Partycja %s';
-$strAnalyze = 'Analizuj';
-$strCheck = 'Sprawdź';
-$strOptimize = 'Optymalizuj';
-$strRebuild = 'Przebuduj';
-$strRepair = 'Napraw';
-$strRemovePartitioning = 'Usuń partycjonowanie';
-$strSearchInField = 'Wewnątrz pola:';
-$strTexyText = 'Tekst Texy!';
-$strDetails = 'Szczegóły…';
-$strComment = 'Komentarz';
-$strPacked = 'Spakowany';
-$strActions = 'Działania';
-$strInterface = 'Interfejs';
-$strSuhosin = 'Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja%s.';
-$strEvents = 'Zdarzenia';
-$strForeignKeyRelationAdded = 'Relacja FOREIGN KEY została dodana.';
-$strInternalAndForeign = 'Wewnętrzna relacja jest zbędna gdy istnieje odpowiednia relacja FOREIGN KEY.';
-$strViewHasAtLeast = 'Ta perspektywa ma przynajmniej tyle wierszy. Więcej informacji w %sdocumentation%s.';
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'Prawidłowy klucz uwierzytelniający nie jest podłączony';
-$strSwekeyNoKeyId = 'Plik %s nie zawiera żadnego identyfikatora klucza';
-$strSwekeyAuthFailed = 'Uwierzytelnianie sprzętowe nie powiodło się';
-$strSwekeyAuthenticating = 'Trwa uwierzytelnianie…';
-$strPBXTIndexCacheSize = 'Rozmiar pamięci podręcznej indeksów';
-$strPBXTRecordCacheSize = 'Rozmiar pamięci podręcznej rekordów';
-$strPBXTLogCacheSize = 'Rozmiar pamięci podręcznej dziennika';
-$strPBXTLogFileThreshold = 'Próg pliku dziennika';
-$strPBXTTransactionBufferSize = 'Rozmiar bufora transakcji';
-$strPBXTCheckpointFrequency = 'Częstotliwość punktów kontrolnych';
-$strPBXTDataLogThreshold = 'Próg dziennika danych.';
-$strPBXTGarbageThreshold = 'Próg śmieci';
-$strPBXTLogBufferSize = 'Rozmiar bufora dziennika';
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThresholdDesc = 'Maksymalny rozmiar pliku z dziennikiem danych. Domyślną wartością jest 64MB. PBXT może utworzyć co najwyżej 32000 dzienników danych, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTRecordCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręszna rekordów, używana do buforowania danych tabel. Domyślą wartością jest 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'Rozmiar bufora używanego podczas zapisu dziennika danych. Domyślną wartością jest 256MB. Silnik alokuje jeden bufor na wątek, ale tylko gdy wątek musi zapisać dane do dziennika.';
-$strPBXTGarbageThresholdDesc = 'Procent śmieci w dzienniku danych, nim zostanie skompaktowany. Liczba jest między 1 i 99. Domyślną wartością jest 50.';
-$strPBXTDataLogThresholdDesc = 'Maksymalny rozmiar pliku z dziennikiem danych. Domyślną wartością jest 64MB. PBXT może utworzyć co najwyżej 32000 dzienników danych, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'Ilość danych zapisanych do dziennika transakcji przed wykonaniem punktu kontrolnego. Domyślną wartością jest 24MB.';
$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'Rozmiar logu transakcji przed rollover, and a new log is created. Domyślną wartośćią jest 16MB.';
-$strPBXTLogCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna dziennika transakcji. Domyślną wartością jest 16MB.';
-$strPBXTRecordCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręszna rekordów, używana do buforowania danych tabel. Domyślą wartością jest 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna indeksów. Domyślną wartością jest 32MB. Pamięc jest używana tylko do buforowane stron indeksów.';
-$strPBXTLogFileCount = 'Liczba plików dziennika';
-$strPBXTLogFileCountDesc = 'Liczba plików dziennika transakcji (pbxt/system/xlog*.xt), które będzie utwrzymywał system. Jeżeli liczba dzienników przekroczy tę wartość, stare dzienniki zostaną usunięte, w przeciwnym przypadku zmieniana jest ich nazwa i dostają kolejny najwyższy numer.';
-$strAsDefined = 'Zdefiniowana następująco:';
-$strWiki = 'Wiki';
-$strWebServer = 'Serwer WWW';
-$strPHPExtension = 'Rozszerzenie PHP';
-$strCustomColor = 'Własny kolor';
-$strBLOBRepository = 'Repozytorium BLOBów';
-$strBLOBRepositoryDamaged = 'Uszkodzone';
-$strBLOBRepositoryDisableAreYouSure = 'Czy na pewno wyłączyć wszystkie odwołania do BLOBów z bazy danych %s?';
-$strBLOBRepositoryDisabled = 'Wyłączone';
-$strBLOBRepositoryDisable = 'Wyłącz';
-$strBLOBRepositoryDisableStrongWarning = 'Masz zamiar WYŁĄCZYĆ repozytorium BLOBów!';
-$strBLOBRepositoryEnabled = 'Włączone';
-$strBLOBRepositoryEnable = 'Włącz';
-$strBLOBRepositoryRemove = 'Usuń odołanie do repozytorium BLOBów';
-$strBLOBRepositoryRepair = 'Napraw';
-$strBLOBRepositoryUpload = 'Wrzuć do repozytorium BLOBów';
-$strViewImage = 'Zobacz obraz';
-$strPlayAudio = 'Odegraj dźwięk';
-$strViewVideo = 'Obejrzyj film';
-$strDownloadFile = 'Ściągnij plik';
-$strLogServerHelp = 'Można podać nawę hosta/adres IP i port oddzielone spacją.';
-$strShowKeys = 'Pokaż tylko klucze';
-$strSetupServersAdd = 'Dodaj nowy serwer';
-$strSetupServersEdit = 'Edytuj serwer';
-$strSetupFormset_features = 'Funkcje';
-$strSetupFormset_left_frame = 'Indywidualizacja ramki nawigacyjnej';
-$strSetupFormset_main_frame = 'Indywidualizacja głównej ramkj';
-$strSetupFormset_import = 'Indywidualizacja opcji importu';
-$strSetupFormset_export = 'Indywidualizacja opcji eksportu';
-$strSetupFormset_customization = 'Indywidualizacja';
-$strSetupTrue = 'tak';
-$strSetupFalse = 'nie';
-$strSetupDisplay = 'Pokaż';
-$strSetupDownload = 'Ściągnij';
-$strSetupClear = 'Wyczyść';
-$strSetupLoad = 'Załaduj';
-$strSetupRestoreDefaultValue = 'Przywróć wartość domyślną';
-$strSetupSetValue = 'Ustaw wartość: %s';
-$strSetupWarning = 'Ostrzeżenie';
-$strSetupIgnoreErrors = 'Ignoruj błędy';
-$strSetupRevertErroneousFields = 'Spróbuj przywrócić błędne pola do ich domyślnych wartości';
-$strSetupShowForm = 'Pokaż formularz';
-$strSetupOverview = 'Opcje podstawowe';
-$strSetupShowHiddenMessages = 'Pokaż ukryte wiadomości (#MSG_COUNT)';
-$strSetupNoServers = 'Brak skonfigurowanych serwerów';
-$strSetupNewServer = 'Nowy serwer';
-$strSetupDefaultLanguage = 'Domyślny język';
-$strSetupDefaultServer = 'Domyślny serwer';
-$strSetupLetUserChoose = 'wybór pozostawiony użytkownikowi';
-$strSetupOptionNone = '- brak -';
-$strSetupEndOfLine = 'Koniec linii';
-$strSetupConfigurationFile = 'Plik konfiguracyjny';
-$strSetupHomepageLink = 'Strona główna phpMyAdmina';
-$strSetupDonateLink = 'Przekazanie darowizny';
-$strSetupVersionCheckLink = 'Sprawdź, czy jest nowsza wersja';
-$strSetupCannotLoadConfig = 'Nie udało się załadować lub zapisać konfiguracji';
-$strSetupCannotLoadConfigMsg = 'Należy w głównym katalogu phpMyAdmina utworzyć katalog [em]config[/em] z możliwością zapisu przez serwer WWW, w sposób opisany w [a@../Documentation.html#setup_script]dokumentacji[/a]. W przeciwnym przypadku konfigurację będzie można tylko ściągnąć lub obejrzeć.';
-$strSetupInsecureConnection = 'Niezabezpieczone połączenie';
-$strSetupInsecureConnectionMsg1 = 'W przypadku używania niezabezpieczonego połączenia, wszystkie dane (w tym niejawne, jak hasło) są przesyłanie w formie niezaszyfrowanej!';
-$strSetupInsecureConnectionMsg2 = 'Jeżeli serwer WWW jest skonfigurowany do obsługi zapytań HTTPS, należy skorzystać z [a@%s]tego linku[/a], aby zabezpieczyć połączenie.';
-$strSetupVersionCheck = 'Sprawdzenie wersji';
-$strSetupVersionCheckWrapperError = 'URL wrapper ani CURL nie są dostępnie. Sprawdzenie wersji jest niemożliwe.';
-$strSetupVersionCheckDataError = 'Odczytanie wersji nie udało się. Być może nie ma połączenia z Internetem lub serwer aktualizacji nie odpowiada.';
-$strSetupVersionCheckInvalid = 'Otrzymano od serwera nieprawidłowy numer wersji';
-$strSetupVersionCheckUnparsable = 'Nie udało się zanalizować numeru wersji';
-$strSetupVersionCheckNewAvailable = 'Dostępna jest nowa wersja phpMyAdmina, należy rozważyć aktualizację. Nowa werja to %s, wydana dnia %s.';
-$strSetupVersionCheckNewAvailableSvn = 'Używana jest wersja z subversion, należy uruchomić [kbd]svn update[/kbd] :-)[br]Najnowsza stabilna wersja to %s, wydana dnia %s.';
-$strSetupVersionCheckNone = 'Nowsza stabilna wersja nie jest dostępna';
-$strSetupServerSecurityInfoMsg = 'Jeżeli wydaje się to konieczne, można użyć dodatkowych ustawień bezpieczeństwa — [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]uwierzytelniania na podstawie hosta[/a] i [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.';
-$strSetupServerSslMsg = 'Jeżeli połączenia SSL są obsługiwane przez serwer WWW, powinny być używane.';
-$strSetupServerExtensionMsg = 'Z powodów wydajnościowych powinien być uzywany mysqli.';
-$strSetupServerAuthConfigMsg = 'Został ustawiony typ autoryzacji [kbd]config[/kbd] z automatycznym logowaniem. Ustawienie to nie jest zalecane dla serwerów produkcyjnych, ponieważ do uzyskania dostępu do phpMyAdmina potrzebna jest znajomość tylko jego adresu URL. Zmień [a@?page=servers&mode=edit&id=%1$d#tab_Server]typ autoryzacji[/a] na [kbd]cookie[/kbd] lub [kbd]http[/kbd].';
-$strSetupBlowfishSecretMsg = 'Klucz blowfish ne był ustawiony, natomiast włączone było uwierzytelnianie przez ciasteczka, więc klucz został wygenerowany. Jest on używany do szyfrowania ciasteczek.';
-$strSetupBlowfishSecretLengthMsg = 'Klucz jest za krótki, powinien mieć co najmniej 8 znaków.';
-$strSetupBlowfishSecretCharsMsg = 'Klucz powinien zawierać znaki alfanumeryczne [em]i[/em] i specjalne.';
-$strSetupForceSSLMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być włączona, jeśli serwer WWW ją obsługuje.';
-$strSetupAllowArbitraryServerMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być wyłączona, ponieważ pozwala atakującemu metodą brute force zalogować się na dowolny serwer MySQL. Jeżeli wydaje się ona konieczna, należy użyć [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.';
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Ważność ciasteczka logowania[/a] powinna wynosić co najwyżej 1800 sekund (30 minut). Większe wartości mogą stwarzać zagrożenie bezpieczeństwa, takie jak możliwość podszycia się.';
-$strSetupDirectoryNotice = 'Wartość ta powinna być dwukrotnie sprawdzona aby mieć pewność iż ten katalog jest zabezpieczony przed jakimkolwiek dostępem.';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export](De)kompresja gzip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export](De)kompresja bzip2[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Dekompresja zip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Kompresja zip[/a] wymaga funkcji (%s) która nie jest dostępna w tym systemie.';
-$strSetuperror_form = 'Wysłany formularz zawiera błędy';
-$strSetuperror_missing_field_data = 'Brakuje danych dla %s';
-$strSetuperror_incorrect_port = 'Nieprawdiłowy numer portu';
-$strSetuperror_incorrect_value = 'Nieprawidłowa wartość';
-$strSetuperror_incorrect_ip_address = 'Nieprawidłowy adres IP: %s';
-$strSetuperror_nan_p = 'Liczba nie jest dodatnia';
-$strSetuperror_nan_nneg = 'Liczba nie jest nieujemna';
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Nie można połączyć się z serwerem MySQL';
-$strSetupForm_Server = 'Ustawienia podstawowe';
-$strSetupForm_Server_desc = 'Podaj parametry dla połączenia z serwerem';
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Konfiguracja serwera';
-$strSetupForm_Server_config_desc = 'Zaawansowane ustawienia serwera; nie zmieniaj ich jeżeli nie jesteś pewien ich znaczenia';
-$strSetupForm_Server_pmadb = 'Baza danych PMA';
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / eksport';
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Bezpieczeństwo';
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'Zapytania SQL';
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Inne kluczowe ustawienia';
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Ramka nawigacji';
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Serwery';
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Bazy danych';
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tabele';
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Główna ramka';
-$strSetupForm_Startup = 'Strona startowa';
-$strSetupForm_Startup_desc = 'Personalizuj stronę startową';
-$strSetupForm_Browse = 'Tryb przeglądania';
-$strSetupForm_Browse_desc = 'Personalizuj tryb przeglądania';
-$strSetupForm_Edit = 'Tryb edycji';
-$strSetupForm_Edit_desc = 'Personalizuj tryb edycji';
-$strSetupForm_Tabs = 'Zakładki';
-$strSetupForm_Tabs_desc = 'Wybierz sposób działania zakładek';
-$strSetupForm_Sql_box = 'Okno zapytania SQL';
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Domyślne opcje importu';
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Domyślne opcje eksportu';
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Okno zapytania';
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Nazwa hosta serwera';
-$strSetupServers_port_name = 'Port serwera';
-$strSetupServers_port_desc = 'Port na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną';
-$strSetupServers_socket_name = 'Gniazdo serwera';
-$strSetupServers_socket_desc = 'Gniazdko, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną';
-$strSetupServers_ssl_name = 'Używaj SSL';
-$strSetupServers_connect_type_name = 'Typ połączenia';
-$strSetupServers_connect_type_desc = 'Sposób połączenia z serwerem; w razie niepewności, należy pozostawić tcp';
-$strSetupServers_extension_name = 'Rozszerzenie PHP';
-$strSetupServers_extension_desc = 'Jakiego rozszerzenie PHP ma być użyte; o ile jest obsługiwane, należy podać mysqli';
-$strSetupServers_compress_name = 'Kompresja połączenia';
-$strSetupServers_compress_desc = 'Czy połączenie do serwera MySQL ma być kompresowane';
-$strSetupServers_auth_type_name = 'Typ uwierzytelniania';
-$strSetupServers_auth_type_desc = 'Jaka metoda uwierzytelniania ma być użyta';
-$strSetupServers_user_name = 'Użytkownik dla uwierzytelniania typu config';
-$strSetupServers_user_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania';
-$strSetupServers_password_name = 'Hasło dla uwierzytelniania typu config';
-$strSetupServers_password_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania';
-$strSetupServers_nopassword_name = 'Łącz się bez hasła';
-$strSetupServers_nopassword_desc = 'Ma być podejmowana próba łączenia się bez hasła';
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate
-$strSetupServers_only_db_name = 'Pokaż tylko wymienione bazy danych';
-$strSetupServers_only_db_desc = 'Można użyć znaków wieloznacznych MySQL-a (% i _), należy poprzedzić je znakiem \\, by uzyskać je w znaczeniu dosłownym, np. \'moja\_baza\' a nie \'moja_baza\'';
-$strSetupServers_hide_db_name = 'Ukryj bazy danych';
-$strSetupServers_hide_db_desc = 'Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)';
-$strSetupServers_AllowRoot_name = 'Pozwól na logowanie się roota';
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Należy pozostawić puste jeśli nie jest używane';
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'Polecenie SHOW DATABASES';
-$strSetupServers_ShowDatabasesCommand_desc = 'Polecenie SQL do pobrania dostępnych baz danych';
-$strSetupServers_CountTables_name = 'Zliczaj tabele';
-$strSetupServers_CountTables_desc = 'Zliczaj tabele podczas pokazywania listy bazy danych';
-$strSetupServers_pmadb_name = 'Baza danych PMA';
-$strSetupServers_pmadb_desc = 'Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. Pełna informacja znajduje się na stronie [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]phpmyadmin[/kbd]';
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Tabela zakładek';
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Tabela związków';
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Pozwalaj na konwersję kodowania napisów';
-$strSetupDefaultCharset_name = 'Domyślne kodowanie napisów';
-$strSetupDefaultCharset_desc = 'Domyślne kodowanie napisów używane przy konwersjach';
-$strSetupRecodingEngine_name = 'Mechanizm konwersji kodowania napisów';
-$strSetupRecodingEngine_desc = 'Które funckje będą użyte do konwersji kodowania napisów';
-$strSetupIconvExtraParams_name = 'Dodatkowe parametry dla iconv';
-$strSetupZipDump_name = 'ZIP';
-$strSetupZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] dla operacji importu i eksportu';
-$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] dla operacji importu i eksportu';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] dla operacji importu i eksportu';
-$strSetupCompressOnFly_name = 'Kompresuj w locie';
-$strSetupCompressOnFly_desc = 'Kompresuje eksporty gzip/bzip2 w locie, bez dużego zapotrzebowania na pamięć; w przypadku wystąpienia problemów z tworzonymi plikami gzip/bzip2, należy wyłączyć tę funkcję';
-$strSetupblowfish_secret_name = 'Sekret Blowfish';
-$strSetupblowfish_secret_desc = 'Tajne hasło używane do szyfrowania ciasteczek przy uwierzytelnianiu przez ciasteczka.';
-$strSetupForceSSL_name = 'Wymuszaj połączenie SSL';
-$strSetupForceSSL_desc = 'Wymusza bezpiecznie połącznie podczas używania phpMyAdmina';
-$strSetupCheckConfigurationPermissions_name = 'Sprawdź uprawnienia pliku konfiguracyjnego';
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Pozwól logować się na dowolny serwera MySQL';
-$strSetupAllowArbitraryServer_desc = 'Włączenie powoduje, że przy uwierzytelnianiu przez ciasteczka, użytkownik w formularzu logowania może wprowadzić dowolny serwer MySQL';
-$strSetupLoginCookieRecall_name = 'Przypominaj nazwę użytkownika';
-$strSetupLoginCookieRecall_desc = 'Określa czy przy uwierzytelnianiu przez ciasteczka ma być przypominana poprzednia nazwa użytkownika';
-$strSetupLoginCookieValidity_name = 'Ważność ciasteczka logowania';
-$strSetupLoginCookieValidity_desc = 'Jak długo (w sekundach) ważny będzie ciasteczko logowania';
-$strSetupLoginCookieStore_name = 'Przechowywania ciasteczka logowania';
-$strSetupLoginCookieStore_desc = 'Jak długo (w sekundach) ciasteczko logowania ma być przechowywane przez przeglądarkę. Domyślna wartość 0 oznacza, że będzie przechowane tylko podczas bieżącej sesji, tj. że zostanie skasowane po zamknięciu okna przeglądarki. Takie rozwiązanie jest preferowane w środowisku niegodnym zaufania.';
-$strSetupLoginCookieDeleteAll_name = 'Usuń wszystkie ciasteczka przy wylogowaniu';
-$strSetupLoginCookieDeleteAll_desc = 'Włączenie powoduje, że przy wylogowaniu usunięte zostaną ciasteczka dla wszystkich serwerów, a nie tylko bieżącego. Wyłączenie tej opcji powoduje, że gdy korzysta się z więcej niż jednego serwera, łatwo zapomnieć wylogować się z pozostałych.';
-$strSetupShowSQL_name = 'Pokaż zapytania SQL';
-$strSetupShowSQL_desc = 'Czy mają być pokazywane zapytania SQL generowane przez phpMyAdmina';
-$strSetupConfirm_name = 'Potwierdzanie zapytań DROP';
-$strSetupConfirm_desc = 'Czy w wypadku ryzyka utraty danych ma być pokazywane ostrzeżenie ("Czy na pewno wykonać…")';
-$strSetupQueryHistoryDB_name = 'Permanentna historia zapytań';
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Długość historii zapytań';
-$strSetupQueryHistoryMax_desc = 'Ile zapytań ma być przechowywanych w historii';
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignoruj błędy w ciągu instrukcji';
-$strSetupIgnoreMultiSubmitErrors_desc = 'Włączenie powoduje, że phpMyAdmin będzie kontynuował obliczanie zapytania składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich nie udało się';
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maksimum baz danych';
-$strSetupMaxDbList_desc = 'Maksymalna liczba baz danych pokazywanych w lewej ramce i na liście baz danych';
-$strSetupMaxTableList_name = 'Maksimum tabel';
-$strSetupMaxTableList_desc = 'Maksymalna liczba tabel pokazywanych na liście tabel';
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maksymalna pokazywana długość SQL';
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maksymalna liczba pokazywanych znaków zapytania SQL';
-$strSetupOBGzip_name = 'Kompresja wyjścia GZip';
-$strSetupOBGzip_desc = 'Czy kompresować GZip-em wyjście w celu zwiększenia szybkości transferów HTTP';
-$strSetupPersistentConnections_name = 'Trwałe połączenia';
-$strSetupPersistentConnections_desc = 'Czy użyć trwałych połączeń do baz danych MySQL';
-$strSetupExecTimeLimit_name = 'Maksymalny czas wykonania';
-$strSetupExecTimeLimit_desc = 'Jak długo (w sekundach) może trwać wykonywanie skryptu ([kbd]0[/kbd] oznacza brak limitu)';
-$strSetupMemoryLimit_name = 'Limit pamięci';
-$strSetupMemoryLimit_desc = 'Ile pamięci może zaalokować skrypt, np. [kbd]32M[/kbd] ([kbd]0[/kbd] oznacza brak limitu)';
-$strSetupSkipLockedTables_name = 'Pomiń zablokowane tabele';
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Pokaż logo';
-$strSetupLeftDisplayLogo_desc = 'Pokaż logo w lewej ramce';
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Pokaż statystyki';
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format';
-$strSetupExport_compression_name = 'Kompresja';
-$strSetupExport_asfile_name = 'Zapisz jako plik';
-$strSetupExport_charset_name = 'Kodowanie pliku';
-$strSetupExport_onserver_name = 'Zapisz na serwerze';
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Konfiguracja zabrania logowania bez hasła (zobacz AllowNoPassword)';
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Pozwól na logowanie bez hasła';
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Pobierz więcej motywów!';
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSelectReferencedKey = 'Select referenced key'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1481,127 +1620,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php
index 2fdb8ca6f..0dd9c0317 100644
--- a/lang/portuguese-utf-8.inc.php
+++ b/lang/portuguese-utf-8.inc.php
@@ -24,6 +24,7 @@ $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';
$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.';
@@ -44,16 +45,15 @@ $strAdministration = 'Administração';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
-$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$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';
-$strAnIndex = 'Um índice foi adicionado a %s';
-$strAnyHost = 'Qualquer máquina';
$strAny = 'Todos';
+$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
-$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
@@ -85,21 +85,21 @@ $strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
-$strChangeCopyModeCopy = '... manter o antigo.';
+$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';
-$strChange = 'Muda';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
-$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados "%s".';
$strCheckPrivs = 'Verificar Privilégios';
+$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados "%s".';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
@@ -130,26 +130,26 @@ $strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
+$strDBComment = 'Comentário da Base de Dados: ';
$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.';
$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';
-$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
-$strData = 'Dados';
-$strDataDict = 'Dicionario de dados';
-$strDataOnly = 'Apenas dados';
-$strDBComment = 'Comentário da Base de Dados: ';
$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.';
-$strDelete = 'Apagar';
$strDeleted = 'Registo eliminado';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
@@ -160,13 +160,13 @@ $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: "%")';
-$strDocu = 'Documentação';
$strDoYouReally = 'Confirma : ';
+$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
-$strDumpingData = 'Extraindo dados da tabela';
$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';
@@ -191,9 +191,9 @@ $strExtra = 'Extra'; // written the same in portuguese
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
+$strFields = 'Qtd Campos';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
-$strFields = 'Qtd Campos';
$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';
@@ -201,14 +201,14 @@ $strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$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")';
-$strFormat = 'Formato';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
+$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
$strGenBy = 'Gerado por';
-$strGeneralRelationFeat = 'Características gerais de Relação';
$strGenTime = 'Data de Criação';
+$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
@@ -224,25 +224,25 @@ $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
-$strHostEmpty = 'O nome da máquina está vazio!';
$strHost = 'Máquina';
+$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strImportFiles = 'Importar';
-$strIndexes = 'Índices';
+$strInUse = 'em uso';
+$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice :';
-$strIndex = 'Índice';
$strIndexType = 'Tipo de Índice :';
+$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.';
-$strInsertAsNewRow = 'Insere como novo registo';
$strInsert = 'Insere';
+$strInsertAsNewRow = 'Insere como novo registo';
$strInternalRelations = 'Relações internas';
-$strInUse = 'em uso';
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados "%s".';
@@ -254,13 +254,13 @@ $strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
+$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
-$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
+$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
-$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
@@ -270,27 +270,27 @@ $strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
-$strLogin = 'Entrada';
-$strLoginInformation = 'Informação de Login ';
-$strLogout = 'Sair';
$strLogPassword = 'Palavra-passe :';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador :';
+$strLogin = 'Entrada';
+$strLoginInformation = 'Informação de Login ';
+$strLogout = 'Sair';
-$strMaximumSize = 'Tamanho máximo: %s%s';
+$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_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_nodescription = 'Não há descrição disponível para esta transformação. 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 %stransformation descriptions%s';
-$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\', 100, b,\'c\'... 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_transformation_options = 'Opções de tranformação';
$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\', 100, b,\'c\'... 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';
-$strModifyIndexTopic = 'Modificar um índice';
$strModify = 'Modifica';
+$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados.tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
@@ -301,8 +301,9 @@ $strMySQLShowProcess = 'Mostra os Processos';
$strName = 'Nome';
$strNext = 'Próximo';
-$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
+$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';
@@ -310,8 +311,6 @@ $strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que s
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
-$strNone = 'Nenhum';
-$strNo = 'Não';
$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.';
@@ -320,11 +319,12 @@ $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 %s não foi encontrada ou não foi definida em %s';
-$strNoUsersFound = 'Nenhum utilizador encontrado.';
-$strNoValidateSQL = 'Saltar a validação SQL';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela %s';
$strNumSearchResultsTotal = 'Total:%s resultado(s)';
@@ -337,13 +337,14 @@ $strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
+$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!';
-$strPassword = 'Palavra-passe';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
@@ -352,19 +353,18 @@ $strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
-$strPHPVersion = 'versão do PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva $cfg[\'PmaAbsoluteUri\'] 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" tem de ser o nome de e apenas de uma chave primária!)';
-$strPrimary = 'Primária';
$strPrint = 'Imprimir';
-$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$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.';
@@ -393,9 +393,9 @@ $strProcesses = 'Processos';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
+$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
-$strQBE = 'Pesquisa por formulário';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados %s:';
$strQuerySQLHistory = 'Histórico SQL';
@@ -404,44 +404,54 @@ $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:';
-$strRelationalSchema = 'Esquema relacional';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
-$strRelations = 'Relações';
$strRelationView = 'Vista de Relação';
+$strRelationalSchema = 'Esquema relacional';
+$strRelations = 'Relações';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
-$strRenameTableOK = 'Tabela %s renomeada para %s';
$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';
-$strReType = 'Confirma';
-$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
-$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$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.';
-$strRowsFrom = 'registos começando em';
$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!
-$strRows = 'Registos';
$strRowsStatistic = 'Estatísticas dos registos';
-$strRunning = 'a correr em %s';
$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';
+$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: "%"):';
@@ -449,7 +459,6 @@ $strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
-$strSearch = 'Pesquisar';
$strSearchResultsFor = 'Procurar resultados para "%s" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
@@ -460,8 +469,8 @@ $strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
-$strServerChoice = 'Escolha do Servidor';
$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.';
$strServerTabVariables = 'Variáveis';
@@ -470,37 +479,28 @@ $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\'... 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';
-$strShowingRecords = 'Mostrando registos ';
-$strShow = 'Mostra';
$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';
-$strSortByKey = 'Ordenar por chave';
$strSort = 'Ordenação';
+$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
-$strSQLExportType = 'Tipo de Exportação';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Identificador inválido';
-$strSQPBugUnclosedQuote = 'Aspa não fechada';
-$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
-$strStatement = 'Itens';
$strStatUpdateTime = 'Actualização';
+$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
@@ -514,6 +514,7 @@ $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';
@@ -522,9 +523,8 @@ $strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
-$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
-$strTable = 'Tabela';
+$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho, este campo pode não ser editável ';
$strThai = 'Tailandês';
@@ -548,30 +548,30 @@ $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';
-$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$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 "%s"';
-$strUser = 'Utilizador';
-$strUseTables = 'Usar Tabelas';
-$strUseTextField = 'Usar campo de texto';
-$strUseThisValue = 'Usar este valor';
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
-$strViewDumpDB = 'Ver o esquema da base de dados';
$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';
@@ -589,101 +589,200 @@ $strZip = '"Compressão zip"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCollation = 'Collation'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
+$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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
-$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -692,97 +791,581 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexLabel = 'Label key';//to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //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
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //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
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -837,13 +1420,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -859,10 +1442,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -875,8 +1458,8 @@ $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_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
@@ -893,619 +1476,160 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
-$strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
+$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
-$strUserOverview = 'User overview'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //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
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1514,127 +1638,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/remove_message.sh b/lang/remove_message.sh
index 7dab14a90..f399771dc 100755
--- a/lang/remove_message.sh
+++ b/lang/remove_message.sh
@@ -1,3 +1,4 @@
+
diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php
index b7a556435..8105faf92 100644
--- a/lang/romanian-utf-8.inc.php
+++ b/lang/romanian-utf-8.inc.php
@@ -22,6 +22,7 @@ $month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'O
$datefmt = '%d %B %Y la %H:%M';
$timespanfmt = '%s zile, %s ore, %s minute și %s secunde';
+$strAPrimaryKey = 'A fost adăugată o cheie primară la %s';
$strAbortedClients = 'Întrerupt';
$strAccessDenied = 'Acces interzis';
$strAccessDeniedCreateConfig = 'Motivul probabil pentru aceasta este că nu ați creat un fișier de configurare. Puteți folosi %1$s vrăjitorul de setări %2$s pentru a crea un astfel de fișier.';
@@ -49,54 +50,53 @@ $strAfterInsertBack = 'Revenire';
$strAfterInsertNewInsert = 'Adaugă o nouă înregistrare';
$strAfterInsertNext = 'Editează rîndul următor';
$strAfterInsertSame = 'Înapoi la această pagină';
-$strAllowInterrupt = 'Permite întreruperea importului în cazul în care scriptul detectează că se apropie de limita de timp. Aceasta poate fi o metodă bună de a importa fișiere mari, deși poate strica tranzacții.';
-$strAllTableSameWidth = 'Arată toate tabelele cu aceeaăi mărime?';
$strAll = 'Toate';
+$strAllTableSameWidth = 'Arată toate tabelele cu aceeaăi mărime?';
+$strAllowInterrupt = 'Permite întreruperea importului în cazul în care scriptul detectează că se apropie de limita de timp. Aceasta poate fi o metodă bună de a importa fișiere mari, deși poate strica tranzacții.';
$strAlterOrderBy = 'Alterare „ordonare tabel după”';
+$strAnIndex = 'A fost adăugat un index la %s';
$strAnalyze = 'Analizează';
$strAnalyzeTable = 'Analizare tabel';
$strAnd = 'Și';
$strAndThen = 'și apoi';
$strAngularLinks = 'Legături unghiulare';
-$strAnIndex = 'A fost adăugat un index la %s';
-$strAnyHost = 'Oricare gazdă';
$strAny = 'Oricare';
+$strAnyHost = 'Oricare gazdă';
$strAnyUser = 'Oricare utilizator';
$strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
-$strAPrimaryKey = 'A fost adăugată o cheie primară la %s';
$strArabic = 'Arab';
$strArmenian = 'Armean';
-$strAscending = 'Crescătoare';
$strAsDefined = 'Conform definiției:';
+$strAscending = 'Crescătoare';
$strAtBeginningOfTable = 'La începutul tabelului';
$strAtEndOfTable = 'La sfîrșitul tabelului';
$strAttr = 'Proprietăți';
$strAutomaticLayout = 'Așezare automată';
+$strBLOBRepository = 'BLOB Repository';
+$strBLOBRepositoryDamaged = 'Deteriorat';
+$strBLOBRepositoryDisable = 'Dezactivează';
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
+$strBLOBRepositoryDisabled = 'Dezactivat';
+$strBLOBRepositoryEnable = 'Activează';
+$strBLOBRepositoryEnabled = 'Activat';
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
+$strBLOBRepositoryRepair = 'Repară';
+$strBLOBRepositoryUpload = 'Upload to BLOB repository';
$strBack = 'Înapoi';
$strBaltic = 'Baltic';
$strBeginCut = 'DE TĂIAT - ÎNCEPUT';
$strBeginRaw = 'ÎNCEPUT RAW';
-$strBinary = 'Binar';
-$strBinaryDoNotEdit = 'Binar - a nu se edita';
-$strBinaryLog = 'Jurnal binar';
$strBinLogEventType = 'Tip eveniment';
$strBinLogInfo = 'Informație';
$strBinLogName = 'Denumire jurnal';
$strBinLogOriginalPosition = 'Pozitie originală';
$strBinLogPosition = 'Poziție';
$strBinLogServerId = 'ID server';
-$strBLOBRepository = 'BLOB Repository';
-$strBLOBRepositoryDamaged = 'Deteriorat';
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';
-$strBLOBRepositoryDisabled = 'Dezactivat';
-$strBLOBRepositoryDisable = 'Dezactivează';
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';
-$strBLOBRepositoryEnable = 'Activează';
-$strBLOBRepositoryEnabled = 'Activat';
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';
-$strBLOBRepositoryRepair = 'Repară';
-$strBLOBRepositoryUpload = 'Upload to BLOB repository';
+$strBinary = 'Binar';
+$strBinaryDoNotEdit = 'Binar - a nu se edita';
+$strBinaryLog = 'Jurnal binar';
$strBookmarkAllUsers = 'Permite tuturor utilizatorilor să acceseze acest semn de carte';
$strBookmarkCreated = 'Semnul de carte %s a fost creat';
$strBookmarkDeleted = 'Eticheta a fost ștearsă.';
@@ -105,24 +105,25 @@ $strBookmarkQuery = 'Comandă SQL salvată';
$strBookmarkReplace = 'Înlocuiește semnul de carte cu același nume';
$strBookmarkThis = 'Pune semn de carte la această comandă SQL';
$strBookmarkView = 'Numai vizualizare';
+$strBrowse = 'Navigare';
$strBrowseDistinctValues = 'Răsfoiește valori distincte';
$strBrowseForeignValues = 'Caută printre valori necunoscute';
-$strBrowse = 'Navigare';
-$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPoolUsage = 'Buffer Pool Usage';
-$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Scrierea așteaptă în %';
+$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferWriteWaits = 'Scrierea așteaptă';
+$strBufferWriteWaitsInPercent = 'Scrierea așteaptă în %';
$strBulgarian = 'Bulgar';
$strBusyPages = 'Pagini ocupate';
$strBzip = 'cu „bzip2”';
+$strCSV = 'CSV';
$strCalendar = 'Calendar';
-$strCancel = 'Renunță';
$strCanNotLoadExportPlugins = 'Nu au putut fi încărcate modulele de export adiționale, vă rog verificați instalarea!';
$strCanNotLoadImportPlugins = 'Nu au putut fi încărcate modulele adiționale de import, vă rog verificați instalarea!';
+$strCancel = 'Renunță';
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
$strCantLoad = 'nu se poate încărca extensia %s, vă rugăm să verificați configurația PHP.';
$strCantLoadRecodeIconv = 'Nu pot încărca extensia iconv sau recode necesară pentru conversia de caractere, configurați PHP pentru a permite folosirea acestor extensii sau dezactivați conversia de caractere din phpMyAdmin.';
@@ -132,25 +133,25 @@ $strCardinality = 'Cardinalitate';
$strCaseInsensitive = 'insensibil la registru';
$strCaseSensitive = 'sensibil la registru';
$strCentralEuropean = 'European de est';
-$strChangeCopyModeCopy = '... menține cel vechi.';
+$strChange = 'Schimbare';
$strChangeCopyMode = 'Creează un utilizator nou cu aceleași privilegii și...';
+$strChangeCopyModeCopy = '... menține cel vechi.';
$strChangeCopyModeDeleteAndReload = ' ... șterge cel vechi din tabelul de utilizatori și reîncarcă privilegiile.';
$strChangeCopyModeJustDelete = ' ... șterge cel vechi din tabelul de utilizatori.';
$strChangeCopyModeRevoke = ' ...revocă toate privilegiile active de la utilizatorul vechi și șterge-l după aceea.';
$strChangeCopyUser = 'Schimbă informațiile de autentificare/Copiază utilizator';
$strChangeDisplay = 'Selectează un cîmp';
$strChangePassword = 'Schimbare parolă';
-$strChange = 'Schimbare';
-$strCharsetOfFile = 'Setul de caractere al fișierului:';
-$strCharsetsAndCollations = 'Set de caractere și gestiunea acestora';
$strCharset = 'Set de caractere';
+$strCharsetOfFile = 'Setul de caractere al fișierului:';
$strCharsets = 'Seturi de caractere';
+$strCharsetsAndCollations = 'Set de caractere și gestiunea acestora';
+$strCheck = 'Verifică';
$strCheckAll = 'Marchează toate';
$strCheckOverhead = 'Verificare depășit';
-$strCheckPrivsLong = 'Verifică privilegiile pentru baza de date "%s".';
$strCheckPrivs = 'Verifică privilegiile';
+$strCheckPrivsLong = 'Verifică privilegiile pentru baza de date "%s".';
$strCheckTable = 'Verificare tabel';
-$strCheck = 'Verifică';
$strChoosePage = 'Selectează o pagină pentru a fi editată';
$strColComFeat = 'Arată comentariile coloanei';
$strCollation = 'Interclasare';
@@ -195,13 +196,19 @@ $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (usernam
$strCreationDates = 'Creare/reînnoire/verificare date';
$strCriteria = 'Criteriu';
$strCroatian = 'Croat';
-$strCSV = 'CSV';
$strCustomColor = 'Culoare personalizată';
$strCyrillic = 'Chirilic';
$strCzech = 'Ceh';
$strCzechSlovak = 'Cehoslovac';
+$strDBComment = 'Comentarii referitoare la baza de date: ';
+$strDBCopy = 'Copiază baza de date';
+$strDBRename = 'Redenumire bază de date în';
$strDanish = 'Danez';
+$strData = 'Date';
+$strDataDict = 'Dicționar de date';
+$strDataOnly = 'Numai date';
+$strDataPages = 'Pagini ce conțin date';
$strDatabase = 'Baza de date';
$strDatabaseEmpty = 'Cîmpul de denumire al bazei de date este gol!';
$strDatabaseExportOptions = 'Opțiuni de exportare a bazei de date';
@@ -209,34 +216,27 @@ $strDatabaseHasBeenCreated = 'Baza de date %1$s a fost creată.';
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncată.';
$strDatabases = 'Baze de date';
$strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
+$strDatabasesStats = 'Statisticile bazelor de date';
$strDatabasesStatsDisable = 'Dezactivează statisticile';
$strDatabasesStatsEnable = 'Activează statisticile';
$strDatabasesStatsHeavyTraffic = 'Notă: Activarea statisticilor pentru baza de date poate cauza creșterea traficului între MySQL și serverul Web.';
-$strDatabasesStats = 'Statisticile bazelor de date';
-$strData = 'Date';
-$strDataDict = 'Dicționar de date';
-$strDataOnly = 'Numai date';
-$strDataPages = 'Pagini ce conțin date';
-$strDBComment = 'Comentarii referitoare la baza de date: ';
-$strDBCopy = 'Copiază baza de date';
$strDbIsEmpty = 'Baza de date pare a fi goală!';
$strDbPrivileges = 'Drepturi specifice bazei de date';
-$strDBRename = 'Redenumire bază de date în';
$strDbSpecific = 'specific bazei de date';
-$strDefaultEngine = '%s este motorul de stocare stabilit implicit pe acest server MySQL.';
$strDefault = 'Setare de bază';
+$strDefaultEngine = '%s este motorul de stocare stabilit implicit pe acest server MySQL.';
$strDefaultValueHelp = 'Pentru valorile implicite, vă rugăm să introduceți o singură valoare, fără backslash, escape sau ghilimele, folosind formatul: a';
$strDefragment = 'Defragmentare tabel';
+$strDelOld = 'Pagina curentă se leagă de tabele care nu mai există. Doriți ștergerea acestor legături?';
$strDelayedInserts = 'Folosește inserări întîrziate';
-$strDeleteAndFlushDescr = 'Este cea mai simplă metodă, dar reîncărcarea drepturilor s-ar putea să dureze.';
+$strDelete = 'Șterge';
$strDeleteAndFlush = 'Șterge utilizatorii și reîncarcă drepturile pe urmă.';
-$strDeleted = 'Linia a fost ștearsă';
+$strDeleteAndFlushDescr = 'Este cea mai simplă metodă, dar reîncărcarea drepturilor s-ar putea să dureze.';
$strDeleteNoUsersSelected = 'Nici un utilizator ales pentru ștergere!';
$strDeleteRelation = 'Șterge relația';
-$strDelete = 'Șterge';
+$strDeleted = 'Linia a fost ștearsă';
$strDeleting = 'Șterge %s';
$strDelimiter = 'Delimitator';
-$strDelOld = 'Pagina curentă se leagă de tabele care nu mai există. Doriți ștergerea acestor legături?';
$strDescending = 'Descrescător';
$strDescription = 'Descriere';
$strDesigner = 'Designer';
@@ -245,22 +245,22 @@ $strDetails = 'Detalii...';
$strDictionary = 'dicționar';
$strDirectLinks = 'Legături directe';
$strDirtyPages = 'Pagini murdare';
-$strDisabled = 'Dezactivat';
$strDisableForeignChecks = 'Dezactivare verificări de cheie străine';
+$strDisabled = 'Dezactivat';
$strDisplayFeat = 'Arată facilitățile';
$strDisplayOrder = 'Ordine de afișare:';
$strDisplayPDF = 'Arată schema PDF';
$strDoAQuery = 'Execută o interogare prin exemplu (metacaracter: "%")';
+$strDoYouReally = 'Sigur doriți să ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentație';
$strDownloadFile = 'Descarcă fișierul';
-$strDoYouReally = 'Sigur doriți să ';
$strDrop = 'Aruncă';
$strDropDatabaseStrongWarning = 'Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!';
$strDropUsersDb = 'Aruncă baza de date care are același nume ca utilizatorul.';
-$strDumpingData = 'Salvarea datelor din tabel';
$strDumpSaved = 'Copia a fost salvată în fișierul %s.';
$strDumpXRows = 'Aruncă %s rînduri, începînd de la rîndul %s.';
+$strDumpingData = 'Salvarea datelor din tabel';
$strDynamic = 'dinamic';
$strEdit = 'Editare';
@@ -271,13 +271,13 @@ $strEmpty = 'Golește';
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (zero linii).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Cuprinde exportarea într-o tranzacție';
+$strEnd = 'Sfîrșit';
$strEndCut = 'DE TĂIAT - SFÎRȘIT';
$strEndRaw = 'SFÎRȘIT BRUT';
-$strEnd = 'Sfîrșit';
$strEngineAvailable = '%s este disponibil pentru acest server MySQL.';
$strEngineDisabled = '%s a fost dezactivat pentru acest server MySQL.';
-$strEngines = 'Motoare';
$strEngineUnsupported = 'Acest server MySQL nu susține motorul de stocare %s.';
+$strEngines = 'Motoare';
$strEnglish = 'Englez';
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar în engleză';
$strError = 'Eroare';
@@ -310,14 +310,14 @@ $strFieldsEscapedBy = 'Cîmpuri realizate de';
$strFieldsTerminatedBy = 'Cîmpuri terminate de';
$strFileAlreadyExists = 'Fișierul %s există deja pe server. Schimbați denumirea fișierului sau bifați opțiunea de suprascriere.';
$strFileCouldNotBeRead = 'Fișierul nu poate fi citit';
+$strFileNameTemplate = 'Șablon nume fișier';
+$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.';
$strFileNameTemplateDescriptionDatabase = 'nume bază de date';
$strFileNameTemplateDescriptionServer = 'nume server';
$strFileNameTemplateDescriptionTable = 'nume tabel';
-$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.';
$strFileNameTemplateRemember = 'ține minte șablonul';
-$strFileNameTemplate = 'Șablon nume fișier';
-$strFiles = 'Fișiere';
$strFileToImport = 'Fișier de importat';
+$strFiles = 'Fișiere';
$strFlushPrivilegesNote = 'Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea drepturilor%s.';
$strFlushQueryCache = 'Reinițializare cache interogare';
$strFlushTable = 'Curățarea tabelului ("FLUSH")';
@@ -325,18 +325,18 @@ $strFlushTables = 'Flush (close) all tables';
$strFontSize = 'Dimensiune font';
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)';
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added';
-$strFormat = 'Format';
$strFormEmpty = 'Valoarea lipsește în formular !';
+$strFormat = 'Format';
$strFreePages = 'Pagini libere';
$strFullText = 'Texte întregi';
$strFunction = 'Funcție';
$strFunctions = 'Funcții';
$strGenBy = 'Generat de';
+$strGenTime = 'Timp de generare';
$strGeneralRelationFeat = 'Facilități generale';
$strGenerate = 'Generează';
$strGeneratePassword = 'Generează parolă';
-$strGenTime = 'Timp de generare';
$strGeorgian = 'Georgiană';
$strGerman = 'Germană';
$strGlobal = 'global';
@@ -347,6 +347,8 @@ $strGrantOption = 'Permite';
$strGreek = 'Grec';
$strGzip = 'cu „gzip”';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Gestionar';
$strHasBeenAltered = 'a fost alterat.';
$strHaveToShow = 'Trebuie să alegeți cel puțin o coloană pentru a putea afișa';
@@ -356,57 +358,55 @@ $strHexForBLOB = 'Folosește hexazecimale pentru BLOB';
$strHide = 'Ascunde';
$strHideShowAll = 'Arată/ascunde toate';
$strHideShowNoRelation = 'Arată/ascunde tabele fără realție';
-$strHomepageOfficial = 'Pagina oficială phpMyAdmin';
$strHome = 'Pagina de pornire';
-$strHostEmpty = 'Numele gazdei este gol!';
+$strHomepageOfficial = 'Pagina oficială phpMyAdmin';
$strHost = 'Gazda';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Numele gazdei este gol!';
$strHungarian = 'Maghiar';
+$strIEUnsupported = 'Internet Explorer nu suportă această funcție.';
$strIcelandic = 'Islandez';
$strId = 'ID';
$strIdxFulltext = 'Tot textul';
-$strIEUnsupported = 'Internet Explorer nu suportă această funcție.';
-$strIgnoreDuplicates = 'Ignoră rînduri duplicate';
$strIgnore = 'Ignoră';
+$strIgnoreDuplicates = 'Ignoră rînduri duplicate';
$strIgnoreInserts = 'Utilizați ignorare inserări';
+$strImport = 'Importă';
$strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportFiles = 'Import fișiere';
$strImportFormat = 'Formatul fișierului importat';
-$strImport = 'Importă';
$strImportSuccessfullyFinished = 'Importul s-a terminat cu succes, %d interogări executate.';
-$strIndexes = 'Indexuri';
-$strIndexesSeemEqual = 'Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters.';
-$strIndexHasBeenDropped = 'Indexul %s a fost aruncat';
+$strInUse = 'în folosință';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Indexul %s a fost aruncat';
$strIndexName = 'Nume index :';
$strIndexType = 'Tip index :';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
+$strIndexes = 'Indexuri';
+$strIndexesSeemEqual = 'Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters.';
$strInnoDBAutoextendIncrement = 'Auto-extinde incrementarea';
$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 = 'Fișiere cu date';
-$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBDataHomeDir = 'Directorul de bază pentru date';
+$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pagini';
$strInnodbStat = 'Stare InnoDB';
$strInsecureMySQL = 'Configurarea conține setările de bază (utilizator root fără parolă). Serverul MySQL poate fi astfel vulnerabil. Reparați neapărat această greșeală.';
+$strInsert = 'Inserare';
$strInsertAsNewRow = 'Inserează ca o nouă linie';
$strInsertedRowId = 'ID rînd inserat:';
-$strInsert = 'Inserare';
$strInterface = 'Interfață';
$strInternalAndForeign = 'Nu este necesară o relație internă atunci cînd există o cheie externă corespondentă.';
$strInternalRelationAdded = 'Relație internă adăugată';
$strInternalRelations = 'Relații interne';
-$strInUse = 'în folosință';
$strInvalidAuthMethod = 'Metodă de autentificare nevalidă stabilită în configurație:';
-$strInvalidColumn = 'Coloană nevalidă (%s) specificată!';
-$strInvalidColumnCount = 'Numărul coloanelor trebuie să fie mai mare de zero.';
$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';
+$strInvalidColumn = 'Coloană nevalidă (%s) specificată!';
+$strInvalidColumnCount = 'Numărul coloanelor trebuie să fie mai mare de zero.';
$strInvalidDatabase = 'Bază de date nevalidă';
$strInvalidFieldAddCount = 'Trebuie să adăugați cel puțin un cîmp.';
$strInvalidFieldCount = 'Tabelul trebuie să conțină cel puțin un cîmp.';
@@ -419,8 +419,8 @@ $strInvalidTableName = 'Denumire de tabel nevalidă';
$strJapanese = 'Japonez';
$strJoins = 'Joncțiuni';
$strJumpToDB = 'Sari la baza de date "%s".';
-$strJustDeleteDescr = 'Utilizatorii "stersi" vor avea acces la server la fel ca pînă acum, pînă cînd drepturile sînt reîncărcate.';
$strJustDelete = 'Șterge utilizatorii din tabelele de drepturi.';
+$strJustDeleteDescr = 'Utilizatorii "stersi" vor avea acces la server la fel ca pînă acum, pînă cînd drepturile sînt reîncărcate.';
$strKeepPass = 'Nu schimbați parola';
$strKeyCache = 'Key cache';
@@ -429,21 +429,21 @@ $strKill = 'Oprește';
$strKnownExternalBug = 'Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s';
$strKorean = 'Coreean';
+$strLDI = 'CSV folosind LOAD DATA';
+$strLDILocal = 'Folosește cuvîntul-cheie LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Portret';
$strLanguage = 'Limbă';
$strLanguageUnknown = 'Limbă necunoscută: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Captură tabel';
$strLatexContent = 'Conținutul tabelului __TABLE__';
-$strLatexContinuedCaption = 'Continuare captură tabel';
$strLatexContinued = '(continuare)';
+$strLatexContinuedCaption = 'Continuare captură tabel';
$strLatexIncludeCaption = 'Include captură tabel';
$strLatexLabel = 'Tasta label';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structura tabelului __TABLE__';
$strLatvian = 'Leton';
-$strLDI = 'CSV folosind LOAD DATA';
-$strLDILocal = 'Folosește cuvîntul-cheie LOCAL';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'Numărul de înregistrări pe pagină';
$strLinesTerminatedBy = 'Linii terminate de';
@@ -452,63 +452,64 @@ $strLinksTo = 'Trimitere la';
$strLithuanian = 'Lituanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Locația fișierului textual';
-$strLogin = 'Autentificare';
-$strLoginInformation = 'Informații de autentificare';
-$strLogout = 'Deconectare';
$strLogPassword = 'Parolă:';
$strLogServer = 'Server';
$strLogUsername = 'Nume utilizator:';
+$strLogin = 'Autentificare';
+$strLoginInformation = 'Informații de autentificare';
+$strLogout = 'Deconectare';
$strLongOperation = 'Această operație poate dura. Doriți totuși să fie executată?';
+$strMIMETypesForTable = 'TIPURI MIME PENTRU TABEL';
+$strMIME_MIMEtype = 'Tip MIME';
+$strMIME_available_mime = 'Tipuri MIME disponibile';
+$strMIME_available_transform = 'Informații disponibile';
+$strMIME_description = 'Descriere';
+$strMIME_nodescription = 'Nu este disponibilă nici o descriere pentru această transformare. Întrebați autorul de funcțiile îndeplinite de %s.';
+$strMIME_transformation = 'Transformare navigator';
+$strMIME_transformation_note = 'Pentru lista opțiunilor de transformare disponibile și transformările MIME-type, apăsați pe %stransformation descriptions%s';
+$strMIME_transformation_options = 'Opțiuni de transformare';
+$strMIME_transformation_options_note = 'Introduceți valorile pentru opțiunile de transformare utilizînd acest format: \'a\', 100, b,\'c\'... Dacă trebuie să folosiți backslash ("\") sau apostrof ("\'") in aceste valori, introduceți backslash-uri (ex. \'\\\\xyz\' sau \'a\\\'b\').';
+$strMIME_without = 'Tipurile MIME enumerate cursiv nu au o funcție de transformare separată';
$strMaxConnects = 'conexiuni concurente (maxim)';
$strMaximalQueryLength = 'Lungimea maximă a interogării create';
$strMaximumSize = 'Mărime maximă: %s%s';
$strMbExtensionMissing = 'Nu s-a găsit extensia PHP mbstring și se pare ca folosiți un set de charactere multi-octet. Fără extensia mbstring, phpMyAdmin nu poate diviza șirurile corect și aceasta poate duce la rezultate neașteptate.';
$strMbOverloadWarning = 'Ați activat mbstring.func_overload în configurația PHP. Această opțiune nu este compatibilă cu phpMyAdmin și poate duce la pierderea unor date!';
-$strMIME_available_mime = 'Tipuri MIME disponibile';
-$strMIME_available_transform = 'Informații disponibile';
-$strMIME_description = 'Descriere';
-$strMIME_MIMEtype = 'Tip MIME';
-$strMIME_nodescription = 'Nu este disponibilă nici o descriere pentru această transformare. Întrebați autorul de funcțiile îndeplinite de %s.';
-$strMIME_transformation_note = 'Pentru lista opțiunilor de transformare disponibile și transformările MIME-type, apăsați pe %stransformation descriptions%s';
-$strMIME_transformation_options_note = 'Introduceți valorile pentru opțiunile de transformare utilizînd acest format: \'a\', 100, b,\'c\'... Dacă trebuie să folosiți backslash ("\") sau apostrof ("\'") in aceste valori, introduceți backslash-uri (ex. \'\\\\xyz\' sau \'a\\\'b\').';
-$strMIME_transformation_options = 'Opțiuni de transformare';
-$strMIME_transformation = 'Transformare navigator';
-$strMIMETypesForTable = 'TIPURI MIME PENTRU TABEL';
-$strMIME_without = 'Tipurile MIME enumerate cursiv nu au o funcție de transformare separată';
$strModifications = 'Modificările au fost salvate';
-$strModifyIndexTopic = 'Modifică un index';
$strModify = 'Modificare';
+$strModifyIndexTopic = 'Modifică un index';
$strMoveMenu = 'Mutare meniu';
$strMoveTable = 'Mută tabelul la (bază_de_date.tabel):';
$strMoveTableOK = 'Tabelul %s a fost mutat la %s.';
$strMoveTableSameNames = 'Nu se poate copia tabelul peste cel existent pentru că este același!';
$strMultilingual = 'Poliglot';
-$strMyISAMDataPointerSizeDesc = 'Mărimea pointerului implicit (în octeți), care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cînd nu este specificată nici o opțiune MAX_ROWS.';
$strMyISAMDataPointerSize = 'Mărime pointer date';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Dacă fișierul temporar utilizat pentru crearea rapidă a indexului MyISAM ar fi mai mare decît dacă s-ar utiliza cache-ul de chei. Se preferă utilizarea metodei „cache chei”.';
+$strMyISAMDataPointerSizeDesc = 'Mărimea pointerului implicit (în octeți), care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cînd nu este specificată nici o opțiune MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Mărimea maximă pentru fișierele temporare la crearea indexului';
-$strMyISAMMaxSortFileSizeDesc = 'Mărimea maximă pentru fișierul temporar, permisă în MySQL în timpul recreării unui index MyISAM (în timpul operațiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Dacă fișierul temporar utilizat pentru crearea rapidă a indexului MyISAM ar fi mai mare decît dacă s-ar utiliza cache-ul de chei. Se preferă utilizarea metodei „cache chei”.';
$strMyISAMMaxSortFileSize = 'Mărimea maximă pentru fișierele de sortare temporare';
-$strMyISAMRecoverOptionsDesc = 'Regimul de recuperare automată a tabelelor MyISAM deteriorate, stabilit prin opțiunea startup --myisam-recover server.';
+$strMyISAMMaxSortFileSizeDesc = 'Mărimea maximă pentru fișierul temporar, permisă în MySQL în timpul recreării unui index MyISAM (în timpul operațiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Regim de recuperare automată';
-$strMyISAMRepairThreadsDesc = 'Dacă această valoare este mai mare decît 1, indexurile de tabel MyISAM sînt create în paralel (fiecare index în firul de execuție propriu) în tipul operațiunii de reparare prin procesul de sortare.';
+$strMyISAMRecoverOptionsDesc = 'Regimul de recuperare automată a tabelelor MyISAM deteriorate, stabilit prin opțiunea startup --myisam-recover server.';
$strMyISAMRepairThreads = 'Repară firele de execuție';
-$strMyISAMSortBufferSizeDesc = 'Tamponul alocat la sortarea indexurilor MyISAM în timpul unei operațiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
+$strMyISAMRepairThreadsDesc = 'Dacă această valoare este mai mare decît 1, indexurile de tabel MyISAM sînt create în paralel (fiecare index în firul de execuție propriu) în tipul operațiunii de reparare prin procesul de sortare.';
$strMyISAMSortBufferSize = 'Sortare Mărime tampon';
+$strMyISAMSortBufferSizeDesc = 'Tamponul alocat la sortarea indexurilor MyISAM în timpul unei operațiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
$strMySQLCharset = 'Setul de caractere MySQL';
-$strMysqlClientVersion = 'Versiunea clientului MySQL';
$strMySQLConnectionCollation = 'MySQL connection collation';
-$strMysqlLibDiffersServerVersion = 'Versiunea librăriei PHP MySQL %s pe care o dețineți diferă față de versiunea %s a serverului dumneavoastră MySQL. Această diferență poate cauza comportamente imprevizibile.';
$strMySQLSaid = 'MySQL zice: ';
$strMySQLShowProcess = 'Afișează procesele';
+$strMysqlClientVersion = 'Versiunea clientului MySQL';
+$strMysqlLibDiffersServerVersion = 'Versiunea librăriei PHP MySQL %s pe care o dețineți diferă față de versiunea %s a serverului dumneavoastră MySQL. Această diferență poate cauza comportamente imprevizibile.';
$strName = 'Nume';
$strNext = 'Următorul';
+$strNo = 'Nu';
$strNoActivity = 'Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă autentificați din nou';
+$strNoDataReceived = 'Nicio informație nu a fost recepționată pentru import. Ori niciun fișier nu a fost trimit, ori mărimea fișierului a depășit mărimea maximă permisă de configurația PHP-ului dumneavoastră. Vedeți FAQ 1.16.';
$strNoDatabases = 'Nu sînt baze de date';
$strNoDatabasesSelected = 'Nu este selectată nici o bază de date.';
-$strNoDataReceived = 'Nicio informație nu a fost recepționată pentru import. Ori niciun fișier nu a fost trimit, ori mărimea fișierului a depășit mărimea maximă permisă de configurația PHP-ului dumneavoastră. Vedeți FAQ 1.16.';
$strNoDescription = 'Nu există descriere';
$strNoDetailsForEngine = 'Nu există informații detaliate de stare disponibile pentru motorul de stocare.';
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sînt dezactivate.';
@@ -518,8 +519,6 @@ $strNoFrames = 'phpMyAdmin are o interfață mai prietenoasă cu un navigator ce
$strNoIndex = 'Index nu este definit!';
$strNoIndexPartsDefined = 'Nu sînt definite părți din index!';
$strNoModification = 'Nici o schimbare';
-$strNone = 'Nici unul(a)';
-$strNo = 'Nu';
$strNoOptions = 'Acest format nu are opțiuni';
$strNoPassword = 'Nu există parolă';
$strNoPermission = 'Serverul web nu poate salva fișierul %s.';
@@ -530,17 +529,18 @@ $strNoRowsSelected = 'Nu e nici un rînd selectat';
$strNoSpace = 'Spațiu insuficient pentru salvarea fișierului %s.';
$strNoTablesFound = 'Nu s-a găsit nici un tabel în baza de date.';
$strNoThemeSupport = 'Nu există suport pentru tematici, vă rugăm să verificați configurația și/sau designurile în directorul %s.';
+$strNoUsersFound = 'Nu s-a găsit nici un utilizator.';
+$strNoValidateSQL = 'Sari peste validarea SQL';
+$strNone = 'Nici unul(a)';
$strNotNumber = 'Acesta nu este un număr!';
$strNotOK = 'Nu este bine';
$strNotSet = '%s tabelul nu a fost găsit sau nu este stabilit în %s';
-$strNoUsersFound = 'Nu s-a găsit nici un utilizator.';
-$strNoValidateSQL = 'Sari peste validarea SQL';
$strNull = 'Nul';
-$strNumberOfFields = 'Număr de cîmpuri';
-$strNumberOfTables = 'Număr de tabele';
$strNumSearchResultsInTable = '%s rezultat(e) în interiorul tabelului %s';
$strNumSearchResultsTotal = 'Total:%s rezultat(e)';
$strNumTables = 'Tabele';
+$strNumberOfFields = 'Număr de cîmpuri';
+$strNumberOfTables = 'Număr de tabele';
$strOK = 'E bine';
$strOpenDocumentSpreadsheet = 'Foaie de calcul Open Document';
@@ -555,59 +555,59 @@ $strOr = 'Sau';
$strOverhead = 'Asupra';
$strOverwriteExisting = 'Suprascrie fișier(e) existent(e)';
-$strPacked = 'Împachetat';
-$strPageNumber = 'Numărul paginii:';
-$strPagesToBeFlushed = 'Pagini de golit';
-$strPaperSize = 'Mărime hîrtie';
-$strPartialImport = 'Importare parțială';
-$strPartialText = 'Texte parțiale';
-$strPartitionDefinition = 'Definiție PARTIȚIE';
-$strPartitioned = 'partiționat';
-$strPartitionMaintenance = 'Întreținerea partiției';
-$strPartition = 'Partiția %s';
-$strPasswordChanged = 'Parola pentru %s a fost schimbată cu succes.';
-$strPasswordEmpty = 'Parola este goală!';
-$strPasswordHashing = 'Password Hashing';
-$strPasswordNotSame = 'Parolele nu corespund!';
-$strPassword = 'Parola';
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
$strPBXTCheckpointFrequencyDesc = 'Mărimea datelor scrise în jurnalul tranzacțiilor înaintea efectuării unei verificări. Mărimea implicită este 24MO.';
$strPBXTDataFileGrowSize = 'Data file grow size';
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';
$strPBXTDataLogThreshold = 'Data log threshold';
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTGarbageThreshold = 'Prag gunoi';
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTIndexCacheSize = 'Dimensiune cache index';
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
$strPBXTLogBufferSize = 'Dimensiune tampon jurnal';
-$strPBXTLogCacheSizeDesc = 'Cantitatea de memorie alocată pentru cache-ul jurnalului tranzacției, utilizat pentru a depozita datele jurnalului. Implicit este 16MO.';
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
$strPBXTLogCacheSize = 'Dimensiune cache jurnal';
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
+$strPBXTLogCacheSizeDesc = 'Cantitatea de memorie alocată pentru cache-ul jurnalului tranzacției, utilizat pentru a depozita datele jurnalului. Implicit este 16MO.';
$strPBXTLogFileCount = 'Număr de fișiere-jurnal';
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';
$strPBXTLogFileThreshold = 'Prag fișiere-jurnal';
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';
$strPBXTRecordCacheSize = 'Dimensiune cache înregistrare';
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
$strPBXTRowFileGrowSize = 'Row file grow size';
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';
$strPBXTTransactionBufferSize = 'Dimensiune tampon tranzacție';
-$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
-$strPdfInvalidTblName = 'Tabelul „%s” nu există!';
-$strPdfNoTables = 'Nu există tabele';
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Generează un raport conținînd datele unui singur tabel)';
$strPDFReportTitle = 'Titlu raport';
+$strPHPExtension = 'Extensie PHP';
+$strPHPVersion = 'Versiune PHP';
+$strPacked = 'Împachetat';
+$strPageNumber = 'Numărul paginii:';
+$strPagesToBeFlushed = 'Pagini de golit';
+$strPaperSize = 'Mărime hîrtie';
+$strPartialImport = 'Importare parțială';
+$strPartialText = 'Texte parțiale';
+$strPartition = 'Partiția %s';
+$strPartitionDefinition = 'Definiție PARTIȚIE';
+$strPartitionMaintenance = 'Întreținerea partiției';
+$strPartitioned = 'partiționat';
+$strPassword = 'Parola';
+$strPasswordChanged = 'Parola pentru %s a fost schimbată cu succes.';
+$strPasswordEmpty = 'Parola este goală!';
+$strPasswordHashing = 'Password Hashing';
+$strPasswordNotSame = 'Parolele nu corespund!';
+$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
+$strPdfInvalidTblName = 'Tabelul „%s” nu există!';
+$strPdfNoTables = 'Nu există tabele';
$strPerHour = 'pe oră';
$strPerMinute = 'pe minut';
$strPerSecond = 'pe secundă';
$strPersian = 'Persană';
$strPhoneBook = 'carte de telefoane';
$strPhp = 'Creează cod PHP';
-$strPHPExtension = 'Extensie PHP';
-$strPHPVersion = 'Versiune PHP';
$strPlayAudio = 'Redă audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Vă rugăm să alegeți cheia primară sau o cheie unică';
$strPmaDocumentation = 'Documentație phpMyAdmin';
@@ -616,13 +616,13 @@ $strPolish = 'Polononez';
$strPortrait = 'Portret';
$strPos1 = 'Începe';
$strPrevious = 'Anterior';
+$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Cheia primară a fost aruncată';
$strPrimaryKeyName = 'Numele cheii primare trebuie să fie... PRIMARY!';
$strPrimaryKeyWarning = '(Numele „PRIMARY” trebuie să fie numai la cheia primară!)';
-$strPrimary = 'Primar';
$strPrint = 'Listare';
-$strPrintViewFull = 'Vizualizare listare (împreună cu text)';
$strPrintView = 'Viziualizare imprimare';
+$strPrintViewFull = 'Vizualizare listare (împreună cu text)';
$strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
$strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
$strPrivDescAlterRoutine = 'Permite alterarea și aruncarea rutinelor stocate.';
@@ -636,8 +636,8 @@ $strPrivDescDelete = 'Permite stergere de date.';
$strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
$strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
$strPrivDescEvent = 'Permite configurarea evenimentelor pentru planificatorul de evenimente';
-$strPrivDescExecute5 = 'Permite executarea rutinelor stocate.';
$strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
+$strPrivDescExecute5 = 'Permite executarea rutinelor stocate.';
$strPrivDescFile = 'Permite importarea datelor in fisiere și exportarea acestora din fisiere.';
$strPrivDescGrant = 'Permite adaugarea utilizatorilor și drepturilor fara reincarcarea tabelelor de drepturi.';
$strPrivDescIndex = 'Permite crearea și stergerea indexurilor.';
@@ -669,9 +669,9 @@ $strProfiling = 'Creare profil';
$strProtocolVersion = 'Versiune protocol';
$strPutColNames = 'Pune numele cîmpului în primul rînd';
+$strQBE = 'Interogare prin exemplu';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Interogare prin exemplu';
$strQueryCache = 'Cache interogări';
$strQueryFrame = 'Fereastra de comandă';
$strQueryOnDb = 'Comandă SQL pe baza de date %s:';
@@ -682,6 +682,7 @@ $strQueryTime = 'comanda a durat %01.4f sec';
$strQueryType = 'Tip interogare';
$strQueryWindowLock = 'A nu se suprascrie peste această interogare din cealaltă fereastră';
+$strReType = 'Re-tastează';
$strReadRequests = 'Cereri de citire';
$strRebuild = 'Reconstruiește';
$strReceived = 'Recepționat';
@@ -689,22 +690,22 @@ $strRecommended = 'recomandat';
$strRecords = 'Înregistrări';
$strReferentialIntegrity = 'Verificarea integrității referinței:';
$strRefresh = 'Reîncarcă';
+$strRelationDeleted = 'Relație ștearsă';
+$strRelationNotWorking = 'Opțiunile adiționale pentru folosirea tabelelor intercalate au fost dezactivate. Pentru a afla de ce ... %shere%s.';
+$strRelationView = 'Vizualizare relațională';
$strRelationalDisplayField = 'Relational display field';
$strRelationalKey = 'Cheie relațională';
$strRelationalSchema = 'Schema relațională';
-$strRelationDeleted = 'Relație ștearsă';
-$strRelationNotWorking = 'Opțiunile adiționale pentru folosirea tabelelor intercalate au fost dezactivate. Pentru a afla de ce ... %shere%s.';
-$strRelationsForTable = 'RELAȚII PENTRU TABEL';
$strRelations = 'Legături';
-$strRelationView = 'Vizualizare relațională';
-$strReloadingThePrivileges = 'Reîncărcarea drepturilor';
-$strReloadPrivileges = 'Reîncărcare privilegii';
+$strRelationsForTable = 'RELAȚII PENTRU TABEL';
$strReload = 'Reîncarcă';
+$strReloadPrivileges = 'Reîncărcare privilegii';
+$strReloadingThePrivileges = 'Reîncărcarea drepturilor';
$strRemovePartitioning = 'Elimină partiționarea';
$strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectați';
$strRenameDatabaseOK = 'Baza de date %s a fost redenumită în %s';
-$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRenameTable = 'Redenumire tabel la';
+$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRepair = 'Repară';
$strRepairTable = 'Reparare tabel';
$strReplaceNULLBy = 'Înlocuire NULL cu';
@@ -713,35 +714,44 @@ $strReplication = 'Replicare';
$strReset = 'Resetare';
$strResourceLimits = 'Limitare de resurse';
$strRestartInsertion = 'Repornește inserția cu %s rînduri';
-$strReType = 'Re-tastează';
-$strRevokeAndDeleteDescr = 'Utilizatorii vor avea în continuare drepturi de UTILIZARE pînă la reîncărcarea drepturilor.';
-$strRevokeAndDelete = 'Revocarea tuturor drepturilor active ale utilizatorilor și stergerea acestora.';
-$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRevoke = 'Revocare';
+$strRevokeAndDelete = 'Revocarea tuturor drepturilor active ale utilizatorilor și stergerea acestora.';
+$strRevokeAndDeleteDescr = 'Utilizatorii vor avea în continuare drepturi de UTILIZARE pînă la reîncărcarea drepturilor.';
+$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRomanian = 'Român';
$strRoutineReturnType = 'Tipul întors';
$strRoutines = 'Rutine';
$strRowLength = 'Lungime linie';
+$strRowSize = ' Mărime linie ';
+$strRows = 'Linie';
$strRowsAffected = '%1$d rînd(uri) afectat(e).';
$strRowsDeleted = '%1$s rînd(uri) șters(e).';
$strRowsFrom = 'linii începînd cu';
$strRowsInserted = '%1$d rînd(uri) inserat(e).';
-$strRowSize = ' Mărime linie ';
-$strRows = 'Linie';
$strRowsModeFlippedHorizontal = 'orizontal (colontitlu rotativ)';
$strRowsModeHorizontal = 'orizontal';
$strRowsModeOptions = 'în mod %s și repetare colontitlu după %s celule';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statisticile rîndului';
-$strRunning = 'rulînd pe %s';
$strRunQuery = 'Trimite comanda';
$strRunSQLQuery = 'Execută interogare SQL asupra bazei de date %s';
$strRunSQLQueryOnServer = 'Execută interogare/interogări SQL pe serverul %s';
+$strRunning = 'rulînd pe %s';
$strRussian = 'Rus';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Regim de compatibilitate SQL';
+$strSQLExportType = 'Modul de export';
+$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda și 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 și 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 și 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 nevalid';
+$strSQPBugUnclosedQuote = 'Citare neînchisă';
+$strSQPBugUnknownPunctuation = 'Înșiruire de punctuație necunoscută';
+$strSave = 'Salveaza';
$strSaveOnServer = 'Salveaza pe server în directorul %s';
$strSavePosition = 'Salvează poziție';
-$strSave = 'Salveaza';
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
$strSearch = 'Caută';
$strSearchFormTitle = 'Caută în baza de date';
@@ -765,17 +775,17 @@ $strSelectReferencedKey = 'Alegere cheie referențiată';
$strSelectTables = 'Selectează tabele';
$strSend = 'Trimite';
$strSent = 'Trimis';
+$strServer = 'Server';
$strServerChoice = 'Alegerea serverului';
$strServerNotResponding = 'Serverul nu răspunde';
-$strServer = 'Server';
-$strServers = 'Servere';
-$strServerStatusDelayedInserts = 'Inserări întîrziate';
$strServerStatus = 'Informații rulare';
+$strServerStatusDelayedInserts = 'Inserări întîrziate';
$strServerStatusUptime = 'Acest server MySQL rulează de %s. S-a lansat la %s.';
$strServerTabVariables = 'Variabile';
$strServerTrafficNotes = 'Trafic server: Aceste tabele arată statistica de trafic în retea a acestui server MySQL de la lansare.';
$strServerVars = 'Variabile și configurări de server';
$strServerVersion = 'Versiune server';
+$strServers = 'Servere';
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
$strSessionValue = 'Valoare sesiune';
$strSetEnumVal = 'Dacă cîmpul este „enum” sau „set”, vă rugăm să adăugați valori folosind formatul: \'a\',\'b\',\'c\'... Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folosiți exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
@@ -788,33 +798,38 @@ $strSetupExport_compression_name = 'Compresie';
$strSetupExport_format_name = 'Format';
$strSetupExport_onserver_name = 'Salvează pe server';
$strSetupFalse = 'nu';
-$strSetupForm_Browse_desc = 'Personalizează regimul de navigare';
$strSetupForm_Browse = 'Regim de navigare';
-$strSetupForm_Edit_desc = 'Personalizează regimul de redactare';
+$strSetupForm_Browse_desc = 'Personalizează regimul de navigare';
$strSetupForm_Edit = 'Regim de redactare';
+$strSetupForm_Edit_desc = 'Personalizează regimul de redactare';
$strSetupForm_Import_export = 'Import / export';
$strSetupForm_Left_databases = 'Baze de date';
$strSetupForm_Left_databases_desc = 'Opțiuni de afișare a bazelor de date';
$strSetupForm_Left_frame_desc = 'Personalizează aspectul cadrului de navigare';
$strSetupForm_Left_servers = 'Servere';
-$strSetupForm_Left_tables_desc = 'Opțiuni de afișare a tabelelor';
$strSetupForm_Left_tables = 'Tabele';
+$strSetupForm_Left_tables_desc = 'Opțiuni de afișare a tabelelor';
$strSetupForm_Main_frame = 'Cadrul principal';
$strSetupForm_Query_window = 'Fereastra interogării';
+$strSetupForm_Tabs = 'File';
+$strSetupForm_Tabs_desc = 'Alegeți cum doriți să funcționeze filele';
$strSetupFormset_customization = 'Personalizare';
$strSetupFormset_features = 'Funcționalități';
$strSetupFormset_main_frame = 'Personalizează cadrul principal';
-$strSetupForm_Tabs_desc = 'Alegeți cum doriți să funcționeze filele';
-$strSetupForm_Tabs = 'File';
$strSetupGZipDump_name = 'GZip';
+$strSetupSQLQuery_Edit_name = 'Editează';
+$strSetupSQLQuery_Explain_name = 'Explică SQL';
+$strSetupSQLQuery_Refresh_name = 'Actualizează';
+$strSetupSQLQuery_ShowAsPHP_name = 'Creează cod PHP';
+$strSetupSQLQuery_Validate_name = 'Validează SQL';
$strSetupServersAdd = 'Adaugă un server nou';
+$strSetupServersEdit = 'Redactează serverul';
$strSetupServers_AllowRoot_name = 'Permite autentificarea ca „root”';
$strSetupServers_auth_type_desc = 'Metoda de autentificare de utilizat';
$strSetupServers_auth_type_name = 'Tipul autentificării';
$strSetupServers_compress_desc = 'Comprimă conexiunea la serverul MySQL';
$strSetupServers_compress_name = 'Comprimă conexiunea';
$strSetupServers_connect_type_name = 'Tipul conexiunii';
-$strSetupServersEdit = 'Redactează serverul';
$strSetupServers_extension_name = 'Extensia PHP de utilizat';
$strSetupServers_hide_db_name = 'Ascunde baze de date';
$strSetupServers_host_desc = '';
@@ -829,11 +844,6 @@ $strSetupServers_socket_name = 'Soclul serverului';
$strSetupServers_ssl_name = 'Utilizează SSL';
$strSetupServers_user_desc = 'Lăsați gol dacă nu utilizați „config auth”';
$strSetupServers_user_name = 'Utilizator pentru „config auth”';
-$strSetupSQLQuery_Edit_name = 'Editează';
-$strSetupSQLQuery_Explain_name = 'Explică SQL';
-$strSetupSQLQuery_Refresh_name = 'Actualizează';
-$strSetupSQLQuery_ShowAsPHP_name = 'Creează cod PHP';
-$strSetupSQLQuery_Validate_name = 'Validează SQL';
$strSetupTrue = 'da';
$strSetupZipDump_name = 'ZIP';
$strShow = 'Afișează';
@@ -843,10 +853,6 @@ $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Afișare comandă întreagă';
$strShowGrid = 'Arată grila';
$strShowHideLeftMenu = 'Arată/ascunde meniul stîng';
-$strShowingBookmark = 'Afișînd semn de carte';
-$strShowingPhp = 'Afișare ca și cod PHP';
-$strShowingRecords = 'Afișează înregistrări';
-$strShowingSQL = 'Afișare interogare SQL';
$strShowOpenTables = 'Afișează tabele deschise';
$strShowPHPInfo = 'Arată informația PHP';
$strShowSlaveHosts = 'Afișează gazde sclavi';
@@ -902,13 +908,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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 = 'Numărul de pagini create.';
$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_createdDescr = 'Numărul de pagini create.';
$strShowStatusInnodb_pages_readDescr = 'Numărul de pagini citite.';
$strShowStatusInnodb_pages_writtenDescr = 'Numărul de pagini scrise.';
$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_avgDescr = 'The average time to acquire a row lock, 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.';
@@ -924,10 +930,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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 = 'Numărul de tabele ce sînt deschise.';
+$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$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 = 'Numărul de nimeriri în cache.';
@@ -940,8 +946,8 @@ $strShowStatusReset = 'Reinițializare';
$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_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_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.';
@@ -961,6 +967,10 @@ $strShowStatusThreads_runningDescr = 'The number of threads that are not sleepin
$strShowTableDimension = 'Arată dimensiunile tabelei';
$strShowTables = 'Arată tabelele';
$strShowThisQuery = ' Afișează această comandă din nou aici ';
+$strShowingBookmark = 'Afișînd semn de carte';
+$strShowingPhp = 'Afișare ca și cod PHP';
+$strShowingRecords = 'Afișează înregistrări';
+$strShowingSQL = 'Afișare interogare SQL';
$strSimplifiedChinese = 'Chineză simplificată';
$strSingly = '(singly)';
$strSize = 'Mărime';
@@ -970,28 +980,18 @@ $strSlovenian = 'Slovenă';
$strSmallBigAll = 'Small/Big All';
$strSnapToGrid = 'Aliniere la grilă';
$strSocketProblem = '(sau soclul serverului MySQL local nu este configurat momentan)';
+$strSort = 'Sortare';
$strSortByKey = 'Sortare după cheie';
$strSorting = 'Sortare';
-$strSort = 'Sortare';
$strSpaceUsage = 'Utilizare spațiu';
$strSpanish = 'Spaniolă';
$strSplitWordsWithSpace = 'Cuvinte despărțite de un spațiu (" ").';
-$strSQLCompatibility = 'Regim de compatibilitate SQL';
-$strSQLExportType = 'Modul de export';
-$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda și 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 și 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 și 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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Identificator nevalid';
-$strSQPBugUnclosedQuote = 'Citare neînchisă';
-$strSQPBugUnknownPunctuation = 'Înșiruire de punctuație necunoscută';
$strStandInStructureForView = 'Stand-in structure for view';
$strStatCheckTime = 'Ultima verficare';
$strStatCreateTime = 'Creare';
+$strStatUpdateTime = 'Ultima actualizare';
$strStatement = 'Comenzi';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
-$strStatUpdateTime = 'Ultima actualizare';
$strStatus = 'Stare';
$strStorageEngine = 'Motor de stocare';
$strStorageEngines = 'Motoare de stocare';
@@ -1001,20 +1001,21 @@ $strStrucExcelCSV = 'Date CSV pentru MS Excel';
$strStrucNativeExcel = 'Date native MS Excel';
$strStrucOnly = 'Numai structura';
$strStructPropose = 'Propune structura de tabele';
-$strStructureForView = 'Structură pentru vizualizare';
$strStructure = 'Structură';
+$strStructureForView = 'Structură pentru vizualizare';
$strSubmit = 'Trimite';
$strSuccess = 'Comanda dumneavoastră SQL a fost executată cu succes';
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
$strSum = 'Sumă';
$strSwedish = 'Suedez';
-$strSwekeyAuthenticating = 'Authenticating...';
$strSwekeyAuthFailed = 'Hardware authentication failed';
-$strSwekeyNoKeyId = 'File %s does not contain any key id';
+$strSwekeyAuthenticating = 'Authenticating...';
$strSwekeyNoKey = 'No valid authentication key plugged';
+$strSwekeyNoKeyId = 'File %s does not contain any key id';
$strSwitchToDatabase = 'Schimbă la tabela copiată';
$strSwitchToTable = 'Schimbă la tabela copiată';
+$strTable = 'Tabel';
$strTableAlreadyExists = 'Tabelul %s există deja!';
$strTableAlteredSuccessfully = 'Tabelul %1$s a fost alterat cu succes';
$strTableComments = 'Comentarii tabel';
@@ -1028,32 +1029,31 @@ $strTableMaintenance = 'Administrare tabel';
$strTableName = 'Denumire tabel';
$strTableOfContents = 'Sumar';
$strTableOptions = 'Opțiuni tabel';
-$strTables = '%s tabele';
$strTableStructure = 'Structura de tabel pentru tabelul';
-$strTable = 'Tabel';
+$strTables = '%s tabele';
$strTakeIt = 'alege';
$strTblPrivileges = 'Drepturi specifice de tabele';
$strTempData = 'Date temporare';
$strTextAreaLength = 'Datorită lungimii sale, acest cîmp s-ar putea să nu fie editabil';
$strTexyText = 'Texy! text';
$strThai = 'Tailandez';
+$strTheme = 'Șablon/stil';
$strThemeDefaultNotFound = 'Tema implicită %s nu a fost găsită!';
$strThemeNoPreviewAvailable = 'Nici o previzualizare disponibilă.';
-$strThemeNotFound = 'Tema %s nu a fost găsită!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
+$strThemeNotFound = 'Tema %s nu a fost găsită!';
$strThemePathNotFound = 'Calea temei nu a fost găsită pentru tema %s!';
-$strTheme = 'Șablon/stil';
$strThisHost = 'Această gazdă';
-$strThreads = 'Fire';
$strThreadSuccessfullyKilled = 'Firul de execuție %s a fost oprit cu succes.';
+$strThreads = 'Fire';
+$strTime = 'Timp';
$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 = 'Timp';
$strToFromPage = 'în/din pagină';
+$strToSelectRelation = 'Pentru a alege relația, faceți clic:';
$strToggleScratchboard = 'dezactivare scratchboard';
$strToggleSmallBig = 'Comutare mare/mică';
-$strToSelectRelation = 'Pentru a alege relația, faceți clic:';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chineza Traditionala';
@@ -1084,10 +1084,10 @@ $strUnique = 'Unic';
$strUnknown = 'necunoscut';
$strUnselectAll = 'Deselectează tot';
$strUnsupportedCompressionDetected = 'Ați încercat să încărcați un fișier cu compresie nesuportată (%s). Fie suportul pentru aceasta nu este implementat, fie este dezactivat de configurația dumneavoastră.';
+$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpdatePrivMessage = 'Ați actualizat privilegiile pentru %s.';
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
$strUpdateQuery = 'Reînnoire comandă';
-$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
$strUploadErrorCantWrite = 'Eșec la scrierea fișierului pe disc.';
$strUploadErrorExtension = 'Încărcarea fișierului a fost împiedicată de extensie.';
@@ -1101,6 +1101,11 @@ $strUploadsNotAllowed = 'Încărcările de fișiere nu sînt permise pe acest se
$strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor și a campurilor';
$strUseHostTable = 'Utilizare tabel gazde';
+$strUseTabKey = 'Folosiți tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți pentru a merge în oricare direcție';
+$strUseTables = 'Utilizare tabele';
+$strUseTextField = 'Utilizare cîmp text';
+$strUseThisValue = 'Folosește această valoare';
+$strUser = 'Utilizator';
$strUserAlreadyExists = 'Utilizatorul %s există deja!';
$strUserEmpty = 'Numele de utilizator este gol!';
$strUserName = 'Nume utilizator';
@@ -1108,26 +1113,21 @@ $strUserNotFound = 'Utilizatorul selectat nu a fost găsit în tabelul de dreptu
$strUserOverview = 'Descriere utilizator';
$strUsersDeleted = 'Utilizatorii selectați au fost eliminați.';
$strUsersHavingAccessToDb = 'Utilizatorul are acces la "%s"';
-$strUser = 'Utilizator';
-$strUseTabKey = 'Folosiți tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți pentru a merge în oricare direcție';
-$strUseTables = 'Utilizare tabele';
-$strUseTextField = 'Utilizare cîmp text';
-$strUseThisValue = 'Folosește această valoare';
$strValidateSQL = 'Validează SQL';
$strValidatorError = 'Validatorul SQL nu poate fi inițializat. Verificați dacă e instalată extesnsia necesară PHP, așa cum e descris în %sdocumentation%s.';
$strValue = 'Valoare';
$strVar = 'Variabil';
$strVersionInformation = 'Informații despre versiune';
-$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
-$strViewDumpDB = 'Vizualizarea schemei bazei de date';
+$strView = 'Vizualizare';
$strViewDump = 'Vizualizarea schemei tabelului';
+$strViewDumpDB = 'Vizualizarea schemei bazei de date';
+$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
$strViewHasAtLeast = 'Această vedere are minim acest număr de rînduri. Vedeți %sdocumentation%s.';
$strViewHasBeenDropped = 'Vizualizarea %s a fost eliminată';
$strViewImage = 'Vizualizează imaginea';
$strViewName = 'Denumire VIZIUNE';
$strViewVideo = 'Vizualizează video';
-$strView = 'Vizualizare';
$strWebServer = 'Server Web';
$strWebServerUploadDirectory = 'director de încărcare al serverului Web';
@@ -1149,29 +1149,125 @@ $strZeroRemovesTheLimit = 'Observație: Prin stabilirea acestor opțiuni la 0 (z
$strZip = '„arhivat”';
// To translate:
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSettings = 'settings'; //to translate
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Cheia este prea scurtă, trebuie să aibă cel puțin 8 caractere'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Configurația nu poate fi salvată sau încărcată'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
@@ -1204,19 +1300,6 @@ $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a d
$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
$strSetupDonateLink = 'Donează'; //to translate
$strSetupEndOfLine = 'Sfîrșit de linie'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_form = 'Formularul trimis conține erori'; //to translate
-$strSetuperror_incorrect_ip_address = 'Adresă IP incorectă: %s'; //to translate
-$strSetuperror_incorrect_port = 'Nu este un număr de port valid'; //to translate
-$strSetuperror_incorrect_value = 'Valoare incorectă'; //to translate
-$strSetuperror_missing_field_data = 'Lipsesc date pentru %s'; //to translate
-$strSetuperror_nan_nneg = 'Nu este un număr nenegativ'; //to translate
-$strSetuperror_nan_p = 'Nu este un număr pozitiv'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_file_template_database_name = 'Database name template'; //to translate
@@ -1224,8 +1307,8 @@ $strSetupExport_file_template_server_name = 'Server name template'; //to transl
$strSetupExport_file_template_table_name = 'Table name template'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
$strSetupForceSSL_name = 'Force SSL connection'; //to translate
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
@@ -1241,27 +1324,27 @@ $strSetupForm_Left_servers_desc = 'Opțiuni de afișare a serverelor'; //to tra
$strSetupForm_Other_core_settings = 'Alte configurări esențiale'; //to translate
$strSetupForm_Other_core_settings_desc = 'Configurări ce nu s-au încadrat în alte categorii'; //to translate
$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
$strSetupForm_Security = 'Securitate'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Configurări de bază'; //to translate
$strSetupForm_Server_config = 'Configurație server'; //to translate
$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server = 'Configurări de bază'; //to translate
$strSetupForm_Server_desc = 'Introduceți parametrii conexiunii la server'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
$strSetupForm_Server_pmadb = 'Bază de date PMA'; //to translate
$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'Interogări SQL'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Pornire'; //to translate
+$strSetupForm_Startup_desc = 'Personalizează pagina de pornire'; //to translate
$strSetupFormset_export = 'Customize export options'; //to translate
$strSetupFormset_import = 'Customize import defaults'; //to translate
$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Sql_queries = 'Interogări SQL'; //to translate
-$strSetupForm_Startup_desc = 'Personalizează pagina de pornire'; //to translate
-$strSetupForm_Startup = 'Pornire'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
$strSetupHomepageLink = 'Pagina oficială phpMyAdmin'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignoră erorile'; //to translate
@@ -1292,9 +1375,9 @@ $strSetupLeftFrameLight_name = 'Use light version'; //to translate
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
$strSetupLetUserChoose = 'lasă utilizatorul să aleagă'; //to translate
@@ -1307,8 +1390,8 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r
$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
@@ -1350,10 +1433,24 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to
$strSetupSaveDir_name = 'Save directory'; //to translate
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerExtensionMsg = 'Ar trebui să utilizați mysqli din motive de performanță'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
@@ -1364,18 +1461,12 @@ $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsu
$strSetupServers_controlpass_name = 'Control user password'; //to translate
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
@@ -1384,13 +1475,8 @@ $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF f
$strSetupServers_pmadb_name = 'PMA database'; //to translate
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServers_socket_desc = 'Soclul la care ascultă serverul MySQL, lăsați gol pentru implicit'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
@@ -1411,9 +1497,9 @@ $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Arată mesajele ascunse (#MSG_COUNT)'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
$strSetupShowStats_name = 'Show statistics'; //to translate
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
@@ -1433,6 +1519,7 @@ $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; /
$strSetupUseDbSearch_name = 'Use database search'; //to translate
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Verificare versiune'; //to translate
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
$strSetupVersionCheckLink = 'Verifică pentru ultima versiune'; //to translate
@@ -1440,52 +1527,99 @@ $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
$strSetupVersionCheckNone = 'Nu este disponibilă nicio versiune stabilă mai nouă'; //to translate
$strSetupVersionCheckUnparsable = 'Șir de versiune ce nu poate fi parcurs'; //to translate
-$strSetupVersionCheck = 'Verificare versiune'; //to translate
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
$strSetupWarning = 'Avertizare'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Formularul trimis conține erori'; //to translate
+$strSetuperror_incorrect_ip_address = 'Adresă IP incorectă: %s'; //to translate
+$strSetuperror_incorrect_port = 'Nu este un număr de port valid'; //to translate
+$strSetuperror_incorrect_value = 'Valoare incorectă'; //to translate
+$strSetuperror_missing_field_data = 'Lipsesc date pentru %s'; //to translate
+$strSetuperror_nan_nneg = 'Nu este un număr nenegativ'; //to translate
+$strSetuperror_nan_p = 'Nu este un număr pozitiv'; //to translate
$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
$strStatic = 'static'; //to translate
-
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1494,127 +1628,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php
index d36de8638..2d4bf932e 100644
--- a/lang/russian-utf-8.inc.php
+++ b/lang/russian-utf-8.inc.php
@@ -24,12 +24,13 @@ $month = array('Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Ию
$datefmt = '%B %d %Y г., %H:%M';
$timespanfmt = '%s дней, %s часов, %s минут и %s секунд';
+$strAPrimaryKey = 'Был добавлен первичный ключ к %s';
$strAbortedClients = 'Прерваны';
+$strAccessDenied = 'В доступе отказано';
$strAccessDeniedCreateConfig = 'Возможная причина - отсутствие файла конфигурации. Для его создания вы можете воспользоваться %1$sсценарием установки%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin не смог установить соединение с сервером MySQL. Проверьте хост, имя пользователя и пароль установленные в конфигурационном файле config.inc.php и удостоверьтесь, что они соответствуют данным полученным от администратора сервера MySQL.';
-$strAccessDenied = 'В доступе отказано';
-$strActions = 'Действия';
$strAction = 'Действие';
+$strActions = 'Действия';
$strAddAutoIncrement = 'Добавить AUTO_INCREMENT';
$strAddClause = 'Добавить %s';
$strAddConstraints = 'Добавить ограничения';
@@ -43,63 +44,62 @@ $strAddPrivilegesOnDb = 'Добавить привилегии на следую
$strAddPrivilegesOnTbl = ' Добавить привилегии на следующую таблицу';
$strAddSearchConditions = 'Добавить условия поиска (тело для условия "WHERE"):';
$strAddToIndex = 'Добавить к индексу %s столбец(ы)';
-$strAddUserMessage = 'Был добавлен новый пользователь.';
$strAddUser = 'Добавить нового пользователя';
+$strAddUserMessage = 'Был добавлен новый пользователь.';
$strAdministration = 'Администрирование';
+$strAfter = 'После %s';
$strAfterInsertBack = 'Вернуться на предыдущую страницу';
$strAfterInsertNewInsert = 'Добавить новую запись';
$strAfterInsertNext = 'Редактировать следующую строку';
$strAfterInsertSame = 'Вернуться к данной странице';
-$strAfter = 'После %s';
-$strAllowInterrupt = 'Разрешить скрипту разбивать процесс импорта при приближении временного лимита. Может быть использовано при импорте файлов большого размера.';
-$strAllTableSameWidth = 'Показать все таблицы одинаковой ширины';
$strAll = 'Все';
+$strAllTableSameWidth = 'Показать все таблицы одинаковой ширины';
+$strAllowInterrupt = 'Разрешить скрипту разбивать процесс импорта при приближении временного лимита. Может быть использовано при импорте файлов большого размера.';
$strAlterOrderBy = 'Изменить сортировку таблицы';
-$strAnalyzeTable = 'Анализ таблицы';
+$strAnIndex = 'Был добавлен индекс для %s';
$strAnalyze = 'Анализ';
+$strAnalyzeTable = 'Анализ таблицы';
+$strAnd = 'И';
$strAndSmall = 'и';
$strAndThen = 'и затем';
-$strAnd = 'И';
$strAngularLinks = 'Угловые линии связей';
-$strAnIndex = 'Был добавлен индекс для %s';
+$strAny = 'Любой';
$strAnyHost = 'Любой хост';
$strAnyUser = 'Любой пользователь';
-$strAny = 'Любой';
$strApproximateCount = 'Может быть приблизительно. См. FAQ 3.11';
-$strAPrimaryKey = 'Был добавлен первичный ключ к %s';
$strArabic = 'Арабский';
$strArmenian = 'Армянский';
-$strAscending = 'По возрастанию';
$strAsDefined = 'Как определено:';
+$strAscending = 'По возрастанию';
$strAtBeginningOfTable = 'В начало таблицы';
$strAtEndOfTable = 'В конец таблицы';
$strAttr = 'Атрибуты';
$strAutomaticLayout = 'Автоматическая раскладка';
+$strBLOBRepository = 'Хранилище данных типа BLOB';
+$strBLOBRepositoryDamaged = 'Повреждено';
+$strBLOBRepositoryDisable = 'Отключить';
+$strBLOBRepositoryDisableAreYouSure = 'Вы уверены, что хотите отключить все BLOB ссылки для базы данных %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Вы собираетесь ОТКЛЮЧИТЬ хранилище BLOB данных!';
+$strBLOBRepositoryDisabled = 'Отключено';
+$strBLOBRepositoryEnable = 'Включить';
+$strBLOBRepositoryEnabled = 'Включено';
+$strBLOBRepositoryRemove = 'Удалить ссылку хранилища BLOB данных';
+$strBLOBRepositoryRepair = 'Восстановить';
+$strBLOBRepositoryUpload = 'Загрузить в хранилище BLOB данных';
$strBack = 'Назад';
$strBaltic = 'Балтийский';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinaryDoNotEdit = 'Двоичные данные - не редактируются';
-$strBinaryLog = 'Бинарный журнал';
-$strBinary = 'Двоичный';
$strBinLogEventType = 'Тип события';
$strBinLogInfo = 'Информация';
$strBinLogName = 'Файл журнала';
$strBinLogOriginalPosition = 'Исходная позиция';
$strBinLogPosition = 'Позиция';
$strBinLogServerId = 'ID сервера';
-$strBLOBRepositoryDamaged = 'Повреждено';
-$strBLOBRepositoryDisableAreYouSure = 'Вы уверены, что хотите отключить все BLOB ссылки для базы данных %s?';
-$strBLOBRepositoryDisabled = 'Отключено';
-$strBLOBRepositoryDisableStrongWarning = 'Вы собираетесь ОТКЛЮЧИТЬ хранилище BLOB данных!';
-$strBLOBRepositoryDisable = 'Отключить';
-$strBLOBRepositoryEnabled = 'Включено';
-$strBLOBRepositoryEnable = 'Включить';
-$strBLOBRepositoryRemove = 'Удалить ссылку хранилища BLOB данных';
-$strBLOBRepositoryRepair = 'Восстановить';
-$strBLOBRepositoryUpload = 'Загрузить в хранилище BLOB данных';
-$strBLOBRepository = 'Хранилище данных типа BLOB';
+$strBinary = 'Двоичный';
+$strBinaryDoNotEdit = 'Двоичные данные - не редактируются';
+$strBinaryLog = 'Бинарный журнал';
$strBookmarkAllUsers = 'Доступна для всех пользователей';
$strBookmarkCreated = 'Закладка "%s" создана';
$strBookmarkDeleted = 'Закладка удалена.';
@@ -108,64 +108,65 @@ $strBookmarkQuery = 'Созданные закладки';
$strBookmarkReplace = 'Заменить существующую с таким же именем';
$strBookmarkThis = 'Создание закладки';
$strBookmarkView = 'Просмотр';
+$strBrowse = 'Обзор';
$strBrowseDistinctValues = 'Обзор уникальных значений';
$strBrowseForeignValues = 'Обзор внешних значений';
-$strBrowse = 'Обзор';
+$strBufferPool = 'Буферный пул';
$strBufferPoolActivity = 'Активность';
$strBufferPoolUsage = 'Использование';
-$strBufferPool = 'Буферный пул';
-$strBufferReadMissesInPercent = 'Пропуски при чтении, в %';
$strBufferReadMisses = 'Пропуски при чтении';
-$strBufferWriteWaitsInPercent = 'Ожидание очистки, в %';
+$strBufferReadMissesInPercent = 'Пропуски при чтении, в %';
$strBufferWriteWaits = 'Ожидание очистки';
+$strBufferWriteWaitsInPercent = 'Ожидание очистки, в %';
$strBulgarian = 'Болгарский';
$strBusyPages = 'Занятых страниц';
$strBzip = 'bzip';
+$strCSV = 'CSV';
$strCalendar = 'Календарь';
-$strCancel = 'Отмена';
$strCanNotLoadExportPlugins = 'Модули экспорта, отсутствуют! Проверьте содержимое каталога libraries/export установленной копии phpMyAdmin.';
$strCanNotLoadImportPlugins = 'Модули импорта - отсутствуют! Проверьте содержимое каталога libraries/import установленной копии phpMyAdmin.';
+$strCancel = 'Отмена';
$strCannotLogin = 'Невозможно подключиться к серверу MySQL';
-$strCantLoadRecodeIconv = 'Не подключены расширения iconv или recode, необходимые для конвертации кодировок. Необходимо настроить PHP, включив данные расширения, или отключить возможность конвертации кодировок в настройках phpMyAdmin.';
$strCantLoad = 'Невозможно загрузить расширение [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a]! Проверьте настройки PHP.';
+$strCantLoadRecodeIconv = 'Не подключены расширения iconv или recode, необходимые для конвертации кодировок. Необходимо настроить PHP, включив данные расширения, или отключить возможность конвертации кодировок в настройках phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Невозможно переименовать индекс в PRIMARY!';
$strCantUseRecodeIconv = 'Несмотря на то что необходимые расширения загружены, использование функций iconv, libiconv или recode_string - невозможно. Проверьте настройки PHP.';
$strCardinality = 'Уникальных элементов';
$strCaseInsensitive = 'регистронезависимый';
$strCaseSensitive = 'регистрозависымый';
$strCentralEuropean = 'Центрально-Европейский';
+$strChange = 'Изменить';
+$strChangeCopyMode = 'Создать нового пользователя с такими же привилегиями...';
$strChangeCopyModeCopy = 'и сохранить старого.';
$strChangeCopyModeDeleteAndReload = ', удалить старого из таблиц пользователей и перезагрузить привилегии.';
$strChangeCopyModeJustDelete = 'и удалить старого из таблиц пользователей.';
$strChangeCopyModeRevoke = ', отменить все активные привилегии старого и затем удалить его.';
-$strChangeCopyMode = 'Создать нового пользователя с такими же привилегиями...';
$strChangeCopyUser = 'Изменить/Копировать учетную запись';
$strChangeDisplay = 'Выбор отображаемого столбца';
$strChangePassword = 'Изменить пароль';
-$strChange = 'Изменить';
-$strCharsetOfFile = 'Кодировка файла:';
-$strCharsetsAndCollations = 'Кодировки и сравнения';
-$strCharsets = 'Кодировки';
$strCharset = 'Кодировка';
+$strCharsetOfFile = 'Кодировка файла:';
+$strCharsets = 'Кодировки';
+$strCharsetsAndCollations = 'Кодировки и сравнения';
+$strCheck = 'Проверка';
$strCheckAll = 'Отметить все';
$strCheckOverhead = 'Отметить требующие оптимизации';
-$strCheckPrivsLong = 'Проверить привилегии для базы данных "%s"';
$strCheckPrivs = 'Проверить привилегии';
+$strCheckPrivsLong = 'Проверить привилегии для базы данных "%s"';
$strCheckTable = 'Проверить таблицу';
-$strCheck = 'Проверка';
$strChoosePage = 'Выбор страницы для редактирования';
$strColComFeat = 'Отображать комментарии столбцов';
$strCollation = 'Сравнение';
$strColumnNames = 'Названия столбцов';
$strColumnPrivileges = 'Привилегии уровня столбца';
$strCommand = 'Команда';
-$strComments = 'Комментарии';
$strComment = 'Комментарий';
+$strComments = 'Комментарии';
$strCompatibleHashing = 'MySQL 4.0 совместимо';
$strCompleteInserts = 'Полная вставка';
-$strCompressionWillBeDetected = 'Автоматическое определение типа сжатия, варианты: %s';
$strCompression = 'Упаковать';
+$strCompressionWillBeDetected = 'Автоматическое определение типа сжатия, варианты: %s';
$strConfigDefaultFileError = 'Невозможно загрузить изначальную конфигурацию из: "%1$s"';
$strConfigDirectoryWarning = 'Используемый скриптом настройки каталог [code]config[/code] все еще находится в установочной директории phpMyAdmin. Обязательно удалите его сразу после настройки phpMyAdmin.';
$strConfigFileError = 'phpMyAdmin не смог прочесть конфигурационный файл! Это может случиться если PHP нашел в нем ошибку, или файл не найден. Вызовите конфигурационный файл напрямую, используя ссылку данную ниже, и просмотрите сообщения об ошибках выдаваемые PHP. В большинстве случаев, возможна синтаксическая ошибка, например, где-то пропущена кавычка или точка с запятой. Если отобразится пустая страница - все в порядке.';
@@ -176,245 +177,244 @@ $strConstraintsForDumped = 'Ограничения внешнего ключа
$strConstraintsForTable = 'Ограничения внешнего ключа таблицы';
$strControluserFailed = 'Не удалось установить подключение для пользователя указанного в директиве controluser, с помощью параметров определенных в конфигурационном файле config.inc.php.';
$strCookiesRequired = 'Для полноценной работы необходима поддержка cookies браузером.';
+$strCopy = 'Использовать';
$strCopyDatabaseOK = 'База данных %s была скопирована в %s';
+$strCopyTable = 'Скопировать таблицу в (база данных.таблица):';
$strCopyTableOK = 'Таблица %s была скопирована в %s.';
$strCopyTableSameNames = 'Невозможно скопировать таблицу саму в себя!';
-$strCopyTable = 'Скопировать таблицу в (база данных.таблица):';
-$strCopy = 'Использовать';
$strCouldNotKill = 'phpMyAdmin не смог завершить работу потока с ID %s. Вероятно, он уже был закрыт.';
+$strCreate = 'Создать';
$strCreateDatabaseBeforeCopying = 'Перед копированием создать базу данных (CREATE DATABASE)';
-$strCreateIndexTopic = 'Создать новый индекс';
$strCreateIndex = 'Создать индекс для %s столбца/ов';
+$strCreateIndexTopic = 'Создать новый индекс';
$strCreateNewDatabase = 'Новая база данных';
$strCreateNewTable = 'Создать новую таблицу в базе данных %s';
$strCreatePage = 'Создать новую страницу';
$strCreatePdfFeat = 'Создание PDF-схемы';
$strCreateRelation = 'Создать связь';
$strCreateTable = 'Создать таблицу';
+$strCreateUserDatabase = 'База данных для пользователя';
$strCreateUserDatabaseName = 'Создать базу данных с именем пользователя в названии и предоставить на нее полные привилегии';
$strCreateUserDatabaseNone = 'Не создавать';
$strCreateUserDatabasePrivileges = 'Выставить полные привилегии на базу данных "%s"';
$strCreateUserDatabaseWildcard = 'Предоставить полные привилегии на базы данных подпадающие под шаблон (имя пользователя\_%)';
-$strCreateUserDatabase = 'База данных для пользователя';
-$strCreate = 'Создать';
$strCreationDates = 'Даты создания, обновления и проверки';
$strCriteria = 'Критерий';
$strCroatian = 'Хорватский';
-$strCSV = 'CSV';
$strCustomColor = 'Выбрать цвет';
$strCyrillic = 'Кириллический';
-$strCzechSlovak = 'Чехословацкий';
$strCzech = 'Чешский';
+$strCzechSlovak = 'Чехословацкий';
+$strDBComment = 'Комментарий к базе данных:';
+$strDBCopy = 'Скопировать базу данных в';
+$strDBRename = 'Переименовать базу данных в';
$strDanish = 'Датский';
+$strData = 'Данные';
+$strDataDict = 'Словарь данных';
+$strDataOnly = 'Только данные';
+$strDataPages = 'Страниц с данными';
+$strDatabase = 'База данных';
$strDatabaseEmpty = 'Не указано имя базы данных!';
$strDatabaseExportOptions = 'Параметры экспорта базы данных';
$strDatabaseHasBeenCreated = 'База данных %1$s была создана.';
$strDatabaseHasBeenDropped = 'База данных %s была удалена.';
+$strDatabases = 'Базы данных';
$strDatabasesDropped = 'Удалено баз данных: %s';
+$strDatabasesStats = 'Статистика баз данных';
$strDatabasesStatsDisable = 'Отключить статистику';
$strDatabasesStatsEnable = 'Включить статистику';
$strDatabasesStatsHeavyTraffic = 'Примечание: Включение статистики баз данных может спровоцировать большой трафик между веб-сервером и сервером MySQL.';
-$strDatabasesStats = 'Статистика баз данных';
-$strDatabases = 'Базы данных';
-$strDatabase = 'База данных';
-$strDataDict = 'Словарь данных';
-$strDataOnly = 'Только данные';
-$strDataPages = 'Страниц с данными';
-$strData = 'Данные';
-$strDBComment = 'Комментарий к базе данных:';
-$strDBCopy = 'Скопировать базу данных в';
$strDbIsEmpty = 'База данных - пуста!';
$strDbPrivileges = 'Привилегии уровня базы данных';
-$strDBRename = 'Переименовать базу данных в';
$strDbSpecific = 'Уровень базы данных';
+$strDefault = 'По умолчанию';
$strDefaultEngine = '%s - тип таблиц данного MySQL сервера устанавливаемый по умолчанию.';
$strDefaultValueHelp = 'Для значений поля "По умолчанию" не используйте символы экранирования и кавычек.';
-$strDefault = 'По умолчанию';
$strDefragment = 'Дефрагментировать таблицу';
+$strDelOld = 'На текущей странице присутствуют ссылки на таблицы, которые больше не существуют. Удалить эти ссылки?';
$strDelayedInserts = 'Использовать отложенные вставки (DELAYED)';
-$strDeleteAndFlushDescr = 'Это лучший способ, хотя перезагрузка привилегий может занять какое-то время.';
+$strDelete = 'Удалить';
$strDeleteAndFlush = 'Удалить всех пользователей и перезагрузить привилегии.';
-$strDeleted = 'Запись была удалена';
+$strDeleteAndFlushDescr = 'Это лучший способ, хотя перезагрузка привилегий может занять какое-то время.';
$strDeleteNoUsersSelected = 'Не выбраны пользователи подлежащие удалению!';
$strDeleteRelation = 'Удалить связь';
-$strDelete = 'Удалить';
+$strDeleted = 'Запись была удалена';
$strDeleting = 'Удаление %s';
$strDelimiter = 'Разделитель';
-$strDelOld = 'На текущей странице присутствуют ссылки на таблицы, которые больше не существуют. Удалить эти ссылки?';
$strDescending = 'По убыванию';
$strDescription = 'Описание';
-$strDesignerHelpDisplayField = 'Для того чтобы сделать столбец отображаемым, нажмите кнопку "Выбор отображаемого столбца" и выберите необходимый столбец. Отображаемые столбцы подсвечиваются розовым цветом.';
$strDesigner = 'Дизайнер';
+$strDesignerHelpDisplayField = 'Для того чтобы сделать столбец отображаемым, нажмите кнопку "Выбор отображаемого столбца" и выберите необходимый столбец. Отображаемые столбцы подсвечиваются розовым цветом.';
$strDetails = 'Детали...';
$strDictionary = 'словарь';
$strDirectLinks = 'Прямые линии связей';
$strDirtyPages = 'Грязных страниц';
-$strDisabled = 'Недоступно';
$strDisableForeignChecks = 'Отключить проверку внешних ключей';
+$strDisabled = 'Недоступно';
$strDisplayFeat = 'Показать возможности';
$strDisplayOrder = 'Сортировка:';
$strDisplayPDF = 'Показать PDF-схему';
$strDoAQuery = 'Выполнить "запрос по образцу" (групповой символ: "%")';
+$strDoNotAutoIncrementZeroValues = 'Не используйте параметр AUTO_INCREMENT для нулевых значений';
+$strDoYouReally = 'Вы действительно хотите выполнить запрос';
$strDocSQL = 'DocSQL';
$strDocu = 'Документация';
-$strDoNotAutoIncrementZeroValues = 'Не используйте параметр AUTO_INCREMENT для нулевых значений';
$strDownloadFile = 'Загрузить файл';
-$strDoYouReally = 'Вы действительно хотите выполнить запрос';
+$strDrop = 'Удалить';
$strDropDatabaseStrongWarning = 'База данных будет полностью удалена!';
$strDropUsersDb = 'Удалить базы данных, имена которых совпадают с именами пользователей.';
-$strDrop = 'Удалить';
-$strDumpingData = 'Дамп данных таблицы';
$strDumpSaved = 'Дамп был сохранен в файл %s.';
$strDumpXRows = 'Дамп из %s строк, начиная с записи # %s.';
+$strDumpingData = 'Дамп данных таблицы';
$strDynamic = 'динамический';
+$strEdit = 'Изменить';
$strEditPDFPages = 'Редактирование PDF-страниц';
$strEditPrivileges = 'Редактирование привилегий';
-$strEdit = 'Изменить';
$strEffective = 'Эффективность';
-$strEmptyResultSet = 'MySQL вернула пустой результат (т.е. ноль строк).';
$strEmpty = 'Очистить';
+$strEmptyResultSet = 'MySQL вернула пустой результат (т.е. ноль строк).';
$strEnabled = 'Доступно';
$strEncloseInTransaction = 'Заключить экспорт в транзакцию';
+$strEnd = 'Конец';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Конец';
$strEngineAvailable = 'Данный MySQL-сервер поддерживает таблицы типа %s.';
$strEngineDisabled = 'Тип таблиц %s был отключен на данном MySQL сервере.';
-$strEngines = 'Типы таблиц';
$strEngineUnsupported = 'Данный сервер MySQL не поддерживает тип таблиц %s.';
-$strEnglishPrivileges = 'Примечание: типы привилегий MySQL отображаются по-английски.';
+$strEngines = 'Типы таблиц';
$strEnglish = 'Английский';
+$strEnglishPrivileges = 'Примечание: типы привилегий MySQL отображаются по-английски.';
+$strError = 'Ошибка';
$strErrorInZipFile = 'Ошибка в ZIP-архиве:';
$strErrorRelationAdded = 'Ошибка: Связь не добавлена.';
$strErrorRelationExists = 'Ошибка: Связь уже существует.';
$strErrorRenamingTable = 'Ошибка при переименовании таблицы %1$s в %2$s';
$strErrorSaveTable = 'Ошибка сохранения координат.';
-$strError = 'Ошибка';
$strEscapeWildcards = 'При использовании в имени базы данных символов нижнего подчеркивания (_) и процента (%), необходимо экранировать их символом обратной косой черты (\), в противном случае они будут интерпретированы как групповые символы';
$strEsperanto = 'Эсперанто';
$strEstonian = 'Эстонский';
-$strEvents = 'События';
$strEvent = 'Событие';
+$strEvents = 'События';
$strExcelEdition = 'Excel-версия';
$strExecuteBookmarked = 'Выполнить отмеченный запрос';
$strExplain = 'Анализ запроса';
+$strExport = 'Экспорт';
$strExportImportToScale = 'Масштаб';
$strExportMustBeFile = 'Выбранный тип экспорта возможен только в файл!';
-$strExport = 'Экспорт';
$strExtendedInserts = 'Расширенные вставки';
$strExtra = 'Дополнительно';
$strFailedAttempts = 'Неудачных попыток';
+$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле "%s" было удалено';
$strFieldInsertFromFileTempDirNotExists = 'Ошибка при перемещении загруженного файла, см. FAQ 1.11';
+$strFields = 'Поля';
$strFieldsEnclosedBy = 'Значения полей обрамлены';
$strFieldsEscapedBy = 'Символ экранирования';
$strFieldsTerminatedBy = 'Разделитель полей';
-$strFields = 'Поля';
-$strField = 'Поле';
$strFileAlreadyExists = 'Файл %s уже существует на сервере, измените имя или включите параметр перезаписи.';
$strFileCouldNotBeRead = 'Ошибка при чтении файла';
+$strFileNameTemplate = 'Шаблон имени файла';
+$strFileNameTemplateDescription = 'Значение обрабатывается функцией %1$sstrftime%2$s, благодаря чему возможна вставка текущей даты и времени. Дополнительно могут быть использованы следующие подстановки: %3$s. Остальной текст останется без изменений.';
$strFileNameTemplateDescriptionDatabase = 'имя базы данных';
$strFileNameTemplateDescriptionServer = 'имя сервера';
$strFileNameTemplateDescriptionTable = 'имя таблицы';
-$strFileNameTemplateDescription = 'Значение обрабатывается функцией %1$sstrftime%2$s, благодаря чему возможна вставка текущей даты и времени. Дополнительно могут быть использованы следующие подстановки: %3$s. Остальной текст останется без изменений.';
$strFileNameTemplateRemember = 'запомнить шаблон';
-$strFileNameTemplate = 'Шаблон имени файла';
-$strFiles = 'Файлов';
$strFileToImport = 'Импортируемый файл';
+$strFiles = 'Файлов';
$strFlushPrivilegesNote = 'Примечание: phpMyAdmin получает информацию о пользовательских привилегиях непосредственно из таблиц привилегий MySQL. Содержимое этих таблиц может отличаться от привилегий, используемых сервером, если они были изменены вручную. В таком случае необходимо %sперезагрузить привилегии%s.';
$strFlushQueryCache = 'Дефрагментировать кеш запросов';
-$strFlushTables = 'Закрыть все таблицы';
$strFlushTable = 'Обновить кеш таблицы ("FLUSH")';
+$strFlushTables = 'Закрыть все таблицы';
$strFontSize = 'Размер шрифта';
$strForeignKeyError = 'Ошибка создания внешнего ключа на %1$s (проверьте типы данных)';
$strForeignKeyRelationAdded = 'Добавлена связь на внешний ключ (FOREIGN KEY)';
-$strFormat = 'Формат';
$strFormEmpty = 'Не заполнены необходимые поля формы!';
+$strFormat = 'Формат';
$strFreePages = 'Чистых страниц';
$strFullText = 'Развернутое отображение данных';
-$strFunctions = 'Функции';
$strFunction = 'Функция';
+$strFunctions = 'Функции';
$strGenBy = 'Создан';
-$strGeneralRelationFeat = 'Основные возможности связей';
-$strGeneratePassword = 'Создать пароль';
-$strGenerate = 'Генерировать';
$strGenTime = 'Время создания';
+$strGeneralRelationFeat = 'Основные возможности связей';
+$strGenerate = 'Генерировать';
+$strGeneratePassword = 'Создать пароль';
$strGeorgian = 'Грузинский';
$strGerman = 'Немецкий';
$strGetMoreThemes = 'Другие темы!';
+$strGlobal = 'Глобальный уровень';
$strGlobalPrivileges = 'Глобальные привилегии';
$strGlobalValue = 'Глобальное значение';
-$strGlobal = 'Глобальный уровень';
$strGo = 'OK';
$strGrantOption = 'GRANT';
$strGreek = 'Греческий';
$strGzip = 'gzip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Обработчик';
$strHasBeenAltered = 'была изменена.';
$strHaveToShow = 'Для выполнения запроса, должен быть выбран отображаемый столбец/столбцы.';
$strHebrew = 'Иврит';
$strHelp = 'Помощь';
$strHexForBLOB = 'Использовать шестнадцатеричное отображение для полей типа BLOB';
+$strHide = 'Скрыть';
$strHideShowAll = 'Скрыть/отобразить все таблицы';
$strHideShowNoRelation = 'Скрыть/отобразить таблицы не имеющие связей';
-$strHide = 'Скрыть';
-$strHomepageOfficial = 'Официальная страница phpMyAdmin';
$strHome = 'К началу';
+$strHomepageOfficial = 'Официальная страница phpMyAdmin';
+$strHost = 'Хост';
$strHostEmpty = 'Пустое имя хоста!';
$strHostTableExplanation = 'При использовании таблицы хостов, данное поле игнорируется и значения берутся из прописанных при конфигурации.';
-$strHost = 'Хост';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Венгерский';
+$strIEUnsupported = 'Internet Explorer не поддерживает данную функцию.';
$strIcelandic = 'Исландский';
$strId = 'ID';
$strIdxFulltext = 'Полнотекстовый';
-$strIEUnsupported = 'Internet Explorer не поддерживает данную функцию.';
+$strIgnore = 'Игнорировать';
$strIgnoreDuplicates = 'Игнорировать повторяющиеся строки';
$strIgnoreInserts = 'Использовать игнорирующие вставки (IGNORE)';
-$strIgnore = 'Игнорировать';
+$strImport = 'Импорт';
$strImportExportCoords = 'Импорт/экспорт координат таблиц в/из PDF-схемы';
$strImportFiles = 'Импорт файлов';
$strImportFormat = 'Формат импортируемого файла';
$strImportSuccessfullyFinished = 'Импорт успешно завершен, запросов выполнено: %d.';
-$strImport = 'Импорт';
-$strIndexesSeemEqual = 'Индексы %1$s и %2$s равнозначны и один из них может быть удалён.';
-$strIndexes = 'Индексы';
+$strInUse = 'используется';
+$strIndex = 'Индекс';
$strIndexHasBeenDropped = 'Индекс %s был удален';
$strIndexName = 'Имя индекса :';
$strIndexType = 'Тип индекса :';
$strIndexWarningTable = 'Проблемы с индексами таблицы `%s`';
-$strIndex = 'Индекс';
-$strInnoDBAutoextendIncrementDesc = 'Размер (в мегабайтах) автоматического увеличения файла данных при переполнении табличной области';
+$strIndexes = 'Индексы';
+$strIndexesSeemEqual = 'Индексы %1$s и %2$s равнозначны и один из них может быть удалён.';
$strInnoDBAutoextendIncrement = 'Автоматическое увеличение';
-$strInnoDBBufferPoolSizeDesc = 'Размер буфера памяти, который InnoDB использует для кеширования данных и индексов своих таблиц';
+$strInnoDBAutoextendIncrementDesc = 'Размер (в мегабайтах) автоматического увеличения файла данных при переполнении табличной области';
$strInnoDBBufferPoolSize = 'Размер буферного пула';
+$strInnoDBBufferPoolSizeDesc = 'Размер буфера памяти, который InnoDB использует для кеширования данных и индексов своих таблиц';
$strInnoDBDataFilePath = 'Файлы данных';
-$strInnoDBDataHomeDirDesc = 'Общая часть пути к каталогу для всех файлов данных InnoDB';
$strInnoDBDataHomeDir = 'Домашний каталог для данных';
+$strInnoDBDataHomeDirDesc = 'Общая часть пути к каталогу для всех файлов данных InnoDB';
$strInnoDBPages = 'страниц';
$strInnodbStat = 'Состояние InnoDB';
$strInsecureMySQL = 'Конфигурационный файл phpMyAdmin содержит настройки MySQL по-умолчанию, согласно которым для привилегированного пользователя "root" не задан пароль. Такие настройки делают MySQL-сервер уязвимым для несанкционированного доступа, поэтому настоятельно рекомендуется установить пароль для пользователя "root".';
+$strInsert = 'Вставить';
$strInsertAsNewRow = 'Вставить запись';
$strInsertedRowId = 'Идентификатор вставленной строки: %1$d';
-$strInsert = 'Вставить';
$strInterface = 'Отображение';
$strInternalAndForeign = 'Внутренняя связь не обязательна, если существует соответствующая связь с помощью внешнего ключа (FOREIGN KEY).';
$strInternalRelationAdded = 'Добавлена внутренняя связь';
$strInternalRelations = 'Внутренние связи';
-$strInUse = 'используется';
$strInvalidAuthMethod = 'В конфигурационном файле phpMyAdmin установлен неверный метод аутентификации:';
-$strInvalidColumnCount = 'Количество столбцов должно быть больше нуля.';
-$strInvalidColumn = 'Выбран неверный столбец (%s)!';
$strInvalidCSVFieldCount = 'Неправильное количество полей во входных CSV-данных в строке %d.';
$strInvalidCSVFormat = 'Неправильный формат входных CSV-данных в строке %d.';
$strInvalidCSVParameter = 'Неправильный параметр импорта CSV: %s';
+$strInvalidColumn = 'Выбран неверный столбец (%s)!';
+$strInvalidColumnCount = 'Количество столбцов должно быть больше нуля.';
$strInvalidDatabase = 'Некорректная база данных';
$strInvalidFieldAddCount = 'Необходимо добавить хотя бы одно поле.';
$strInvalidFieldCount = 'У таблицы должно быть, как минимум, одно поле.';
@@ -427,8 +427,8 @@ $strInvalidTableName = 'Неправильное имя таблицы';
$strJapanese = 'Японский';
$strJoins = 'Объединения';
$strJumpToDB = 'Перейти к базе данных "%s"';
-$strJustDeleteDescr = '"Удаленные" пользователи будут иметь доступ к серверу, пока таблицы привилегий не будут перезагружены.';
$strJustDelete = 'Просто удалить пользователей из таблиц привилегий.';
+$strJustDeleteDescr = '"Удаленные" пользователи будут иметь доступ к серверу, пока таблицы привилегий не будут перезагружены.';
$strKeepPass = 'Не менять пароль';
$strKeyCache = 'Кеш индекса';
@@ -437,21 +437,21 @@ $strKill = 'Завершить';
$strKnownExternalBug = 'Работа параметра "%s" подвержена ошибке, описание смотрите на %s';
$strKorean = 'Корейский';
+$strLDI = 'CSV, используя LOAD DATA';
+$strLDILocal = 'Использовать ключевое слово LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Альбомная';
-$strLanguageUnknown = 'Неизвестный язык: %1$s.';
$strLanguage = 'Язык';
+$strLanguageUnknown = 'Неизвестный язык: %1$s.';
$strLatchedPages = 'Блокированных страниц';
$strLatexCaption = 'Заголовок таблицы';
$strLatexContent = 'Содержимое таблицы __TABLE__';
-$strLatexContinuedCaption = 'Заголовок таблицы (продолжение)';
$strLatexContinued = '(продолжение)';
+$strLatexContinuedCaption = 'Заголовок таблицы (продолжение)';
$strLatexIncludeCaption = 'Добавить заголовок таблицы';
$strLatexLabel = 'Идентификатор метки';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Структура таблицы __TABLE__';
$strLatvian = 'Латвийский';
-$strLDI = 'CSV, используя LOAD DATA';
-$strLDILocal = 'Использовать ключевое слово LOCAL';
$strLengthSet = 'Длина/значения';
$strLimitNumRows = 'Количество строк на странице';
$strLinesTerminatedBy = 'Разделитель строк';
@@ -460,76 +460,75 @@ $strLinksTo = 'Связи';
$strLithuanian = 'Литовский';
$strLocalhost = 'Локальный';
$strLocationTextfile = 'Выбор файла';
+$strLogPassword = 'Пароль:';
+$strLogServer = 'Сервер';
+$strLogServerHelp = 'Вы можете ввести хост/IP адрес и порт разделенные пробелом.';
+$strLogUsername = 'Пользователь:';
+$strLogin = 'Авторизация';
$strLoginInformation = 'Информация учетной записи';
$strLoginWithoutPassword = 'Вход без пароля запрещен при конфигурации (смотрите AllowNoPassword)';
-$strLogin = 'Авторизация';
$strLogout = 'Выход';
-$strLogPassword = 'Пароль:';
-$strLogServerHelp = 'Вы можете ввести хост/IP адрес и порт разделенные пробелом.';
-$strLogServer = 'Сервер';
-$strLogUsername = 'Пользователь:';
$strLongOperation = 'Выполнение данной операции может занять длительное время. Продолжить?';
+$strMIMETypesForTable = 'MIME-ТИПЫ ТАБЛИЦЫ';
+$strMIME_MIMEtype = 'MIME-тип';
+$strMIME_available_mime = 'Доступные MIME-типы';
+$strMIME_available_transform = 'Доступные преобразования';
+$strMIME_description = 'Описание';
+$strMIME_nodescription = 'На данный момент описание отсутствует. Работа используемой функции отображения преобразования %s, будет в скором времени описана.';
+$strMIME_transformation = 'Преобразование';
+$strMIME_transformation_note = 'Для просмотра доступных MIME-типов и параметров преобразований воспользуйтесь данной ссылкой - %sописание преобразований%s';
+$strMIME_transformation_options = 'Параметры преобразований';
+$strMIME_transformation_options_note = 'Значения параметров преобразований должны иметь формат: \'a\', 100, \'b\', \'c\'... Символы обратной косой черты (\\) и одинарной кавычки (\') необходимо экранировать (предварять) символом обратной косой черты, например: \'\\\\xyz\' или \'a\\\'b\'.';
+$strMIME_without = 'MIME-типы, выделенные курсивом, не имеют отдельной функции трансформации';
$strMaxConnects = 'Максимально одновременных';
$strMaximalQueryLength = 'Максимальная длина создаваемого запроса';
$strMaximumSize = 'Максимальный размер: %s%s';
$strMbExtensionMissing = 'При работе с многобайтными кодировками без установленного расширения PHP "mbstring", phpMyAdmin не в состоянии производить корректное разбиение строк, что может привести к непредсказуемым результатам. Установите расширение PHP "mbstring".';
$strMbOverloadWarning = 'В конфигурации PHP включен, несовместимый с phpMyAdmin, параметр mbstring.func_overload. Для предотвращения возможной потери данных, данный параметр должен быть выключен!';
-$strMIME_available_mime = 'Доступные MIME-типы';
-$strMIME_available_transform = 'Доступные преобразования';
-$strMIME_description = 'Описание';
-$strMIME_MIMEtype = 'MIME-тип';
-$strMIME_nodescription = 'На данный момент описание отсутствует. Работа используемой функции отображения преобразования %s, будет в скором времени описана.';
-$strMIME_transformation_note = 'Для просмотра доступных MIME-типов и параметров преобразований воспользуйтесь данной ссылкой - %sописание преобразований%s';
-$strMIME_transformation_options_note = 'Значения параметров преобразований должны иметь формат: \'a\', 100, \'b\', \'c\'... Символы обратной косой черты (\\) и одинарной кавычки (\') необходимо экранировать (предварять) символом обратной косой черты, например: \'\\\\xyz\' или \'a\\\'b\'.';
-$strMIME_transformation_options = 'Параметры преобразований';
-$strMIME_transformation = 'Преобразование';
-$strMIMETypesForTable = 'MIME-ТИПЫ ТАБЛИЦЫ';
-$strMIME_without = 'MIME-типы, выделенные курсивом, не имеют отдельной функции трансформации';
$strModifications = 'Изменения сохранены';
-$strModifyIndexTopic = 'Изменить индекс';
$strModify = 'Изменить';
+$strModifyIndexTopic = 'Изменить индекс';
$strMoveMenu = 'Переместить меню';
+$strMoveTable = 'Переместить таблицы в (база данных.таблица):';
$strMoveTableOK = 'Таблица %s была перемещена в %s.';
$strMoveTableSameNames = 'Не возможно переместить таблицу саму в себя!';
-$strMoveTable = 'Переместить таблицы в (база данных.таблица):';
$strMultilingual = 'многоязычный';
-$strMyISAMDataPointerSizeDesc = 'Изначальный размер указателя в файле данных, при создании таблиц (CREATE TABLE) типа MyISAM, с неустановленным параметром максимального числа строк (MAX_ROWS).';
$strMyISAMDataPointerSize = 'Размер указателя в файле данных';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Если размер временного файла, используемого для быстрого создания индексов таблиц типа MyISAM, превышает на указанный здесь объем используемый кеш индекса, то предпочтение отдается менее быстрому, но более надежному методу кеширования индекса.';
+$strMyISAMDataPointerSizeDesc = 'Изначальный размер указателя в файле данных, при создании таблиц (CREATE TABLE) типа MyISAM, с неустановленным параметром максимального числа строк (MAX_ROWS).';
$strMyISAMMaxExtraSortFileSize = 'Максимальный размер временного файла при создании индекса';
-$strMyISAMMaxSortFileSizeDesc = 'Максимальный размер временного файла, который MySQL может использовать для восстановления индекса (при выполнении команд REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE). Для файлов, размер которых превышает указанное значение, индекс будет создаваться при помощи кеша индексов (такой алгоритм работает несколько медленнее, но более надежно).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Если размер временного файла, используемого для быстрого создания индексов таблиц типа MyISAM, превышает на указанный здесь объем используемый кеш индекса, то предпочтение отдается менее быстрому, но более надежному методу кеширования индекса.';
$strMyISAMMaxSortFileSize = 'Максимальный размер временных индексных файлов';
-$strMyISAMRecoverOptionsDesc = 'Режим автоматического восстановления таблиц после сбоя. Устанавливается параметром --myisam-recover, при запуске сервера.';
+$strMyISAMMaxSortFileSizeDesc = 'Максимальный размер временного файла, который MySQL может использовать для восстановления индекса (при выполнении команд REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE). Для файлов, размер которых превышает указанное значение, индекс будет создаваться при помощи кеша индексов (такой алгоритм работает несколько медленнее, но более надежно).';
$strMyISAMRecoverOptions = 'Режим автоматического восстановления';
-$strMyISAMRepairThreadsDesc = 'Если значение больше единицы, индексы таблиц типа MyISAM созданы параллельно (каждый индекс в своем потоке) во время процесса восстановления с помощью сортировки (Repair by sorting).';
+$strMyISAMRecoverOptionsDesc = 'Режим автоматического восстановления таблиц после сбоя. Устанавливается параметром --myisam-recover, при запуске сервера.';
$strMyISAMRepairThreads = 'Потоков восстановления';
-$strMyISAMSortBufferSizeDesc = 'Буфер, который выделяется для сортировки индексов при выполнении команды REPAIR TABLE или для создания индексов при помощи команд CREATE INDEX или ALTER TABLE.';
+$strMyISAMRepairThreadsDesc = 'Если значение больше единицы, индексы таблиц типа MyISAM созданы параллельно (каждый индекс в своем потоке) во время процесса восстановления с помощью сортировки (Repair by sorting).';
$strMyISAMSortBufferSize = 'Размер буфера сортировки';
+$strMyISAMSortBufferSizeDesc = 'Буфер, который выделяется для сортировки индексов при выполнении команды REPAIR TABLE или для создания индексов при помощи команд CREATE INDEX или ALTER TABLE.';
$strMySQLCharset = 'MySQL-кодировка';
-$strMysqlClientVersion = 'Версия MySQL-клиента';
$strMySQLConnectionCollation = 'Сопоставление соединения с MySQL';
-$strMysqlLibDiffersServerVersion = 'Версия клиентской библиотеки MySQL (%s) отличается от версии установленного MySQL-сервера (%s). Это может привести к некорректной работе.';
$strMySQLSaid = 'Ответ MySQL: ';
$strMySQLShowProcess = 'Список процессов';
+$strMysqlClientVersion = 'Версия MySQL-клиента';
+$strMysqlLibDiffersServerVersion = 'Версия клиентской библиотеки MySQL (%s) отличается от версии установленного MySQL-сервера (%s). Это может привести к некорректной работе.';
$strName = 'Имя';
$strNext = 'Следующий';
+$strNo = 'Нет';
$strNoActivity = 'Отсутствие активности более %s секунд, пожалуйста, авторизуйтесь заново';
-$strNoDatabasesSelected = 'Ни одна база данных не выбрана.';
-$strNoDatabases = 'Базы данных отсутствуют';
$strNoDataReceived = 'Операция импорта невозможна. Причины: не выбран импортируемый файл; размер импортируемого файла превышает максимально допустимый, заданный в настройках PHP. См. FAQ 1.16';
+$strNoDatabases = 'Базы данных отсутствуют';
+$strNoDatabasesSelected = 'Ни одна база данных не выбрана.';
$strNoDescription = 'нет описания';
$strNoDetailsForEngine = 'Дополнительная информация о состоянии данного типа таблиц - отсутствует.';
$strNoDropDatabases = 'Команда "DROP DATABASE" (удалить базу данных) - отключена.';
$strNoExplain = 'Убрать анализ';
$strNoFilesFoundInZip = 'Файлов внутри ZIP-архива не найдено!';
$strNoFrames = 'Для работы phpMyAdmin нужен браузер с поддержкой фреймов.';
-$strNoIndexPartsDefined = 'Части индекса не определены!';
$strNoIndex = 'Индекс не определен!';
+$strNoIndexPartsDefined = 'Части индекса не определены!';
$strNoModification = 'Нет изменений';
-$strNoneDefault = 'Нет';
-$strNone = 'Нет';
$strNoOptions = 'Для этого формата нет настраиваемых параметров';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Не достаточно прав для сохранения файла %s на веб-сервере.';
@@ -540,18 +539,19 @@ $strNoRowsSelected = 'Для совершения действия необхо
$strNoSpace = 'Для сохранения файла %s недостаточно дискового пространства.';
$strNoTablesFound = 'Таблиц в базе данных не обнаружено.';
$strNoThemeSupport = 'Поддержка тем не работает, проверьте конфигурацию и наличие тем в каталоге %s.';
+$strNoUsersFound = 'Пользователей не найдено.';
+$strNoValidateSQL = 'Убрать проверку синтаксиса SQL';
+$strNone = 'Нет';
+$strNoneDefault = 'Нет';
$strNotNumber = 'Введите число!';
$strNotOK = 'Не готово';
$strNotSet = 'Таблица %s не найдена или не установлена в %s';
-$strNoUsersFound = 'Пользователей не найдено.';
-$strNoValidateSQL = 'Убрать проверку синтаксиса SQL';
-$strNo = 'Нет';
$strNull = 'Null';
-$strNumberOfFields = 'Количество полей';
-$strNumberOfTables = 'Количество таблиц';
$strNumSearchResultsInTable = '%s вхождения(ий) в таблице %s';
$strNumSearchResultsTotal = 'Итого:%s вхождения(ий)';
$strNumTables = 'Таблицы';
+$strNumberOfFields = 'Количество полей';
+$strNumberOfTables = 'Количество таблиц';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'OpenDocument таблица';
@@ -559,66 +559,66 @@ $strOpenDocumentText = 'OpenDocument текст';
$strOpenNewWindow = 'Открыть phpMyAdmin в новом окне';
$strOperations = 'Операции';
$strOperator = 'Оператор';
-$strOptimizeTable = 'Оптимизировать таблицу';
$strOptimize = 'Оптимизация';
+$strOptimizeTable = 'Оптимизировать таблицу';
$strOptions = 'Параметры';
$strOr = 'Или';
$strOverhead = 'Фрагментировано';
$strOverwriteExisting = 'Перезаписать существующий(е) файл(ы)';
+$strPBXTCheckpointFrequency = 'Частота проверки';
+$strPBXTCheckpointFrequencyDesc = 'Объем записанных данных в журнал транзакций, до произведения проверки. Изначальное значение 24MB.';
+$strPBXTDataFileGrowSize = 'Размер возрастания файла данных';
+$strPBXTDataFileGrowSizeDesc = 'Размер возрастания файлов хранения данных (.xtd).';
+$strPBXTDataLogThreshold = 'Порог журнала данных';
+$strPBXTDataLogThresholdDesc = 'Максимальный размер файла журнала данных. Изначальное значение 64MB. PBXT максимально может создать 32000 журналов данных, используемых всеми таблицами. Таким образом, значение данной переменной может быть увеличено для увеличения общего объема данных, которые могут храниться в базе данных.';
+$strPBXTGarbageThreshold = 'Порог захламления';
+$strPBXTGarbageThresholdDesc = 'Процентное соотношение захламления в файле журнала данных до его компоновки. Значение между 1 и 99. Изначальное значение 50.';
+$strPBXTIndexCacheSize = 'Размер кеша индекса';
+$strPBXTIndexCacheSizeDesc = 'Объём памяти выделенной под кеш индексов. Изначальное значение 32MB. Выделенная здесь память используется только для кеширования индексных страниц.';
+$strPBXTLogBufferSize = 'Размер буфера журнала';
+$strPBXTLogBufferSizeDesc = 'Размер буфера используемый для записи журнала данных. Изначально 256MB. Движок выделяет один буфер на поток, но только если поток требуется для записи данных журнала.';
+$strPBXTLogCacheSize = 'Размер кеша журнала';
+$strPBXTLogCacheSizeDesc = 'Объём памяти выделенной для кеширования данных журнала транзакций. Изначальное значение 16MB.';
+$strPBXTLogFileCount = 'Количество файлов журнала';
+$strPBXTLogFileCountDesc = 'Количество файлов журналов транзакций (pbxt/system/xlog*.xt) сохраняемых системой. При превышении количества журналов данного значения, старые журналы будут удалены, иначе они будут переименованы и получат следующий порядковый номер.';
+$strPBXTLogFileThreshold = 'Порог файла журнала';
+$strPBXTLogFileThresholdDesc = 'Размер журнала транзакций до отката, и создания нового журнала. Изначальное значение 16MB.';
+$strPBXTRecordCacheSize = 'Размер кеша записи';
+$strPBXTRecordCacheSizeDesc = 'Объём памяти выделенной для кеширования данных таблицы. Изначальное значение 32MB. Данная память используется для кеширования изменений в файлах хранения данных (.xtd) и указателей строк (.xtr).';
+$strPBXTRowFileGrowSize = 'Размер возрастания файла строк';
+$strPBXTRowFileGrowSizeDesc = 'Размер возрастания файлов указателей строк (.xtr).';
+$strPBXTTransactionBufferSize = 'Размер буфера транзакций';
+$strPBXTTransactionBufferSizeDesc = 'Размер глобального буфера журнала транзакций (движок выделяет 2 буфера данного размера). Изначальное значение 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Создание отчета содержащего данные одной таблицы)';
+$strPDFReportTitle = 'Заголовок отчета';
+$strPHPExtension = 'PHP расширение';
+$strPHPVersion = 'Версия PHP';
$strPacked = 'Упакован';
$strPageNumber = 'Номер страницы:';
$strPagesToBeFlushed = 'Страниц к очистке';
$strPaperSize = 'Размер бумаги';
$strPartialImport = 'Частичный импорт';
$strPartialText = 'Сокращенное отображение данных';
-$strPartitionDefinition = 'Определение разделов (PARTITION)';
-$strPartitioned = 'разделён';
-$strPartitionMaintenance = 'Обслуживание разделов';
$strPartition = 'Раздел %s';
+$strPartitionDefinition = 'Определение разделов (PARTITION)';
+$strPartitionMaintenance = 'Обслуживание разделов';
+$strPartitioned = 'разделён';
+$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s был успешно изменен.';
$strPasswordEmpty = 'Пароль не задан!';
$strPasswordHashing = 'Хеширование пароля';
$strPasswordNotSame = 'Некорректное подтверждение пароля!';
-$strPassword = 'Пароль';
-$strPBXTCheckpointFrequencyDesc = 'Объем записанных данных в журнал транзакций, до произведения проверки. Изначальное значение 24MB.';
-$strPBXTCheckpointFrequency = 'Частота проверки';
-$strPBXTDataFileGrowSizeDesc = 'Размер возрастания файлов хранения данных (.xtd).';
-$strPBXTDataFileGrowSize = 'Размер возрастания файла данных';
-$strPBXTDataLogThresholdDesc = 'Максимальный размер файла журнала данных. Изначальное значение 64MB. PBXT максимально может создать 32000 журналов данных, используемых всеми таблицами. Таким образом, значение данной переменной может быть увеличено для увеличения общего объема данных, которые могут храниться в базе данных.';
-$strPBXTDataLogThreshold = 'Порог журнала данных';
-$strPBXTGarbageThresholdDesc = 'Процентное соотношение захламления в файле журнала данных до его компоновки. Значение между 1 и 99. Изначальное значение 50.';
-$strPBXTGarbageThreshold = 'Порог захламления';
-$strPBXTIndexCacheSizeDesc = 'Объём памяти выделенной под кеш индексов. Изначальное значение 32MB. Выделенная здесь память используется только для кеширования индексных страниц.';
-$strPBXTIndexCacheSize = 'Размер кеша индекса';
-$strPBXTLogBufferSizeDesc = 'Размер буфера используемый для записи журнала данных. Изначально 256MB. Движок выделяет один буфер на поток, но только если поток требуется для записи данных журнала.';
-$strPBXTLogBufferSize = 'Размер буфера журнала';
-$strPBXTLogCacheSizeDesc = 'Объём памяти выделенной для кеширования данных журнала транзакций. Изначальное значение 16MB.';
-$strPBXTLogCacheSize = 'Размер кеша журнала';
-$strPBXTLogFileCountDesc = 'Количество файлов журналов транзакций (pbxt/system/xlog*.xt) сохраняемых системой. При превышении количества журналов данного значения, старые журналы будут удалены, иначе они будут переименованы и получат следующий порядковый номер.';
-$strPBXTLogFileCount = 'Количество файлов журнала';
-$strPBXTLogFileThresholdDesc = 'Размер журнала транзакций до отката, и создания нового журнала. Изначальное значение 16MB.';
-$strPBXTLogFileThreshold = 'Порог файла журнала';
-$strPBXTRecordCacheSizeDesc = 'Объём памяти выделенной для кеширования данных таблицы. Изначальное значение 32MB. Данная память используется для кеширования изменений в файлах хранения данных (.xtd) и указателей строк (.xtr).';
-$strPBXTRecordCacheSize = 'Размер кеша записи';
-$strPBXTRowFileGrowSizeDesc = 'Размер возрастания файлов указателей строк (.xtr).';
-$strPBXTRowFileGrowSize = 'Размер возрастания файла строк';
-$strPBXTTransactionBufferSizeDesc = 'Размер глобального буфера журнала транзакций (движок выделяет 2 буфера данного размера). Изначальное значение 1MB.';
-$strPBXTTransactionBufferSize = 'Размер буфера транзакций';
$strPdfDbSchema = 'Структура базы данных "%s" - Страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не существует!';
$strPdfNoTables = 'Нет таблиц';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Создание отчета содержащего данные одной таблицы)';
-$strPDFReportTitle = 'Заголовок отчета';
$strPerHour = 'в час';
$strPerMinute = 'в минуту';
$strPerSecond = 'в секунду';
$strPersian = 'Персидский';
$strPhoneBook = 'телефонная книга';
-$strPHPExtension = 'PHP расширение';
$strPhp = 'PHP-код';
-$strPHPVersion = 'Версия PHP';
$strPlayAudio = 'Воспроизвести аудио';
$strPleaseSelectPrimaryOrUniqueKey = 'Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) индексом!';
$strPmaDocumentation = 'Документация phpMyAdmin';
@@ -627,16 +627,16 @@ $strPolish = 'Польский';
$strPortrait = 'Книжная';
$strPos1 = 'Начало';
$strPrevious = 'Назад';
+$strPrimary = 'Первичный';
$strPrimaryKeyHasBeenDropped = 'Первичный ключ был удален';
$strPrimaryKeyName = 'Имя первичного индекса должно быть PRIMARY!';
$strPrimaryKeyWarning = '(Имя "PRIMARY" должен иметь только первичный индекс!)';
-$strPrimary = 'Первичный';
-$strPrintViewFull = 'Версия для печати (полностью)';
-$strPrintView = 'Версия для печати';
$strPrint = 'Печать';
+$strPrintView = 'Версия для печати';
+$strPrintViewFull = 'Версия для печати (полностью)';
$strPrivDescAllPrivileges = 'Содержит все привилегии, за исключением GRANT';
-$strPrivDescAlterRoutine = 'Разрешает изменение и удаление хранимых процедур';
$strPrivDescAlter = 'Разрешает изменение структуры существующих таблиц';
+$strPrivDescAlterRoutine = 'Разрешает изменение и удаление хранимых процедур';
$strPrivDescCreateDb = 'Разрешает создание новых баз данных и таблиц';
$strPrivDescCreateRoutine = 'Разрешает создание хранимых процедур';
$strPrivDescCreateTbl = 'Разрешает создание новых таблиц';
@@ -647,8 +647,8 @@ $strPrivDescDelete = 'Разрешает удаление данных';
$strPrivDescDropDb = 'Разрешает удаление баз данных и таблиц';
$strPrivDescDropTbl = 'Разрешает удаление таблиц';
$strPrivDescEvent = 'Разрешает настройку отложенных событий';
-$strPrivDescExecute5 = 'Разрешает выполнение хранимых процедур';
$strPrivDescExecute = 'Разрешает выполнение хранимых процедур (не поддерживается данной версией MySQL)';
+$strPrivDescExecute5 = 'Разрешает выполнение хранимых процедур';
$strPrivDescFile = 'Разрешает импорт и экспорт данных в файлы';
$strPrivDescGrant = 'Разрешает добавление пользователей и привилегий без перезагрузки таблиц привилегий';
$strPrivDescIndex = 'Разрешает создание и удаление индексов';
@@ -671,8 +671,8 @@ $strPrivDescSuper = 'Разрешает установку соединения,
$strPrivDescTrigger = 'Разрешает создание и удаление триггеров';
$strPrivDescUpdate = 'Разрешает изменение данных';
$strPrivDescUsage = 'Нет привилегий';
-$strPrivilegesReloaded = 'Привилегии были успешно перезагружены.';
$strPrivileges = 'Привилегии';
+$strPrivilegesReloaded = 'Привилегии были успешно перезагружены.';
$strProcedures = 'Процедуры';
$strProcesses = 'Процессы';
$strProcesslist = 'Список процессов';
@@ -680,9 +680,9 @@ $strProfiling = 'Профилирование';
$strProtocolVersion = 'Версия протокола';
$strPutColNames = 'Поместить названия полей в первой строке';
+$strQBE = 'Запрос по шаблону';
$strQBEDel = 'Удалить';
$strQBEIns = 'Вставить';
-$strQBE = 'Запрос по шаблону';
$strQueryCache = 'Кеш запросов';
$strQueryFrame = 'Окно запроса';
$strQueryOnDb = 'SQL-запрос к базе данных %s:';
@@ -693,6 +693,7 @@ $strQueryTime = 'запрос занял %01.4f сек.';
$strQueryType = 'Тип запроса';
$strQueryWindowLock = 'Заблокировать содержимое окна запросов';
+$strReType = 'Подтверждение';
$strReadRequests = 'Запросы на чтение';
$strRebuild = 'Перестройка';
$strReceived = 'Принято';
@@ -700,65 +701,75 @@ $strRecommended = 'рекомендуемый';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверить целостность данных:';
$strRefresh = 'Обновить';
+$strRelationDeleted = 'Связь удалена';
+$strRelationNotWorking = 'Дополнительные возможности для работы со связанными таблицами недоступны. Для определения причины нажмите %sздесь%s.';
+$strRelationView = 'Связи';
$strRelationalDisplayField = 'Значение связанного поля';
$strRelationalKey = 'Ссылочный ключ';
$strRelationalSchema = 'Cхема связей';
-$strRelationDeleted = 'Связь удалена';
-$strRelationNotWorking = 'Дополнительные возможности для работы со связанными таблицами недоступны. Для определения причины нажмите %sздесь%s.';
-$strRelationsForTable = 'Связи таблицы';
$strRelations = 'Связи';
-$strRelationView = 'Связи';
-$strReloadingThePrivileges = 'Перезагрузка привилегий';
-$strReloadPrivileges = 'Перезагрузить привилегии';
+$strRelationsForTable = 'Связи таблицы';
$strReload = 'Обновить';
+$strReloadPrivileges = 'Перезагрузить привилегии';
+$strReloadingThePrivileges = 'Перезагрузка привилегий';
$strRemoveCRLF = 'Удалите из полей символы CRLF';
$strRemovePartitioning = 'Удалить разделение';
$strRemoveSelectedUsers = 'Удалить выделенных пользователей';
$strRenameDatabaseOK = 'База данных `%s` переименована в `%s`.';
-$strRenameTableOK = 'Таблица `%s` была переименована в `%s`.';
$strRenameTable = 'Переименовать таблицу в';
-$strRepairTable = 'Восстановить таблицу';
+$strRenameTableOK = 'Таблица `%s` была переименована в `%s`.';
$strRepair = 'Исправление';
+$strRepairTable = 'Восстановить таблицу';
$strReplaceNULLBy = 'Заменить NULL на';
$strReplaceTable = 'Заместить данные таблицы данными из файла';
+$strReplication = 'Репликация';
+$strReplicationStatus = 'Состояние репликации';
$strReplicationStatusInfo = 'Данный MySQL сервер работает, как %s в процессе репликации. Для получения подробной информации о состоянии репликации на сервера, пожалуйста, перейдите в раздел репликации.';
$strReplicationStatus_master = 'Статус Master';
$strReplicationStatus_slave = 'Статус Slave';
-$strReplicationStatus = 'Состояние репликации';
-$strReplication = 'Репликация';
$strReset = 'Сбросить';
$strResourceLimits = 'Ограничение на использование ресурсов';
$strRestartInsertion = 'Количество вставляемых строк: %s';
-$strReType = 'Подтверждение';
-$strRevokeAndDeleteDescr = 'Вплоть до перезагрузки привилегий, пользователи все еще будут сохранять глобальные привилегии типа USAGE.';
-$strRevokeAndDelete = 'Отменить все активные привилегии пользователей и затем удалить их.';
-$strRevokeMessage = 'Отменены привилегии для %s.';
$strRevoke = 'Отменить';
+$strRevokeAndDelete = 'Отменить все активные привилегии пользователей и затем удалить их.';
+$strRevokeAndDeleteDescr = 'Вплоть до перезагрузки привилегий, пользователи все еще будут сохранять глобальные привилегии типа USAGE.';
+$strRevokeMessage = 'Отменены привилегии для %s.';
$strRomanian = 'Румынский';
$strRoutineReturnType = 'Возвращаемый тип';
$strRoutines = 'Процедуры';
$strRowLength = 'Длина строки';
+$strRowSize = 'Размер строки';
+$strRows = 'Строки';
$strRowsAffected = 'Затронуто строк: %1$d.';
$strRowsDeleted = 'Удалено строк: %1$d.';
$strRowsFrom = 'строк начиная с';
$strRowsInserted = 'Вставлено строк: %1$d.';
-$strRowSize = 'Размер строки';
$strRowsModeFlippedHorizontal = 'горизонтальном (повернутые заголовки)';
$strRowsModeHorizontal = 'горизонтальном';
$strRowsModeOptions = 'в %s режиме, заголовки после каждых %s ячеек';
$strRowsModeVertical = 'вертикальном';
$strRowsStatistic = 'Статистика строк';
-$strRows = 'Строки';
-$strRunning = 'на %s';
$strRunQuery = 'Выполнить запрос';
-$strRunSQLQueryOnServer = 'Выполнить SQL-запрос(ы) на сервере %s';
$strRunSQLQuery = 'Выполнить SQL-запрос(ы) к базе данных %s';
+$strRunSQLQueryOnServer = 'Выполнить SQL-запрос(ы) на сервере %s';
+$strRunning = 'на %s';
$strRussian = 'Русский';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Режим совместимости SQL';
+$strSQLExportType = 'Тип экспорта';
+$strSQLParserBugMessage = 'В работе SQL-парсера произошла ошибка. Убедитесь в корректности запроса, отсутствии в нем опечаток и незакрытых кавычек. Возможной причиной ошибки может быть загрузка файла, содержащего двоичные данные вне кавычек в тексте запроса. Попробуйте выполнить запрос через командную строку MySQL. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы. Если проблема не решается, хотя через интерфейс командной строки запрос отрабатывает корректно, выявите ту часть запроса, которая вызывает ошибку и отправьте разработчикам описание ошибки, снабдив его данными из секции CUT выведенной ниже:';
+$strSQLParserUserError = 'Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.';
+$strSQLQuery = 'SQL-запрос';
+$strSQLResult = 'Результат SQL-запроса';
+$strSQPBugInvalidIdentifer = 'Неправильный идентификатор';
+$strSQPBugUnclosedQuote = 'Незакрытая кавычка';
+$strSQPBugUnknownPunctuation = 'Неизвестная пунктуация';
+$strSave = 'Сохранить';
$strSaveOnServer = 'Сохранить на сервере в каталоге %s';
$strSavePosition = 'Сохранить расположение таблиц';
-$strSave = 'Сохранить';
$strScaleFactorSmall = 'Схема не помещается на одной странице. Необходимо уменьшить масштаб.';
+$strSearch = 'Поиск';
$strSearchFormTitle = 'Поиск в базе данных';
$strSearchInField = 'Внутри поля:';
$strSearchInTables = 'В таблице/таблицах:';
@@ -769,7 +780,6 @@ $strSearchOption3 = 'точное соответствие';
$strSearchOption4 = 'регулярное выражение';
$strSearchResultsFor = 'Результаты поиска по "%s" %s:';
$strSearchType = 'Искать:';
-$strSearch = 'Поиск';
$strSecretRequired = 'При cookie-аутентификации, в конфигурационном файле необходимо задать парольную фразу установив значение директивы $cfg[\'blowfish_secret\'].';
$strSelectADb = 'Выберите базу данных';
$strSelectAll = 'Выделить все';
@@ -781,40 +791,38 @@ $strSelectReferencedKey = 'Выберите ссылочный ключ';
$strSelectTables = 'Выберите таблицы';
$strSend = 'Сохранить как файл';
$strSent = 'Отправлено';
+$strServer = 'Сервер';
$strServerChoice = 'Выбор сервера';
$strServerNotResponding = 'Сервер не отвечает';
+$strServerStatus = 'Текущее состояние MySQL';
$strServerStatusDelayedInserts = 'Отложенные вставки';
$strServerStatusUptime = 'MySQL сервер работает %s. Время запуска: %s.';
-$strServerStatus = 'Текущее состояние MySQL';
-$strServers = 'Сервера';
$strServerTabVariables = 'Переменные';
$strServerTrafficNotes = 'Трафик: статистика по сетевому трафику MySQL-сервера со времени его запуска.';
$strServerVars = 'Серверные переменные и настройки';
$strServerVersion = 'Версия сервера';
-$strServer = 'Сервер';
+$strServers = 'Сервера';
$strSessionGCWarning = 'Ваш PHP параметр [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] меньше, чем длительность cookie определенная в phpMyAdmin, по этой причине, данные входа истекут быстрее установленных.';
$strSessionStartupErrorGeneral = 'Произошла ошибка в работе механизма сессии. Проверьте файлы журналов PHP и/или Веб-сервера на наличие ошибок, и произведите их корректное конфигурирование.';
$strSessionValue = 'Значение сессии';
$strSetEnumVal = 'При создании полей типа "enum" и "set", данные значения должны иметь формат: \'a\',\'b\',\'c\'... Символы обратной косой черты (\\) и одинарной кавычки (\') необходимо экранировать (предварять) символом обратной косой черты, например: \'\\\\xyz\' или \'a\\\'b\'.';
$strSetupAllowAnywhereRecoding_name = 'Разрешить перекодирование';
-$strSetupAllowArbitraryServer_desc = 'При включении позволяет ввести любой MySQL сервер в форме авторизации при установленной cookie идентификации';
$strSetupAllowArbitraryServerMsg = 'Данный [a@?page=form&formset=features#tab_Security]параметр[/a] должен быть отключен, так как позволяет атакующему совершать перебор учетных данных к любому серверу MySQL. При необходимости активации данного параметра, используйте [a@?page=form&formset=features#tab_Security]список доверенных прокси[/a]. Однако, защита по IP может быть ненадежной, если ваш IP не является выделенным и кроме вас принадлежит тысячам пользователей того же Интернет Провайдера.';
+$strSetupAllowArbitraryServer_desc = 'При включении позволяет ввести любой MySQL сервер в форме авторизации при установленной cookie идентификации';
$strSetupAllowArbitraryServer_name = 'Разрешить подключение к любому серверу MySQL';
$strSetupAllowUserDropDatabase_name = 'Показывать ссылку "Удалить базу данных" обычным пользователям';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Создание и распаковка Bzip2 архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
+$strSetupBZipDump_desc = 'Включить [a@http://ru.wikipedia.org/wiki/Bzip2]bzip2[/a] архивирование для операций импорта и экспорта';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Ключ должен содержать символы алфавита, цифры [em]и[/em] знаки';
-$strSetupblowfish_secret_desc = 'Ключевая фраза используемая для кодировки cookies при [kbd]cookie[/kbd] идентификации';
$strSetupBlowfishSecretLengthMsg = 'Ключ кодирования слишком короткий, он должен содержать не менее 8 символов';
$strSetupBlowfishSecretMsg = 'Вы не установлили ключ blowfish и включили cookie идентификацию, по этой причине он был автоматически создан за вас. Данный ключ используется для кодировки cookies; вам не надо его запоминать.';
-$strSetupblowfish_secret_name = 'Ключ Blowfish';
$strSetupBrowseMarkerEnable_desc = 'Подсвечивать выбранные строки';
$strSetupBrowseMarkerEnable_name = 'Выделение строки';
$strSetupBrowsePointerEnable_desc = 'Подсветить строку при наведении курсора';
$strSetupBrowsePointerEnable_name = 'Подсветить наведение';
-$strSetupBZipDump_desc = 'Включить [a@http://ru.wikipedia.org/wiki/Bzip2]bzip2[/a] архивирование для операций импорта и экспорта';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Создание и распаковка Bzip2 архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
-$strSetupCannotLoadConfigMsg = 'Пожалуйста, создайте на сервере в корневой директории phpMyAdmin каталог [em]config[/em] и установите у него разрешение на запись, как описано в [a@../Documentation.html#setup_script]документации[/a]. В противном случае вы сможете только скачать, или просмотреть его.';
$strSetupCannotLoadConfig = 'Невозможно загрузить или сохранить настройки';
+$strSetupCannotLoadConfigMsg = 'Пожалуйста, создайте на сервере в корневой директории phpMyAdmin каталог [em]config[/em] и установите у него разрешение на запись, как описано в [a@../Documentation.html#setup_script]документации[/a]. В противном случае вы сможете только скачать, или просмотреть его.';
$strSetupCharEditing_desc = 'Определяет вид редактирования полей типа CHAR и VARCHAR. [kbd]input[/kbd] - позволяет ограничить длину вводимых данных, [kbd]textarea[/kbd] - позволяет использовать в полях перенос строки.';
$strSetupCharEditing_name = 'Поля редактирования CHAR';
$strSetupCharTextareaCols_desc = 'Ширина текстового поля для данных типа CHAR/VARCHAR';
@@ -839,27 +847,14 @@ $strSetupDefaultTabServer_name = 'Вкладка по умолчанию для
$strSetupDefaultTabTable_desc = 'Вкладка отображаемая при выборе таблицы';
$strSetupDefaultTabTable_name = 'Вкладка по умолчанию для таблицы';
$strSetupDirectoryNotice = 'Данное значение должно быть внимательно проверено на предмет того, что директория не доступна извне, не открыта для чтения или записи для любого другого пользователя сервера.';
+$strSetupDisplay = 'Показать';
$strSetupDisplayDatabasesList_desc = 'Выводить базы данных в виде последовательного списка вместо выпадающего';
$strSetupDisplayDatabasesList_name = 'Отображать базы данных списком';
$strSetupDisplayServersList_desc = 'Выводить доступные для выбора серверы в виде последовательного списка вместо выпадающего';
$strSetupDisplayServersList_name = 'Выводить серверы списком';
-$strSetupDisplay = 'Показать';
$strSetupDonateLink = 'Пожертвование';
$strSetupDownload = 'Скачать';
$strSetupEndOfLine = 'Конец строки';
-$strSetuperror_connection = 'Невозможно соединиться с сервером MySQL';
-$strSetuperror_empty_pmadb_password = 'При использовании pmadb не установлен пароль управляющего пользователя phpMyAdmin';
-$strSetuperror_empty_pmadb_user = 'При использовании pmadb не установлен управляющий пользователь phpMyAdmin';
-$strSetuperror_empty_signon_session = 'При использовании единого метода идентификации signon не установлено имя сессии';
-$strSetuperror_empty_signon_url = 'При использовании единого метода идентификации signon не установлен URL';
-$strSetuperror_empty_user_for_config_auth = 'При использовании идентификации по конфигурационному файлу не установлено имя пользователя';
-$strSetuperror_form = 'Данные формы содержат ошибки';
-$strSetuperror_incorrect_ip_address = 'Некорректно введен IP адрес: %s';
-$strSetuperror_incorrect_port = 'Некорректно установлен номер порта';
-$strSetuperror_incorrect_value = 'Некорректное значение';
-$strSetuperror_missing_field_data = 'Отсутствуют данные для %s';
-$strSetuperror_nan_nneg = 'Значение должно быть отрицательным числом';
-$strSetuperror_nan_p = 'Значение должно быть положительным числом';
$strSetupExecTimeLimit_desc = 'Установите максимальное количество секунд, в течении которых скрипт может работать ([kbd]0[/kbd] без ограничения)';
$strSetupExecTimeLimit_name = 'Максимальное время выполнения';
$strSetupExport_asfile_name = 'Сохранить как файл';
@@ -873,63 +868,63 @@ $strSetupExport_onserver_name = 'Сохранить на сервере';
$strSetupExport_onserver_overwrite_name = 'Перезаписать существующий файл(ы)';
$strSetupExport_remember_file_template_name = 'Запомнить шаблон имени файла';
$strSetupFalse = 'нет';
-$strSetupForceSSL_desc = 'При использовании phpMyAdmin предпочитать использование безопасного соединения';
$strSetupForceSSLMsg = 'Данный [a@?page=form&formset=features#tab_Security]параметр[/a] должен быть включен, если ваш сервер его поддерживает';
+$strSetupForceSSL_desc = 'При использовании phpMyAdmin предпочитать использование безопасного соединения';
$strSetupForceSSL_name = 'Предпочитать SSL соединение';
$strSetupForeignKeyDropdownOrder_desc = 'Порядок сортировки значений в списке внешних ключей. [kbd]content[/kbd] - ссылочные данные, [kbd]id[/kbd] - значение ключа';
$strSetupForeignKeyDropdownOrder_name = 'Сортировка внешних ключей';
$strSetupForeignKeyMaxLimit_desc = 'Если значений меньше указанного, то они будут выведены в виде выпадающего списка';
$strSetupForeignKeyMaxLimit_name = 'Лимит внешних ключей';
-$strSetupForm_Browse_desc = 'Настройка режима обзора данных';
$strSetupForm_Browse = 'Обзор';
-$strSetupForm_Edit_desc = 'Настройка режима редакции данных';
+$strSetupForm_Browse_desc = 'Настройка режима обзора данных';
$strSetupForm_Edit = 'Редакция';
-$strSetupForm_Export_defaults_desc = 'Настройте параметры экспорта используемые по умолчанию';
+$strSetupForm_Edit_desc = 'Настройка режима редакции данных';
$strSetupForm_Export_defaults = 'Экспорт';
-$strSetupForm_Import_defaults_desc = 'Настройте параметры импорта используемые по умолчанию';
+$strSetupForm_Export_defaults_desc = 'Настройте параметры экспорта используемые по умолчанию';
$strSetupForm_Import_defaults = 'Импорт';
-$strSetupForm_Import_export_desc = 'Установите директории импорта и экспорта, а так же параметры архивации';
+$strSetupForm_Import_defaults_desc = 'Настройте параметры импорта используемые по умолчанию';
$strSetupForm_Import_export = 'Импорт / экспорт';
-$strSetupForm_Left_databases_desc = 'Параметры отображения списка баз данных';
+$strSetupForm_Import_export_desc = 'Установите директории импорта и экспорта, а так же параметры архивации';
$strSetupForm_Left_databases = 'Базы данных';
-$strSetupForm_Left_frame_desc = 'Настройки отображения фрейма навигации';
+$strSetupForm_Left_databases_desc = 'Параметры отображения списка баз данных';
$strSetupForm_Left_frame = 'Фрейм навигации';
-$strSetupForm_Left_servers_desc = 'Параметры отображения списка серверов';
+$strSetupForm_Left_frame_desc = 'Настройки отображения фрейма навигации';
$strSetupForm_Left_servers = 'Сервера';
-$strSetupForm_Left_tables_desc = 'Параметры отображения списка таблиц';
+$strSetupForm_Left_servers_desc = 'Параметры отображения списка серверов';
$strSetupForm_Left_tables = 'Таблицы';
+$strSetupForm_Left_tables_desc = 'Параметры отображения списка таблиц';
$strSetupForm_Main_frame = 'Основной фрейм';
-$strSetupForm_Other_core_settings_desc = 'Настройки не попадающие в другие разделы';
$strSetupForm_Other_core_settings = 'Другие настройки ядра';
-$strSetupForm_Query_window_desc = 'Настройте параметры окна запросов';
+$strSetupForm_Other_core_settings_desc = 'Настройки не попадающие в другие разделы';
$strSetupForm_Query_window = 'Окно запросов';
-$strSetupForm_Security_desc = 'Пожалуйста, обратите внимание, что phpMyAdmin - это только веб-интерфейс и его настройки не ограничивают доступ к самой MySQL';
+$strSetupForm_Query_window_desc = 'Настройте параметры окна запросов';
$strSetupForm_Security = 'Безопасность';
-$strSetupForm_Server_config_desc = 'Расширенное управление сервером. Не изменяйте данные параметры без достаточного понимания их назначения.';
-$strSetupForm_Server_config = 'Параметры сервера';
-$strSetupForm_Server_desc = 'Введите параметры соединения сервера';
-$strSetupForm_Server_login_options_desc = 'Введите параметры входа для единого метода идентификации';
-$strSetupForm_Server_login_options = 'Параметры Signon входа';
-$strSetupForm_Server_pmadb_desc = 'Настройка базы данных для установки расширенных возможностей phpMyAdmin. Смотрите в документации раздел описывающий [a@../Documentation.html#linked-tables]инфраструктуру связанных таблиц[/a]';
-$strSetupForm_Server_pmadb = 'Расширения PMA';
+$strSetupForm_Security_desc = 'Пожалуйста, обратите внимание, что phpMyAdmin - это только веб-интерфейс и его настройки не ограничивают доступ к самой MySQL';
$strSetupForm_Server = 'Основные настройки';
+$strSetupForm_Server_config = 'Параметры сервера';
+$strSetupForm_Server_config_desc = 'Расширенное управление сервером. Не изменяйте данные параметры без достаточного понимания их назначения.';
+$strSetupForm_Server_desc = 'Введите параметры соединения сервера';
+$strSetupForm_Server_login_options = 'Параметры Signon входа';
+$strSetupForm_Server_login_options_desc = 'Введите параметры входа для единого метода идентификации';
+$strSetupForm_Server_pmadb = 'Расширения PMA';
+$strSetupForm_Server_pmadb_desc = 'Настройка базы данных для установки расширенных возможностей phpMyAdmin. Смотрите в документации раздел описывающий [a@../Documentation.html#linked-tables]инфраструктуру связанных таблиц[/a]';
+$strSetupForm_Sql_box = 'SQL Запрос';
+$strSetupForm_Sql_box_desc = 'Настройте ссылки выводимые в блоке SQL запросов';
+$strSetupForm_Sql_queries = 'SQL запросы';
+$strSetupForm_Sql_queries_desc = 'Настройки SQL запросов. Для установки параметров всплывающего окна SQL запросов смотрите настройки [a@?page=form&formset=main_frame#tab_Sql_box]фрейма Навигации[/a]';
+$strSetupForm_Startup = 'Главная';
+$strSetupForm_Startup_desc = 'Настройка отображения главной страницы';
+$strSetupForm_Tabs = 'Вкладки';
+$strSetupForm_Tabs_desc = 'Настройте отображение вкладок';
$strSetupFormset_customization = 'Модификация';
$strSetupFormset_export = 'Модифицировать параметры экспорта';
$strSetupFormset_features = 'Настройки';
$strSetupFormset_import = 'Модифицировать изначальлные настройки импорта';
$strSetupFormset_left_frame = 'Модифицировать фрейм навигации';
$strSetupFormset_main_frame = 'Модифицировать основной фрейм';
-$strSetupForm_Sql_box_desc = 'Настройте ссылки выводимые в блоке SQL запросов';
-$strSetupForm_Sql_box = 'SQL Запрос';
-$strSetupForm_Sql_queries_desc = 'Настройки SQL запросов. Для установки параметров всплывающего окна SQL запросов смотрите настройки [a@?page=form&formset=main_frame#tab_Sql_box]фрейма Навигации[/a]';
-$strSetupForm_Sql_queries = 'SQL запросы';
-$strSetupForm_Startup_desc = 'Настройка отображения главной страницы';
-$strSetupForm_Startup = 'Главная';
-$strSetupForm_Tabs_desc = 'Настройте отображение вкладок';
-$strSetupForm_Tabs = 'Вкладки';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Создание и распаковка GZip архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
$strSetupGZipDump_desc = 'Включить [a@http://ru.wikipedia.org/wiki/Gzip]gzip[/a] архивирование для операций импорта и экспорта';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Создание и распаковка GZip архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
$strSetupHomepageLink = 'Домашняя страница phpMyAdmin';
$strSetupIconvExtraParams_name = 'Добавочные параметры iconv';
$strSetupIgnoreErrors = 'Игнорировать ошибки';
@@ -941,9 +936,9 @@ $strSetupImport_format_desc = 'Формат по умолчанию; обрат
$strSetupImport_format_name = 'Формат импортируемых файлов';
$strSetupImport_skip_queries_desc = 'Количество запросов пропускаемых от начала импорта';
$strSetupImport_skip_queries_name = 'Частичный импорт: пропуск запросов';
+$strSetupInsecureConnection = 'Небезопасное соединение';
$strSetupInsecureConnectionMsg1 = 'Вы используете обычное, небезопасное соединение; все данные (включая потенциально критическую информацию, вроде паролей) передаются в незашифрованном виде!';
$strSetupInsecureConnectionMsg2 = 'Если ваш сервер настроен также и на приём HTTPS запросов, перейдите по [a@%s]данной ссылке[/a] для использования безопасного соединения.';
-$strSetupInsecureConnection = 'Небезопасное соединение';
$strSetupInsertRows_desc = 'Количество строк при вставке за один раз';
$strSetupInsertRows_name = 'Количество строк при вставке';
$strSetupLeftDefaultTabTable_name = 'Цель иконки быстрого доступа';
@@ -960,9 +955,9 @@ $strSetupLeftFrameLight_name = 'Облегченный вариант';
$strSetupLeftFrameTableLevel_name = 'Максимальная глубина дерева таблиц';
$strSetupLeftFrameTableSeparator_desc = 'Строка разделяющая таблицы на различные уровни дерева';
$strSetupLeftFrameTableSeparator_name = 'Разделитель дерева таблиц';
-$strSetupLeftLogoLink_name = 'URL ссылка логотипа';
$strSetupLeftLogoLinkWindow_desc = 'Открывать ссылку в основном окне ([kbd]main[/kbd]) или в новом ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Цель ссылки логотипа';
+$strSetupLeftLogoLink_name = 'URL ссылка логотипа';
$strSetupLeftPointerEnable_desc = 'Подсвечивать сервер при наведении курсора';
$strSetupLeftPointerEnable_name = 'Включить подсветку';
$strSetupLetUserChoose = 'Предоставить выбор пользователю';
@@ -975,8 +970,8 @@ $strSetupLoginCookieRecall_desc = 'Определяет необходимост
$strSetupLoginCookieRecall_name = 'Выводить имя пользователя';
$strSetupLoginCookieStore_desc = 'Определяет время (в секундах), в течении которого данные входа должны храниться в браузере. Значение по умолчанию (0) означает, что они будут храниться только в течении существующей сессии, и будут удалены сразу после закрытия окна браузера. Хранение в течении сессии рекомендуется для использования в недружественном окружении.';
$strSetupLoginCookieStore_name = 'Хранение cookie';
-$strSetupLoginCookieValidity_desc = 'Определяет длительность (в секундах) действия cookie идентификации';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Время действия cookie идентификации[/a] не должно превышать 1800 секунд (30 минут). Установка значения более 1800 может оказаться небезопасным в связи с возможным использованием сессии другим лицом.';
+$strSetupLoginCookieValidity_desc = 'Определяет длительность (в секундах) действия cookie идентификации';
$strSetupLoginCookieValidity_name = 'Срок действия cookie';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Максимальное количество символов используемых при отображении SQL запроса';
$strSetupMaxCharactersInDisplayedSQL_name = 'Максимальная длинна отображаемого SQL';
@@ -1014,18 +1009,36 @@ $strSetupRecodingEngine_desc = 'Выберите функцию, которая
$strSetupRecodingEngine_name = 'Механизм перекодирования';
$strSetupRestoreDefaultValue = 'Восстановить изначальное значение';
$strSetupRevertErroneousFields = 'Проверка данных на соответствие и возвращение в изначальное значение при наличии ошибки';
+$strSetupSQLQuery_Edit_name = 'Редактировать';
+$strSetupSQLQuery_Explain_name = 'Анализ запроса';
+$strSetupSQLQuery_Refresh_name = 'Обновить';
+$strSetupSQLQuery_ShowAsPHP_name = 'Генерировать PHP-код';
+$strSetupSQLQuery_Validate_name = 'Проверка синтаксиса';
$strSetupSaveDir_desc = 'Каталог на сервере, в который можно сохранять файлы при экспорте';
$strSetupSaveDir_name = 'Каталог сохранения';
$strSetupServerAuthConfigMsg = 'Вы установили [kbd]config[/kbd] идентификацию и ввели имя полльзователя с паролем для автоматического входа, что крайне не рекомендуется для рабочего хоста. Любой, кто сможет узнать ссылку к phpMyAdmin сможет напрямую попасть в панель управления. Установите [a@?page=servers&mode=edit&id=%1$d#tab_Server]тип идентификации[/a] в [kbd]cookie[/kbd] или [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'По причине улучшения производительности, используйте расширение mysqli';
$strSetupServerNoPasswordMsg = 'Вы разрешаете соединение с сервером без пароля.';
+$strSetupServerSecurityInfoMsg = 'При необходимости используйте дополнительные настройки безопасности - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]идентификация по хосту[/a] и [a@?page=form&formset=features#tab_Security]список доверенных прокси серверов[/a]. Однако, защита по IP может быть ненадежной, если ваш IP не является выделенным и кроме вас принадлежит тысячам пользователей того же Интернет Провайдера.';
+$strSetupServerSslMsg = 'Вы должны использовать SSL соединение, если ваш веб-сервер его поддерживает';
$strSetupServersAdd = 'Добавить новый сервер';
+$strSetupServersEdit = 'Редактировать сервер';
$strSetupServers_AllowDeny_order_desc = 'Оставьте поле пустым, если не используете данную функцию';
$strSetupServers_AllowDeny_order_name = 'Порядок хостов для идентификации';
$strSetupServers_AllowDeny_rules_desc = 'Оставьте поле пустым для использования значения по умолчанию';
$strSetupServers_AllowDeny_rules_name = 'Правила хостов для идентификации';
$strSetupServers_AllowNoPassword_name = 'Разрешать подключения без пароля';
$strSetupServers_AllowRoot_name = 'Разрешить вход под root';
+$strSetupServers_CountTables_desc = 'При выводе баз данных показывать количество таблиц в них';
+$strSetupServers_CountTables_name = 'Подсчитывать таблицы';
+$strSetupServers_DisableIS_desc = 'Подробнее смотрите на [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] и [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Отключить использование INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL выхода';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL команда для выборки доступных баз данных';
+$strSetupServers_ShowDatabasesCommand_name = 'Команда SHOW DATABASES';
+$strSetupServers_SignonSession_desc = 'Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]типы идентификации[/a]';
+$strSetupServers_SignonSession_name = 'Имя сессии для Signon';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'Путь к конфигурационному файлу для [a@http://swekey.com]аппаратной идентификации SweKey[/a] (пример, если располагается ниже корня хоста: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'Конфигурационный файл SweKey';
$strSetupServers_auth_type_desc = 'Используемый метод идентификации';
@@ -1041,14 +1054,8 @@ $strSetupServers_connect_type_name = 'Тип соединения';
$strSetupServers_controlpass_name = 'Пароль выделенного пользователя';
$strSetupServers_controluser_desc = 'Специальный пользователь MySQL с ограниченными привилегиями. Подробнее смотрите на [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Выделенный пользователь';
-$strSetupServers_CountTables_desc = 'При выводе баз данных показывать количество таблиц в них';
-$strSetupServers_CountTables_name = 'Подсчитывать таблицы';
$strSetupServers_designer_coords_desc = 'Для отключения поддержки Дизайнера Связей оставьте поле пустым. Рекомендуется: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Таблица Дизайнера';
-$strSetupServers_DisableIS_desc = 'Подробнее смотрите на [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] и [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Отключить использование INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'При необходимости используйте дополнительные настройки безопасности - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]идентификация по хосту[/a] и [a@?page=form&formset=features#tab_Security]список доверенных прокси серверов[/a]. Однако, защита по IP может быть ненадежной, если ваш IP не является выделенным и кроме вас принадлежит тысячам пользователей того же Интернет Провайдера.';
-$strSetupServersEdit = 'Редактировать сервер';
$strSetupServers_extension_desc = 'Выберите какое расширение PHP использовать для работы с MySQL. При возможности, используйте mysqli.';
$strSetupServers_extension_name = 'PHP расширение';
$strSetupServers_hide_db_desc = 'Скрыть базы данных подпадающие под регулярное выражение (PCRE)';
@@ -1057,7 +1064,6 @@ $strSetupServers_history_desc = 'Для отключения поддержки
$strSetupServers_history_name = 'Таблица истории SQL запросов';
$strSetupServers_host_desc = 'Хост на котором работает сервер MySQL';
$strSetupServers_host_name = 'Хост сервера';
-$strSetupServers_LogoutURL_name = 'URL выхода';
$strSetupServers_nopassword_desc = 'Пытаться установить соединение без пароля, если пароль не был принят при идентификации';
$strSetupServers_nopassword_name = 'Соединять без пароля';
$strSetupServers_only_db_desc = 'Вы можете использовать подстановочные символы (% и _), экранируйте их, если хотите использовать, как обычные литературные символы, т.е. используйте \'my\_db\' а не \'my_db\'';
@@ -1072,12 +1078,6 @@ $strSetupServers_port_desc = 'Порт на котором работает се
$strSetupServers_port_name = 'Порт сервера';
$strSetupServers_relation_desc = 'Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/relation]связанных таблиц[/a] оставьте поле пустым. Рекомендуется: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Таблица связей';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL команда для выборки доступных баз данных';
-$strSetupServers_ShowDatabasesCommand_name = 'Команда SHOW DATABASES';
-$strSetupServers_SignonSession_desc = 'Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]типы идентификации[/a]';
-$strSetupServers_SignonSession_name = 'Имя сессии для Signon';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'Вы должны использовать SSL соединение, если ваш веб-сервер его поддерживает';
$strSetupServers_socket_desc = 'Сокет на котором работает сервер MySQL. Для значения по умолчанию, оставьте пустым.';
$strSetupServers_socket_name = 'Сокет сервера';
$strSetupServers_ssl_desc = 'Использовать SSL для соединения с MySQL';
@@ -1104,9 +1104,9 @@ $strSetupShowFunctionFields_name = 'Выводить поля функций';
$strSetupShowHiddenMessages = 'Показать скрытые сообщения (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Вывести ссылку для отображения [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]';
$strSetupShowPhpInfo_name = 'Вывести ссылку на phpinfo()';
-$strSetupShowServerInfo_name = 'Вывести подробную информацию по MySQL серверу';
$strSetupShowSQL_desc = 'Определяет вывод SQL запросов генерируемых phpMyAdmin';
$strSetupShowSQL_name = 'Показывать SQL запросы';
+$strSetupShowServerInfo_name = 'Вывести подробную информацию по MySQL серверу';
$strSetupShowStats_desc = 'Разрешить вывод статистики по базам данных и таблицам (например, объем занятого пространства)';
$strSetupShowStats_name = 'Показывать статистику';
$strSetupShowTooltipAliasDB_desc = 'Если включен вывод всплывающих подсказок и установлен вывод комментария, произойдет взаимная замена комментария и имени базы данных';
@@ -1116,11 +1116,6 @@ $strSetupShowTooltipAliasTB_name = 'Комментарий таблицы вме
$strSetupShowTooltip_name = 'Комментарии таблицы во всплывающих подсказках';
$strSetupSkipLockedTables_desc = 'Отмечать использованные таблицы и делать возможным отображение баз данных с заблокированными таблицами';
$strSetupSkipLockedTables_name = 'Пропускать заблокированные таблицы';
-$strSetupSQLQuery_Edit_name = 'Редактировать';
-$strSetupSQLQuery_Explain_name = 'Анализ запроса';
-$strSetupSQLQuery_Refresh_name = 'Обновить';
-$strSetupSQLQuery_ShowAsPHP_name = 'Генерировать PHP-код';
-$strSetupSQLQuery_Validate_name = 'Проверка синтаксиса';
$strSetupSuggestDBName_desc = 'Предлагать имя создаваемой базы данных при наличии такой возможности, или сохранение поля пустым';
$strSetupSuggestDBName_name = 'Предлагать имя новой базы данных';
$strSetupTrue = 'да';
@@ -1132,32 +1127,44 @@ $strSetupUseDbSearch_desc = 'Разрешить поиск по всей баз
$strSetupUseDbSearch_name = 'Использовать поиск по базе данных';
$strSetupVerboseMultiSubmit_desc = 'Показывать количество затронутых каждым выражением строк в сложносоставных запросах. Для определения количества выражений в сложносоставном запросе смотрите libraries/import.lib.php.';
$strSetupVerboseMultiSubmit_name = 'Комментировать составные запросы';
+$strSetupVersionCheck = 'Проверка версии';
$strSetupVersionCheckDataError = 'Не удалось получить текущую версию. Возможно вы не соединены с сетью, или сервер обновления не отвечает.';
$strSetupVersionCheckInvalid = 'От сервера получена некорректная строка версии';
$strSetupVersionCheckLink = 'Проверить обновление';
-$strSetupVersionCheckNewAvailableSvn = 'Вы используете подверсию, запустите [kbd]обновление svn[/kbd] :-)[br]Последняя стабильная версия %s, выпущена %s.';
$strSetupVersionCheckNewAvailable = 'Доступна более новая версия phpMyAdmin и вам предлагается ее использовать. Новейшая версия %s, выпущена %s.';
+$strSetupVersionCheckNewAvailableSvn = 'Вы используете подверсию, запустите [kbd]обновление svn[/kbd] :-)[br]Последняя стабильная версия %s, выпущена %s.';
$strSetupVersionCheckNone = 'Обновление стабильной версии недоступно';
$strSetupVersionCheckUnparsable = 'Строка версии не поддаётся разбору';
$strSetupVersionCheckWrapperError = 'Недоступны обработчик URL протокола или CURL. Проверка версии невозможна.';
-$strSetupVersionCheck = 'Проверка версии';
$strSetupWarning = 'Предупреждение';
-$strSetupZipDump_desc = 'Включить [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] архивирование для операций импорта и экспорта';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Создание Zip архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Создание и распаковка Zip архивов[/a] требует наличия функций (%s), которые недоступны на данной системе.';
+$strSetupZipDump_desc = 'Включить [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] архивирование для операций импорта и экспорта';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Ключевая фраза используемая для кодировки cookies при [kbd]cookie[/kbd] идентификации';
+$strSetupblowfish_secret_name = 'Ключ Blowfish';
+$strSetuperror_connection = 'Невозможно соединиться с сервером MySQL';
+$strSetuperror_empty_pmadb_password = 'При использовании pmadb не установлен пароль управляющего пользователя phpMyAdmin';
+$strSetuperror_empty_pmadb_user = 'При использовании pmadb не установлен управляющий пользователь phpMyAdmin';
+$strSetuperror_empty_signon_session = 'При использовании единого метода идентификации signon не установлено имя сессии';
+$strSetuperror_empty_signon_url = 'При использовании единого метода идентификации signon не установлен URL';
+$strSetuperror_empty_user_for_config_auth = 'При использовании идентификации по конфигурационному файлу не установлено имя пользователя';
+$strSetuperror_form = 'Данные формы содержат ошибки';
+$strSetuperror_incorrect_ip_address = 'Некорректно введен IP адрес: %s';
+$strSetuperror_incorrect_port = 'Некорректно установлен номер порта';
+$strSetuperror_incorrect_value = 'Некорректное значение';
+$strSetuperror_missing_field_data = 'Отсутствуют данные для %s';
+$strSetuperror_nan_nneg = 'Значение должно быть отрицательным числом';
+$strSetuperror_nan_p = 'Значение должно быть положительным числом';
+$strShow = 'Показать';
$strShowAll = 'Показать все';
-$strShowBinaryContents = 'Показать бинарные данные';
$strShowBLOBContents = 'Показать BLOB содержимое';
+$strShowBinaryContents = 'Показать бинарные данные';
$strShowColor = 'Отображать в цвете';
$strShowDatadictAs = 'Ориентация страниц словаря данных';
$strShowFullQueries = 'Развернутое отображение запросов';
$strShowGrid = 'Отображать сетку';
$strShowHideLeftMenu = 'Показать/скрыть левое меню';
-$strShowingBookmark = 'Отображение закладки';
-$strShowingPhp = 'Отображает как PHP-код';
-$strShowingRecords = 'Отображает строки';
-$strShowingSQL = 'Отображает SQL-запрос';
$strShowKeys = 'Only show keys';
$strShowOpenTables = 'Список открытых таблиц';
$strShowPHPInfo = 'Показать информацию PHP';
@@ -1214,13 +1221,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Количество записей
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Количество незавершенных попыток синхронизации с помощью операции fsync().';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Количество незавершенных запросов на запись в журнал.';
$strShowStatusInnodb_os_log_writtenDescr = 'Объем данных в байтах, записанных в файл журнала.';
-$strShowStatusInnodb_pages_createdDescr = 'Количество созданных страниц.';
$strShowStatusInnodb_page_sizeDescr = 'Размер страницы, компилируемой в InnoDB (по умолчанию 16Кб). Многие значения приводятся в страницах, но зная объем страницы, можно перевести эти значения в байты.';
+$strShowStatusInnodb_pages_createdDescr = 'Количество созданных страниц.';
$strShowStatusInnodb_pages_readDescr = 'Количество прочитанных страниц.';
$strShowStatusInnodb_pages_writtenDescr = 'Количество записанных страниц.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Текущее количество ожиданий блокировок строк.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Среднее время ожидания блокировки строк (в миллисекундах).';
$strShowStatusInnodb_row_lock_timeDescr = 'Общее время, ожидания блокировок строк (в миллисекундах).';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Среднее время ожидания блокировки строк (в миллисекундах).';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Максимальное время ожидания блокировки строк (в миллисекундах).';
$strShowStatusInnodb_row_lock_waitsDescr = 'Общее количество ожиданий блокировки строк.';
$strShowStatusInnodb_rows_deletedDescr = 'Количество строк, удаленных из таблиц InnoDB.';
@@ -1236,10 +1243,10 @@ $strShowStatusKey_write_requestsDescr = 'Количество запросов
$strShowStatusKey_writesDescr = 'Количество физических операций записи блока индексов на диск.';
$strShowStatusLast_query_costDescr = 'Общие затраты последнего компилированного запроса, рассчитанные оптимизатором запросов. Полезно при сравнении эффективности различных схем одного запроса. Изначальное нулевое значение, означает, что процесса компиляции запроса еще не было.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Количество строк, ожидающих вставки в запросах INSERT DELAYED.';
-$strShowStatusOpened_tablesDescr = 'Общее количество открывавшихся таблиц. При большом значении переменной рекомендуется увеличить размер кеша таблиц (table_cache).';
$strShowStatusOpen_filesDescr = 'Количество открытых файлов.';
$strShowStatusOpen_streamsDescr = 'Количество открытых потоков (применяется к файлам журналов). Потоком называется файл, открытый с помощью функции fopen().';
$strShowStatusOpen_tablesDescr = 'Количество открытых таблиц.';
+$strShowStatusOpened_tablesDescr = 'Общее количество открывавшихся таблиц. При большом значении переменной рекомендуется увеличить размер кеша таблиц (table_cache).';
$strShowStatusQcache_free_blocksDescr = 'Количество свободных блоков памяти в кеше запросов.';
$strShowStatusQcache_free_memoryDescr = 'Объем свободной памяти для кеша запросов.';
$strShowStatusQcache_hitsDescr = 'Количество "попаданий" в кеш запросов, т.е. сколько запросов было удовлетворено запросами, находящимися в кеше.';
@@ -1252,8 +1259,8 @@ $strShowStatusReset = 'Сбросить';
$strShowStatusRpl_statusDescr = 'Состояние отказоустойчивой репликации (пока не реализовано).';
$strShowStatusSelect_full_joinDescr = 'Количество запросов-объединений, выполненных без использования индексов. Если значение переменной не равно 0, рекомендуется проверить индексы таблиц.';
$strShowStatusSelect_full_range_joinDescr = 'Количество запросов-объединений, выполненных с использованием поиска по диапазону в таблице, на которую делается ссылка.';
-$strShowStatusSelect_range_checkDescr = 'Количество запросов-объединений, выполненных с использованием поиска по диапазону для выборки строк из вторичной таблицы. Если значение переменной не равно 0, рекомендуется проверить индексы таблиц.';
$strShowStatusSelect_rangeDescr = 'Количество запросов-объединений, выполненных с использованием поиска по диапазону в первой таблице. Обычно значение этой переменной не критично, даже если оно велико.';
+$strShowStatusSelect_range_checkDescr = 'Количество запросов-объединений, выполненных с использованием поиска по диапазону для выборки строк из вторичной таблицы. Если значение переменной не равно 0, рекомендуется проверить индексы таблиц.';
$strShowStatusSelect_scanDescr = 'Количество запросов-объединений, выполненных с использованием полного поиска по первой таблице.';
$strShowStatusSlave_open_temp_tablesDescr = 'Количество временных таблиц, открытых в настоящий момент подчиненным потоком.';
$strShowStatusSlave_retried_transactionsDescr = 'Общее количество повторов транзакций подчиненным потоком репликации с момента запуска.';
@@ -1273,7 +1280,10 @@ $strShowStatusThreads_runningDescr = 'Количество процессов,
$strShowTableDimension = 'Отображать размерность таблиц';
$strShowTables = 'Отображение таблиц';
$strShowThisQuery = 'Показать данный запрос снова';
-$strShow = 'Показать';
+$strShowingBookmark = 'Отображение закладки';
+$strShowingPhp = 'Отображает как PHP-код';
+$strShowingRecords = 'Отображает строки';
+$strShowingSQL = 'Отображает SQL-запрос';
$strSimplifiedChinese = 'Китайский упрощенный';
$strSingly = '(столбец)';
$strSize = 'Размер';
@@ -1283,52 +1293,43 @@ $strSlovenian = 'Словенский';
$strSmallBigAll = 'Свернуть/развернуть отображение всех таблиц';
$strSnapToGrid = 'Привязать к сетке';
$strSocketProblem = '(либо сокет локального MySQL-сервера некорректно настроен)';
+$strSort = 'Отсортировать';
$strSortByKey = 'Сортировать по индексу';
$strSorting = 'Сортировка';
-$strSort = 'Отсортировать';
$strSpaceUsage = 'Используемое пространство';
$strSpanish = 'Испанский';
$strSplitWordsWithSpace = 'Слова разделяются пробелом (" ").';
-$strSQLCompatibility = 'Режим совместимости SQL';
-$strSQLExportType = 'Тип экспорта';
-$strSQLParserBugMessage = 'В работе SQL-парсера произошла ошибка. Убедитесь в корректности запроса, отсутствии в нем опечаток и незакрытых кавычек. Возможной причиной ошибки может быть загрузка файла, содержащего двоичные данные вне кавычек в тексте запроса. Попробуйте выполнить запрос через командную строку MySQL. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы. Если проблема не решается, хотя через интерфейс командной строки запрос отрабатывает корректно, выявите ту часть запроса, которая вызывает ошибку и отправьте разработчикам описание ошибки, снабдив его данными из секции CUT выведенной ниже:';
-$strSQLParserUserError = 'Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.';
-$strSQLQuery = 'SQL-запрос';
-$strSQLResult = 'Результат SQL-запроса';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Неправильный идентификатор';
-$strSQPBugUnclosedQuote = 'Незакрытая кавычка';
-$strSQPBugUnknownPunctuation = 'Неизвестная пунктуация';
$strStandInStructureForView = 'Дублирующая структура для представления';
$strStatCheckTime = 'Последняя проверка';
$strStatCreateTime = 'Создание';
+$strStatUpdateTime = 'Последнее обновление';
$strStatement = 'Характеристика';
$strStatic = 'статический';
$strStatisticsOverrun = 'На загруженном сервере, побайтовые счетчики могут переполняться, таким образом, статистика, передаваемая MySQL-сервером, может быть некорректной.';
-$strStatUpdateTime = 'Последнее обновление';
$strStatus = 'Состояние';
-$strStorageEngines = 'Типы таблиц';
$strStorageEngine = 'Тип таблиц';
+$strStorageEngines = 'Типы таблиц';
$strStrucCSV = 'CSV';
$strStrucData = 'Структура и данные';
$strStrucExcelCSV = 'CSV для MS Excel';
$strStrucNativeExcel = 'Формат MS Excel';
$strStrucOnly = 'Только структура';
$strStructPropose = 'Анализ структуры таблицы';
-$strStructureForView = 'Структура для представления';
$strStructure = 'Структура';
+$strStructureForView = 'Структура для представления';
$strSubmit = 'Выполнить';
$strSuccess = 'SQL-запрос был успешно выполнен';
$strSuhosin = 'Сервер использует защитную систему Suhosin. Для решения возможных проблем обратитесь к %sдокументации%s.';
$strSum = 'Всего';
$strSwedish = 'Шведский';
-$strSwekeyAuthenticating = 'Идентификация...';
$strSwekeyAuthFailed = 'Ошибка аппаратной идентификации';
-$strSwekeyNoKeyId = 'Файл %s не содержит ключа идентификации';
+$strSwekeyAuthenticating = 'Идентификация...';
$strSwekeyNoKey = 'Отсутствует действенный подключенный ключ идентификации';
+$strSwekeyNoKeyId = 'Файл %s не содержит ключа идентификации';
$strSwitchToDatabase = 'Переключиться на скопированную базу данных';
$strSwitchToTable = 'Переключиться на скопированную таблицу';
+$strTable = 'Таблица ';
$strTableAlreadyExists = 'Таблица %s уже существует!';
$strTableAlteredSuccessfully = 'Таблица %1$s была успешно изменена';
$strTableComments = 'Комментарий к таблице';
@@ -1344,32 +1345,31 @@ $strTableOfContents = 'Содержание';
$strTableOptions = 'Параметры таблицы';
$strTableStructure = 'Структура таблицы';
$strTables = 'Таблиц: %s';
-$strTable = 'Таблица ';
$strTakeIt = 'Применить';
$strTblPrivileges = ' Привилегии уровня таблицы';
$strTempData = 'Временные данные';
$strTextAreaLength = 'Из-за большого количества данных изменение может быть затруднено';
$strTexyText = 'Texy! текст';
$strThai = 'Таи';
+$strTheme = 'Тема / Стиль';
$strThemeDefaultNotFound = 'Тема по-умолчанию %s не найдена!';
$strThemeNoPreviewAvailable = 'Предпросмотр не доступен.';
-$strThemeNotFound = 'Тема %s не найдена!';
$strThemeNoValidImgPath = 'Не найден правильный путь к изображениям для темы %s!';
+$strThemeNotFound = 'Тема %s не найдена!';
$strThemePathNotFound = 'Путь к файлам темы %s не найден!';
-$strTheme = 'Тема / Стиль';
$strThisHost = 'Этот хост';
$strThreadSuccessfullyKilled = 'Процесс %s был успешно завершен.';
$strThreads = 'Потоки';
+$strTime = 'Время';
$strTimeoutInfo = 'Процесс импорта был прерван из-за приближения временного лимита, после перезапуска импорт будет продолжен с позиции %d.';
$strTimeoutNothingParsed = 'Несмотря на последний запуск, данные не были обработаны. Как правило это означает, что phpMyAdmin не сможет завершить процесс импорта до тех пор, пока не будет увеличено ограничение времени выполнения php-сценариев.';
$strTimeoutPassed = 'Достигнут временной лимит. Если вы хотите завершить импорт, перезапустите его выбрав тот же файл, и процесс продолжится с того места на котором остановился.';
-$strTime = 'Время';
$strToFromPage = 'Страница';
+$strToSelectRelation = 'Для выбора связи нажмите на точке соединения, как показано на картинке:';
$strToggleScratchboard = 'Отображение';
$strToggleSmallBig = 'Обратное отображение';
-$strToSelectRelation = 'Для выбора связи нажмите на точке соединения, как показано на картинке:';
-$strTotalUC = 'Всего';
$strTotal = 'всего';
+$strTotalUC = 'Всего';
$strTraditionalChinese = 'Китайский традиционный';
$strTraditionalSpanish = 'Испанский традиционный';
$strTraffic = 'Трафик';
@@ -1398,10 +1398,10 @@ $strUnique = 'Уникальный';
$strUnknown = 'неизвестно';
$strUnselectAll = 'Снять выделение';
$strUnsupportedCompressionDetected = 'Загружаемый файл сжат методом (%s), который не поддерживается, и поэтому не может быть импортирован. Поддержка данного метода еще не реализована, либо отключена при конфигурировании.';
+$strUpdComTab = 'Необходимо обновить таблицу column_comments. Детали смотрите в документации.';
$strUpdatePrivMessage = 'Были изменены привилегии для %s.';
$strUpdateProfileMessage = 'Профиль был обновлен.';
$strUpdateQuery = 'Дополнить запрос';
-$strUpdComTab = 'Необходимо обновить таблицу column_comments. Детали смотрите в документации.';
$strUpgrade = 'Необходимо обновить %s до версии %s или выше.';
$strUploadErrorCantWrite = 'Ошибка при попытке записи файла на диск.';
$strUploadErrorExtension = 'Загрузка файла остановлена из-за расширения.';
@@ -1415,6 +1415,11 @@ $strUploadsNotAllowed = 'Загрузка файлов на сервер, нев
$strUsage = 'Использование';
$strUseBackquotes = 'Заключить названия таблиц и полей в косые кавычки';
$strUseHostTable = 'Использовать таблицу хостов';
+$strUseTabKey = 'Для перемещения между полями значения, используйте клавишу TAB, либо CTRL+клавиши со стрелками - для свободного перемещения';
+$strUseTables = 'Использовать таблицы';
+$strUseTextField = 'Использовать текстовое поле';
+$strUseThisValue = 'Использовать это значение';
+$strUser = 'Пользователь';
$strUserAlreadyExists = 'Пользователь %s уже существует!';
$strUserEmpty = 'Не задано имя пользователя!';
$strUserName = 'Имя пользователя';
@@ -1422,30 +1427,25 @@ $strUserNotFound = 'Выделенный пользователь не был н
$strUserOverview = 'Обзор учетных записей';
$strUsersDeleted = 'Выбранные пользователи были успешно удалены.';
$strUsersHavingAccessToDb = 'Пользователи с правами доступа к "%s"';
-$strUser = 'Пользователь';
-$strUseTabKey = 'Для перемещения между полями значения, используйте клавишу TAB, либо CTRL+клавиши со стрелками - для свободного перемещения';
-$strUseTables = 'Использовать таблицы';
-$strUseTextField = 'Использовать текстовое поле';
-$strUseThisValue = 'Использовать это значение';
$strValidateSQL = 'Проверка синтаксиса SQL';
$strValidatorError = 'Проверка синтаксиса SQL не осуществима. Проверьте, установлены ли необходимые модули расширений для PHP, описанные в %sдокументации%s.';
$strValue = 'Значение';
$strVar = 'Переменная';
$strVersionInformation = 'Информация о версии';
-$strViewDumpDatabases = 'Отобразить дамп (схему) баз данных';
-$strViewDumpDB = 'Отобразить дамп (схему) базы данных';
+$strView = 'Представление';
$strViewDump = 'Отобразить дамп (схему) таблицы';
+$strViewDumpDB = 'Отобразить дамп (схему) базы данных';
+$strViewDumpDatabases = 'Отобразить дамп (схему) баз данных';
$strViewHasAtLeast = 'Данное представление имеет, по меньшей мере, указанное количество строк. Пожалуйста, обратитесь к %sдокументации%s.';
$strViewHasBeenDropped = 'Представление %s было удалено';
$strViewImage = 'Просмотреть изображение';
$strViewName = 'VIEW название';
$strViewVideo = 'Просмотреть видео';
-$strView = 'Представление';
-$strWebServerUploadDirectoryError = 'Установленный каталог загрузки не доступен';
-$strWebServerUploadDirectory = 'Из каталога загрузки';
$strWebServer = 'Веб-сервер';
+$strWebServerUploadDirectory = 'Из каталога загрузки';
+$strWebServerUploadDirectoryError = 'Установленный каталог загрузки не доступен';
$strWelcome = 'Добро пожаловать в %s';
$strWestEuropean = 'Западно-Европейский';
$strWiki = 'Вики';
@@ -1465,15 +1465,17 @@ $strZip = 'zip';
// To translate:
$strApplyChanges='Apply Selected Changes'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCurrentServer = 'Current server'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
$strDatabase_src = 'Source database'; //to translate
$strDatabase_trg = 'Target database'; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
$strDifference = 'Difference'; //to translate
$strDumpAllRows = 'Dump all rows'; //to translate
@@ -1493,8 +1495,8 @@ $strImportNoticePt1 = 'The following structures have either been created or alte
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
@@ -1504,6 +1506,7 @@ $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strMediaWiki = 'MediaWiki Table'; //to translate
$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNotPresent = 'not present'; //to translate
$strPhpArray = 'PHP array'; //to translate
@@ -1519,18 +1522,19 @@ $strReplicationConfiguredMaster = 'This server is configured as master in a repl
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
@@ -1538,12 +1542,11 @@ $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
@@ -1559,8 +1562,8 @@ $strStructureDiff = 'Structure Difference' ; //to translate
$strStructureLC = 'structure'; //to translate
$strStructureSyn = 'Structure Synchronization'; //to translate
$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlterColumn = 'Alter column(s)'; //to translate
@@ -1571,14 +1574,16 @@ $strTableInsertRow = 'Insert row(s)'; //to translate
$strTableRemoveColumn = 'Remove column(s)'; //to translate
$strTableRemoveIndex = 'Remove index(s)'; //to translate
$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
$strTrackingActivateNow = 'Activate now'; //to translate
$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
$strTrackingCreateVersion = 'Create version'; //to translate
$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
$strTrackingDate = 'Date'; //to translate
$strTrackingDeactivateNow = 'Deactivate now'; //to translate
$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
@@ -1586,16 +1591,16 @@ $strTrackingExportAs = 'Export as %s'; //to translate
$strTrackingIsActive = 'Tracking is active.'; //to translate
$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
$strTrackingStatements = 'Tracking statements'; //to translate
$strTrackingStatusActive = 'active'; //to translate
$strTrackingStatusNotActive = 'not active'; //to translate
@@ -1606,9 +1611,8 @@ $strTrackingThUpdated = 'Updated'; //to translate
$strTrackingThVersion = 'Version'; //to translate
$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTracking = 'Tracking'; //to translate
$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
$strTrackingUntrackedTables = 'Untracked tables'; //to translate
$strTrackingUsername = 'Username'; //to translate
$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
@@ -1626,7 +1630,4 @@ $strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
?>
diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php
index e5f8f5d9e..6ca78f94c 100644
--- a/lang/serbian_cyrillic-utf-8.inc.php
+++ b/lang/serbian_cyrillic-utf-8.inc.php
@@ -21,10 +21,11 @@ $month = array('јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'ју
$datefmt = '%d. %B %Y. у %H:%M';
$timespanfmt = '%s дана, %s сати, %s минута и %s секунди';
+$strAPrimaryKey = 'Примарни кључ је управо додат %s';
$strAbortedClients = 'Прекинуто';
+$strAccessDenied = 'Приступ одбијен';
$strAccessDeniedCreateConfig = 'Вероватан разлог за ово је да нисте направили конфигурациону датотеку. Можете користити %1$sскрипт за инсталацију%2$s да бисте је направили.';
$strAccessDeniedExplanation = 'phpMyAdmin је покушао да се повеже на MySQL сервер, али је сервер одбио повезивање. Проверите назив домаћина, корисничко име и лозинку у config.inc.php и уверите се да одговарају подацима које сте добили од администратора MySQL сервера.';
-$strAccessDenied = 'Приступ одбијен';
$strAction = 'Акција';
$strAddAutoIncrement = 'Додај AUTO_INCREMENT вредност';
$strAddClause = 'Додај %s';
@@ -39,28 +40,27 @@ $strAddPrivilegesOnDb = 'Додај привилегије на следећој
$strAddPrivilegesOnTbl = 'Додај привилегије на следећој табели';
$strAddSearchConditions = 'Додај услове претраживања (део "WHERE" упита):';
$strAddToIndex = 'Додај у кључ %s колона(е)';
-$strAddUserMessage = 'Додали сте новог корисника.';
$strAddUser = 'Додај новог корисника';
+$strAddUserMessage = 'Додали сте новог корисника.';
$strAdministration = 'Администрација';
+$strAfter = 'После %s';
$strAfterInsertBack = 'Назад на претходну страну';
$strAfterInsertNewInsert = 'Додај још један нови ред';
$strAfterInsertNext = 'Уреди следећи ред';
$strAfterInsertSame = 'Врати се на ову страну';
-$strAfter = 'После %s';
$strAll = 'Све';
-$strAllowInterrupt = 'Дозвољава прекид увоза у случају да скрипт открије да је близу временског ограничења. Ово може бити добар начин увоза великих датотека, али са друге стране може покварити трансакције.';
$strAllTableSameWidth = 'Приказ свих табела исте ширине?';
+$strAllowInterrupt = 'Дозвољава прекид увоза у случају да скрипт открије да је близу временског ограничења. Ово може бити добар начин увоза великих датотека, али са друге стране може покварити трансакције.';
$strAlterOrderBy = 'Промени редослед у табели';
-$strAnalyzeTable = 'Анализирај табелу';
-$strAndThen = 'и онда';
-$strAnd = 'и';
-$strAngularLinks = 'Угласте везе';
$strAnIndex = 'Кључ је управо додат %s';
+$strAnalyzeTable = 'Анализирај табелу';
+$strAnd = 'и';
+$strAndThen = 'и онда';
+$strAngularLinks = 'Угласте везе';
+$strAny = 'Било који';
$strAnyHost = 'Било који домаћин';
$strAnyUser = 'Било који корисник';
-$strAny = 'Било који';
$strApproximateCount = 'Може бити приближно. Видите FAQ 3.11';
-$strAPrimaryKey = 'Примарни кључ је управо додат %s';
$strArabic = 'Арапски';
$strArmenian = 'Јерменски';
$strAscending = 'Растући';
@@ -73,15 +73,15 @@ $strBack = 'Назад';
$strBaltic = 'Балтички';
$strBeginCut = 'ПОЧЕТАК РЕЗ';
$strBeginRaw = 'ПОЧЕТАК СИРОВО';
-$strBinaryDoNotEdit = 'Бинарни - не мењај';
-$strBinaryLog = 'Бинарни дневник';
-$strBinary = 'Бинарни';
$strBinLogEventType = 'Врста догађаја';
$strBinLogInfo = 'Информације';
$strBinLogName = 'Назив дневника';
$strBinLogOriginalPosition = 'Оригинална позиција';
$strBinLogPosition = 'Позиција';
$strBinLogServerId = 'ИД сервера';
+$strBinary = 'Бинарни';
+$strBinaryDoNotEdit = 'Бинарни - не мењај';
+$strBinaryLog = 'Бинарни дневник';
$strBookmarkAllUsers = 'Дозволи сваком кориснику да приступа овом упамћеном упиту';
$strBookmarkCreated = 'Направљен маркер %s';
$strBookmarkDeleted = 'Обележивач је управо обрисан.';
@@ -90,24 +90,25 @@ $strBookmarkQuery = 'Запамћен SQL-упит';
$strBookmarkReplace = 'Замени постојеће запамћене упите истог имена';
$strBookmarkThis = 'Запамти SQL-упит';
$strBookmarkView = 'Види само';
+$strBrowse = 'Преглед';
$strBrowseDistinctValues = 'Прегледај различите вредности';
$strBrowseForeignValues = 'Прегледај стране вредности';
-$strBrowse = 'Преглед';
-$strBufferPoolActivity = 'Активност скупа прихватника';
$strBufferPool = 'Скуп прихватника';
+$strBufferPoolActivity = 'Активност скупа прихватника';
$strBufferPoolUsage = 'Коришћење скупа прихватника';
-$strBufferReadMissesInPercent = 'Промашаји читања у %';
$strBufferReadMisses = 'Промашаји при читању';
-$strBufferWriteWaitsInPercent = 'Чекања на упис у %';
+$strBufferReadMissesInPercent = 'Промашаји читања у %';
$strBufferWriteWaits = 'Чекања на упис';
+$strBufferWriteWaitsInPercent = 'Чекања на упис у %';
$strBulgarian = 'Бугарски';
$strBusyPages = 'Заузете стране';
$strBzip = '"бзип-овано"';
+$strCSV = 'CSV';
$strCalendar = 'Календар';
-$strCancel = 'Откажи';
$strCanNotLoadExportPlugins = 'Није могуће учитати додатке за извоз, молимо проверите своју инсталацију!';
$strCanNotLoadImportPlugins = 'Не могу да учитам додатке за увоз, молим проверите своју инсталацију!';
+$strCancel = 'Откажи';
$strCannotLogin = 'Не могу да се пријавим на MySQL сервер';
$strCantLoad = 'не могу да учитам екстензију %s, молим проверите PHP конфигурацију';
$strCantLoadRecodeIconv = 'Не могу да учитам iconv или recode екстензије потребне за конверзију скупова знакова, подесите PHP да дозволи коришћење ових екстензија или онемогућите конверзију скупова знакова у phpMyAdmin-у.';
@@ -117,23 +118,23 @@ $strCardinality = 'Кардиналност';
$strCaseInsensitive = 'Не разликује мала и велика слова';
$strCaseSensitive = 'Разликује мала и велика слова';
$strCentralEuropean = 'Централноевропски';
+$strChange = 'Промени';
+$strChangeCopyMode = 'Направи новог корисника са истим привилегијама и ...';
$strChangeCopyModeCopy = '... сачувај старе.';
$strChangeCopyModeDeleteAndReload = ' ... обриши старог из табеле корисника и затим поново учитај привилегије.';
$strChangeCopyModeJustDelete = ' ... обриши старе из табела корисника.';
-$strChangeCopyMode = 'Направи новог корисника са истим привилегијама и ...';
$strChangeCopyModeRevoke = ' ... обустави све привилегије старог корисника и затим га обриши.';
$strChangeCopyUser = 'Промени информације о пријави / Копирај корисника';
$strChangeDisplay = 'Изабери поља за приказ';
-$strChange = 'Промени';
$strChangePassword = 'Промени лозинку';
$strCharset = 'Карактер сет';
$strCharsetOfFile = 'Карактер сет датотеке:';
-$strCharsetsAndCollations = 'Карактер сетови и сортирање';
$strCharsets = 'Кодне стране';
+$strCharsetsAndCollations = 'Карактер сетови и сортирање';
$strCheckAll = 'Означи све';
$strCheckOverhead = 'Провери табеле које имају прекорачења';
-$strCheckPrivsLong = 'Провери привилегије за базу "%s".';
$strCheckPrivs = 'Провери привилегије';
+$strCheckPrivsLong = 'Провери привилегије за базу "%s".';
$strCheckTable = 'Провери табелу';
$strChoosePage = 'Изаберите страну коју мењате';
$strColComFeat = 'Приказујем коментаре колоне';
@@ -144,8 +145,8 @@ $strCommand = 'Наредба';
$strComments = 'Коментари';
$strCompatibleHashing = 'MySQL 4.0 компатибилно';
$strCompleteInserts = 'Комплетан INSERT (са именима поља)';
-$strCompressionWillBeDetected = 'Врста компресије увезених датотека ће бити аутоматски одабрана: %s';
$strCompression = 'Компресија';
+$strCompressionWillBeDetected = 'Врста компресије увезених датотека ће бити аутоматски одабрана: %s';
$strConfigDefaultFileError = 'Не могу да учитам подразумевану конфигурацију из: "%1$s"';
$strConfigFileError = 'phpMyAdmin није могао да прочита вашу конфигурациону датотеку! Ово се може десити ако PHP нађе грешку у процесирању или не може да пронађе датотеку. Позовите конфигурациону датотеку директно користећи доњи линк и прочитајте поруке о грешци које добијате. У већини случајеве негде недостаје наводник или тачка-зарез. Ако добијете празну страну, све је у реду.';
$strConfigureTableCoord = 'Подесите координате за табелу %s';
@@ -155,91 +156,90 @@ $strConstraintsForDumped = 'Ограничења за извезене табе
$strConstraintsForTable = 'Ограничења за табеле';
$strControluserFailed = 'Конекција за controluser-а, онако како је дефинисана у вашој конфигурацији, није успела.';
$strCookiesRequired = 'Колачићи (Cookies) морају у овом случају бити активни.';
+$strCopy = 'Копирај';
$strCopyDatabaseOK = 'База %s је прекопирана у %s';
+$strCopyTable = 'Копирај табелу у (база.табела):';
$strCopyTableOK = 'Табела %s је копирана у %s.';
$strCopyTableSameNames = 'Не могу да копирам табелу у саму себе!';
-$strCopyTable = 'Копирај табелу у (база.табела):';
-$strCopy = 'Копирај';
$strCouldNotKill = 'phpMyAdmin није могао да прекине процес %s. Вероватно је већ затворен.';
+$strCreate = 'Направи';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE пре копирања';
$strCreateIndex = 'Направи кључ на %s колона';
$strCreateIndexTopic = 'Направи нови кључ';
-$strCreate = 'Направи';
$strCreateNewDatabase = 'Направи нову базу података';
$strCreateNewTable = 'Направи нову табелу у бази %s';
$strCreatePage = 'Направи нову страну';
$strCreatePdfFeat = 'Прављење PDF-ova';
$strCreateRelation = 'Направи релацију';
$strCreateTable = 'Направи табелу';
+$strCreateUserDatabase = 'База за корисника';
$strCreateUserDatabaseName = 'Направи базу са истим именом и додај све привилегије';
$strCreateUserDatabaseNone = 'Нема';
-$strCreateUserDatabase = 'База за корисника';
$strCreateUserDatabaseWildcard = 'Дај све привилегије на имену са џокерима (корисничко_име\_%)';
$strCreationDates = 'Датуми креирања/ажурирања/провере';
$strCriteria = 'Критеријум';
$strCroatian = 'Хрватски';
-$strCSV = 'CSV';
$strCyrillic = 'Ћирилични';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чешко-словачки';
+$strDBComment = 'Коментар базе:';
+$strDBCopy = 'Копирај базу у';
+$strDBRename = 'Преименуј базу у';
$strDanish = 'Дански';
+$strData = 'Подаци';
+$strDataDict = 'Речник података';
+$strDataOnly = 'Само подаци';
+$strDataPages = 'Стране са подацима';
+$strDatabase = 'База података';
$strDatabaseEmpty = 'Име базе није задато!';
$strDatabaseExportOptions = 'Опције за извоз базе';
$strDatabaseHasBeenDropped = 'База %s је одбачена.';
$strDatabases = 'Базе';
$strDatabasesDropped = '%s база је успешно одбачено.';
+$strDatabasesStats = 'Статистика базе';
$strDatabasesStatsDisable = 'Искључи статистике';
$strDatabasesStatsEnable = 'Укључи статистике';
$strDatabasesStatsHeavyTraffic = 'Напомена: укључивање статистика може проузроковати велики саобраћај између веб и MySQL сервера.';
-$strDatabasesStats = 'Статистика базе';
-$strDatabase = 'База података';
-$strDataDict = 'Речник података';
-$strDataOnly = 'Само подаци';
-$strDataPages = 'Стране са подацима';
-$strData = 'Подаци';
-$strDBComment = 'Коментар базе:';
-$strDBCopy = 'Копирај базу у';
$strDbIsEmpty = 'База је изгледа празна!';
$strDbPrivileges = 'Привилегије везане за базу';
-$strDBRename = 'Преименуј базу у';
$strDbSpecific = 'Специфично за базу';
+$strDefault = 'Подразумевано';
$strDefaultEngine = '%s је подразумевани погон складиштења на овом MySQL серверу.';
$strDefaultValueHelp = 'За подразумевану вредност, унесите само једну вредност, без косих црта или наводника у овом облику: а';
-$strDefault = 'Подразумевано';
$strDefragment = 'Дефрагментирај табелу';
+$strDelOld = 'Тренутна страна има референце на табеле које више не постоје. Желите ли да обришете те референце?';
$strDelayedInserts = 'Користи одложена уметања';
-$strDeleteAndFlushDescr = 'Ово је најчистији начин, али поновно учитавање привилегина може да потраје.';
-$strDeleteAndFlush = 'Обриши кориснике и поново учитај привилегије.';
-$strDeleted = 'Ред је обрисан';
-$strDeleteNoUsersSelected = 'Ниједан корисник није одабран за брисање!';
$strDelete = 'Обриши';
+$strDeleteAndFlush = 'Обриши кориснике и поново учитај привилегије.';
+$strDeleteAndFlushDescr = 'Ово је најчистији начин, али поновно учитавање привилегина може да потраје.';
+$strDeleteNoUsersSelected = 'Ниједан корисник није одабран за брисање!';
$strDeleteRelation = 'Обриши релацију';
+$strDeleted = 'Ред је обрисан';
$strDeleting = 'Бришем %s';
$strDelimiter = 'Граничник';
-$strDelOld = 'Тренутна страна има референце на табеле које више не постоје. Желите ли да обришете те референце?';
$strDescending = 'Опадајући';
$strDescription = 'Опис';
-$strDesignerHelpDisplayField = 'Поље за приказ је обојено у ружичасто. Да би поставили/уклонили поље као поље за приказ, кликните на икону „Изабери поље за приказ“, а потом на назив одговарајућег поља.';
$strDesigner = 'Дизајнер';
+$strDesignerHelpDisplayField = 'Поље за приказ је обојено у ружичасто. Да би поставили/уклонили поље као поље за приказ, кликните на икону „Изабери поље за приказ“, а потом на назив одговарајућег поља.';
$strDictionary = 'речник';
$strDirectLinks = 'Директне везе';
$strDirtyPages = 'Прљаве стране';
-$strDisabled = 'Онемогућено';
$strDisableForeignChecks = 'Искључи провере страних кључева';
+$strDisabled = 'Онемогућено';
$strDisplayFeat = 'Прикажи особине';
$strDisplayOrder = 'Редослед приказа:';
$strDisplayPDF = 'Прикажи PDF схему';
$strDoAQuery = 'Направи "упит по примеру" (џокер: "%")';
+$strDoYouReally = 'Да ли стварно хоћете да ';
$strDocSQL = 'DocSQL';
$strDocu = 'Документација';
-$strDoYouReally = 'Да ли стварно хоћете да ';
+$strDrop = 'Одбаци';
$strDropDatabaseStrongWarning = 'Овим ћете УНИШТИТИ комплетну базу података!';
$strDropUsersDb = 'Одбаци базе које се зову исто као корисници.';
-$strDrop = 'Одбаци';
-$strDumpingData = 'Приказ података табеле';
$strDumpSaved = 'Садржај базе је сачуван у датотеку %s.';
$strDumpXRows = 'Прикажи %s редова почевши од реда %s.';
+$strDumpingData = 'Приказ података табеле';
$strDynamic = 'динамички';
$strEdit = 'Промени';
@@ -250,17 +250,17 @@ $strEmpty = 'Испразни';
$strEmptyResultSet = 'MySQL је вратио празан резултат (нула редова).';
$strEnabled = 'Омогућено';
$strEncloseInTransaction = 'Обави извоз у трансакцији';
-$strEndCut = 'КРАЈ РЕЗ';
$strEnd = 'Крај';
+$strEndCut = 'КРАЈ РЕЗ';
$strEndRaw = 'КРАЈ СИРОВО';
$strEngineAvailable = '%s је доступан на овом MySQL серверу.';
$strEngineDisabled = '%s је онемогућен на овом MySQL серверу.';
-$strEngines = 'Складиштења';
$strEngineUnsupported = 'Овај MySQL сервер не подржава %s погон складиштења.';
+$strEngines = 'Складиштења';
$strEnglish = 'Енглески';
$strEnglishPrivileges = ' Напомена: MySQL имена привилегија морају да буду на енглеском ';
-$strErrorInZipFile = 'Грешка у ZIP архиви:';
$strError = 'Грешка';
+$strErrorInZipFile = 'Грешка у ZIP архиви:';
$strErrorRelationAdded = 'Грешка: релација није додата.';
$strErrorRelationExists = 'Грешка: релација већ постоји.';
$strErrorRenamingTable = 'Грешка при преименовању табеле %1$s у %2$s';
@@ -279,40 +279,40 @@ $strExtendedInserts = 'Проширени INSERT';
$strExtra = 'Додатно';
$strFailedAttempts = 'Неуспелих покушаја';
+$strField = 'Поље';
$strFieldHasBeenDropped = 'Поље %s је обрисано';
$strFieldInsertFromFileTempDirNotExists = 'Грешка у премештању примљене датотеке, погледајте FAQ 1.11';
+$strFields = 'Поља';
$strFieldsEnclosedBy = 'Поља ограничена са';
$strFieldsEscapedBy = 'Ескејп карактер ';
$strFieldsTerminatedBy = 'Поља раздвојена са';
-$strFields = 'Поља';
-$strField = 'Поље';
$strFileAlreadyExists = 'Датотека %s већ постоји на серверу, промените име датотеке или укључите опцију преписивања.';
$strFileCouldNotBeRead = 'Датотеку није могуће прочитати';
+$strFileNameTemplate = 'Шаблон имена датотеке';
$strFileNameTemplateDescription = 'Ова вредност се тумачи коришћењем %1$sstrftime%2$s, тако да можете да користите стрингове за форматирање времена. Такође ће се десити и следеће трансформације: %3$s. Преостали текст ће остати како јесте.';
$strFileNameTemplateDescriptionDatabase = 'назив базе';
$strFileNameTemplateDescriptionServer = 'назив сервера';
$strFileNameTemplateDescriptionTable = 'назив табеле';
$strFileNameTemplateRemember = 'запамти шаблон';
-$strFileNameTemplate = 'Шаблон имена датотеке';
-$strFiles = 'Датотеке';
$strFileToImport = 'Датотека за увоз';
+$strFiles = 'Датотеке';
$strFlushPrivilegesNote = 'Напомена: phpMyAdmin узима привилегије корисника директно из MySQL табела привилегија. Садржај ове табеле може се разликовати од привилегија које сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте привилегије%s пре него што наставите.';
$strFlushQueryCache = 'Очисти кеш упита';
$strFlushTable = 'Освежи табелу ("FLUSH")';
$strFlushTables = 'Очисти (затвори) све табеле';
$strFontSize = 'Величина фонта';
-$strFormat = 'Формат';
$strFormEmpty = 'Недостаје вредност у обрасцу!';
+$strFormat = 'Формат';
$strFreePages = 'Слободне стране';
$strFullText = 'Пун текст';
$strFunction = 'Функција';
$strFunctions = 'Функције';
$strGenBy = 'Генерисао';
+$strGenTime = 'Време креирања';
$strGeneralRelationFeat = 'Опште особине релација';
$strGenerate = 'Направи';
$strGeneratePassword = 'Направи лозинку';
-$strGenTime = 'Време креирања';
$strGeorgian = 'Грузијски';
$strGerman = 'Немачки';
$strGlobal = 'глобално';
@@ -323,6 +323,8 @@ $strGrantOption = 'Омогући';
$strGreek = 'Грчки';
$strGzip = '"гзип-овано"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Руковалац';
$strHasBeenAltered = 'је промењен(а).';
$strHaveToShow = 'Морате изабрати бар једну колону за приказ';
@@ -332,18 +334,16 @@ $strHexForBLOB = 'Користи хексадецимално за BLOB';
$strHide = 'Сакриј';
$strHideShowAll = 'Сакриј/прикажи све';
$strHideShowNoRelation = 'Сакриј/прикажи табеле без релација';
-$strHomepageOfficial = 'phpMyAdmin веб сајт';
$strHome = 'Почетна страна';
-$strHostEmpty = 'Име домаћина је празно!';
+$strHomepageOfficial = 'phpMyAdmin веб сајт';
$strHost = 'Домаћин';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Име домаћина је празно!';
$strHungarian = 'Мађарски';
+$strIEUnsupported = 'Internet Explorer не подржава ову функцију.';
$strIcelandic = 'Исландски';
$strId = 'ID';
$strIdxFulltext = 'Текст кључ';
-$strIEUnsupported = 'Internet Explorer не подржава ову функцију.';
$strIgnore = 'Игнориши';
$strIgnoreDuplicates = 'Игнориши дуплициране редове';
$strIgnoreInserts = 'Игнориши дупликате при уметању';
@@ -352,33 +352,33 @@ $strImportExportCoords = 'Извоз/увоз координата за PDF сх
$strImportFiles = 'Увоз датотека';
$strImportFormat = 'Формат датотека за увоз';
$strImportSuccessfullyFinished = 'Увоз је успешно завршен, извршено је %d упита.';
-$strIndexes = 'Кључеви';
+$strInUse = 'се користи';
+$strIndex = 'Кључ';
$strIndexHasBeenDropped = 'Кључ %s је обрисан';
$strIndexName = 'Име кључа :';
-$strIndex = 'Кључ';
$strIndexType = 'Тип кључа :';
$strIndexWarningTable = 'Проблем при индексирању табеле `%s`';
-$strInnoDBAutoextendIncrementDesc = ' Величина корака проширења величине табела које се аутоматски проширују када се напуне.';
+$strIndexes = 'Кључеви';
$strInnoDBAutoextendIncrement = 'Корак аутоматског проширења';
-$strInnoDBBufferPoolSizeDesc = 'Величина меморијског прихватника које InnoDB користи за кеширање података и индекса својих табела.';
+$strInnoDBAutoextendIncrementDesc = ' Величина корака проширења величине табела које се аутоматски проширују када се напуне.';
$strInnoDBBufferPoolSize = 'Величина прихватника';
+$strInnoDBBufferPoolSizeDesc = 'Величина меморијског прихватника које InnoDB користи за кеширање података и индекса својих табела.';
$strInnoDBDataFilePath = 'Датотеке са подацима';
-$strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.';
$strInnoDBDataHomeDir = 'Основни директоријум података';
+$strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.';
$strInnoDBPages = 'страна';
$strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.';
-$strInsertAsNewRow = 'Унеси као нови ред';
$strInsert = 'Нови запис';
+$strInsertAsNewRow = 'Унеси као нови ред';
$strInternalRelationAdded = 'Додата интерна релација';
$strInternalRelations = 'Унутрашње релације';
-$strInUse = 'се користи';
$strInvalidAuthMethod = 'Неисправан метод аутентикације је задат у конфигурацији:';
-$strInvalidColumnCount = 'Број колона мора бити већи од нуле.';
-$strInvalidColumn = 'Задата је неисправна колона (%s)!';
$strInvalidCSVFieldCount = 'Неисправан број поља у CSV улазу на линији %d.';
$strInvalidCSVFormat = 'Неисправан формат CSV улаза на линији %d.';
$strInvalidCSVParameter = 'Неисправни параметри за CSV увоз: %s';
+$strInvalidColumn = 'Задата је неисправна колона (%s)!';
+$strInvalidColumnCount = 'Број колона мора бити већи од нуле.';
$strInvalidDatabase = 'Неисправна база података';
$strInvalidFieldAddCount = 'Морате додати барем једно поље.';
$strInvalidFieldCount = 'Табела мора имати барем једно поље.';
@@ -391,8 +391,8 @@ $strInvalidTableName = 'Неисправан назив табеле';
$strJapanese = 'Јапански';
$strJoins = 'Спојеви';
$strJumpToDB = 'Пређи на базу "%s".';
-$strJustDeleteDescr = '"Обрисани" корисници ће и даље имати приступ серверу док привилегије не буду поново учитане.';
$strJustDelete = 'Само обриши кориснике из табеле привилегија.';
+$strJustDeleteDescr = '"Обрисани" корисници ће и даље имати приступ серверу док привилегије не буду поново учитане.';
$strKeepPass = 'Немој да мењаш лозинку';
$strKeyCache = 'Кеш кључева';
@@ -401,21 +401,21 @@ $strKill = 'Обустави';
$strKnownExternalBug = 'Ова функционалност %s је погођена познатом грешком, видите %s';
$strKorean = 'Корејски';
+$strLDI = 'CSV користећи LOAD DATA';
+$strLDILocal = 'Користи кључну реч LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Положено';
-$strLanguageUnknown = 'Непознат језик: %1$s.';
$strLanguage = 'Језик';
+$strLanguageUnknown = 'Непознат језик: %1$s.';
$strLatchedPages = 'Забрављене стране';
$strLatexCaption = 'Коментар табеле';
$strLatexContent = 'Садржај табеле __TABLE__';
-$strLatexContinuedCaption = 'Настављен коментар табеле';
$strLatexContinued = '(настављено)';
+$strLatexContinuedCaption = 'Настављен коментар табеле';
$strLatexIncludeCaption = 'Укључи коментар табеле';
$strLatexLabel = 'Ознака кључа';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Структура табеле __TABLE__';
$strLatvian = 'Летонски';
-$strLDI = 'CSV користећи LOAD DATA';
-$strLDILocal = 'Користи кључну реч LOCAL';
$strLengthSet = 'Дужина/Вредност*';
$strLimitNumRows = 'Број редова по страни';
$strLinesTerminatedBy = 'Линије се завршавају са';
@@ -424,64 +424,64 @@ $strLinksTo = 'Везе ка';
$strLithuanian = 'Литвански';
$strLocalhost = 'Локални';
$strLocationTextfile = 'Локација текстуалне датотеке';
-$strLoginInformation = 'Подаци о пријави';
-$strLogin = 'Пријављивање';
-$strLogout = 'Одјављивање';
$strLogPassword = 'Лозинка:';
$strLogServer = 'Сервер';
$strLogUsername = 'Корисничко име:';
+$strLogin = 'Пријављивање';
+$strLoginInformation = 'Подаци о пријави';
+$strLogout = 'Одјављивање';
$strLongOperation = 'Ова операција може да потраје. Да ли да наставимо?';
+$strMIMETypesForTable = 'MIME ТИПОВИ ЗА ТАБЕЛУ';
+$strMIME_MIMEtype = 'MIME-типови';
+$strMIME_available_mime = 'Доступни MIME-типови';
+$strMIME_available_transform = 'Доступне трансформације';
+$strMIME_description = 'Опис';
+$strMIME_nodescription = 'Нема описа за ову трансформацију. Молимо питајте аутора шта %s ради.';
+$strMIME_transformation = 'Транформације читача';
+$strMIME_transformation_note = 'За листу доступних опција трансформације и њихове трансформације MIME-типова, кликните на %sописе трансформација%s';
+$strMIME_transformation_options = 'Опције трансформације';
+$strMIME_transformation_options_note = 'Молимо унесите вредности за опције трансформације користећи овај облик: \'a\', 100, b,\'c\'... Ако треба да унесете обрнуту косу црту ("\\") или апостроф ("\'") у те вредности, ставите обрнуту косу црту испред њих (на пример \'\\\\xyz\' или \'a\\\'b\').';
+$strMIME_without = 'MIME-типови приказани у курзиву немају одвојене функције трансформације.';
$strMaxConnects = 'макс. истовремених веза';
$strMaximalQueryLength = 'Максимална дужина направљеног упита';
$strMaximumSize = 'Максимална величина: %s%s';
$strMbExtensionMissing = 'PHP екстензија mbstring није пронађена, а чини се да ви користите вишебајтни скуп знакова. Без екстензије mbstring phpMyAdmin не може исправно да раздваја стрингове и то може довести до неочекиваних резултата.';
$strMbOverloadWarning = 'У PHP подешавањима Вам је укључена mbstring.func_overload опција. Ова опција је некомпатибилна са phpMyAdmin и може довести до грешака у неким подацима!';
-$strMIME_available_mime = 'Доступни MIME-типови';
-$strMIME_available_transform = 'Доступне трансформације';
-$strMIME_description = 'Опис';
-$strMIME_MIMEtype = 'MIME-типови';
-$strMIME_nodescription = 'Нема описа за ову трансформацију. Молимо питајте аутора шта %s ради.';
-$strMIME_transformation = 'Транформације читача';
-$strMIME_transformation_note = 'За листу доступних опција трансформације и њихове трансформације MIME-типова, кликните на %sописе трансформација%s';
-$strMIME_transformation_options_note = 'Молимо унесите вредности за опције трансформације користећи овај облик: \'a\', 100, b,\'c\'... Ако треба да унесете обрнуту косу црту ("\\") или апостроф ("\'") у те вредности, ставите обрнуту косу црту испред њих (на пример \'\\\\xyz\' или \'a\\\'b\').';
-$strMIME_transformation_options = 'Опције трансформације';
-$strMIMETypesForTable = 'MIME ТИПОВИ ЗА ТАБЕЛУ';
-$strMIME_without = 'MIME-типови приказани у курзиву немају одвојене функције трансформације.';
$strModifications = 'Измене су сачуване';
-$strModifyIndexTopic = 'Измени кључ';
$strModify = 'Промени';
+$strModifyIndexTopic = 'Измени кључ';
$strMoveMenu = 'Премести мени';
+$strMoveTable = 'Помери табелу у (база.табела):';
$strMoveTableOK = 'Табела %s је померена у %s.';
$strMoveTableSameNames = 'Не могу да преместим табелу у саму себе!';
-$strMoveTable = 'Помери табелу у (база.табела):';
$strMultilingual = 'вишејезички';
-$strMyISAMDataPointerSizeDesc = 'Подразумевана величина показивача у бајтовима, користи се при CREATE TABLE за MyISAM табеле када није задата опција MAX_ROWS';
$strMyISAMDataPointerSize = 'Величина показивача података';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Ако би привремена датотека која се користи за брзо креирање MyISAM индекса била већа него при коришћењу кеша кључева за овде задату вредност, користи метод кеширања кључева';
+$strMyISAMDataPointerSizeDesc = 'Подразумевана величина показивача у бајтовима, користи се при CREATE TABLE за MyISAM табеле када није задата опција MAX_ROWS';
$strMyISAMMaxExtraSortFileSize = 'Максимална величина привремених датотека при креирању индекса';
-$strMyISAMMaxSortFileSizeDesc = 'Максимална величина привремених датотека које MySQL сме да користи при ре-креирању MyISAM индекса (у току REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE операција).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Ако би привремена датотека која се користи за брзо креирање MyISAM индекса била већа него при коришћењу кеша кључева за овде задату вредност, користи метод кеширања кључева';
$strMyISAMMaxSortFileSize = 'Максимална величина привремених датотека за сортирање';
+$strMyISAMMaxSortFileSizeDesc = 'Максимална величина привремених датотека које MySQL сме да користи при ре-креирању MyISAM индекса (у току REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE операција).';
$strMyISAMRecoverOptions = 'Режим аутоматског опоравка';
$strMyISAMRecoverOptionsDesc = 'Режим аутоматског опоравка пукнутих MyISAM табела, подешен при стартовању сервера опцијом --myisam-recover.';
-$strMyISAMRepairThreadsDesc = 'Ако је вредност већа од 1, индекси MyISAM табела се паралелно креирају (сваки индекс у сопственој нити) за време процеса поправке сортирањем.';
$strMyISAMRepairThreads = 'Нити поправке';
-$strMyISAMSortBufferSizeDesc = 'Прихватник који се алоцира при сортирању MyISAM индекса за време операције REPAIR TABLE или при креирању индекса са CREATE INDEX или ALTER TABLE.';
+$strMyISAMRepairThreadsDesc = 'Ако је вредност већа од 1, индекси MyISAM табела се паралелно креирају (сваки индекс у сопственој нити) за време процеса поправке сортирањем.';
$strMyISAMSortBufferSize = 'Величина прихватника за сортирање';
+$strMyISAMSortBufferSizeDesc = 'Прихватник који се алоцира при сортирању MyISAM индекса за време операције REPAIR TABLE или при креирању индекса са CREATE INDEX или ALTER TABLE.';
$strMySQLCharset = 'MySQL сет карактера';
-$strMysqlClientVersion = 'Верзија MySQL клијента';
$strMySQLConnectionCollation = 'Сортирање за MySQL везу';
-$strMysqlLibDiffersServerVersion = 'Верзија ваше PHP MySQL библиотеке %s се разликује од верзије вашег MySQL сервера %s. Ово може довести до непредвидљивог понашања.';
$strMySQLSaid = 'MySQL рече: ';
$strMySQLShowProcess = 'Прикажи листу процеса';
+$strMysqlClientVersion = 'Верзија MySQL клијента';
+$strMysqlLibDiffersServerVersion = 'Верзија ваше PHP MySQL библиотеке %s се разликује од верзије вашег MySQL сервера %s. Ово може довести до непредвидљивог понашања.';
$strName = 'Име';
$strNext = 'Следећи';
$strNo = 'Не';
$strNoActivity = 'Није било активности %s или више секунди, молимо пријавите се поново';
+$strNoDataReceived = 'Нису примљени никави подаци за увоз. Или није био наведен назив датотеке, или величина датотеке превазилази максималну величину дозвољену у вашој конфигурацији PHP-а. Погледајте. See FAQ 1.16.';
$strNoDatabases = 'База не постоји';
$strNoDatabasesSelected = 'Није изабрана ни једна база.';
-$strNoDataReceived = 'Нису примљени никави подаци за увоз. Или није био наведен назив датотеке, или величина датотеке превазилази максималну величину дозвољену у вашој конфигурацији PHP-а. Погледајте. See FAQ 1.16.';
$strNoDescription = 'нема описа';
$strNoDetailsForEngine = 'Нема детаљнијих информација о статусу за овај погон складиштења.';
$strNoDropDatabases = '"DROP DATABASE" команда је онемогућена.';
@@ -491,7 +491,6 @@ $strNoFrames = 'phpMyAdmin преферира читаче који подржа
$strNoIndex = 'Кључ није дефинисан!';
$strNoIndexPartsDefined = 'Делови кључа нису дефинисани!';
$strNoModification = 'Нема измена';
-$strNone = 'нема';
$strNoOptions = 'Не постоје опције за овај формат';
$strNoPassword = 'Нема лозинке';
$strNoPermission = 'Веб серверу није дозвољено да сачува датотеку %s.';
@@ -502,17 +501,18 @@ $strNoRowsSelected = 'Нема одабраних редова';
$strNoSpace = 'Недовољно простора за снимање датотеке %s.';
$strNoTablesFound = 'Табеле нису пронађене у бази.';
$strNoThemeSupport = 'Нема подршке за теме, молимо проверите конфигурацију и/или теме у директоријуму %s.';
+$strNoUsersFound = 'Корисник није нађен.';
+$strNoValidateSQL = 'Прескочи проверу SQL-a';
+$strNone = 'нема';
$strNotNumber = 'Ово није број!';
$strNotOK = 'није у реду';
$strNotSet = '%s табела није пронађена или није постављена у %s';
-$strNoUsersFound = 'Корисник није нађен.';
-$strNoValidateSQL = 'Прескочи проверу SQL-a';
$strNull = 'Null';
-$strNumberOfFields = 'Број поља';
-$strNumberOfTables = 'Број табела';
$strNumSearchResultsInTable = '%s погодака унутар табеле %s';
$strNumSearchResultsTotal = 'Укупно:%s погодака';
$strNumTables = 'Табеле';
+$strNumberOfFields = 'Број поља';
+$strNumberOfTables = 'Број табела';
$strOK = 'У реду';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -526,29 +526,29 @@ $strOr = 'или';
$strOverhead = 'Прекорачење';
$strOverwriteExisting = 'Препиши постојеће датотеке';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Прави извештај који садржи податке једне табеле)';
+$strPDFReportTitle = 'Наслов извештаја';
+$strPHPVersion = 'верзија PHP-a';
$strPageNumber = 'Број стране:';
$strPagesToBeFlushed = 'Стране које треба да буду усклађене';
$strPaperSize = 'Димензије папира';
$strPartialImport = 'Делимични увоз';
$strPartialText = 'Део текста';
+$strPassword = 'Лозинка';
$strPasswordChanged = 'Лозинка за %s је успешно промењена.';
$strPasswordEmpty = 'Лозинка је празна!';
$strPasswordHashing = 'Хеширање лозинке';
$strPasswordNotSame = 'Лозинке нису идентичне!';
-$strPassword = 'Лозинка';
$strPdfDbSchema = 'Схема базе "%s" - Страна %s';
$strPdfInvalidTblName = 'Табела "%s" не постоји!';
$strPdfNoTables = 'Нема табела';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Прави извештај који садржи податке једне табеле)';
-$strPDFReportTitle = 'Наслов извештаја';
$strPerHour = 'на сат';
$strPerMinute = 'у минуту';
$strPerSecond = 'у секунди';
$strPersian = 'Персијски';
$strPhoneBook = 'телефонски именик';
$strPhp = 'Направи PHP код';
-$strPHPVersion = 'верзија PHP-a';
$strPleaseSelectPrimaryOrUniqueKey = 'Молимо изаберите примарни или јединствени кључ';
$strPmaDocumentation = 'phpMyAdmin документација';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] директива МОРА бити подешена у конфигурационој датотеци!';
@@ -556,16 +556,16 @@ $strPolish = 'Пољски';
$strPortrait = 'Усправно';
$strPos1 = 'Почетак';
$strPrevious = 'Претходна';
+$strPrimary = 'Примарни';
$strPrimaryKeyHasBeenDropped = 'Примарни кључ је обрисан';
$strPrimaryKeyName = 'Име примарног кључа мора да буде... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" мора бити име само примарног кључа!)';
-$strPrimary = 'Примарни';
$strPrint = 'Штампај';
-$strPrintViewFull = 'Поглед за штампу (са пуним текстом)';
$strPrintView = 'За штампу';
+$strPrintViewFull = 'Поглед за штампу (са пуним текстом)';
$strPrivDescAllPrivileges = 'Укључује све привилегије осим GRANT.';
-$strPrivDescAlterRoutine = 'Дозвољава измену и одбацивање сачуваних рутина.';
$strPrivDescAlter = 'Дозвољава измену структура постојећих табела.';
+$strPrivDescAlterRoutine = 'Дозвољава измену и одбацивање сачуваних рутина.';
$strPrivDescCreateDb = 'Дозвољава креирање нових база и табела.';
$strPrivDescCreateRoutine = 'Дозвољава прављење сачуваних рутина.';
$strPrivDescCreateTbl = 'Дозвољава креирање нових табела.';
@@ -575,8 +575,8 @@ $strPrivDescCreateView = 'Дозволи креирање нових погле
$strPrivDescDelete = 'Дозвољава брисање података.';
$strPrivDescDropDb = 'Дозвољава одбацивање база и табела.';
$strPrivDescDropTbl = 'Дозвољава одбацивање табела.';
-$strPrivDescExecute5 = 'Дозвољава извршавање сачуваних рутина.';
$strPrivDescExecute = 'Дозвољава покретање сачуваних процедура. Нема ефекта у овој верзији MySQL-a.';
+$strPrivDescExecute5 = 'Дозвољава извршавање сачуваних рутина.';
$strPrivDescFile = 'Дозвољава увоз података и њихов извоз у датотеке.';
$strPrivDescGrant = 'Дозвољава додавање корисника и привилегија без поновног учитавања табела привилегија.';
$strPrivDescIndex = 'Дозвољава креирање и брисање кључева.';
@@ -606,9 +606,9 @@ $strProfiling = 'Профилисање';
$strProtocolVersion = 'Верзија протокола';
$strPutColNames = 'Стави имена поља у први ред';
+$strQBE = 'Упит по примеру';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Упит по примеру';
$strQueryCache = 'Кеш упита';
$strQueryFrame = 'Прозор за упите';
$strQueryOnDb = 'SQL упит на бази %s:';
@@ -619,21 +619,22 @@ $strQueryTime = 'Упит је трајао %01.4f секунди';
$strQueryType = 'Врста упита';
$strQueryWindowLock = 'Не преписуј овај упит изван прозора';
+$strReType = 'Поновите унос';
$strReadRequests = 'Захтеви за читање';
$strReceived = 'Примљено';
$strRecommended = 'препоручено';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Провери референцијални интегритет:';
$strRefresh = 'Освежи';
-$strRelationalSchema = 'Релациона схема';
$strRelationDeleted = 'Релација обрисана';
$strRelationNotWorking = 'Додатне могућности за рад са повезаним табелама су искључене. Да бисте сазнали зашто, кликните %sовде%s.';
+$strRelationView = 'Релациони поглед';
+$strRelationalSchema = 'Релациона схема';
$strRelations = 'Релације';
$strRelationsForTable = 'РЕЛАЦИЈЕ ТАБЕЛЕ';
-$strRelationView = 'Релациони поглед';
-$strReloadingThePrivileges = 'Поново учитавам привилегије';
-$strReloadPrivileges = 'Поново учитај привилегије';
$strReload = 'Поново учитај';
+$strReloadPrivileges = 'Поново учитај привилегије';
+$strReloadingThePrivileges = 'Поново учитавам привилегије';
$strRemoveSelectedUsers = 'Уклони изабране кориснике';
$strRenameDatabaseOK = 'База %s је преименована у %s';
$strRenameTable = 'Промени име табеле у ';
@@ -645,37 +646,46 @@ $strReplication = 'Репликација';
$strReset = 'Поништи';
$strResourceLimits = 'Ограничења ресурса';
$strRestartInsertion = 'Поново покрени уношење са %s редова';
-$strReType = 'Поновите унос';
-$strRevokeAndDeleteDescr = 'Корисници ће и даље имати USAGE привилегије док се привилегије поново не учитају.';
-$strRevokeAndDelete = 'Обустави све активне привилегије корисника и затим их обриши.';
-$strRevokeMessage = 'Забранили сте привилегије за %s';
$strRevoke = 'Забрани';
+$strRevokeAndDelete = 'Обустави све активне привилегије корисника и затим их обриши.';
+$strRevokeAndDeleteDescr = 'Корисници ће и даље имати USAGE привилегије док се привилегије поново не учитају.';
+$strRevokeMessage = 'Забранили сте привилегије за %s';
$strRomanian = 'Румунски';
$strRoutineReturnType = 'Повратни тип';
$strRoutines = 'Рутине';
$strRowLength = 'Дужина реда';
+$strRowSize = 'Величина реда';
$strRows = 'Редова';
$strRowsFrom = ' редова почев од реда';
-$strRowSize = 'Величина реда';
$strRowsModeFlippedHorizontal = 'хоризонталном (ротирана заглавља)';
$strRowsModeHorizontal = 'хоризонталном';
$strRowsModeOptions = 'у %s моду и понови заглавље после сваког %s реда';
$strRowsModeVertical = 'вертикалном';
$strRowsStatistic = 'Статистике реда';
-$strRunning = 'на серверу %s';
$strRunQuery = 'Изврши SQL упит';
$strRunSQLQuery = 'Изврши SQL упит(е) на бази %s';
$strRunSQLQueryOnServer = 'Изврши SQL упит(е) на серверу %s';
+$strRunning = 'на серверу %s';
$strRussian = 'Руски';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Мод SQL компатибилности';
+$strSQLExportType = 'Тип извоза';
+$strSQLParserBugMessage = 'Постоји могућност да сте пронашли баг у SQL парсеру. Молимо испитајте свој упит пажљиво, и проверите да су наводници исправни и да не недостају. Остали могући разлози грешке могу бити да сте послали бинарну датотеку ван области за обичан текст. Можете пробати свој упит у MySQL сучељу командне линије. Доња порука о грешци MySQL сервера, ако је има, може вам помоћи у откривању проблема. Ако и даље имате проблеме или ако парсер не успева тамо где успева сучеље командне линије, сведите свој SQL упит на један једини упит који ствара проблеме и пошаљите нам извештај о грешци са делом кода у доњој РЕЗ секцији:';
+$strSQLParserUserError = 'Изгледа да постоји грешка у вашем SQL упиту. Овде је порука о грешки MySQL сервера, која вам може помоћи у откривању проблема';
+$strSQLQuery = 'SQL упит';
+$strSQLResult = 'SQL резултат';
+$strSQPBugInvalidIdentifer = 'Неисправан иГ¤ентификатор';
+$strSQPBugUnclosedQuote = 'Наводник није затворен';
+$strSQPBugUnknownPunctuation = 'Непознат стринг интерпункције';
$strSave = 'Сачувај';
$strSaveOnServer = 'Сачувај на сервер у директоријум %s';
$strSavePosition = 'Сачувај позицију';
$strScaleFactorSmall = 'Фактор умањења је премали да би схема стала на једну страну';
+$strSearch = 'Претраживање';
$strSearchFormTitle = 'Претраживање базе';
$strSearchInTables = 'Унутар табела:';
$strSearchNeedle = 'Речи или вредности које се траже (џокер: "%"):';
-$strSearch = 'Претраживање';
$strSearchOption1 = 'бар једну од речи';
$strSearchOption2 = 'све речи';
$strSearchOption3 = 'тачан израз';
@@ -693,31 +703,27 @@ $strSelectReferencedKey = 'Изаберите референцирани кљу
$strSelectTables = 'Изабери табеле';
$strSend = 'Сачувај као датотеку';
$strSent = 'Послато';
-$strServerChoice = 'Избор сервера';
$strServer = 'Сервер';
+$strServerChoice = 'Избор сервера';
$strServerNotResponding = 'Сервер не одговара';
-$strServers = 'Сервери';
-$strServerStatusDelayedInserts = 'Одложена уметања';
$strServerStatus = 'Информације о току рада';
+$strServerStatusDelayedInserts = 'Одложена уметања';
$strServerStatusUptime = 'Овај MySQL сервер ради већ %s. Покренут је %s.';
$strServerTabVariables = 'Променљиве';
$strServerTrafficNotes = 'Саобраћај сервера: Табеле показују статистике мрежног саобраћаја на овом MySQL серверу од његовог покретања.';
$strServerVars = 'Серверске променљиве и подешавања';
$strServerVersion = 'Верзија сервера';
+$strServers = 'Сервери';
$strSessionStartupErrorGeneral = 'Не могу да покренем сесију без грешака, молим проверите грешке у PHP и/или дневнику веб сервера и прописно подесите вашу PHP инсталацију.';
$strSessionValue = 'Вредност сесије';
$strSetEnumVal = 'Ако је поље "enum" или "set", унесите вредности у формату: \'a\',\'b\',\'c\'... Ако вам треба обрнута коса црта ("\\") или апостроф ("\'") користите их у "избегнутом" (escaped) облику (на пример \'\\\\xyz\' или \'a\\\'b\').';
+$strShow = 'Прикажи';
$strShowAll = 'Прикажи све';
$strShowColor = 'Прикажи боју';
$strShowDatadictAs = 'Формат речника података';
$strShowFullQueries = 'Прикажи комплетне упите';
$strShowGrid = 'Прикажи мрежу';
$strShowHideLeftMenu = 'Прикажи/сакриј мени с леве стране';
-$strShowingBookmark = 'Приказивање маркера';
-$strShowingPhp = 'Приказ као PHP код';
-$strShowingRecords = 'Приказ записа';
-$strShowingSQL = 'Приказ као SQL упит';
-$strShow = 'Прикажи';
$strShowOpenTables = 'Прикажи отворене табеле';
$strShowPHPInfo = 'Прикажи информације о PHP-у';
$strShowSlaveHosts = 'Прикажи подређене сервер';
@@ -773,13 +779,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Број fsyncs уписа начињ
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Број fsync-ова за датотеку дневника на чекању.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Број уписа у датотеку дневника на чекању.';
$strShowStatusInnodb_os_log_writtenDescr = 'Број бајтова уписаних у датотеку дневника.';
-$strShowStatusInnodb_pages_createdDescr = 'Број направљених страна.';
$strShowStatusInnodb_page_sizeDescr = 'Укомпајлирана величина стране за InnoDB (подразумевано 16КБ). Многе вредности се рачунају у странама; величина стране омогућава да се оне лако конвертују у бајтове.';
+$strShowStatusInnodb_pages_createdDescr = 'Број направљених страна.';
$strShowStatusInnodb_pages_readDescr = 'Број прочитаних страна.';
$strShowStatusInnodb_pages_writtenDescr = 'Број записаних страна.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Број брава за редове које се тренутно чекају.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Просечно време за добављање браве за ред, у милисекундама.';
$strShowStatusInnodb_row_lock_timeDescr = 'Укупно времена проведено у добављању брава за редове, у милисекундама.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Просечно време за добављање браве за ред, у милисекундама.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Најдуже време за добављање браве за ред, у милисекундама.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Број пута када се морала чекати брава за ред.';
$strShowStatusInnodb_rows_deletedDescr = 'Број редова обрисаних из InnoDB табела.';
@@ -795,10 +801,10 @@ $strShowStatusKey_write_requestsDescr = 'Број захтева за уписи
$strShowStatusKey_writesDescr = 'Број физичких уписа блока кључева на диск.';
$strShowStatusLast_query_costDescr = 'Укупна цена последњег компајлираног упита како ју је израчунао оптимизатор упита. Корисно за упоређивање цене различитих планова упита за исти упит. Подразумевана вредност 0 значи да још није био компајлиран ниједан упит.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Број редова у INSERT DELAYED редовима чекања који чекају уписивање.';
-$strShowStatusOpened_tablesDescr = 'Број табела које су биле отваране. Ако је број велики, ваш кеш табела је вероватно премали.';
$strShowStatusOpen_filesDescr = 'Број отворених датотека.';
$strShowStatusOpen_streamsDescr = 'Број отворених токова (користи се првенствено за вођење дневника (logging)).';
$strShowStatusOpen_tablesDescr = 'Број отворених табела.';
+$strShowStatusOpened_tablesDescr = 'Број табела које су биле отваране. Ако је број велики, ваш кеш табела је вероватно премали.';
$strShowStatusQcache_free_blocksDescr = 'Број слободних меморијских блокова у у кешу упита.';
$strShowStatusQcache_free_memoryDescr = 'Количина слободне меморије за кеш упита.';
$strShowStatusQcache_hitsDescr = 'Број погодака из кеша.';
@@ -811,8 +817,8 @@ $strShowStatusReset = 'Ресет';
$strShowStatusRpl_statusDescr = 'Статус репликације отпорне на грешке (није још имплементирано).';
$strShowStatusSelect_full_joinDescr = 'Број спојева који не користе индексте. Ако ова вредност није 0, требало би пажљиво да проверите индексе ваших табела.';
$strShowStatusSelect_full_range_joinDescr = 'Број спојева који су користили претрагу опсега на референтној табели.';
-$strShowStatusSelect_range_checkDescr = 'Број спојева без кључева који проверавају употребу кључа после сваког реда. (Ако ово није 0, требало би пажљиво да проверите индексе ваших табела.)';
$strShowStatusSelect_rangeDescr = 'Број спојева који су користили опсеге на првој табели. (Обично није критично чак ни када је ово велико)';
+$strShowStatusSelect_range_checkDescr = 'Број спојева без кључева који проверавају употребу кључа после сваког реда. (Ако ово није 0, требало би пажљиво да проверите индексе ваших табела.)';
$strShowStatusSelect_scanDescr = 'Број спојева који су урадили пуно скенирање прве табеле.';
$strShowStatusSlave_open_temp_tablesDescr = 'Број привремених табела тренутно отворених од стране помоћне SQL нити.';
$strShowStatusSlave_retried_transactionsDescr = 'Укупан број пута (од покретања) када је помоћна SQL нит за репликацију покушала трансакције.';
@@ -832,6 +838,10 @@ $strShowStatusThreads_runningDescr = 'Број нити које нису усп
$strShowTableDimension = 'Прикажи димензије табеле';
$strShowTables = 'Прикажи табеле';
$strShowThisQuery = 'Прикажи поново овај упит';
+$strShowingBookmark = 'Приказивање маркера';
+$strShowingPhp = 'Приказ као PHP код';
+$strShowingRecords = 'Приказ записа';
+$strShowingSQL = 'Приказ као SQL упит';
$strSimplifiedChinese = 'Поједностављени кинески';
$strSingly = '(по једном пољу)';
$strSize = 'Величина';
@@ -841,39 +851,29 @@ $strSlovenian = 'Словеначи';
$strSmallBigAll = 'Све мало/велико';
$strSnapToGrid = 'Држи се мреже';
$strSocketProblem = '(или прикључак локалног MySQL сервера није исправно подешен)';
+$strSort = 'Сортирање';
$strSortByKey = 'Сортирај по кључу';
$strSorting = 'Сортирање';
-$strSort = 'Сортирање';
$strSpaceUsage = 'Заузеће';
$strSpanish = 'Шпански';
$strSplitWordsWithSpace = 'Речи се одвајају размаком (" ").';
-$strSQLCompatibility = 'Мод SQL компатибилности';
-$strSQLExportType = 'Тип извоза';
-$strSQLParserBugMessage = 'Постоји могућност да сте пронашли баг у SQL парсеру. Молимо испитајте свој упит пажљиво, и проверите да су наводници исправни и да не недостају. Остали могући разлози грешке могу бити да сте послали бинарну датотеку ван области за обичан текст. Можете пробати свој упит у MySQL сучељу командне линије. Доња порука о грешци MySQL сервера, ако је има, може вам помоћи у откривању проблема. Ако и даље имате проблеме или ако парсер не успева тамо где успева сучеље командне линије, сведите свој SQL упит на један једини упит који ствара проблеме и пошаљите нам извештај о грешци са делом кода у доњој РЕЗ секцији:';
-$strSQLParserUserError = 'Изгледа да постоји грешка у вашем SQL упиту. Овде је порука о грешки MySQL сервера, која вам може помоћи у откривању проблема';
-$strSQLQuery = 'SQL упит';
-$strSQLResult = 'SQL резултат';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Неисправан иГ¤ентификатор';
-$strSQPBugUnclosedQuote = 'Наводник није затворен';
-$strSQPBugUnknownPunctuation = 'Непознат стринг интерпункције';
$strStandInStructureForView = 'Структура која замењује поглед';
$strStatCheckTime = 'Последња провера';
$strStatCreateTime = 'Направљено';
+$strStatUpdateTime = 'Последња измена';
$strStatement = 'Име';
$strStatisticsOverrun = 'На запосленом серверу бројачи бајтова могу да се прелију (overrun), тако да те статистике, онако како их пријављује MySQL сервер, могу бити нетачне.';
-$strStatUpdateTime = 'Последња измена';
$strStatus = 'Статус';
-$strStorageEngines = 'Погони складиштења';
$strStorageEngine = 'Погон складиштења';
+$strStorageEngines = 'Погони складиштења';
$strStrucCSV = 'CSV формат';
$strStrucData = 'Структура и подаци';
$strStrucExcelCSV = 'CSV за MS Excel';
$strStrucNativeExcel = 'Изворни MS Excel подаци';
$strStrucOnly = 'Само структура';
$strStructPropose = 'Предложи структуру табеле';
-$strStructureForView = 'Структура за поглед (view)';
$strStructure = 'Структура';
+$strStructureForView = 'Структура за поглед (view)';
$strSubmit = 'Пошаљи';
$strSuccess = 'Ваш SQL упит је успешно извршен';
$strSum = 'Укупно';
@@ -893,18 +893,18 @@ $strTableMaintenance = 'Радње на табели';
$strTableName = 'Назив табеле';
$strTableOfContents = 'Садржај';
$strTableOptions = 'Опције табеле';
-$strTables = '%s табела';
$strTableStructure = 'Структура табеле';
+$strTables = '%s табела';
$strTakeIt = 'преузми';
$strTblPrivileges = 'Привилегије везане за табеле';
$strTempData = 'Привремени подаци';
$strTextAreaLength = 'Због њехове величине, поље можда нећете моћи да измените';
$strThai = 'Тајски';
+$strTheme = 'Тема / стил';
$strThemeDefaultNotFound = 'Није пронађена подразумевана тема %s!';
$strThemeNoPreviewAvailable = 'Преглед не постоји.';
-$strThemeNotFound = 'Није пронађена тема %s!';
$strThemeNoValidImgPath = 'Нема исправне путање до слика за тему %s!';
-$strTheme = 'Тема / стил';
+$strThemeNotFound = 'Није пронађена тема %s!';
$strThemePathNotFound = 'Није пронађена путања до теме за тему %s!';
$strThisHost = 'Овај сервер';
$strThreadSuccessfullyKilled = 'Процес %s је успешно прекинут.';
@@ -914,9 +914,9 @@ $strTimeoutInfo = 'Претходном увозу је истекло врем
$strTimeoutNothingParsed = 'Међутим, при последњем покретању подаци нису били обрађени, што обично значи да phpMyAdmin неће бити у могућности да заврши овај увоз осим ако не повећате временска ограничења у PHP-у';
$strTimeoutPassed = 'Време извршења скрипта је истекло, ако желите да довршите увоз, молимо пошаљите исту датотеку и увоз ће се наставити.';
$strToFromPage = 'од/до странице';
+$strToSelectRelation = 'Да одаберете релацију, кликните :';
$strToggleScratchboard = 'Укључи/искључи радну таблу';
$strToggleSmallBig = 'Промени мало/велико';
-$strToSelectRelation = 'Да одаберете релацију, кликните :';
$strTotal = 'укупно';
$strTotalUC = 'Укупно';
$strTraditionalChinese = 'Традиционални кинески';
@@ -947,10 +947,10 @@ $strUnique = 'Јединствени';
$strUnknown = 'непознат';
$strUnselectAll = 'ништа';
$strUnsupportedCompressionDetected = 'Покушали сте да увезете датотеку са компресијом која није подржана (%s). Или подршка за њу није имплементирана, или је искључена у вашој конфигурацији.';
+$strUpdComTab = 'Молимо погледајте у документацији како се ажурира табела Column_comments';
$strUpdatePrivMessage = 'Ажурирали сте привилегије за %s.';
$strUpdateProfileMessage = 'Профил је промењен.';
$strUpdateQuery = 'Ажурирај упит';
-$strUpdComTab = 'Молимо погледајте у документацији како се ажурира табела Column_comments';
$strUpgrade = 'Требало би да унапредите ваш %s сервер на верзију %s или новију.';
$strUploadErrorCantWrite = 'Неуспело уписивање датотеке на диск.';
$strUploadErrorExtension = 'Пријем датотеке заустављен због екстензије.';
@@ -964,6 +964,11 @@ $strUploadsNotAllowed = 'Слање датотека на овај сервер
$strUsage = 'Заузеће';
$strUseBackquotes = 'Користи \' за ограничавање имена поља';
$strUseHostTable = 'Користи табелу домаћина';
+$strUseTabKey = 'Користите TAB тастер за померање од поља до поља, или CTRL+стрелице за слободно померање';
+$strUseTables = 'Користи табеле';
+$strUseTextField = 'Користи текст поље';
+$strUseThisValue = 'Користи ову вредност';
+$strUser = 'Корисник';
$strUserAlreadyExists = 'Корисник %s већ постоји!';
$strUserEmpty = 'Име корисника није унето!';
$strUserName = 'Име корисника';
@@ -971,26 +976,21 @@ $strUserNotFound = 'Изабрани корисник није пронађен
$strUserOverview = 'Преглед корисника';
$strUsersDeleted = 'Изабрани корисници су успешно обрисани.';
$strUsersHavingAccessToDb = 'Корисници који имају приступ "%s"';
-$strUser = 'Корисник';
-$strUseTabKey = 'Користите TAB тастер за померање од поља до поља, или CTRL+стрелице за слободно померање';
-$strUseTables = 'Користи табеле';
-$strUseTextField = 'Користи текст поље';
-$strUseThisValue = 'Користи ову вредност';
$strValidateSQL = 'Провери SQL';
$strValidatorError = 'SQL валидатор није могао да буде покренут. Проверите да ли су инсталиране неопходне PHP екстензије описане у %sдокументацији%s.';
$strValue = 'Вредност';
$strVar = 'Променљива';
$strVersionInformation = 'Информације о верзији';
-$strViewDumpDatabases = 'Прикажи садржај (схему) базе';
-$strViewDumpDB = 'Прикажи садржај (схему) базе';
+$strView = 'Поглед';
$strViewDump = 'Прикажи садржај (схему) табеле';
+$strViewDumpDB = 'Прикажи садржај (схему) базе';
+$strViewDumpDatabases = 'Прикажи садржај (схему) базе';
$strViewHasBeenDropped = 'Поглед %s је одбачен';
$strViewName = 'назив за VIEW';
-$strView = 'Поглед';
-$strWebServerUploadDirectoryError = 'Директоријум који сте изабрали за слање није доступан';
$strWebServerUploadDirectory = 'директоријум за слање веб сервера ';
+$strWebServerUploadDirectoryError = 'Директоријум који сте изабрали за слање није доступан';
$strWelcome = 'Добродошли на %s';
$strWestEuropean = 'Западноевропски';
$strWildcard = 'џокер';
@@ -1006,479 +1006,624 @@ $strYes = 'Да';
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.';
$strZip = '"зиповано"';
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
+// To translate:
$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strEvents = 'Events'; //to translate
+
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSearchInField = 'Inside field:'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1487,127 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php
index ef4ab75ee..c9f172e14 100644
--- a/lang/serbian_latin-utf-8.inc.php
+++ b/lang/serbian_latin-utf-8.inc.php
@@ -21,10 +21,11 @@ $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'o
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
+$strAPrimaryKey = 'Primarni ključ je upravo dodat %s';
$strAbortedClients = 'Prekinuto';
+$strAccessDenied = 'Pristup odbijen';
$strAccessDeniedCreateConfig = 'Verovatan razlog za ovo je da niste napravili konfiguracionu datoteku. Možete koristiti %1$sskript za instalaciju%2$s da biste je napravili.';
$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';
$strAddClause = 'Dodaj %s';
@@ -42,25 +43,24 @@ $strAddToIndex = 'Dodaj u ključ %s kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
+$strAfter = 'Posle %s';
$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';
-$strAllowInterrupt = 'Dozvoljava prekid uvoza u slučaju da skript otkrije da je blizu vremenskog ograničenja. Ovo može biti dobar način uvoza velikih datoteka, ali sa druge strane može pokvariti transakcije.';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
+$strAllowInterrupt = 'Dozvoljava prekid uvoza u slučaju da skript otkrije da je blizu vremenskog ograničenja. Ovo može biti dobar način uvoza velikih datoteka, ali sa druge strane može pokvariti transakcije.';
$strAlterOrderBy = 'Promeni redosled u tabeli';
+$strAnIndex = 'Ključ je upravo dodat %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAndThen = 'i onda';
$strAngularLinks = 'Uglaste veze';
-$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';
@@ -73,15 +73,15 @@ $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';
+$strBinary = 'Binarni';
+$strBinaryDoNotEdit = 'Binarni - ne menjaj';
+$strBinaryLog = 'Binarni dnevnik';
$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom upamćenom upitu';
$strBookmarkCreated = 'Napravljen marker %s';
$strBookmarkDeleted = 'Obeleživač je upravo obrisan.';
@@ -90,24 +90,25 @@ $strBookmarkQuery = 'Zapamćen SQL-upit';
$strBookmarkReplace = 'Zameni postojeće zapamćene upite istog imena';
$strBookmarkThis = 'Zapamti SQL-upit';
$strBookmarkView = 'Vidi samo';
+$strBrowse = 'Pregled';
$strBrowseDistinctValues = 'Pregledaj različite vrednosti';
$strBrowseForeignValues = 'Pregledaj strane vrednosti';
-$strBrowse = 'Pregled';
-$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPool = 'Skup prihvatnika';
+$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPoolUsage = 'Korišćenje skupa prihvatnika';
-$strBufferReadMissesInPercent = 'Promašaji čitanja u %';
$strBufferReadMisses = 'Promašaji pri čitanju';
+$strBufferReadMissesInPercent = 'Promašaji čitanja u %';
$strBufferWriteWaits = 'Čekanja na upis';
$strBufferWriteWaitsInPercent = 'Čekanja na upis u %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zauzete strane';
$strBzip = '"bzip-ovano"';
+$strCSV = 'CSV';
$strCalendar = 'Kalendar';
-$strCancel = 'Otkaži';
$strCanNotLoadExportPlugins = 'Nije moguće učitati dodatke za izvoz, molimo proverite svoju instalaciju!';
$strCanNotLoadImportPlugins = 'Ne mogu da učitam dodatke za uvoz, molim proverite svoju instalaciju!';
+$strCancel = 'Otkaži';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da učitam ekstenziju %s, 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.';
@@ -117,23 +118,23 @@ $strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
+$strChange = 'Promeni';
+$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.';
-$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';
+$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Označi sve';
$strCheckOverhead = 'Proveri tabele koje imaju prekoračenja';
-$strCheckPrivsLong = 'Proveri privilegije za bazu "%s".';
$strCheckPrivs = 'Proveri privilegije';
+$strCheckPrivsLong = 'Proveri privilegije za bazu "%s".';
$strCheckTable = 'Proveri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
@@ -155,16 +156,16 @@ $strConstraintsForDumped = 'Ograničenja za izvezene tabele';
$strConstraintsForTable = 'Ograničenja za tabele';
$strControluserFailed = 'Konekcija za controluser-a, onako kako je definisana u vašoj konfiguraciji, nije uspela.';
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivni.';
-$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopy = 'Kopiraj';
+$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopyTable = 'Kopiraj tabelu u (baza.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.';
+$strCreate = 'Napravi';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
$strCreateIndex = 'Napravi ključ na %s kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
-$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
@@ -178,46 +179,45 @@ $strCreateUserDatabaseWildcard = 'Daj sve privilegije na imenu sa džokerima (ko
$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
-$strCSV = 'CSV';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
$strCzechSlovak = 'Češko-slovački';
+$strDBComment = 'Komentar baze:';
+$strDBCopy = 'Kopiraj bazu u';
+$strDBRename = 'Preimenuj bazu u';
$strDanish = 'Danski';
+$strData = 'Podaci';
+$strDataDict = 'Rečnik podataka';
+$strDataOnly = 'Samo podaci';
+$strDataPages = 'Strane sa podacima';
$strDatabase = 'Baza podataka';
$strDatabaseEmpty = 'Ime baze nije zadato!';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspešno odbačeno.';
+$strDatabasesStats = 'Statistika baze';
$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';
$strDbIsEmpty = 'Baza je izgleda prazna!';
$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';
+$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDefragment = 'Defragmentiraj tabelu';
+$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$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';
-$strDeleteNoUsersSelected = 'Nijedan korisnik nije odabran za brisanje!';
$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.';
+$strDeleteNoUsersSelected = 'Nijedan korisnik nije odabran za brisanje!';
$strDeleteRelation = 'Obriši relaciju';
+$strDeleted = 'Red je obrisan';
$strDeleting = 'Brišem %s';
$strDelimiter = 'Graničnik';
-$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDesigner = 'Dizajner';
@@ -225,38 +225,38 @@ $strDesignerHelpDisplayField = 'Polje za prikaz je obojeno u ružičasto. Da bi
$strDictionary = 'rečnik';
$strDirectLinks = 'Direktne veze';
$strDirtyPages = 'Prljave strane';
-$strDisabled = 'Onemogućeno';
$strDisableForeignChecks = 'Isključi provere stranih ključeva';
+$strDisabled = 'Onemogućeno';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
+$strDoYouReally = 'Da li stvarno hoćete da ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentacija';
-$strDoYouReally = 'Da li stvarno hoćete da ';
-$strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
$strDrop = 'Odbaci';
+$strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
$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.';
+$strDumpingData = 'Prikaz podataka tabele';
$strDynamic = 'dinamički';
+$strEdit = 'Promeni';
$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';
+$strEndCut = 'KRAJ REZ';
$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.';
+$strEngines = 'Skladištenja';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
@@ -272,47 +272,47 @@ $strEvent = 'Događaji';
$strExcelEdition = 'Excel izdanje';
$strExecuteBookmarked = 'Izvrši upamćen upit';
$strExplain = 'Objasni SQL';
-$strExportImportToScale = 'Izvor/uvoz u razmeri';
$strExport = 'Izvoz';
+$strExportImportToScale = 'Izvor/uvoz u razmeri';
$strExportMustBeFile = 'Odabrani tip izvoza mora biti sačuvan u datoteku!';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
$strFailedAttempts = 'Neuspelih pokušaja';
+$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strFieldInsertFromFileTempDirNotExists = 'Greška u premeštanju primljene datoteke, pogledajte FAQ 1.11';
-$strField = 'Polje';
+$strFields = 'Polja';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter ';
-$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';
-$strFileNameTemplateDescriptionDatabase = 'naziv baze';
$strFileNameTemplateDescription = 'Ova vrednost se tumači korišćenjem %1$sstrftime%2$s, tako da možete da koristite stringove za formatiranje vremena. Takođe će se desiti i sledeće transformacije: %3$s. Preostali tekst će ostati kako jeste.';
+$strFileNameTemplateDescriptionDatabase = 'naziv baze';
$strFileNameTemplateDescriptionServer = 'naziv servera';
$strFileNameTemplateDescriptionTable = 'naziv tabele';
$strFileNameTemplateRemember = 'zapamti šablon';
-$strFiles = 'Datoteke';
$strFileToImport = 'Datoteka za uvoz';
+$strFiles = 'Datoteke';
$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.';
$strFlushQueryCache = 'Očisti keš upita';
$strFlushTable = 'Osveži tabelu ("FLUSH")';
$strFlushTables = 'Očisti (zatvori) sve tabele';
$strFontSize = 'Veličina fonta';
-$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrednost u obrascu!';
+$strFormat = 'Format';
$strFreePages = 'Slobodne strane';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
$strFunctions = 'Funkcije';
$strGenBy = 'Generisao';
+$strGenTime = 'Vreme kreiranja';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenerate = 'Napravi';
$strGeneratePassword = 'Napravi lozinku';
-$strGenTime = 'Vreme kreiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Nemački';
$strGlobal = 'globalno';
@@ -323,6 +323,8 @@ $strGrantOption = 'Omogući';
$strGreek = 'Grčki';
$strGzip = '"gzip-ovano"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Rukovalac';
$strHasBeenAltered = 'je promenjen(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
@@ -332,53 +334,51 @@ $strHexForBLOB = 'Koristi heksadecimalno za BLOB';
$strHide = 'Sakrij';
$strHideShowAll = 'Sakrij/prikaži sve';
$strHideShowNoRelation = 'Sakrij/prikaži tabele bez relacija';
-$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Početna strana';
+$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Domaćin';
$strHostEmpty = 'Ime domaćina je prazno!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Mađarski';
+$strIEUnsupported = 'Internet Explorer ne podržava ovu funkciju.';
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
-$strIEUnsupported = 'Internet Explorer ne podržava ovu funkciju.';
-$strIgnoreDuplicates = 'Ignoriši duplicirane redove';
$strIgnore = 'Ignoriši';
+$strIgnoreDuplicates = 'Ignoriši duplicirane redove';
$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
+$strImport = 'Uvoz';
$strImportExportCoords = 'Izvoz/uvoz koordinata za PDF shemu';
$strImportFiles = 'Uvoz datoteka';
$strImportFormat = 'Format datoteka za uvoz';
$strImportSuccessfullyFinished = 'Uvoz je uspešno završen, izvršeno je %d upita.';
-$strImport = 'Uvoz';
-$strIndexes = 'Ključevi';
-$strIndexHasBeenDropped = 'Ključ %s je obrisan';
+$strInUse = 'se koristi';
$strIndex = 'Ključ';
+$strIndexHasBeenDropped = 'Ključ %s je obrisan';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Tip ključa :';
$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
-$strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
+$strIndexes = 'Ključevi';
$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
-$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
+$strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
$strInnoDBBufferPoolSize = 'Veličina prihvatnika';
+$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
$strInnoDBDataFilePath = 'Datoteke sa podacima';
-$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
+$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$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';
$strInsert = 'Novi zapis';
+$strInsertAsNewRow = 'Unesi kao novi red';
$strInternalRelationAdded = 'Dodata interna relacija';
$strInternalRelations = 'Unutrašnje relacije';
-$strInUse = 'se koristi';
$strInvalidAuthMethod = 'Neispravan metod autentikacije je zadat u konfiguraciji:';
-$strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
-$strInvalidColumn = 'Zadata je neispravna kolona (%s)!';
$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV ulazu na liniji %d.';
$strInvalidCSVFormat = 'Neispravan format CSV ulaza na liniji %d.';
$strInvalidCSVParameter = 'Neispravni parametri za CSV uvoz: %s';
+$strInvalidColumn = 'Zadata je neispravna kolona (%s)!';
+$strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
$strInvalidDatabase = 'Neispravna baza podataka';
$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
@@ -391,8 +391,8 @@ $strInvalidTableName = 'Neispravan naziv tabele';
$strJapanese = 'Japanski';
$strJoins = 'Spojevi';
$strJumpToDB = 'Pređi na bazu "%s".';
-$strJustDeleteDescr = '"Obrisani" korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
+$strJustDeleteDescr = '"Obrisani" korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
$strKeepPass = 'Nemoj da menjaš lozinku';
$strKeyCache = 'Keš ključeva';
@@ -401,21 +401,21 @@ $strKill = 'Obustavi';
$strKnownExternalBug = 'Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s';
$strKorean = 'Korejski';
+$strLDI = 'CSV koristeći LOAD DATA';
+$strLDILocal = 'Koristi ključnu reč LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Položeno';
$strLanguage = 'Jezik';
$strLanguageUnknown = 'Nepoznat jezik: %1$s.';
$strLatchedPages = 'Zabravljene strane';
$strLatexCaption = 'Komentar tabele';
$strLatexContent = 'Sadržaj tabele __TABLE__';
-$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexContinued = '(nastavljeno)';
+$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexIncludeCaption = 'Uključi komentar tabele';
$strLatexLabel = 'Oznaka ključa';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLatvian = 'Letonski';
-$strLDI = 'CSV koristeći LOAD DATA';
-$strLDILocal = 'Koristi ključnu reč LOCAL';
$strLengthSet = 'Dužina/Vrednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
@@ -424,63 +424,64 @@ $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:';
+$strLogin = 'Prijavljivanje';
+$strLoginInformation = 'Podaci o prijavi';
+$strLogout = 'Odjavljivanje';
$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
+$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
+$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. 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 vrednosti za opcije transformacije koristeći ovaj oblik: \'a\', 100, b,\'c\'... 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_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
$strMaxConnects = 'maks. istovremenih veza';
$strMaximalQueryLength = 'Maksimalna dužina napravljenog upita';
$strMaximumSize = 'Maksimalna veličina: %s%s';
$strMbExtensionMissing = 'PHP ekstenzija mbstring nije pronađena, a čini se da vi koristite višebajtni skup znakova. Bez ekstenzije mbstring phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neočekivanih rezultata.';
$strMbOverloadWarning = 'U PHP podešavanjima Vam je uključena mbstring.func_overload opcija. 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. 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\', 100, b,\'c\'... 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';
+$strModifyIndexTopic = 'Izmeni ključ';
$strMoveMenu = 'Premesti meni';
-$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$strMoveTable = 'Pomeri tabelu u (baza.tabela):';
+$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$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';
+$strMyISAMDataPointerSizeDesc = 'Podrazumevana veličina pokazivača u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
$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).';
+$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';
$strMyISAMMaxSortFileSize = 'Maksimalna veličina privremenih datoteka za sortiranje';
-$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
+$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).';
$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.';
+$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
$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.';
+$strMyISAMRepairThreadsDesc = 'Ako je vrednost veća od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
$strMyISAMSortBufferSize = 'Veličina prihvatnika za sortiranje';
+$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
$strMySQLCharset = 'MySQL set karaktera';
-$strMysqlClientVersion = 'Verzija MySQL klijenta';
$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
-$strMysqlLibDiffersServerVersion = 'Verzija vaše PHP MySQL biblioteke %s se razlikuje od verzije vašeg MySQL servera %s. Ovo može dovesti do nepredvidljivog ponašanja.';
$strMySQLSaid = 'MySQL reče: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
+$strMysqlClientVersion = 'Verzija MySQL klijenta';
+$strMysqlLibDiffersServerVersion = 'Verzija vaše PHP MySQL biblioteke %s se razlikuje od verzije vašeg MySQL servera %s. Ovo može dovesti do nepredvidljivog ponašanja.';
$strName = 'Ime';
$strNext = 'Sledeći';
+$strNo = 'Ne';
$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
+$strNoDataReceived = 'Nisu primljeni nikavi podaci za uvoz. Ili nije bio naveden naziv datoteke, ili veličina datoteke prevazilazi maksimalnu veličinu dozvoljenu u vašoj konfiguraciji PHP-a. Pogledajte. See FAQ 1.16.';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
-$strNoDataReceived = 'Nisu primljeni nikavi podaci za uvoz. Ili nije bio naveden naziv datoteke, ili veličina datoteke prevazilazi maksimalnu veličinu dozvoljenu u vašoj konfiguraciji PHP-a. Pogledajte. See FAQ 1.16.';
$strNoDescription = 'nema opisa';
$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
@@ -490,8 +491,6 @@ $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.';
@@ -502,17 +501,18 @@ $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.';
+$strNoUsersFound = 'Korisnik nije nađen.';
+$strNoValidateSQL = 'Preskoči proveru SQL-a';
+$strNone = 'nema';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '%s tabela nije pronađena ili nije postavljena u %s';
-$strNoUsersFound = 'Korisnik nije nađen.';
-$strNoValidateSQL = 'Preskoči proveru SQL-a';
$strNull = 'Null';
-$strNumberOfFields = 'Broj polja';
-$strNumberOfTables = 'Broj tabela';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele %s';
$strNumSearchResultsTotal = 'Ukupno:%s pogodaka';
$strNumTables = 'Tabele';
+$strNumberOfFields = 'Broj polja';
+$strNumberOfTables = 'Broj tabela';
$strOK = 'U redu';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -526,29 +526,29 @@ $strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće datoteke';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Pravi izveštaj koji sadrži podatke jedne tabele)';
+$strPDFReportTitle = 'Naslov izveštaja';
+$strPHPVersion = 'verzija PHP-a';
$strPageNumber = 'Broj strane:';
$strPagesToBeFlushed = 'Strane koje treba da budu usklađene';
$strPaperSize = 'Dimenzije papira';
$strPartialImport = 'Delimični uvoz';
$strPartialText = 'Deo teksta';
+$strPassword = 'Lozinka';
$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';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Pravi izveštaj koji sadrži podatke jedne tabele)';
-$strPDFReportTitle = 'Naslov izveštaja';
$strPerHour = 'na sat';
$strPerMinute = 'u minutu';
$strPerSecond = 'u sekundi';
$strPersian = 'Persijski';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
-$strPHPVersion = 'verzija PHP-a';
$strPleaseSelectPrimaryOrUniqueKey = 'Molimo izaberite primarni ili jedinstveni ključ';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktiva MORA biti podešena u konfiguracionoj datoteci!';
@@ -556,13 +556,13 @@ $strPolish = 'Poljski';
$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" mora biti ime samo primarnog ključa!)';
-$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
-$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrintView = 'Za štampu';
+$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmenu struktura postojećih tabela.';
$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje sačuvanih rutina.';
@@ -575,8 +575,8 @@ $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.';
+$strPrivDescExecute5 = 'Dozvoljava izvršavanje sačuvanih rutina.';
$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.';
@@ -606,9 +606,9 @@ $strProfiling = 'Profilisanje';
$strProtocolVersion = 'Verzija protokola';
$strPutColNames = 'Stavi imena polja u prvi red';
+$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Upit po primeru';
$strQueryCache = 'Keš upita';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi %s:';
@@ -619,25 +619,26 @@ $strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
+$strReType = 'Ponovite unos';
$strReadRequests = 'Zahtevi za čitanje';
$strReceived = 'Primljeno';
$strRecommended = 'preporučeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRefresh = 'Osveži';
-$strRelationalSchema = 'Relaciona shema';
$strRelationDeleted = 'Relacija obrisana';
$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';
+$strRelationalSchema = 'Relaciona shema';
+$strRelations = 'Relacije';
+$strRelationsForTable = 'RELACIJE TABELE';
$strReload = 'Ponovo učitaj';
$strReloadPrivileges = 'Ponovo učitaj privilegije';
+$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
-$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRenameTable = 'Promeni ime tabele u ';
+$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zameni NULL sa';
$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
@@ -645,33 +646,43 @@ $strReplication = 'Replikacija';
$strReset = 'Poništi';
$strResourceLimits = 'Ograničenja resursa';
$strRestartInsertion = 'Ponovo pokreni unošenje sa %s redova';
-$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';
+$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';
$strRomanian = 'Rumunski';
$strRoutineReturnType = 'Povratni tip';
$strRoutines = 'Rutine';
$strRowLength = 'Dužina reda';
-$strRowsFrom = ' redova počev od 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';
-$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
-$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRunSQLQueryOnServer = 'Izvrši SQL upit(e) na serveru %s';
+$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Mod SQL kompatibilnosti';
+$strSQLExportType = 'Tip izvoza';
+$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';
+$strSQPBugInvalidIdentifer = 'Neispravan iG¤entifikator';
+$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
+$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
+$strSave = 'Sačuvaj';
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
$strSavePosition = 'Sačuvaj poziciju';
-$strSave = 'Sačuvaj';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
+$strSearch = 'Pretraživanje';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Reči ili vrednosti koje se traže (džoker: "%"):';
@@ -679,7 +690,6 @@ $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 "%s" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
@@ -693,33 +703,29 @@ $strSelectReferencedKey = 'Izaberite referencirani ključ';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
+$strServer = 'Server';
$strServerChoice = 'Izbor servera';
$strServerNotResponding = 'Server ne odgovara';
-$strServer = 'Server';
-$strServers = 'Serveri';
-$strServerStatusDelayedInserts = 'Odložena umetanja';
$strServerStatus = 'Informacije o toku rada';
+$strServerStatusDelayedInserts = 'Odložena umetanja';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabVariables = 'Promenljive';
$strServerTrafficNotes = 'Saobraćaj servera: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
+$strServers = 'Serveri';
$strSessionStartupErrorGeneral = 'Ne mogu da pokrenem sesiju bez grešaka, molim proverite greške u PHP i/ili dnevniku veb servera i propisno podesite vašu PHP instalaciju.';
$strSessionValue = 'Vrednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'... Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
+$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format rečnika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowHideLeftMenu = 'Prikaži/sakrij meni s leve strane';
-$strShowingBookmark = 'Prikazivanje markera';
-$strShowingPhp = 'Prikaz kao PHP kod';
-$strShowingRecords = 'Prikaz zapisa';
-$strShowingSQL = 'Prikaz kao SQL upit';
$strShowOpenTables = 'Prikaži otvorene tabele';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
-$strShow = 'Prikaži';
$strShowSlaveHosts = 'Prikaži podređene server';
$strShowSlaveStatus = 'Prikaži status podređenih servera';
$strShowStatusBinlog_cache_disk_useDescr = 'Broj tranksakcija koje su koristile keš privremenog binarnog dnevnika ali su prevazišle vrednost u binlog_cache_size i koristile privremenu datoteku da smeste izraze iz transakcije.';
@@ -773,13 +779,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs upisa načinjenih u datot
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj fsync-ova za datoteku dnevnika na čekanju.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Broj upisa u datoteku dnevnika na čekanju.';
$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova upisanih u datoteku dnevnika.';
-$strShowStatusInnodb_pages_createdDescr = 'Broj napravljenih strana.';
$strShowStatusInnodb_page_sizeDescr = 'Ukompajlirana veličina strane za InnoDB (podrazumevano 16KB). Mnoge vrednosti se računaju u stranama; veličina strane omogućava da se one lako konvertuju u bajtove.';
+$strShowStatusInnodb_pages_createdDescr = 'Broj napravljenih strana.';
$strShowStatusInnodb_pages_readDescr = 'Broj pročitanih strana.';
$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih strana.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj brava za redove koje se trenutno čekaju.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosečno vreme za dobavljanje brave za red, u milisekundama.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vremena provedeno u dobavljanju brava za redove, u milisekundama.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosečno vreme za dobavljanje brave za red, u milisekundama.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Najduže vreme za dobavljanje brave za red, u milisekundama.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Broj puta kada se morala čekati brava za red.';
$strShowStatusInnodb_rows_deletedDescr = 'Broj redova obrisanih iz InnoDB tabela.';
@@ -795,10 +801,10 @@ $strShowStatusKey_write_requestsDescr = 'Broj zahteva za upisivanje bloka ključ
$strShowStatusKey_writesDescr = 'Broj fizičkih upisa bloka ključeva na disk.';
$strShowStatusLast_query_costDescr = 'Ukupna cena poslednjeg kompajliranog upita kako ju je izračunao optimizator upita. Korisno za upoređivanje cene različitih planova upita za isti upit. Podrazumevana vrednost 0 znači da još nije bio kompajliran nijedan upit.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redova u INSERT DELAYED redovima čekanja koji čekaju upisivanje.';
-$strShowStatusOpened_tablesDescr = 'Broj tabela koje su bile otvarane. Ako je broj veliki, vaš keš tabela je verovatno premali.';
$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.';
$strShowStatusOpen_streamsDescr = 'Broj otvorenih tokova (koristi se prvenstveno za vođenje dnevnika (logging)).';
$strShowStatusOpen_tablesDescr = 'Broj otvorenih tabela.';
+$strShowStatusOpened_tablesDescr = 'Broj tabela koje su bile otvarane. Ako je broj veliki, vaš keš tabela je verovatno premali.';
$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u u kešu upita.';
$strShowStatusQcache_free_memoryDescr = 'Količina slobodne memorije za keš upita.';
$strShowStatusQcache_hitsDescr = 'Broj pogodaka iz keša.';
@@ -811,8 +817,8 @@ $strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Status replikacije otporne na greške (nije još implementirano).';
$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne koriste indekste. Ako ova vrednost nije 0, trebalo bi pažljivo da proverite indekse vaših tabela.';
$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji su koristili pretragu opsega na referentnoj tabeli.';
-$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji proveravaju upotrebu ključa posle svakog reda. (Ako ovo nije 0, trebalo bi pažljivo da proverite indekse vaših tabela.)';
$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su koristili opsege na prvoj tabeli. (Obično nije kritično čak ni kada je ovo veliko)';
+$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji proveravaju upotrebu ključa posle svakog reda. (Ako ovo nije 0, trebalo bi pažljivo da proverite indekse vaših tabela.)';
$strShowStatusSelect_scanDescr = 'Broj spojeva koji su uradili puno skeniranje prve tabele.';
$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tabela trenutno otvorenih od strane pomoćne SQL niti.';
$strShowStatusSlave_retried_transactionsDescr = 'Ukupan broj puta (od pokretanja) kada je pomoćna SQL nit za replikaciju pokušala transakcije.';
@@ -832,6 +838,10 @@ $strShowStatusThreads_runningDescr = 'Broj niti koje nisu uspavane.';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
+$strShowingBookmark = 'Prikazivanje markera';
+$strShowingPhp = 'Prikaz kao PHP kod';
+$strShowingRecords = 'Prikaz zapisa';
+$strShowingSQL = 'Prikaz kao SQL upit';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
@@ -841,28 +851,18 @@ $strSlovenian = 'Slovenači';
$strSmallBigAll = 'Sve malo/veliko';
$strSnapToGrid = 'Drži se mreže';
$strSocketProblem = '(ili priključak lokalnog MySQL servera nije ispravno podešen)';
+$strSort = 'Sortiranje';
$strSortByKey = 'Sortiraj po ključu';
$strSorting = 'Sortiranje';
-$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSpanish = 'Španski';
$strSplitWordsWithSpace = 'Reči se odvajaju razmakom (" ").';
-$strSQLCompatibility = 'Mod SQL kompatibilnosti';
-$strSQLExportType = 'Tip izvoza';
-$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 iG¤entifikator';
-$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
-$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStandInStructureForView = 'Struktura koja zamenjuje pogled';
$strStatCheckTime = 'Poslednja provera';
$strStatCreateTime = 'Napravljeno';
+$strStatUpdateTime = 'Poslednja izmena';
$strStatement = 'Ime';
$strStatisticsOverrun = 'Na zaposlenom serveru brojači bajtova mogu da se preliju (overrun), tako da te statistike, onako kako ih prijavljuje MySQL server, mogu biti netačne.';
-$strStatUpdateTime = 'Poslednja izmena';
$strStatus = 'Status';
$strStorageEngine = 'Pogon skladištenja';
$strStorageEngines = 'Pogoni skladištenja';
@@ -872,8 +872,8 @@ $strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorni MS Excel podaci';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
-$strStructureForView = 'Struktura za pogled (view)';
$strStructure = 'Struktura';
+$strStructureForView = 'Struktura za pogled (view)';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
@@ -881,6 +881,7 @@ $strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
$strSwitchToTable = 'Pređi na kopiranu tabelu';
+$strTable = 'Tabela';
$strTableAlreadyExists = 'Tabela %s već postoji!';
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
@@ -892,33 +893,32 @@ $strTableMaintenance = 'Radnje na tabeli';
$strTableName = 'Naziv tabele';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
-$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
-$strTable = 'Tabela';
+$strTables = '%s tabela';
$strTakeIt = 'preuzmi';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTempData = 'Privremeni podaci';
$strTextAreaLength = 'Zbog njehove veličine, polje možda nećete moći da izmenite';
$strThai = 'Tajski';
+$strTheme = 'Tema / stil';
$strThemeDefaultNotFound = 'Nije pronađena podrazumevana tema %s!';
$strThemeNoPreviewAvailable = 'Pregled ne postoji.';
-$strThemeNotFound = 'Nije pronađena tema %s!';
$strThemeNoValidImgPath = 'Nema ispravne putanje do slika za temu %s!';
+$strThemeNotFound = 'Nije pronađena tema %s!';
$strThemePathNotFound = 'Nije pronađena putanja do teme za temu %s!';
-$strTheme = 'Tema / stil';
$strThisHost = 'Ovaj server';
-$strThreads = 'Niti';
$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
+$strThreads = 'Niti';
+$strTime = 'Vreme';
$strTimeoutInfo = 'Prethodnom uvozu je isteklo vreme, nakon ponovnog slanja biće nastavljen od pozicije %d.';
$strTimeoutNothingParsed = 'Međutim, pri poslednjem pokretanju podaci nisu bili obrađeni, što obično znači da phpMyAdmin neće biti u mogućnosti da završi ovaj uvoz osim ako ne povećate vremenska ograničenja u PHP-u';
$strTimeoutPassed = 'Vreme izvršenja skripta je isteklo, ako želite da dovršite uvoz, molimo pošaljite istu datoteku i uvoz će se nastaviti.';
-$strTime = 'Vreme';
$strToFromPage = 'od/do stranice';
+$strToSelectRelation = 'Da odaberete relaciju, kliknite :';
$strToggleScratchboard = 'Uključi/isključi radnu tablu';
$strToggleSmallBig = 'Promeni malo/veliko';
-$strToSelectRelation = 'Da odaberete relaciju, kliknite :';
-$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
+$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraditionalSpanish = 'Tradicionalni španski';
$strTraffic = 'Saobraćaj';
@@ -947,10 +947,10 @@ $strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUnsupportedCompressionDetected = 'Pokušali ste da uvezete datoteku sa kompresijom koja nije podržana (%s). Ili podrška za nju nije implementirana, ili je isključena u vašoj konfiguraciji.';
+$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$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.';
$strUploadErrorCantWrite = 'Neuspelo upisivanje datoteke na disk.';
$strUploadErrorExtension = 'Prijem datoteke zaustavljen zbog ekstenzije.';
@@ -964,30 +964,30 @@ $strUploadsNotAllowed = 'Slanje datoteka na ovaj server nije dozvoljeno.';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUseHostTable = 'Koristi tabelu domaćina';
+$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';
+$strUser = 'Korisnik';
$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 "%s"';
-$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';
+$strView = 'Pogled';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
+$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
+$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
$strViewHasBeenDropped = 'Pogled %s je odbačen';
$strViewName = 'naziv za VIEW';
-$strView = 'Pogled';
$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
@@ -1006,479 +1006,624 @@ $strYes = 'Da';
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.';
$strZip = '"zipovano"';
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
+// To translate:
$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strEvents = 'Events'; //to translate
+
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSearchInField = 'Inside field:'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1487,127 +1632,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php
index 93fae95e6..fe0d55ced 100644
--- a/lang/sinhala-utf-8.inc.php
+++ b/lang/sinhala-utf-8.inc.php
@@ -23,6 +23,7 @@ $month = array('ජනවාරි', 'පෙබරවාරි', 'මාර්
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = 'දින %s, පැය %s, මිනිත්තු %s සහ තප්පර %s';
+$strAPrimaryKey = '%s ට මූලික යතුරක් එක් කරන ලදි';
$strAbortedClients = 'අත්හැර දමන ලදි';
$strAccessDenied = 'පිවිසුම වලක්වා ඇත';
$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.';
@@ -50,18 +51,17 @@ $strAfterInsertNewInsert = 'නව පේළියක් එක් කරන්
$strAfterInsertNext = 'මීලඟ පේළිය එක් කරන්න';
$strAfterInsertSame = 'මෙම පිටුව වෙත ආපසු යන්න';
$strAll = 'සියලු';
-$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 = 'එකම ප්රමාණයේ සියලු වගු පෙන්වන්න?';
+$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.';
$strAlterOrderBy = 'අනුව වගු අනුපිළිවෙල වෙනස් කරන්න';
+$strAnIndex = '%s සඳහා සූචියක් එක්කරන ලදි';
$strAnalyzeTable = 'වගුව විශ්ලේෂණය කරන්න';
$strAnd = 'සහ';
$strAndThen = 'සහ එවිට';
-$strAnIndex = '%s සඳහා සූචියක් එක්කරන ලදි';
$strAny = 'ඕනෑම';
$strAnyHost = 'ඕනෑම දායකයෙක්';
$strAnyUser = 'ඕනෑම භාවිතා කරන්නෙක්';
$strApproximateCount = 'සමහර විට ආසන්න වශයෙන්. FAQ 3.11 බලන්න';
-$strAPrimaryKey = '%s ට මූලික යතුරක් එක් කරන ලදි';
$strArabic = 'අරාබියානු';
$strArmenian = 'ඇමෙරිකානු';
$strAscending = 'ආරෝහන';
@@ -74,15 +74,15 @@ $strBack = 'ආපසු';
$strBaltic = 'බෝල්ටික';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'ද්වීමය';
-$strBinaryDoNotEdit = 'ද්වීමය - සංස්කරණය නොකරන්න';
-$strBinaryLog = 'ද්වීමය ලොගය';
$strBinLogEventType = 'සිදුවීමේ වර්ගය';
$strBinLogInfo = 'තොරතුරු';
$strBinLogName = 'ලොග් නම';
$strBinLogOriginalPosition = 'මුල් පිහිටුම';
$strBinLogPosition = 'පිහිටුම';
$strBinLogServerId = 'සර්වරයේ හැඳුනුම් අංකය';
+$strBinary = 'ද්වීමය';
+$strBinaryDoNotEdit = 'ද්වීමය - සංස්කරණය නොකරන්න';
+$strBinaryLog = 'ද්වීමය ලොගය';
$strBookmarkAllUsers = 'සියලු භාවිතා කරන්නනට මෙම පොත් සලකුණට පිවිසීමට ඉඩ දෙන්න';
$strBookmarkCreated = '%s පොත් සලකුණ සාදන ලදි';
$strBookmarkDeleted = 'පොත් සලකුණ ඉවත් කරන ලදි.';
@@ -94,17 +94,18 @@ $strBookmarkView = 'දර්ශනය කිරීම පමණි';
$strBrowse = 'බ්රවුස් කරන්න';
$strBrowseDistinctValues = 'එකිනෙකට වෙනස් අගයන් බ්රවුස් කරන්න';
$strBrowseForeignValues = 'අන්ය අගයන් බ්රවුස් කරන්න';
-$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
+$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPoolUsage = 'Buffer Pool Usage';
-$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
-$strBufferWriteWaitsInPercent = 'Write waits in %';
+$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferWriteWaits = 'Write waits';
+$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBulgarian = 'බල්ගේරියානු';
$strBusyPages = 'කාර්ය බහුල පිටු';
$strBzip = '"bzipp ගතකරන ලදි"';
+$strCSV = 'CSV';
$strCalendar = 'දින දර්ශනය';
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
@@ -118,8 +119,8 @@ $strCaseInsensitive = 'පුවරු සංවේදී නොවන';
$strCaseSensitive = 'පුවරු සංවේදී';
$strCentralEuropean = 'මධ්යම යුරෝපියානු';
$strChange = 'වෙනස් කරන්න';
-$strChangeCopyModeCopy = '... පැරණි එක තබා ගන්න.';
$strChangeCopyMode = 'සහ එකම වරප්රසාද සහිතව නව භාවිතා කරන්නෙක් එක් කරන්න...';
+$strChangeCopyModeCopy = '... පැරණි එක තබා ගන්න.';
$strChangeCopyModeDeleteAndReload = '.. භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කර වරප්රසාද නැවත අලුත් කරන්න.';
$strChangeCopyModeJustDelete = ' ... භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කරන්න.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
@@ -128,8 +129,8 @@ $strChangeDisplay = 'පෙන්වීම සඳහා ක්ෂේත්ර
$strChangePassword = 'මුරපදය වෙනස් කරන්න';
$strCharset = 'අක්ෂර කට්ටලය';
$strCharsetOfFile = 'ගොනුවේ අක්ෂර කට්ටලය:';
-$strCharsetsAndCollations = 'අක්ෂර කට්ටල සහ Collations';
$strCharsets = 'අක්ෂර කට්ටලය';
+$strCharsetsAndCollations = 'අක්ෂර කට්ටල සහ Collations';
$strCheckAll = 'සියල්ල කතිර කොටුගත කරන්න';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'වරප්රසාද පරීක්ෂා කරන්න';
@@ -175,12 +176,18 @@ $strCreateUserDatabaseWildcard = 'අභිමත ආදේශක නාමය
$strCreationDates = 'සෑදීම/යාවත් කාලීන/පරීක්ෂා කිරීමේ දින';
$strCriteria = 'නිර්ණායක';
$strCroatian = 'ක්රොයේශියානු';
-$strCSV = 'CSV';
$strCyrillic = 'සිරිලික්';
$strCzech = 'චෙකොස්ලෝවැකියානු';
$strCzechSlovak = 'චෙකොස්ලෝවැකියානු-ස්ලෝවැකියානු';
+$strDBComment = 'දත්තගබඩා විස්තර: ';
+$strDBCopy = 'වෙත දත්තගබඩාව පිටවත් කරන්න';
+$strDBRename = 'බවට දත්තගබඩාවේ නම වෙනස් කරන්න';
$strDanish = 'ඩෙන්මාර්කියානු';
+$strData = 'දත්ත';
+$strDataDict = 'දත්ත කෝෂය';
+$strDataOnly = 'දත්ත පමණයි';
+$strDataPages = 'දත්ත අඩංගු පිටු';
$strDatabase = 'දත්තගබඩාව';
$strDatabaseEmpty = 'දත්තගබඩා නම හිස්ව පවතී!';
$strDatabaseExportOptions = 'දත්තගබඩා අපනයන විකල්ප';
@@ -191,46 +198,39 @@ $strDatabasesStats = 'දත්තගබඩා සංඛ්යා ලේඛ
$strDatabasesStatsDisable = 'සංඛ්යා ලේඛන අක්රිය කරන්න';
$strDatabasesStatsEnable = 'සංඛ්යා ලේඛන සක්රිය කරන්න';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
-$strData = 'දත්ත';
-$strDataDict = 'දත්ත කෝෂය';
-$strDataOnly = 'දත්ත පමණයි';
-$strDataPages = 'දත්ත අඩංගු පිටු';
-$strDBComment = 'දත්තගබඩා විස්තර: ';
-$strDBCopy = 'වෙත දත්තගබඩාව පිටවත් කරන්න';
$strDbPrivileges = 'දත්තගබඩා විශේෂිත වරප්රසාද';
-$strDBRename = 'බවට දත්තගබඩාවේ නම වෙනස් කරන්න';
$strDbSpecific = 'දත්තගබඩා විශේෂිත';
$strDefault = 'සාමාන්යයෙන් පවතින';
$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';
+$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDelayedInserts = 'ප්රමාද කරන ලද ඇතුල් කිරීම භාවිතා කරන්න';
+$strDelete = 'ඉවත් කරන්න';
$strDeleteAndFlush = 'භාවිතා කරන්නා ඉවත් කර ඉන්පසු වරප්රසාද නැවත අලුත් කරන්න.';
$strDeleteAndFlushDescr = 'වඩාත්ම නිවැරදි ක්රමයයි. නමුත් වරප්රසාද නැවත අලුත් කිරීම සඳහා කාලයක් ගතවේ.';
-$strDelete = 'ඉවත් කරන්න';
-$strDeleted = 'පෙළ ඉවත් කරන ලදි';
$strDeleteNoUsersSelected = 'ඉවත් කිරීම සඳහා භාවිතා කරන්නන් කිසිවෙක් තෝරාගෙන නොමැත!';
+$strDeleted = 'පෙළ ඉවත් කරන ලදි';
$strDeleting = '%s ඉවත් කරමින් පවතී';
$strDelimiter = 'පරිසීමකය';
-$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'අවරෝහන';
$strDescription = 'විස්තරය';
$strDictionary = 'කෝෂය';
$strDirtyPages = 'අපවිත්ර පිටු';
-$strDisabled = 'අක්රිය කරන ලද';
$strDisableForeignChecks = 'අන්ය යතුරු පරීක්ෂා අක්රිය කරන්න';
+$strDisabled = 'අක්රිය කරන ලද';
$strDisplayFeat = 'දර්ශන ලක්ෂණ';
$strDisplayOrder = 'දර්ශනය කිරීමේ අනුපිළිවෙල:';
$strDisplayPDF = 'PDF නිරූපනය පෙන්වන්න';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
-$strDocu = 'ලියකියවිලි';
$strDoYouReally = 'ඔබට ඇත්තෙන්ම අවශ්යද';
-$strDropDatabaseStrongWarning = 'ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!';
+$strDocu = 'ලියකියවිලි';
$strDrop = 'හලන්න';
+$strDropDatabaseStrongWarning = 'ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!';
$strDropUsersDb = 'භාවිතා කරන්නන් හා සමාන නම් ඇති දත්තගබඩා හලන්න.';
-$strDumpingData = 'වගු සඳහා නික්ෂේප දත්ත';
$strDumpSaved = '%s ගොනුවට නික්ෂේප දත්ත සේව් කරන ලදි.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
+$strDumpingData = 'වගු සඳහා නික්ෂේප දත්ත';
$strDynamic = 'ගතික';
$strEdit = 'සංස්කරණය කරන්න';
@@ -241,13 +241,13 @@ $strEmpty = 'හිස්';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'සක්රිය කරන් ලද';
$strEncloseInTransaction = 'Enclose export in a transaction';
-$strEndCut = 'END CUT';
$strEnd = 'අවසානය';
+$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
-$strEngines = 'යන්ත්රයන්';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
+$strEngines = 'යන්ත්රයන්';
$strEnglish = 'ඉංග්රීසි';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'දෝෂය';
@@ -267,17 +267,17 @@ $strExtra = 'අතිරේක';
$strFailedAttempts = 'අසාර්ථක උත්සාහයන්';
$strField = 'ක්ෂේත්රය';
$strFieldHasBeenDropped = '%s ක්ෂේත්රය ඉවත් කරන ලදි';
+$strFields = 'ක්ෂේත්ර';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
-$strFields = 'ක්ෂේත්ර';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'ගොනුව කියවිය නොහැක';
+$strFileNameTemplate = 'ෆයිල් නම් ටෙම්ප්ලේටය';
+$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.';
$strFileNameTemplateDescriptionDatabase = 'දත්තගබඩාවේ නම';
$strFileNameTemplateDescriptionServer = 'සර්වරයේ නම';
$strFileNameTemplateDescriptionTable = 'වගුවේ නම';
-$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 = 'ෆයිල් නම් ටෙම්ප්ලේටය';
$strFileNameTemplateRemember = 'ටෙම්ප්ලේටය මතක තබා ගන්න';
$strFileToImport = 'ආනයනය සඳහා වූ ගොනුව';
$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.';
@@ -285,18 +285,18 @@ $strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFontSize = 'ෆොන්ට් එකෙහි ප්රමාණය';
-$strFormat = 'ආකෘතිය';
$strFormEmpty = 'පෝරමයේ අස්ථනගත වූ අගයන් ඇත!';
+$strFormat = 'ආකෘතිය';
$strFreePages = 'නිදහස් පිටු';
$strFullText = 'සම්පූර්ණ පාඨ';
$strFunction = 'ශ්රිතය';
$strFunctions = 'ශ්රිත';
$strGenBy = 'උත්පාදනය කරන ලද්දේ';
+$strGenTime = 'උත්පාදන වේලාව';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'උත්පාදනය කරන්න';
$strGeneratePassword = 'මුරපදය උත්පාදනය කරන්න';
-$strGenTime = 'උත්පාදන වේලාව';
$strGeorgian = 'ජෝජියානු';
$strGerman = 'ජර්මානු';
$strGlobal = 'ගෝලීම';
@@ -307,34 +307,35 @@ $strGrantOption = 'ප්රදානය කරන්න';
$strGreek = 'ග්රීක්';
$strGzip = '"gzipp ගත කරන ලදි"';
+$strHTMLExcel = 'මෛක්රොසොෆ්ට් එක්සෙල් 2000';
+$strHTMLWord = 'මෛක්රොසොෆ්ට් වර්ඩ් 2000';
$strHandler = 'Handler';
$strHasBeenAltered = 'වෙනස් කරන ලදි.';
$strHaveToShow = 'පෙන්වීම සඳහා අවම වශයෙන් එක් තීරයක්වත් තෝරාගත යුතුයි';
$strHebrew = 'හීබෲ';
$strHome = 'මුල් පිටුව';
$strHomepageOfficial = 'නිල phpMyAdmin මුල් පිටුව';
-$strHostEmpty = 'දාරක නම හිස්ව පවතී!';
$strHost = 'දායකයා';
-$strHTMLExcel = 'මෛක්රොසොෆ්ට් එක්සෙල් 2000';
-$strHTMLWord = 'මෛක්රොසොෆ්ට් වර්ඩ් 2000';
+$strHostEmpty = 'දාරක නම හිස්ව පවතී!';
$strHungarian = 'හංගේරියානු';
$strIcelandic = 'අයිස්ලන්තියානු';
$strId = 'හැඳුනුම් අංකය (ID)';
$strIdxFulltext = 'සම්පූර්ණ පාඨය';
-$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'අත්හැර දමන්න';
+$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnoreInserts = 'Use ignore inserts';
+$strImport = 'ආනයනය';
$strImportFiles = 'ගොනු ආනයනය';
$strImportFormat = 'ආනයනය කරන ලද ගොනුවේ ආකෘතිය';
-$strImport = 'ආනයනය';
$strImportSuccessfullyFinished = 'ආනයනය සාර්ථකව අවසන් කරන ලදි, විමසුම්%d ක්රියාත්මක කරන ලදි.';
-$strIndexes = 'සූචියන්';
-$strIndexHasBeenDropped = '%s සූචිය හලන ලදි';
+$strInUse = 'භාවිතා වෙමින් පවතී';
$strIndex = 'සූචිය';
+$strIndexHasBeenDropped = '%s සූචිය හලන ලදි';
$strIndexName = 'සූචියේ නම:';
$strIndexType = 'සූචි වර්ගය:';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
+$strIndexes = 'සූචියන්';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
@@ -345,16 +346,15 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'පිටු';
$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';
$strInsert = 'ඇතුල් කරන්න';
+$strInsertAsNewRow = 'Insert as new row';
$strInternalRelations = 'Internal relations';
-$strInUse = 'භාවිතා වෙමින් පවතී';
$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';
+$strInvalidColumn = 'Invalid column (%s) specified!';
+$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidDatabase = 'වලංගු නොවන දත්තගබඩාව';
$strInvalidFieldAddCount = 'ඔබ අවම වශයෙන් එක් ක්ෂේත්රයක්වත් එක් කල යුතුයි.';
$strInvalidFieldCount = 'වගුවේ අවම වශයෙන් එක් ක්ෂේත්රයක්වත් තිබිය යුතුයි.';
@@ -367,8 +367,8 @@ $strInvalidTableName = 'වලංගු නොවන වගු නම';
$strJapanese = 'ජපන්';
$strJoins = 'Joins';
$strJumpToDB = '"%s" දත්තගබඩාව වෙත යන්න .';
-$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'වරප්රසාද වගුවෙන් භාවිතා කරන්නන් ඉවත් කරන්න.';
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strKeepPass = 'මුරපදය වෙනස් නොකරන්න';
$strKeyCache = 'යතුරු කෑෂ් කිරීම';
@@ -376,21 +376,21 @@ $strKeyname = 'යතුරු නම';
$strKill = 'Kill';
$strKorean = 'කොරියානු';
+$strLDI = 'CSV using LOAD DATA';
+$strLDILocal = 'Use LOCAL keyword';
+$strLaTeX = 'LaTeX';
$strLandscape = 'භූමි දර්ශනය';
$strLanguage = 'භාෂාව';
$strLanguageUnknown = '%1$s නොදන්නා භාෂාවකි.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'වගු සිරස් තලය';
$strLatexContent = 'Content of table __TABLE__';
-$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(ඉදිරියට)';
+$strLatexContinuedCaption = 'Continued table caption';
$strLatexIncludeCaption = 'වගු ශිර්ෂ පාඨ ඇතුලත් කරන්න';
$strLatexLabel = 'ලේබල යතුර';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'ලැට්වියානු';
-$strLDI = 'CSV using LOAD DATA';
-$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'දිග/අගයන්';
$strLimitNumRows = 'පිටුවකට පේළි ගණන';
$strLinesTerminatedBy = 'Lines terminated by';
@@ -399,61 +399,62 @@ $strLinksTo = 'Links to';
$strLithuanian = 'ලිතුවේනියානු';
$strLocalhost = 'ස්වදේශී';
$strLocationTextfile = 'පාඨ ගොනුවෙහි පිහිටුම';
-$strLoginInformation = 'ලොගින තොරතුරු';
-$strLogin = 'ලොගින් වන්න';
-$strLogout = 'ලොග්අවුට් වන්න';
$strLogPassword = 'මුරපදය:';
$strLogServer = 'සර්වරය';
$strLogUsername = 'භාවිත නාමය:';
+$strLogin = 'ලොගින් වන්න';
+$strLoginInformation = 'ලොගින තොරතුරු';
+$strLogout = 'ලොග්අවුට් වන්න';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
+$strMIME_MIMEtype = 'MIME වර්ගය';
+$strMIME_available_mime = 'Available MIME types';
+$strMIME_available_transform = 'Available transformations';
+$strMIME_description = 'විස්තරය';
+$strMIME_nodescription = 'No description is available for this transformation. 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\'... 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_without = 'MIME types printed in italics do not have a separate transformation function';
$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 = 'විස්තරය';
-$strMIME_MIMEtype = 'MIME වර්ගය';
-$strMIME_nodescription = 'No description is available for this transformation. 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\'... 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 = 'වෙනස් කිරීම් සේව් කරන ලදි';
-$strModifyIndexTopic = 'සූචිය වෙනස් කරන්න';
$strModify = 'වෙනස් කිරීම';
+$strModifyIndexTopic = 'සූචිය වෙනස් කරන්න';
$strMoveTable = 'වගුව (දත්තගබඩාව.වගුව) වෙතට ගෙන යන්න:';
$strMoveTableOK = '%s වගුව %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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
+$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).';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Sort buffer size';
+$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMySQLCharset = 'MySQL අක්ෂර කට්ටලය';
-$strMysqlClientVersion = 'MySQL සේවාදායකයාගේ සංස්කරණය';
$strMySQLConnectionCollation = 'MySQL සම්බන්ධතා collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'ක්රියාවලිය පෙන්වන්න';
+$strMysqlClientVersion = 'MySQL සේවාදායකයාගේ සංස්කරණය';
$strName = 'නම';
$strNext = 'මීලඟ';
+$strNo = 'නැත';
$strNoActivity = 'No activity within %s seconds; please log in again';
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';
$strNoDatabases = 'දත්තගබඩා නොමැත';
$strNoDatabasesSelected = 'දත්තගබඩාවක් තෝරාගෙන නොමැත.';
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
@@ -463,8 +464,6 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'වෙනස්කම් නැත';
-$strNone = 'කිසිවක් නැත';
-$strNo = 'නැත';
$strNoOptions = 'මෙම ආකෘතියේ විකල්ප කිසිවක් නැත';
$strNoPassword = 'මුරපදයක් නැත';
$strNoPermission = 'The web server does not have permission to save the file %s.';
@@ -475,16 +474,17 @@ $strNoRowsSelected = 'පේළි කිසිවක් තෝරගෙන න
$strNoSpace = 'Insufficient space to save the file %s ගොනුව සේව් කිරීමට ප්රමාණවත් .';
$strNoTablesFound = 'දත්තගබඩාවේ වගු කිසිවක් සොයා ගැනීමට නොමැත.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
+$strNoUsersFound = 'No user(s) found.';
+$strNoValidateSQL = 'Skip Validate SQL';
+$strNone = 'කිසිවක් නැත';
$strNotNumber = 'මෙය අංකයක් නොවේ!';
$strNotOK = 'OK නැත';
$strNotSet = '%s table not found or not set in %s';
-$strNoUsersFound = 'No user(s) found.';
-$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
-$strNumberOfFields = 'ක්ෂේත්ර ගණන';
$strNumSearchResultsInTable = '%s match(es) inside table %s';
$strNumSearchResultsTotal = 'Total:%s match(es)';
$strNumTables = 'වගු';
+$strNumberOfFields = 'ක්ෂේත්ර ගණන';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
@@ -497,42 +497,42 @@ $strOr = 'හෝ';
$strOverhead = 'පිරිවැය';
$strOverwriteExisting = 'Overwrite existing file(s)';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
+$strPDFReportTitle = 'වාර්තා මාතෘකාව';
+$strPHPVersion = 'PHP සංස්කරණය';
$strPageNumber = 'පිටු අංකය:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'පිටුවේ ප්රමාණය';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
+$strPassword = 'මුරපදය';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
-$strPassword = 'මුරපදය';
$strPdfDbSchema = 'Schema of the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'වගු නොමැත';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)';
-$strPDFReportTitle = 'වාර්තා මාතෘකාව';
$strPerHour = 'පැයකට';
$strPerMinute = 'මිනිත්තුවකට';
$strPerSecond = 'තප්පරයකට';
$strPersian = 'පර්සියානු';
$strPhoneBook = 'දුරකථන පොත';
$strPhp = 'PHP කේත සාදන්න';
-$strPHPVersion = 'PHP සංස්කරණය';
$strPmaDocumentation = 'phpMyAdmin ලියකියවිලි';
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!';
$strPolish = 'පෝලන්ත';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'පෙර';
+$strPrimary = 'මූලික';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)';
-$strPrimary = 'මූලික';
$strPrint = 'මුද්රණය කරන්න';
-$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'මුද්රණ දර්ශනය';
+$strPrintViewFull = 'Print view (with full texts)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
@@ -545,8 +545,8 @@ $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.';
+$strPrivDescExecute5 = 'Allows executing stored routines.';
$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.';
@@ -575,9 +575,9 @@ $strProcesslist = 'ක්රියාවලි ලයිස්තුව';
$strProtocolVersion = 'ප්රෝටකෝල සංස්කරණය';
$strPutColNames = 'Put fields names in the first row';
+$strQBE = 'විමසුම';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'විමසුම';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database %s:';
@@ -588,52 +588,63 @@ $strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'විමසුම් වර්ගය';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
+$strReType = 'නැවත ටයිප් කරන්න';
$strReadRequests = 'Read requests';
$strReceived = 'ලබන ලද';
$strRecords = 'වාර්තා';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'අලුත් කරන්න';
-$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';
+$strRelationalSchema = 'Relational schema';
+$strRelations = 'Relations';
+$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadPrivileges = 'වරප්රසාද ප්රතිප්රවේශනය කරන්න';
+$strReloadingThePrivileges = 'Reloading the privileges';
$strRemoveSelectedUsers = 'තෝරාගත් භාවිතා කරන්නන් ඉවත් කරන්න';
$strRenameDatabaseOK = '%s දත්තගබඩාව %s බවට නම වෙනස් කරන ලදි';
-$strRenameTableOK = '%s වගුව %s බවට නම වෙනස් කරන ලදි';
$strRenameTable = 'වගුව බවට නම වෙනස් කරන්න';
+$strRenameTableOK = '%s වගුව %s බවට නම වෙනස් කරන ලදි';
$strRepairTable = 'වගුව ප්රතිසංස්කරණය කරන්න';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'ප්රතිසකසන්න';
$strResourceLimits = 'සම්පත් සීමා';
-$strReType = 'නැවත ටයිප් කරන්න';
-$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';
+$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
+$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
+$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'රුමේනියානු';
$strRowLength = 'පේළියේ දිග';
-$strRowsFrom = 'row(s) starting from record #';
$strRowSize = 'පේළියේ ප්රමාණය';
+$strRows = 'පේළි';
+$strRowsFrom = 'row(s) starting from record #';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
-$strRows = 'පේළි';
$strRowsStatistic = 'පේළි සංඛ්ය ලේඛන';
-$strRunning = '%s මත ධාවනය වේ';
$strRunQuery = 'විමසුම ඉදිරිපත් කරන්න';
-$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
+$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
+$strRunning = '%s මත ධාවනය වේ';
$strRussian = 'රුසියානු';
-$strSaveOnServer = 'සර්වරයේ %s ඩිරෙක්ටරියේ සේව් කරන්න';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL compatibility mode';
+$strSQLExportType = 'අපනයන වර්ගය';
+$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 ප්රතිළුල';
+$strSQPBugInvalidIdentifer = 'වලංගු නොවන හඳුන්වනය';
+$strSQPBugUnclosedQuote = 'නොවසන ලද උද්ධරනය';
+$strSQPBugUnknownPunctuation = 'නොදන්නා විරාම අකුරු වැල';
$strSave = 'සේව් කරන්න';
+$strSaveOnServer = 'සර්වරයේ %s ඩිරෙක්ටරියේ සේව් කරන්න';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
+$strSearch = 'සෙවීම';
$strSearchFormTitle = 'දත්තගබඩාවේ සොයන්න';
$strSearchInTables = 'වගු(ව) තුල:';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
@@ -642,7 +653,6 @@ $strSearchOption2 = 'සියලු වචන';
$strSearchOption3 = 'හරියටම වාක්යාංශය';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = '"%s" %s සඳහා සෙවීම් ප්රතිළුල:';
-$strSearch = 'සෙවීම';
$strSearchType = 'සොයන්න:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'කරුණාකර දත්තගබඩාවක් තෝරන්න';
@@ -653,29 +663,27 @@ $strSelectNumRows = 'in query';
$strSelectTables = 'වගු තෝරන්න';
$strSend = 'ගොනුවක් ලෙස තෝරන්න';
$strSent = 'යවන ලද';
+$strServer = 'සර්වරය';
$strServerChoice = 'සර්වරයේ තේරීම';
$strServerNotResponding = 'සර්වරය ප්රතිචාර නොදක්වයි';
-$strServer = 'සර්වරය';
-$strServers = 'සර්වරයන්';
-$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'ධාවන කාල තොරතුරු';
+$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabVariables = 'විචල්යනයන්';
$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'සර්වරයේ සංස්කරණය';
+$strServers = 'සර්වරයන්';
$strSessionValue = 'සැසි අගය';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'... 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\').';
+$strShow = 'පෙන්වන්න';
$strShowAll = 'සියල්ල පෙන්වන්න';
$strShowColor = 'වර්ණය පෙන්වන්න';
$strShowDatadictAs = 'දත්ත Format';
$strShowFullQueries = 'සම්පූර්ණ විමසුම් පෙන්වන්න';
$strShowGrid = 'කොටු සැලැස්ම පෙන්වන්න';
-$strShowingBookmark = 'පොත් සලකුණ පෙන්වන්න';
-$strShowingRecords = 'පේළි පෙන්වන්න';
$strShowOpenTables = 'විවෘත වගු පෙන්වන්න';
$strShowPHPInfo = 'PHP තොරතුරු පෙන්වන්න';
-$strShow = 'පෙන්වන්න';
$strShowSlaveHosts = 'උපදායකයන් පෙන්වන්න';
$strShowSlaveStatus = 'උපතත්වයන් පෙන්වන්න';
$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.';
@@ -729,13 +737,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_pages_readDescr = 'කියවන ලද පිටු ගණන.';
$strShowStatusInnodb_pages_writtenDescr = 'ලියන ලද පිටු ගණන.';
$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_avgDescr = 'The average time to acquire a row lock, 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.';
@@ -751,10 +759,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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.';
+$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$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.';
@@ -767,8 +775,8 @@ $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_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_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.';
@@ -788,6 +796,8 @@ $strShowStatusThreads_runningDescr = 'The number of threads that are not sleepin
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'වගු පෙන්වන්න';
$strShowThisQuery = 'මෙම විමසුම මෙහි නැවත පෙන්වන්න ';
+$strShowingBookmark = 'පොත් සලකුණ පෙන්වන්න';
+$strShowingRecords = 'පේළි පෙන්වන්න';
$strSimplifiedChinese = 'සරලකරන ලද චීන';
$strSingly = '(singly)';
$strSize = 'ප්රමාණය';
@@ -795,30 +805,20 @@ $strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'ස්ලෝවැකි';
$strSlovenian = 'ස්ලෝවේනියානු';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
+$strSort = 'තෝරනවා';
$strSortByKey = 'යතුර අනුව තෝරන්න';
$strSorting = 'තේරීම';
-$strSort = 'තෝරනවා';
$strSpaceUsage = 'අවකාශ භාවිතය';
$strSpanish = 'ස්පාඤ්ඤ';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
-$strSQLCompatibility = 'SQL compatibility mode';
-$strSQLExportType = 'අපනයන වර්ගය';
-$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 = 'සෑදීම';
+$strStatUpdateTime = 'අවසන් යාවත් කාලීන කිරීම';
$strStatement = 'ප්රකාශය';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
-$strStatUpdateTime = 'අවසන් යාවත් කාලීන කිරීම';
$strStatus = 'තත්වය';
-$strStorageEngines = 'ගබඩා යන්ත්ර';
$strStorageEngine = 'ගබඩා යන්ත්ර';
+$strStorageEngines = 'ගබඩා යන්ත්ර';
$strStrucCSV = 'CSV';
$strStrucData = 'සැකිල්ල සහ දත්ත';
$strStrucExcelCSV = 'MS එක්සෙල් සඳහා CSV ';
@@ -833,6 +833,7 @@ $strSwedish = 'ස්වීඩීනියානු';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
+$strTable = 'වගුව';
$strTableAlreadyExists = ' %s වගුව දැනටමත් පවතී!';
$strTableComments = 'වගු විස්තර';
$strTableEmpty = 'වගුවෙහි නම හිස්ව ඇත!';
@@ -842,27 +843,26 @@ $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'වගු නඩත්තුව';
$strTableOfContents = 'පටුන';
$strTableOptions = 'වගු විකල්ප';
-$strTables = '%s table(s)';
$strTableStructure = 'වගුවක් සඳහා වගු සැකිල්ල';
-$strTable = 'වගුව';
+$strTables = '%s table(s)';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'තාවකාලික දත්ත';
$strTextAreaLength = ' Because of its length, this field might not be editable ';
$strThai = 'තායි';
+$strTheme = 'තේමාව / ශෛලිය';
$strThemeDefaultNotFound = '%s සාමාන්යයෙන් පවතින තේමාව සොයාගැනීමට නොමැත!';
$strThemeNoPreviewAvailable = 'No preview available.';
-$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
+$strThemeNotFound = 'Theme %s not found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
-$strTheme = 'තේමාව / ශෛලිය';
$strThisHost = 'this host';
-$strThreads = 'ත්රෙඩයන්';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
+$strThreads = 'ත්රෙඩයන්';
+$strTime = 'වේලාව';
$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 = 'වේලාව';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'මුළු එකතුව';
$strTotalUC = 'මුළු එකතුව';
@@ -892,16 +892,21 @@ $strUnique = 'අනන්ය';
$strUnknown = 'නොදන්නා';
$strUnselectAll = 'සියල්ලේ තෝරාගැනීම ඉවත් කරන්න';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
+$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$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.';
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';
$strUsage = 'භාවිතය';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'දායක වගුව භාවිතා කරන්න';
+$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';
+$strUser = 'භාවිතා කරන්නා';
$strUserAlreadyExists = '%s භාවිතා කරන්නා දැනටමත් පවතී!';
$strUserEmpty = 'භාවිත නාමය හිස්ව පවතී!';
$strUserName = 'භාවිත නාමය';
@@ -909,25 +914,20 @@ $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 "%s"';
-$strUser = 'භාවිතා කරන්නා';
-$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';
$strView = 'දර්ශනය කරන්න';
+$strViewDump = 'View dump (schema) of table';
+$strViewDumpDB = 'View dump (schema) of database';
+$strViewDumpDatabases = 'View dump (schema) of databases';
+$strViewHasBeenDropped = 'View %s has been dropped';
-$strWebServerUploadDirectoryError = 'අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක';
$strWebServerUploadDirectory = 'අන්තර්ජාල සර්වරයේ අප්ලෝඩ් ඩිරෙක්ටරිය';
+$strWebServerUploadDirectoryError = 'අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක';
$strWelcome = '%s වෙත ආයුබෝවන්';
$strWestEuropean = 'බටහිර යුරෝපියානු';
$strWildcard = 'wildcard';
@@ -943,545 +943,691 @@ $strYes = 'ඔව්';
$strZeroRemovesTheLimit = 'සටහන: මෙම විකල්පය 0 (බිංදුවට) පත් කිරීම මගින්සීමා ඉවත් වනු ලැබේ.';
$strZip = '"සිප්ගත කරන ලද"';
-
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
+// To translate:
$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
+
$strBLOBRepository = 'BLOB Repository'; //to translate
$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
+
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
+$strFiles = 'Files'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
+
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProfiling = 'Profiling'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
+$strTriggers = 'Triggers'; //to translate
+
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
+
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1490,127 +1636,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php
index e59cd6d9c..65f0735b1 100644
--- a/lang/slovak-utf-8.inc.php
+++ b/lang/slovak-utf-8.inc.php
@@ -1058,12 +1058,17 @@ $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
$strBLOBRepositoryRepair = 'Repair'; //to translate
$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+
$strDataDiff = 'Data Difference'; //to translate
$strDataSyn = 'Data Synchronization'; //to translate
$strDeleteRelation = 'Delete relation'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
$strDocSQL = 'DocSQL'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
@@ -1075,6 +1080,7 @@ $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFullStart = 'Full start'; //to translate
$strFullStop = 'Full stop'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
@@ -1094,6 +1100,9 @@ $strInternalRelationAdded = 'Internal relation added'; //to translate
$strMediaWiki = 'MediaWiki Table'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
@@ -1130,6 +1139,8 @@ $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
$strProfiling = 'Profiling'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
$strRebuild = 'Rebuild'; //to translate
$strRecommended = 'recommended'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
@@ -1442,6 +1453,7 @@ $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.n
$strSetupServers_relation_name = 'Relation table'; //to translate
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
$strSetupServers_ssl_name = 'Use SSL'; //to translate
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
@@ -1542,6 +1554,7 @@ $strSynchronizationNote='Target database will be completely synchronized with so
$strTableAlterIndex = 'Alter index(s)'; //to translate
$strTableApplyIndex = 'Apply index(s)'; //to translate
$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTexyText = 'Texy! text'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
@@ -1616,13 +1629,4 @@ $strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
?>
diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php
index ca8ba7198..fced4c3ee 100644
--- a/lang/slovenian-utf-8.inc.php
+++ b/lang/slovenian-utf-8.inc.php
@@ -17,6 +17,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'O
$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';
$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.';
@@ -35,20 +36,19 @@ $strAddToIndex = 'Dodaj indeksu %s stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAdministration = 'Administracija';
+$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prejšnjo stran';
$strAfterInsertNewInsert = 'Vstavi še eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
-$strAfter = 'Po %s';
-$strAllTableSameWidth = 'prikažem vse tabele enake širine?';
$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';
-$strAnIndex = 'Na %s je dodan indeks';
-$strAnyHost = 'Katerikoli gostitelj';
$strAny = 'Katerikoli';
+$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
-$strAPrimaryKey = 'Na %s je dodan primarni ključ';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Naraščajoče';
@@ -69,8 +69,8 @@ $strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Označena SQL-poizvedba';
$strBookmarkThis = 'Označi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
-$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBrowse = 'Prebrskaj';
+$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzip = '"bzipano"';
@@ -84,23 +84,23 @@ $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.';
-$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
-$strChange = 'Spremeni';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
-$strCharsetsAndCollations = 'Nabori znakov in pravila za razvrščanje znakov';
$strCharsets = 'Nabori znakov';
+$strCharsetsAndCollations = 'Nabori znakov in pravila za razvrščanje znakov';
$strCheckAll = 'Označi vse';
$strCheckOverhead = 'Preveri prekoračene';
-$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo "%s".';
$strCheckPrivs = 'Preveri privilegije';
+$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo "%s".';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
@@ -122,13 +122,13 @@ $strCopyTable = 'Kopiraj tabelo v (podatkovna_baza.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.';
-$strCreateIndexTopic = 'Ustvari nov indeks';
+$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na %s 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';
-$strCreate = 'Ustvari';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrvaško';
@@ -136,33 +136,33 @@ $strCyrillic = 'Cirilica';
$strCzech = 'Češko';
$strCzechSlovak = 'Češkoslovaško';
+$strDBComment = 'Komentar zbirke podatkov: ';
+$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.';
-$strDatabase = 'Podatkovna baza';
-$strDatabasesDropped = '%s podatkovne baze so uspešno zavržene.';
$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.';
-$strDatabasesStats = 'Statistika podatkovnih baz';
-$strDataDict = 'Podatkovni slovar';
-$strDataOnly = 'Samo podatki';
-$strData = 'Podatki';
-$strDBComment = 'Komentar zbirke podatkov: ';
$strDbPrivileges = 'Privilegiji tipični za podatkovno bazo';
-$strDBRename = 'Preimenuj podatkovno bazo v';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez poševnice nazaj ali narekovaja, npr.: a';
-$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
-$strDeleteAndFlushDescr = 'To je najboljši način, vendar lahko osveževanje privilegijev traja nekaj časa.';
-$strDeleteAndFlush = 'Izbriši uporabnike in potem osveži privilegije.';
-$strDeleted = 'Vrstica je izbrisana';
-$strDelete = 'Izbriši';
-$strDeleting = 'Brišem %s';
$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';
+$strDeleting = 'Brišem %s';
$strDescending = 'Padajoče';
$strDescription = 'Opis';
$strDictionary = 'slovar';
@@ -171,26 +171,26 @@ $strDisplayFeat = 'Prikaži lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prikaži PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
-$strDocu = 'Dokumentacija';
$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.';
-$strDrop = 'Zavrži';
-$strDumpingData = 'Odloži podatke za tabelo';
$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';
-$strEdit = 'Uredi';
$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';
-$strEndCut = 'KONEC IZREZA';
$strEnd = 'Konec';
+$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angleško';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini ';
@@ -204,11 +204,11 @@ $strExtendedInserts = 'Razširjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
$strFailedAttempts = 'Neuspeli poizkusi';
-$strFieldHasBeenDropped = 'Polje %s je zavrženo';
$strField = 'Polje';
+$strFieldHasBeenDropped = 'Polje %s je zavrženo';
+$strFields = 'Polja';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
-$strFields = 'Polja';
$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';
@@ -216,14 +216,14 @@ $strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$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")';
-$strFormat = 'Oblika';
$strFormEmpty = 'V obliki manjka vrednost !';
+$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
$strGenBy = 'Ustvaril';
-$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGenTime = 'Čas nastanka';
+$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nemško';
$strGlobal = 'globalno';
@@ -239,45 +239,45 @@ $strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domača stran phpMyAdmin';
-$strHostEmpty = 'Ime gostitelja je prazno!';
$strHost = 'Gostitelj';
+$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Madžarsko';
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
-$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strIgnore = 'Prezri';
+$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strImportFiles = 'Uvozi datoteke';
-$strIndexes = 'Indeksi';
-$strIndexHasBeenDropped = 'Indeks %s je zavržen';
+$strInUse = 'v uporabi';
$strIndex = 'Indeks';
+$strIndexHasBeenDropped = 'Indeks %s je zavržen';
$strIndexName = 'Ime indeksa :';
$strIndexType = 'Vrsta indeksa :';
+$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.';
-$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsert = 'Vstavi';
+$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInternalRelations = 'Notranje relacije';
-$strInUse = 'v uporabi';
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoči na podatkovno bazo "%s".';
-$strJustDeleteDescr = '"Izbrisani" uporabniki lahko še vedno normalno dostopajo do strežnika, dokler ne osvežite privilegijev';
$strJustDelete = 'Samo izbriši uporabnike iz tabel privilegijev.';
+$strJustDeleteDescr = '"Izbrisani" 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';
$strLandscape = 'Ležeče';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
-$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexContinued = '(nadaljevanje)';
+$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vključi ime tabele';
$strLatexLabel = 'Označi ključ';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dolžina/Vrednosti*';
$strLimitNumRows = 'Število vrstic na stran';
@@ -287,30 +287,30 @@ $strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
-$strLoginInformation = 'Podatki o prijavi';
-$strLogin = 'Prijava';
-$strLogout = 'Odjava';
$strLogPassword = 'Geslo:';
$strLogServer = 'Strežnik';
$strLogUsername = 'Uporabniško ime:';
+$strLogin = 'Prijava';
+$strLoginInformation = 'Podatki o prijavi';
+$strLogout = 'Odjava';
-$strMaximumSize = 'Največja velikost: %s%s';
+$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_MIMEtype = 'MIME-vrsta';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa. 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\', 100, b,\'c\'... Č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_transformation = 'Pretvorba z brskalnikom';
-$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_without = 'MIME-vrste, ki so napisano ležeče, nimajo lastne pretvorbene funkcije';
+$strMaximumSize = 'Največja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
-$strModifyIndexTopic = 'Spremeni indeks';
$strModify = 'Spremeni';
-$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
+$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza.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';
@@ -319,6 +319,7 @@ $strMySQLShowProcess = 'Pokaži procese';
$strName = 'Ime';
$strNext = 'Naslednji';
+$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
@@ -328,8 +329,6 @@ $strNoFrames = 'phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
-$strNo = 'Ne';
-$strNone = 'Brez';
$strNoOptions = 'Za to obliko ni možnosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni strežnik nima dovoljenja za shranjevanje datoteke %s';
@@ -338,11 +337,12 @@ $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 %s ni mogoče najti ali pa ni v %s';
-$strNoUsersFound = 'Ni mogoče najti uporabnika(ov).';
-$strNoValidateSQL = 'Preskoči preverjanje pravilnosti SQL stavka';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli %s';
$strNumSearchResultsTotal = 'Skupaj:%s zadetek(ov)';
@@ -356,12 +356,13 @@ $strOr = 'Ali';
$strOverhead = 'Presežek';
$strOverwriteExisting = 'Prepiši obstoječo(e) datoteko(e)';
+$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!';
-$strPassword = 'Geslo';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
@@ -371,19 +372,18 @@ $strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
-$strPHPVersion = 'Različica PHP';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz $cfg[\'PmaAbsoluteUri\'] 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" mora biti ime samo primarnega ključa!)';
-$strPrimary = 'Primarni';
$strPrint = 'Natisni';
-$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$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.';
@@ -417,9 +417,9 @@ $strProcesses = 'Procesi';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
+$strQBE = 'Poizvedba';
$strQBEDel = 'Briši';
$strQBEIns = 'Vstavi';
-$strQBE = 'Poizvedba';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi %s:';
$strQuerySQLHistory = 'SQL-zgodovina';
@@ -428,49 +428,58 @@ $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:';
-$strRelationalSchema = 'Relacijska shema';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjučene. Če želite izvedeti zakaj, kliknite %stukaj%s.';
-$strRelationsForTable = 'RELACIJE ZA TABELO';
-$strRelations = 'Relacije';
$strRelationView = 'Pogled relacij';
+$strRelationalSchema = 'Relacijska shema';
+$strRelations = 'Relacije';
+$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadingThePrivileges = 'Osvežujem privilegije';
$strRemoveSelectedUsers = 'Izbriši izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
-$strRenameTableOK = 'Tabela %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';
-$strReType = 'Ponovno vnesi';
-$strRevokeAndDeleteDescr = 'Uporabniki bodo še vedno imeli USAGE privilegije, dokler ne osvežite privilegijev.';
-$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbriši.';
-$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$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';
-$strRowsFrom = 'vrstice naprej od zapisa #';
$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';
-$strRows = 'Vrstice';
-$strRunning = 'teče na %s';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
+$strRunning = 'teče na %s';
$strRussian = 'Rusko';
-$strSaveOnServer = 'Shrani na strežnik, v imenik %s';
+$strSQL = 'SQL';
+$strSQLExportType = 'Vrsta izvoza';
+$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:';
-$strSearch = 'Iskanje';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
@@ -486,47 +495,38 @@ $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.';
-$strServer = 'Strežnik';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = 'Promet na strežniku: 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\'... Č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';
-$strShowingRecords = 'Prikazujem vrstice';
$strShowPHPInfo = 'Pokaži podatke o PHP';
-$strShow = 'Pokaži';
$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';
-$strSortByKey = 'Uredi po ključu';
$strSort = 'Sortiraj';
+$strSortByKey = 'Uredi po ključu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so ločene s presledkom (" ").';
-$strSQLExportType = 'Vrsta izvoza';
-$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';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
-$strSQPBugUnclosedQuote = 'Odprt citat';
-$strSQPBugUnknownPunctuation = 'Neznan niz ločil';
$strStatCheckTime = 'Zadnjič pregledano';
$strStatCreateTime = 'Ustvarjeno';
-$strStatement = 'Izjave';
$strStatUpdateTime = 'Zadnjič posodobljeno';
+$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
@@ -540,6 +540,7 @@ $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';
@@ -548,9 +549,8 @@ $strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Vzdrževanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Možnosti tabele';
-$strTables = '%s tabel';
$strTableStructure = 'Struktura tabele';
-$strTable = 'Tabela';
+$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipični za tabelo';
$strTextAreaLength = ' Zaradi njegove dolžine polja ne bo mogoče urejati ';
$strThai = 'Tajsko';
@@ -581,14 +581,18 @@ $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';
-$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$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';
@@ -596,21 +600,17 @@ $strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem našel.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspešno sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabniški dostop do "%s"';
-$strUser = 'Uporabnik';
-$strUseTables = 'Uporabi tabele';
-$strUseTextField = 'Uporabi tekstovno polje';
-$strUseThisValue = 'Uporabi to vrednost';
$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';
-$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
-$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDump = 'Preglej povzetek stanja tabele';
+$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
+$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
-$strWebServerUploadDirectoryError = 'Imenik, ki ste ga določili za nalaganje, je nedosegljiv';
$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';
@@ -627,78 +627,177 @@ $strZip = '"zipano"';
// 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
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAfterInsertNext = 'Edit next row'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -707,87 +806,571 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -842,13 +1425,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -864,10 +1447,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -880,8 +1463,8 @@ $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_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
@@ -898,607 +1481,148 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
$strWriteRequests = 'Write requests'; //to translate
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1507,127 +1631,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/sort_lang.sh b/lang/sort_lang.sh
index 42032da9b..99a67ebdc 100755
--- a/lang/sort_lang.sh
+++ b/lang/sort_lang.sh
@@ -1,3 +1,4 @@
+|<\?php" >> $targetdir/head
echo -n " cvs"
egrep "$CVSID" $f >>$targetdir/cvs
@@ -54,7 +53,6 @@ sortlang()
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
@@ -62,10 +60,8 @@ sortlang()
echo
echo "Assembling final"
- echo " $f
cat $targetdir/cvs $targetdir/head $targetdir/sort $targetdir/translate \
| uniq >> $f
- echo "?>" >> $f
rm -rf $targetdir
}
@@ -81,3 +77,5 @@ do
fi
echo "-------------------------------------------------------------------"
done;
+
+?>
diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php
index 93383a3d6..3ef0abd10 100644
--- a/lang/spanish-utf-8.inc.php
+++ b/lang/spanish-utf-8.inc.php
@@ -17,6 +17,7 @@ $month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'O
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
+$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strAbortedClients = 'Abortado';
$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.';
@@ -44,43 +45,53 @@ $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';
+$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
+$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.';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
+$strAnIndex = 'Se añadió un índice en %s';
$strAnalyze = 'Analice';
$strAnalyzeTable = 'Analizar la tabla';
-$strAndThen = 'y luego';
$strAnd = 'y luego';
+$strAndThen = 'y luego';
$strAngularLinks = 'Enlaces angulares';
-$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';
$strAsDefined = 'Como fuera definido:';
+$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutomaticLayout = 'Diseño automático';
+$strBLOBRepository = 'Repositorio BLOB';
+$strBLOBRepositoryDamaged = 'Dañado';
+$strBLOBRepositoryDisable = 'Deshabilite';
+$strBLOBRepositoryDisableAreYouSure = 'Está seguro que quiere deshabilitar todas las referencias BLOB para la base de datos %s?';
+$strBLOBRepositoryDisableStrongWarning = '¡Está a punto de DESHABILITAR un repositorio BLOB!';
+$strBLOBRepositoryDisabled = 'Deshabilitado';
+$strBLOBRepositoryEnable = 'Habilite';
+$strBLOBRepositoryEnabled = 'Habilitado';
+$strBLOBRepositoryRemove = 'Remueva la referencia al repositorio BLOB';
+$strBLOBRepositoryRepair = 'Reparar';
+$strBLOBRepositoryUpload = 'Cargar al repositorio BLOB';
$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';
+$strBinary = ' Binario ';
+$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
+$strBinaryLog = 'Log binario';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
@@ -89,24 +100,25 @@ $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';
+$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
-$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
+$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
-$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
+$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzip = '"Comprimido con bzip"';
+$strCSV = 'CSV';
$strCalendar = 'Calendario';
-$strCancel = 'Cancelar';
$strCanNotLoadExportPlugins = 'No se cargaron los plugins de exportación. Por favor, ¡revise su instalación!';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
+$strCancel = 'Cancelar';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s, 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.';
@@ -117,8 +129,8 @@ $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...';
+$strChangeCopyModeCopy = '...mantener el anterior.';
$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.';
@@ -127,13 +139,13 @@ $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';
+$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
+$strCheck = 'Revise';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
-$strCheckPrivsLong = 'Revisar los privilegios para la base de datos "%s".';
$strCheckPrivs = 'Revisar los privilegios';
-$strCheck = 'Revise';
+$strCheckPrivsLong = 'Revisar los privilegios para la base de datos "%s".';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
@@ -179,13 +191,19 @@ $strCreateUserDatabaseWildcard = 'Otorgue todos los privilegios al nombre que co
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
-$strCSV = 'CSV';
$strCustomColor = 'Cambiar el color';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
+$strDBComment = 'Comentario de la base de datos: ';
+$strDBCopy = 'Copiar la base de datos a';
+$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDanish = 'Danés';
+$strData = 'Datos';
+$strDataDict = 'Diccionario de datos';
+$strDataOnly = 'Solamente datos';
+$strDataPages = 'Páginas que contienen datos';
$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';
@@ -193,34 +211,27 @@ $strDatabaseHasBeenCreated = 'La base de datos %1$s se creó.';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
+$strDatabasesStats = 'Estadísticas de la base';
$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';
$strDbIsEmpty = 'La base de datos, ¡parece estar vacía!';
$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';
+$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
+$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDelayedInserts = 'Usar "inserts" con retraso';
+$strDelete = 'Borrar';
$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';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleteRelation = 'Eliminar la relación';
+$strDeleted = 'La fila se ha borrado';
$strDeleting = 'Borrando %s';
$strDelimiter = 'Delimitador';
-$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDesigner = 'Diseñador';
@@ -229,38 +240,39 @@ $strDetails = 'Detalles...';
$strDictionary = 'diccionario';
$strDirectLinks = 'Enlaces directos';
$strDirtyPages = 'Páginas que requieren ser depuradas';
-$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
+$strDisabled = 'Deshabilitado';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
+$strDoYouReally = 'Realmente desea ';
$strDocSQL = 'DocSQL';
$strDocu = 'Documentación';
-$strDoYouReally = 'Realmente desea ';
-$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
+$strDownloadFile = 'Descargar archivo';
$strDrop = 'Eliminar';
+$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$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.';
+$strDumpingData = 'Volcar la base de datos para la tabla';
$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';
+$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
-$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
+$strEndCut = 'FIN DEL CORTE';
$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.';
+$strEngines = 'Motores';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
@@ -293,33 +305,33 @@ $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';
+$strFileNameTemplate = 'Plantilla del nombre del archivo';
$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á.';
+$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
-$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
-$strFiles = 'Archivos';
$strFileToImport = 'Archivo a importar';
+$strFiles = 'Archivos';
$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")';
+$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFontSize = 'Tamaño del font';
$strForeignKeyError = 'Ocurrió un error al crear la llave extranjera en %1$s (revise los data types)';
$strForeignKeyRelationAdded = 'Se añadió una relación FOREIGN KEY';
-$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
+$strFormat = 'Formato';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
$strFunctions = 'Funciones';
$strGenBy = 'Generado por';
+$strGenTime = 'Tiempo de generación';
$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';
@@ -330,6 +342,8 @@ $strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
@@ -339,57 +353,55 @@ $strHexForBLOB = 'Use hexadecimal para BLOB';
$strHide = 'Ocultar';
$strHideShowAll = 'Ocultar/mostrar todo';
$strHideShowNoRelation = 'Ocultar/mostrar Tablas que no tengan relación';
-$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
-$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
+$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHost = 'Servidor';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHungarian = 'Húngaro';
+$strIEUnsupported = 'Internet Explorer no reconoce esa función.';
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
-$strIEUnsupported = 'Internet Explorer no reconoce esa función.';
-$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
+$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnoreInserts = 'Usar la opción ignore inserts';
+$strImport = 'Importar';
$strImportExportCoords = 'Importar/Exportar coordenadas para el esquema PDF';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
-$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
-$strIndexes = 'Índices';
-$strIndexesSeemEqual = 'Los índices %1$s y %2$s parecen ser iguales y posiblemente se puede remover uno.';
-$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
+$strInUse = 'en uso';
$strIndex = 'Índice';
+$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice :';
$strIndexType = 'Tipo de índice :';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
-$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
+$strIndexes = 'Índices';
+$strIndexesSeemEqual = 'Los índices %1$s y %2$s parecen ser iguales y posiblemente se puede remover uno.';
$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.';
+$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
+$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.';
$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';
+$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$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';
+$strInsert = 'Insertar';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'La Id de la fila insertada es: %1$d';
-$strInsert = 'Insertar';
$strInterface = 'Interfaz';
$strInternalAndForeign = 'No es necesaria una relación interna cuando existe una relación LLAVE EXTRANJERA correspondiente.';
$strInternalRelationAdded = 'Se añadió la relación interna';
$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';
+$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
+$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidDatabase = 'La base de datos no es válida';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
@@ -402,8 +414,8 @@ $strInvalidTableName = 'El nombre de la tabla no es válido';
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos "%s".';
-$strJustDeleteDescr = 'Los usuarios "borrados" 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.';
+$strJustDeleteDescr = 'Los usuarios "borrados" aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
@@ -412,21 +424,21 @@ $strKill = 'Matar el proceso';
$strKnownExternalBug = 'La funcionalidad %s está afectada por un fallo conocido, vea %s';
$strKorean = 'Coreano';
+$strLDI = 'CSV usando LOAD DATA';
+$strLDILocal = 'Use la palabra clave LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Orientación horizontal';
$strLanguage = 'Idioma';
$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)';
+$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
-$strLDI = 'CSV usando LOAD DATA';
-$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
@@ -435,63 +447,65 @@ $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';
+$strLogServerHelp = 'Puede escribir el nombre del proveedor de servicios/dirección IP y el puerto, separado por un espacio.';
$strLogUsername = 'Usuario:';
+$strLogin = 'Iniciar sesión';
+$strLoginInformation = 'Información de la cuenta';
+$strLogout = 'Salir';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
+$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
+$strMIME_MIMEtype = 'MIME-type';
+$strMIME_available_mime = 'MIME-types disponibles';
+$strMIME_available_transform = 'Transformaciones disponibles';
+$strMIME_description = 'Descripción';
+$strMIME_nodescription = 'No hay una descripción disponible para esta transformación. Por favor pregunte al autor lo que %s hace.';
+$strMIME_transformation = 'Transformación del navegador';
+$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 = 'Opciones de transformación';
+$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'... Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
+$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$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. 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\'... 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';
+$strModifyIndexTopic = 'Modificar un índice';
$strMoveMenu = 'Mover el Menú';
$strMoveTable = 'Mover tabla a (Base de datos.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.';
+$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.';
$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).';
+$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.';
$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.';
+$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).';
$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\".';
+$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.';
$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.';
+$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\".';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
+$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.';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
-$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
-$strMysqlLibDiffersServerVersion = 'Su versión de librería PHP MySQL %s es distinta de aquella de su versión de servidor MySQL %s. Esto puede ocasionar un comportamiento impredecible.';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
+$strMysqlClientVersion = 'Versión del cliente';
+$strMysqlLibDiffersServerVersion = 'Su versión de librería PHP MySQL %s es distinta de aquella de su versión de servidor MySQL %s. Esto puede ocasionar un comportamiento impredecible.';
$strName = 'Nombre';
$strNext = 'Próxima';
+$strNo = 'No';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
+$strNoDataReceived = 'No se recibieron datos para importar. O no se envió el nombre del archivo, o el tamaño del archivo excedió el máximo permitido por su configuración PHP. Por favor, lea el FAQ 1.16.';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
-$strNoDataReceived = 'No se recibieron datos para importar. O no se envió el nombre del archivo, o el tamaño del archivo excedió el máximo permitido por su configuración PHP. Por favor, lea el FAQ 1.16.';
$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.';
@@ -501,8 +515,6 @@ $strNoFrames = 'phpMyAdmin funciona mejor con un navegador que reconoce frame
$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.';
@@ -513,17 +525,18 @@ $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.';
+$strNoUsersFound = 'Usuario(s) no encontrado(s).';
+$strNoValidateSQL = 'Salir de la validación del SQL';
+$strNone = 'Ninguna';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla %s 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';
-$strNumberOfTables = 'Número de tablas';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla %s';
$strNumSearchResultsTotal = 'Total:%s resultado(s)';
$strNumTables = 'Tablas';
+$strNumberOfFields = 'Número de campos';
+$strNumberOfTables = 'Número de tablas';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'Hoja de cálculo Open Document';
@@ -538,59 +551,60 @@ $strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
+$strPBXTCheckpointFrequency = 'Frecuencia del punto de revisión';
+$strPBXTCheckpointFrequencyDesc = 'La cantidad de datos escritos a la bitácora de transacciones antes de hacer un punto de revisión. El valor predeterminado es 24MB.';
+$strPBXTDataFileGrowSize = 'Tamaño que puede crecer el archivo de datos';
+$strPBXTDataFileGrowSizeDesc = 'Tamaño que puede crecer el archivo de gestión de datos (.xtd).';
+$strPBXTDataLogThreshold = 'Umbral de la bitácora de datos';
+$strPBXTDataLogThresholdDesc = 'El tamaño máximo de una bitácora de archivo de datos. El predeterminado es 64MB. PBXT puede crear un máximo de 32000 bitácoras de datos, que son utilizados por todas las tablas. Por tanto, esta variable se puede incrementar para incrementar la cantidad total de datos que se pueden almacenar en la base de datos.';
+$strPBXTGarbageThreshold = 'Umbral de chatarra';
+$strPBXTGarbageThresholdDesc = 'El porcentaje de chatarra en un archivo bitácora de datos antes de ser compactado. Este es un valor entre 1 y 99. El valor predeterminado es 50.';
+$strPBXTIndexCacheSize = 'Tamaño del caché del índice';
+$strPBXTIndexCacheSizeDesc = 'Esta es la cantidad de memoria asignada al index cache. El valor predeterminado es 32MB. La memoria asignada aquí se usa solamente para el caché de las páginas índice.';
+$strPBXTLogBufferSize = 'Tamaño de la bitácora del búfer';
+$strPBXTLogBufferSizeDesc = 'El tamaño de la memoria (búfer) utilizada cuando escribe una bitácora de datos. El predeterminado es 256MB. El motor asigna un búfer por proceso, pero solamente si el proceso es requerido para escribir una bitácora de datos.';
+$strPBXTLogCacheSize = 'Tamaño del caché de la bitácora';
+$strPBXTLogCacheSizeDesc = 'La cantidad de memoria asignada al caché de la bitácora de transacciones utilizado para hacer el caché de los datos de la bitácora de transacciones. El valor predeterminado es 16MB.';
+$strPBXTLogFileCount = 'Contaje de archivos bitácora';
+$strPBXTLogFileCountDesc = 'Este es el número de bitácoras de archivos de transacción (pbxt/system/xlog*.xt) que el sistema mantendrá. Si el número de bitácoras excede este valor, entonces las bitácoras antiguas se eliminan, de otro modo su nombre cambia y reciben el siguiente número más alto.';
+$strPBXTLogFileThreshold = 'Umbral del archivo bitácora';
+$strPBXTLogFileThresholdDesc = 'El tamaño de la bitácora de transacciones antes del rollover, y se crea una nueva bitácora. El valor predeterminado es 16MB.';
+$strPBXTRecordCacheSize = 'Tamaño del caché del registro';
+$strPBXTRecordCacheSizeDesc = 'Esta es la cantidad de memoria asignada al caché de registros utilizado para el caché de los datos de la tabla. El valor predeterminado es 32MB. Esta memoria se utiliza para el caché de cambios a los archivos de datos handle (.xtd) y apuntador de la fila (.xtr).';
+$strPBXTRowFileGrowSize = 'Tamaño que puede crecer el archivo de filas';
+$strPBXTRowFileGrowSizeDesc = 'Tamaño que puede crecer el archivo del apuntador de filas (.xtr).';
+$strPBXTTransactionBufferSize = 'Tamaño de la memoria (búfer) de la transacción';
+$strPBXTTransactionBufferSizeDesc = 'El tamaño de global transaction log buffer (el motor asigna 2 memorias búfer de este tamaño). El valor predeterminado es 1MB.';
+$strPDF = 'PDF';
+$strPDFReportExplanation = '(Genera un reporte conteniendo los datos de una sola tabla)';
+$strPDFReportTitle = 'Título del reporte';
+$strPHPExtension = 'extensión PHP';
+$strPHPVersion = 'Versión de PHP';
$strPacked = 'Empacado';
$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';
-$strPartitionDefinition = 'definición de la PARTICIÓN';
-$strPartitioned = 'particionado';
-$strPartitionMaintenance = 'Mantenimiento de la partición';
$strPartition = 'Partición %s';
-$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
+$strPartitionDefinition = 'definición de la PARTICIÓN';
+$strPartitionMaintenance = 'Mantenimiento de la partición';
+$strPartitioned = 'particionado';
$strPassword = 'Contraseña';
+$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
-$strPBXTCheckpointFrequencyDesc = 'La cantidad de datos escritos a la bitácora de transacciones antes de hacer un punto de revisión. El valor predeterminado es 24MB.';
-$strPBXTCheckpointFrequency = 'Frecuencia del punto de revisión';
-$strPBXTDataFileGrowSizeDesc = 'Tamaño que puede crecer el archivo de gestión de datos (.xtd).';
-$strPBXTDataFileGrowSize = 'Tamaño que puede crecer el archivo de datos';
-$strPBXTDataLogThresholdDesc = 'El tamaño máximo de una bitácora de archivo de datos. El predeterminado es 64MB. PBXT puede crear un máximo de 32000 bitácoras de datos, que son utilizados por todas las tablas. Por tanto, esta variable se puede incrementar para incrementar la cantidad total de datos que se pueden almacenar en la base de datos.';
-$strPBXTDataLogThreshold = 'Umbral de la bitácora de datos';
-$strPBXTGarbageThresholdDesc = 'El porcentaje de chatarra en un archivo bitácora de datos antes de ser compactado. Este es un valor entre 1 y 99. El valor predeterminado es 50.';
-$strPBXTGarbageThreshold = 'Umbral de chatarra';
-$strPBXTIndexCacheSizeDesc = 'Esta es la cantidad de memoria asignada al index cache. El valor predeterminado es 32MB. La memoria asignada aquí se usa solamente para el caché de las páginas índice.';
-$strPBXTIndexCacheSize = 'Tamaño del caché del índice';
-$strPBXTLogBufferSizeDesc = 'El tamaño de la memoria (búfer) utilizada cuando escribe una bitácora de datos. El predeterminado es 256MB. El motor asigna un búfer por proceso, pero solamente si el proceso es requerido para escribir una bitácora de datos.';
-$strPBXTLogBufferSize = 'Tamaño de la bitácora del búfer';
-$strPBXTLogCacheSizeDesc = 'La cantidad de memoria asignada al caché de la bitácora de transacciones utilizado para hacer el caché de los datos de la bitácora de transacciones. El valor predeterminado es 16MB.';
-$strPBXTLogCacheSize = 'Tamaño del caché de la bitácora';
-$strPBXTLogFileCount = 'Contaje de archivos bitácora';
-$strPBXTLogFileCountDesc = 'Este es el número de bitácoras de archivos de transacción (pbxt/system/xlog*.xt) que el sistema mantendrá. Si el número de bitácoras excede este valor, entonces las bitácoras antiguas se eliminan, de otro modo su nombre cambia y reciben el siguiente número más alto.';
-$strPBXTLogFileThresholdDesc = 'El tamaño de la bitácora de transacciones antes del rollover, y se crea una nueva bitácora. El valor predeterminado es 16MB.';
-$strPBXTLogFileThreshold = 'Umbral del archivo bitácora';
-$strPBXTRecordCacheSizeDesc = 'Esta es la cantidad de memoria asignada al caché de registros utilizado para el caché de los datos de la tabla. El valor predeterminado es 32MB. Esta memoria se utiliza para el caché de cambios a los archivos de datos handle (.xtd) y apuntador de la fila (.xtr).';
-$strPBXTRecordCacheSize = 'Tamaño del caché del registro';
-$strPBXTRowFileGrowSizeDesc = 'Tamaño que puede crecer el archivo del apuntador de filas (.xtr).';
-$strPBXTRowFileGrowSize = 'Tamaño que puede crecer el archivo de filas';
-$strPBXTTransactionBufferSizeDesc = 'El tamaño de global transaction log buffer (el motor asigna 2 memorias búfer de este tamaño). El valor predeterminado es 1MB.';
-$strPBXTTransactionBufferSize = 'Tamaño de la memoria (búfer) de la transacción';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
-$strPDF = 'PDF';
-$strPDFReportExplanation = '(Genera un reporte conteniendo los datos de una sola tabla)';
-$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPhp = 'Crear código PHP';
-$strPHPExtension = 'extensión PHP';
-$strPHPVersion = 'Versión de PHP';
+$strPlayAudio = 'Tocar audio';
$strPleaseSelectPrimaryOrUniqueKey = 'Por favor, seleccione la clave primaria o una clave única';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de $cfg[\'PmaAbsoluteUri\'] ¡DEBE constar en config.inc.php!';
@@ -598,13 +612,13 @@ $strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
+$strPrimary = 'Primaria';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" exclusivamente debe ser el nombre de ¡una clave primaria!)';
-$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
-$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
+$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$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.';
@@ -618,8 +632,8 @@ $strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescEvent = 'Permite organizar los eventos para el gestor de eventos';
-$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
+$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$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.';
@@ -651,8 +665,8 @@ $strProfiling = 'Perfil/Perfilamiento';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
-$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
+$strQBEDel = 'Borrar';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
@@ -664,6 +678,7 @@ $strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
+$strReType = 'Debe volver a escribir';
$strReadRequests = 'Lea las solicitudes';
$strRebuild = 'Reconstruya';
$strReceived = 'Recibido';
@@ -671,17 +686,17 @@ $strRecommended = 'recomendado';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
+$strRelationDeleted = 'La relación fue eliminada';
+$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
+$strRelationView = 'Vista de relaciones';
$strRelationalDisplayField = 'Campo que muestra las relaciones';
$strRelationalKey = 'Llave relacional';
$strRelationalSchema = 'Esquema relacionado';
-$strRelationDeleted = 'La relación fue eliminada';
-$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';
+$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strReload = 'Cargar nuevamente';
-$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadPrivileges = 'Cargar los privilegios nuevamente';
+$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strRemovePartitioning = 'Remueva la partición';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
@@ -695,32 +710,41 @@ $strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strRestartInsertion = 'Reinicie la inserción con %s filas';
-$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';
+$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
+$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
+$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRomanian = 'Rumano';
$strRoutineReturnType = 'Muestre el tipo';
$strRoutines = 'Rutinas';
$strRowLength = 'Longitud de la fila';
+$strRowSize = ' Tamaño de la fila ';
+$strRows = 'Filas';
$strRowsAffected = '%1$d fila(s) fueron afectadas.';
$strRowsDeleted = '%1$d fila(s) fueron eliminadas.';
-$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowsInserted = '%1$d filas(s) fueron insertadas.';
-$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';
+$strRunning = 'ejecutándose en %s';
$strRussian = 'Ruso';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'Modalidad compatible con SQL';
+$strSQLExportType = 'Tipo de exportación';
+$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';
+$strSQPBugInvalidIdentifer = 'El identificador no es válido';
+$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
+$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strSavePosition = 'Guardar posición';
@@ -747,31 +771,330 @@ $strSelectReferencedKey = 'Seleccione la llave de referencia';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
+$strServer = 'Servidor';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
-$strServer = 'Servidor';
-$strServers = 'Servidores';
-$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
+$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = 'Tráfico del servidor: 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';
+$strServers = 'Servidores';
$strSessionStartupErrorGeneral = 'Hubo errores al iniciar la sesión. Por favor, revise los errores en la bitácora de su PHP y/o servidor web y configure correctamente su instalación PHP.';
$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\'... 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\').';
+$strSetupAllowAnywhereRecoding_name = 'Permitir cambios y conversión en los formatos de los caracteres (character set conversion)';
+$strSetupAllowArbitraryServerMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] se debe desactivar porque permite que los atacantes obtengan un login por fuerza bruta a cualquier servidor MySQL. Si usted siente que esto es necesario, use un [a@?page=form&formset=features#tab_Security]listado de proxies de confianza[/a]. Sin embargo, la protección basada en IP podría no ser confiable si su IP pertenece a un ISP donde miles de usuarios, incluyendo usted se encuentran conectados.';
+$strSetupAllowArbitraryServer_name = 'Permitir el login a cualquier servidor MySQL';
+$strSetupAllowUserDropDatabase_name = 'Mostrar el enlace "Eliminar base de datos" a usuarios normales';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]la compresión y descompresión Bzip2[/a] requiere funciones (%s) que no están disponibles en este sistema.';
+$strSetupBZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] para las operaciones de importación y exportación';
+$strSetupBZipDump_name = 'Bzip2';
+$strSetupBlowfishSecretCharsMsg = 'La llave debe contener letras, números [em]y[/em] caracteres especiales';
+$strSetupBlowfishSecretLengthMsg = 'La llave es muy corta, debe tener al menos 8 caracteres';
+$strSetupBlowfishSecretMsg = 'Usted no tuvo un juego secreto blowfish y ha activado la autenticación por cookie, así que una llave se generó automáticamente para usted. Se usa para encriptar cookies; no necesita recordarla.';
+$strSetupCannotLoadConfig = 'No se puede cargar o guardar una configuración';
+$strSetupCannotLoadConfigMsg = 'Por favor cree una carpeta escribible para el servidor web [em]config[/em] en el nivel más alto del directorio phpMyAdmin como se describe en [a@../Documentation.html#setup_script]documentación[/a]. De lo contrario, solamente podrá descargarlo o mostrarlo.';
+$strSetupCharEditing_desc = 'Define cuál tipo de control de edición se debe usar para los campos CHAR y VARCHAR; [kbd]input[/kbd] - permite limitar la longitud de input, [kbd]textarea[/kbd] - permite líneas nuevas en los campos';
+$strSetupCharEditing_name = 'Edición de campos CHAR';
+$strSetupCharTextareaCols_desc = 'Número de columnas para las áreas de texto CHAR/VARCHAR';
+$strSetupCharTextareaCols_name = 'Columnas para las áreas de texto CHAR';
+$strSetupCharTextareaRows_desc = 'Número de filas para las áreas de texto CHAR/VARCHAR';
+$strSetupCharTextareaRows_name = 'Filas para las áreas de texto CHAR';
+$strSetupCheckConfigurationPermissions_name = 'Revise los permisos en el archivo de configuración';
+$strSetupClear = 'Limpiar';
+$strSetupCompressOnFly_desc = 'Comprima archivos exportados con gzip/bzip2 sobre la marcha sin necesidad de mucha memoria; si halla problemas con archivos comprimidos con gzip/bzip2 deshabilite esta opción';
+$strSetupCompressOnFly_name = 'Comprimir sobre la marcha';
+$strSetupConfigurationFile = 'Archivo de configuración';
+$strSetupConfirm_desc = 'Si se debe mostrar o no una advertencia ("Está absolutamente seguro...") cuando está a punto de perder datos';
+$strSetupConfirm_name = 'Confirmar las consultas DROP';
+$strSetupDefaultCharset_desc = 'Juego de caracteres predeterminado usado para conversiones';
+$strSetupDefaultCharset_name = 'Juego de caracteres predeterminado';
+$strSetupDefaultLanguage = 'Idioma predeterminado';
+$strSetupDefaultServer = 'Servidor predeterminado';
+$strSetupDefaultTabDatabase_desc = 'Ceja que se muestra cuando ingresa una base de datos';
+$strSetupDefaultTabDatabase_name = 'Ceja predeterminada de la base de datos';
+$strSetupDefaultTabServer_desc = 'Ceja que se muestra cuando ingresa un servidor';
+$strSetupDefaultTabServer_name = 'Ceja predeterminada para el servidor';
+$strSetupDefaultTabTable_desc = 'Ceja que se muestra cuando ingresa una tabla';
+$strSetupDefaultTabTable_name = 'Ceja predeterminada de la tabla';
+$strSetupDirectoryNotice = 'Este valor debe verificarse dos veces para asegurarse que este directorio no es público ni que se puede leer o escribir en él por parte de otros usuarios en su servidor.';
+$strSetupDisplay = 'Mostrar';
+$strSetupDisplayDatabasesList_name = 'Mostrar las bases de datos como una lista';
+$strSetupDisplayServersList_desc = 'Muestra los servidores en una lista en lugar de un drop down';
+$strSetupDisplayServersList_name = 'Muestra los servidores en una lista';
+$strSetupDonateLink = 'Donación';
+$strSetupDownload = 'Descargar';
+$strSetupEndOfLine = 'Final de la línea';
+$strSetupExecTimeLimit_name = 'Tiempo máximo de ejecución';
+$strSetupExport_asfile_name = 'Guardar como archivo';
+$strSetupExport_charset_name = 'Juego de caracteres del archivo';
+$strSetupExport_compression_name = 'Compresión';
+$strSetupExport_file_template_database_name = 'Nombre de la plantilla de la base de datos';
+$strSetupExport_file_template_server_name = 'Nombre de la plantilla del servidor';
+$strSetupExport_file_template_table_name = 'Nombre de la plantilla de la tabla';
+$strSetupExport_format_name = 'Formato';
+$strSetupExport_onserver_name = 'Guardar en el servidor';
+$strSetupExport_onserver_overwrite_name = 'Sobreescribir el (los) archivo(s) existentes';
+$strSetupExport_remember_file_template_name = 'Recordar el nombre de la plantilla del archivo';
+$strSetupFalse = 'no';
+$strSetupForceSSLMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] se debe permitir si su servidor la tiene';
+$strSetupForceSSL_desc = 'Forzar conexión segura mientras usa phpMyAdmin';
+$strSetupForceSSL_name = 'Forzar la conexión SSL';
+$strSetupForeignKeyDropdownOrder_desc = 'Orden en el que se agrupa el contenido de una caja desplegable de llaves extranjeras; [kbd]content[/kbd] son los datos referidos, [kbd]id[/kbd] es el valor clave';
+$strSetupForeignKeyDropdownOrder_name = 'Orden de despliegue de las llaves extranjeras';
+$strSetupForeignKeyMaxLimit_desc = 'Se usará un menú dropdown si hay menos ítems presentes';
+$strSetupForeignKeyMaxLimit_name = 'Límite de las llaves extranjeras';
+$strSetupForm_Browse = 'Modalidad de navegación';
+$strSetupForm_Browse_desc = 'Cambiar las opciones de la modalidad de visualización';
+$strSetupForm_Edit = 'Modalidad de edición';
+$strSetupForm_Edit_desc = 'Cambiar las opciones de la modalidad de edición';
+$strSetupForm_Export_defaults = 'Exportar las opciones predeterminadas';
+$strSetupForm_Export_defaults_desc = 'Personalizar las opciones comunes de exportación predeteminadas';
+$strSetupForm_Import_defaults = 'Importar las opciones predeterminadas';
+$strSetupForm_Import_defaults_desc = 'Personalizar las opciones comunes de importación predeteminadas';
+$strSetupForm_Import_export = 'Importar / exportar';
+$strSetupForm_Import_export_desc = 'Seleccione los directorios para importar y exportar así como las opciones de compresión';
+$strSetupForm_Left_databases = 'Bases de datos';
+$strSetupForm_Left_databases_desc = 'Opciones para visualizar las bases de datos';
+$strSetupForm_Left_frame = 'Página con los elementos de navegación';
+$strSetupForm_Left_frame_desc = 'Cambiar la apariencia predefinida de la página que contiene los elementos de navegación';
+$strSetupForm_Left_servers = 'Servidores';
+$strSetupForm_Left_servers_desc = 'Opciones para visualizar los servidores';
+$strSetupForm_Left_tables = 'Tablas';
+$strSetupForm_Left_tables_desc = 'Opciones para visualizar las tablas';
+$strSetupForm_Main_frame = 'Página principal';
+$strSetupForm_Other_core_settings = 'Otros parámetros cruciales';
+$strSetupForm_Other_core_settings_desc = 'Parámetros que no encajaban en otra parte';
+$strSetupForm_Query_window = 'Ventana de consultas';
+$strSetupForm_Query_window_desc = 'Personalizar las opciones de la ventana de consulta';
+$strSetupForm_Security = 'Seguridad';
+$strSetupForm_Security_desc = 'Por favor tome en cuenta que phpMyAdmin es solamente una interfaz y sus opciones no limitan a MySQL';
+$strSetupForm_Server = 'Ajustes básicos';
+$strSetupForm_Server_config = 'Configuración del servidor';
+$strSetupForm_Server_config_desc = 'Configuración avanzada del servidor, no cambie estas opciones a menos que usted conozca como funcionan';
+$strSetupForm_Server_desc = 'Escriba los ajustes básicos del servidor';
+$strSetupForm_Server_login_options = 'Opciones previo al ingreso de nombre y contraseña';
+$strSetupForm_Server_login_options_desc = 'Seleccione las opciones antes de ingresar el nombre y contraseña para la autenticación';
+$strSetupForm_Server_pmadb = 'Base de datos PMA';
+$strSetupForm_Server_pmadb_desc = 'Configure la base de datos de phpMyAdmin para ganar acceso a funciones adicionales, mire [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] en la documentación';
+$strSetupForm_Sql_box = 'Ventana de consultas SQL';
+$strSetupForm_Sql_box_desc = 'Cambiar los enlaces mostrados en las ventanas de consulta SQL';
+$strSetupForm_Sql_queries = 'Consultas SQL';
+$strSetupForm_Sql_queries_desc = 'Parámetros de las consultas SQL, para las opciones de la caja de consultas SQL ver los parámetros del [a@?page=form&formset=main_frame#tab_Sql_box]marco de navegación[/a]';
+$strSetupForm_Startup = 'Inicio';
+$strSetupForm_Startup_desc = 'Cambiar las opciones de la página de arranque';
+$strSetupForm_Tabs = 'Tabulaciones';
+$strSetupForm_Tabs_desc = 'Seleccione como quiere que funcionen las tabulaciones';
+$strSetupFormset_customization = 'Cambiar los valores predeterminados';
+$strSetupFormset_export = 'Personalizar las opciones para la exportación';
+$strSetupFormset_features = 'Hallazgos';
+$strSetupFormset_import = 'Personalizar los parámetros de importación predeterminados';
+$strSetupFormset_left_frame = 'Personalizar el marco de navegación';
+$strSetupFormset_main_frame = 'Personalizar el marco principal';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]la compresión y descompresión GZip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
+$strSetupGZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] para las operaciones de importación y exportación';
+$strSetupGZipDump_name = 'GZip';
+$strSetupHomepageLink = 'Página de inicio de phpMyAdmin';
+$strSetupIconvExtraParams_name = 'Parámetros adicionales para iconv';
+$strSetupIgnoreErrors = 'Ignorar los errores';
+$strSetupIgnoreMultiSubmitErrors_desc = 'De estar activado, phpMyAdmin continúa computando consultas con múltiples enunciados incluso si falló una de las consultas';
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore errores múltiples en los enunciados';
+$strSetupImport_allow_interrupt_desc = 'Permitir la interrupción de la importación si el script detecta que se está acercando al límite de tiempo. Esta puede ser una buena forma para importar archivos grandes, sin embargo, puede romper las transacciones.';
+$strSetupImport_allow_interrupt_name = 'Importación parcial: permitir interrupciones';
+$strSetupImport_format_desc = 'Formato predeterminado; tenga presente que esta lista depende de la localización (base de datos, tabla) y solamente SQL está disponible siempre';
+$strSetupImport_format_name = 'Formato del archivo importado';
+$strSetupImport_skip_queries_desc = 'Número de registros (consultas) a saltarse desde el inicio';
+$strSetupImport_skip_queries_name = 'Importación parcial: saltarse las consultas';
+$strSetupInsecureConnection = 'Conexión insegura';
+$strSetupInsecureConnectionMsg1 = 'Usted no está usando una conexión segura; ¡todos los datos (incluyendo información potencialmente sensible, como las contraseñas) se transfieren sin encriptar!';
+$strSetupInsecureConnectionMsg2 = 'Si su servidor también está configurado para acepta solicitudes HTTPS siga [a@%s]este enlace[/a] para utilizar una conexión segura.';
+$strSetupInsertRows_desc = 'Cuántas filas se pueden insertar de una sola';
+$strSetupInsertRows_name = 'Número de filas insertadas';
+$strSetupLeftDisplayLogo_desc = 'Mostrar el logo en la columna izquierda';
+$strSetupLeftDisplayLogo_name = 'Mostrar el logo';
+$strSetupLeftDisplayServers_name = 'Mostrar la selección de servidores';
+$strSetupLeftFrameDBTree_desc = 'Solamente la versión clara; mostrar las bases de datos en un árbol (determinado por el separador definido abajo)';
+$strSetupLeftFrameDBTree_name = 'Mostrar las bases de datos en un árbol';
+$strSetupLeftFrameLight_desc = 'Deshabilite esto si quiere ver todas las bases de datos a la vez';
+$strSetupLeftFrameLight_name = 'Use la versión clara';
+$strSetupLeftLogoLinkWindow_name = 'Logo enlace objetivo';
+$strSetupLeftLogoLink_name = 'Logo enlace URL';
+$strSetupLeftPointerEnable_name = 'Permitir destacar';
+$strSetupLetUserChoose = 'permita que el usuario pueda escoger';
+$strSetupLightTabs_desc = 'Use cejas con menor intensidad gráfica';
+$strSetupLightTabs_name = 'Cejas claras';
+$strSetupLoad = 'Cargar';
+$strSetupLoginCookieDeleteAll_desc = 'Si está en TRUE, el logout elimina las cookies en todos los servidores; cuando se deja en FALSE, el logout ocurre solamente para el sevidor actual. Colocar este parámetro en FALSE hace fácil olvidar que debe hacer log out de otros servidores cuando se conecta a múltiples servidores.';
+$strSetupLoginCookieDeleteAll_name = 'Eliminar todas las cookies al salir';
+$strSetupLoginCookieRecall_desc = 'Define si el login anterior se debe recordar o no en la modalidad autenticación mediante cookie';
+$strSetupLoginCookieRecall_name = 'Recordar el nombre del usuario';
+$strSetupLoginCookieStore_desc = 'Defina cuán largo (en segundos) una cookie el navegador. El predeterminado de 0 significa que se mantendrá solamente para la sesión actual, y se borrará tan pronto cierre la ventana del navegador. Esto es recomendable para entornos no confiables.';
+$strSetupLoginCookieStore_name = 'Almacenamiento de cookies de Login';
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]La validez del cookie del Login[/a] se debe fijar en 1800 seconds (30 minutos) a lo sumo. Valores mayores a 1800 pueden presentar un riesgo en la seguridad tal como la suplantación.';
+$strSetupLoginCookieValidity_desc = 'Define cuánto dura (en segundos) un cookie de login, como válido';
+$strSetupLoginCookieValidity_name = 'Validez del cookie usado para el Login';
+$strSetupMaxDbList_desc = 'Número máximo de bases de datos visibles en la columna izquierda y en el listado de bases de datos';
+$strSetupMaxDbList_name = 'Número máximo de bases de datos';
+$strSetupMaxRows_desc = 'Número de filas mostradas cuando se visualiza un juego de resultados. Si el juego de resultados contiene más filas, aparecerán enlaces "Anterior" y "Siguiente".';
+$strSetupMaxRows_name = 'Máximo número de filas a mostrar';
+$strSetupMaxTableList_desc = 'Número máximo de tablas mostradas en una lista de tablas';
+$strSetupMaxTableList_name = 'Número máximo de tablas';
+$strSetupMemoryLimit_name = 'Límite de la memoria';
+$strSetupNavigationBarIconic_desc = 'Use solamente íconos, solamente texto o ambos';
+$strSetupNavigationBarIconic_name = 'Barra de navegación mediante íconos';
+$strSetupNewServer = 'Nuevo servidor';
+$strSetupNoServers = 'No existen servidores configurados';
+$strSetupOptionNone = '- ninguno -';
+$strSetupOrder_name = 'Orden de despliegue predeterminado';
+$strSetupOverview = 'Vista general';
+$strSetupPersistentConnections_desc = 'Use conexiones persistentes para las bases de datos MySQL';
+$strSetupPersistentConnections_name = 'Conexiones persistentes';
+$strSetupPropertiesIconic_desc = 'Use solamente íconos, solamente texto o ambos';
+$strSetupPropertiesIconic_name = 'Operaciones de las tablas mediante íconos';
+$strSetupProtectBinary_name = 'Proteger los campos binarios';
+$strSetupQueryHistoryDB_name = 'Bitácora permanente de consultas';
+$strSetupQueryHistoryMax_desc = 'Cuántas consultas se guardan en la bitácora';
+$strSetupQueryHistoryMax_name = 'Longitud de la bitácora de consultas';
+$strSetupQueryWindowDefTab_desc = 'La ceja se muestra cuando abre una nueva ventana de consulta';
+$strSetupQueryWindowDefTab_name = 'Ceja predetermnada para la ventana de consulta';
+$strSetupRecodingEngine_desc = 'Seleccione cuáles funciones se usarán para la conversión del juego de caracteres';
+$strSetupRecodingEngine_name = 'Motor de recodificación';
+$strSetupRestoreDefaultValue = 'Restaurar los valores predeterminados';
+$strSetupRevertErroneousFields = 'Trate de revertir los campos erróneos a sus valores predeterminados';
+$strSetupSQLQuery_Edit_name = 'Editar';
+$strSetupSQLQuery_Explain_name = 'Explicar SQL';
+$strSetupSQLQuery_Refresh_name = 'Recargar la página';
+$strSetupSQLQuery_ShowAsPHP_name = 'Crear código PHP';
+$strSetupSQLQuery_Validate_name = 'Validar el SQL';
+$strSetupSaveDir_desc = 'Directorio donde los archivos exportados se pueden guardar en el servidor';
+$strSetupSaveDir_name = 'Directorio de almacenamiento';
+$strSetupServerAuthConfigMsg = 'Usted escogió el tipo de autenticación [kbd]config[/kbd] e incluyó nombre y contraseña para autenticar en forma automática que está bien para hacer pruebas en su máquina local pero no es una opción deseable para dar servicio al público. Cualquiera que conozca o adivine su URL de phpMyAdmin puede llegar directamente a su consola de phpMyAdmin. Cambie al [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipo de autenticación[/a] a [kbd]cookie[/kbd] o [kbd]http[/kbd].';
+$strSetupServerExtensionMsg = 'Usted debe utilizar mysqli por razones de mantenimiento';
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]listado de proxies de confianza[/a]. Sin embargo, la protección basada en IP podría fallar si su IP pertenece a un ISP donde miles de usuarios, incluyendo usted se encuentran conectados.';
+$strSetupServerSslMsg = 'Usted debe usar conexiones SSL si su servidor web lo tiene';
+$strSetupServersAdd = 'Añadir un nuevo servidor';
+$strSetupServersEdit = 'Editar los parámetros del servidor';
+$strSetupServers_AllowDeny_order_desc = 'Deje en blanco si no necesita usarlo';
+$strSetupServers_AllowDeny_order_name = 'Orden en que se autentica el Host';
+$strSetupServers_AllowDeny_rules_desc = 'Deje en blanco para usar los valores predeterminados';
+$strSetupServers_AllowDeny_rules_name = 'Reglas de autenticación del Host';
+$strSetupServers_AllowRoot_name = 'Permitir el login como root';
+$strSetupServers_CountTables_desc = 'Contar las tablas cuando muestra el listado de las bases de datos';
+$strSetupServers_CountTables_name = 'Contar las tablas';
+$strSetupServers_DisableIS_desc = 'Más información en [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] y [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Deshabilitar el uso de INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'URL de logout';
+$strSetupServers_ShowDatabasesCommand_desc = 'Comando SQL para llamar las bases de datos disponibles';
+$strSetupServers_ShowDatabasesCommand_name = 'Comando SHOW DATABASES';
+$strSetupServers_SignonSession_desc = 'Ver [a@http://wiki.cihar.com/pma/auth_types#signon]tipos de autenticación[/a] para conocer un ejemplo';
+$strSetupServers_SignonSession_name = 'Nombre de la sesión al signon';
+$strSetupServers_SignonURL_name = 'URL de signon';
+$strSetupServers_auth_swekey_config_desc = 'La ruta para el archivo para [a@http://swekey.com]autenticación con el dispositivo SweKey[/a] (no localizado en su carpeta de documentos; sugiere: /etc/swekey.conf)';
+$strSetupServers_auth_swekey_config_name = 'Archivo de configuración SweKey';
+$strSetupServers_auth_type_desc = 'Método de autenticación a usar';
+$strSetupServers_auth_type_name = 'Tipo de autenticación';
+$strSetupServers_bookmarktable_desc = 'Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a], de manera predeterminada: [kbd]pma_bookmark[/kbd]';
+$strSetupServers_bookmarktable_name = 'Haga un bookmark a la tabla';
+$strSetupServers_column_info_name = 'Tabla con información de la columna';
+$strSetupServers_compress_desc = 'Conexión de compresión con el servidor SQL';
+$strSetupServers_compress_name = 'Conexión de compresión';
+$strSetupServers_connect_type_desc = 'Cómo conectar con el servidor, mantenga el tcp en caso de no estar seguro';
+$strSetupServers_connect_type_name = 'Tipo de conexión';
+$strSetupServers_controlpass_name = 'Controlar la contraseña del usuario';
+$strSetupServers_controluser_desc = 'Un usuario MySQL especial configurado con permisos limitados, más información disponible en [a@http://wiki.cihar.com/pma/controluser]wiki[/a]';
+$strSetupServers_controluser_name = 'Controlar al usuario';
+$strSetupServers_designer_coords_name = 'Tabla del diseñador';
+$strSetupServers_extension_desc = 'Cuál extensión PHP debe usar; usted debe usar mysqli si su sistema lo permite';
+$strSetupServers_extension_name = 'extensión PHP para usar';
+$strSetupServers_hide_db_desc = 'Ocultar las bases de datos que cumplen con los criterios de las expresiones regulares (PCRE)';
+$strSetupServers_hide_db_name = 'Ocultar las bases de datos';
+$strSetupServers_host_desc = 'Descripción del servidor';
+$strSetupServers_host_name = 'Nombre del servidor';
+$strSetupServers_nopassword_desc = 'Intente conectar sin contraseña';
+$strSetupServers_nopassword_name = 'Conecte sin contraseña';
+$strSetupServers_only_db_desc = 'Usted puede usar caracteres comodín MySQL (% y _), y usar caracteres de escape si desea usar sus instancias literales, i.e. use \'my\_db\' y no \'my_db\'';
+$strSetupServers_only_db_name = 'Muestre solamente las bases de datos listadas';
+$strSetupServers_password_desc = 'Deje vacío si no está usando config auth';
+$strSetupServers_password_name = 'Contraseña para config auth';
+$strSetupServers_pmadb_desc = 'Base de datos usada para relaciones, bookmarks, y características de los PDF. Ver [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] para información completa. Deje en blanco para que no exita soporte. Predeterminado: [kbd]phpmyadmin[/kbd]';
+$strSetupServers_pmadb_name = 'Base de datos PMA';
+$strSetupServers_port_desc = 'El puerto al cual ha sido asociado el servidor MySQL, deje vacío para usar el predeterminado';
+$strSetupServers_port_name = 'Puerto del servidor';
+$strSetupServers_relation_desc = 'Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/relation]relation-links[/a], de manera predeterminada: [kbd]pma_relation[/kbd]';
+$strSetupServers_relation_name = 'Tabla de relaciones';
+$strSetupServers_socket_desc = 'El puerto escuchado por el servidor MySQL, deje vacío para usar los valores predeterminados';
+$strSetupServers_socket_name = 'Puerto del servidor';
+$strSetupServers_ssl_name = 'Use SSL';
+$strSetupServers_table_info_name = 'Mostrar la tabla con los campos';
+$strSetupServers_user_desc = 'Deje vacío si no está usando config auth';
+$strSetupServers_user_name = 'Usuario para config auth';
+$strSetupServers_verbose_check_desc = 'Deshabilite si conoce que sus tablas pma_* se encuentran actualizadas. Esto previene chequeos de compatibilidad e incrementa por tanto el rendimiento';
+$strSetupServers_verbose_check_name = 'Revisión detallada';
+$strSetupServers_verbose_desc = 'Nombre del servidor donde el servidor SQL se está ejecutando';
+$strSetupServers_verbose_name = 'Nombre del servidor, forma extendida';
+$strSetupSetValue = 'Fijar el valor: %s';
+$strSetupShowAll_desc = 'Si el usuario puede ver un botón "mostrar todos (los registros)"';
+$strSetupShowAll_name = 'Permitir que se muestren todas las filas';
+$strSetupShowChgPassword_name = 'Mostrar el formulario para cambio de contraseña';
+$strSetupShowCreateDb_name = 'Mostrar el formulario para crear una base de datos';
+$strSetupShowForm = 'Mostrar el formulario';
+$strSetupShowFunctionFields_name = 'Mostrar los campos de elección';
+$strSetupShowHiddenMessages = 'Mostrar mensajes ocultos (#MSG_COUNT)';
+$strSetupShowPhpInfo_name = 'Mostrar el enlace phpinfo()';
+$strSetupShowSQL_desc = 'Define si los enunciados SQL generados por phpMyAdmin se deben mostrar';
+$strSetupShowSQL_name = 'Mostrar las consultas SQL';
+$strSetupShowServerInfo_name = 'Mostrar información detallada acerca del servidor SQL';
+$strSetupShowStats_name = 'Mostrar estadísticas';
+$strSetupShowTooltipAliasTB_name = 'Mostrar el comentario de la tabla en lugar de su nombre';
+$strSetupShowTooltip_name = 'Mostrar los comentarios de las tablas en los tooltips';
+$strSetupSkipLockedTables_name = 'Saltarse las tablas bloqueadas';
+$strSetupSuggestDBName_name = 'Sugerir un nuevo nombre para la base de datos';
+$strSetupTrue = 'sí';
+$strSetupTrustedProxies_name = 'Listado de proxies de confianza para autorización/bloqueo de IP';
+$strSetupUploadDir_desc = 'Directorio en el servidor donde puede subir archivos para importar';
+$strSetupUploadDir_name = 'Directorio desde donde se cargarán los archivos';
+$strSetupUseDbSearch_desc = 'Permite hacer una búsqueda dentro de toda la base de datos';
+$strSetupUseDbSearch_name = 'Use búsquedas en la base de datos';
+$strSetupVerboseMultiSubmit_name = 'Opción verbosa para múltiples enunciados';
+$strSetupVersionCheck = 'Revise la versión';
+$strSetupVersionCheckDataError = 'Fracasó la lectura de la versión. Quizá usted está desconectado o el servidor de actualizaciones no está respondiendo.';
+$strSetupVersionCheckInvalid = 'El servidor envió una cifra incorrecta para la versión';
+$strSetupVersionCheckLink = 'Buscar si existe una versión más reciente';
+$strSetupVersionCheckNewAvailable = 'Una versión más reciente de phpMyAdmin está disponible y le recomendamos que la obtenga. La versión más reciente es %s, y existe desde el %s.';
+$strSetupVersionCheckNewAvailableSvn = 'Usted está usando subversión, version, ejecute [kbd]svn update[/kbd] :-)[br]La versión estable más reciente es %s, publicada el %s.';
+$strSetupVersionCheckNone = 'No existe una versión estable más reciente';
+$strSetupVersionCheckUnparsable = 'No se puede procesar la cifra de la versión';
+$strSetupVersionCheckWrapperError = 'No está disponible URL wrapper ni CURL. No es posible conocer la versión.';
+$strSetupWarning = 'Advertencia';
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]compresión Zip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]la descompresión Zip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
+$strSetupZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] para las operaciones de importación y exportación';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_name = 'Secreto Blowfish';
+$strSetuperror_connection = 'No pudo conectarse con un servidor MySQL';
+$strSetuperror_empty_pmadb_password = 'La contraseña para usuario control phpMyAdmin está vacía mientras usó pmadb';
+$strSetuperror_empty_pmadb_user = 'El usuario control phpMyAdmin está vacío mientras usó pmadb';
+$strSetuperror_empty_signon_session = 'El nombre de sesión al signon está vacío mientras usó el método de autenticación signon';
+$strSetuperror_empty_signon_url = 'El URL de sesión al signon está vacío mientras usó el método de autenticación signon';
+$strSetuperror_empty_user_for_config_auth = 'El nombre de usuario está vacío e intentó usar el método de autenticación config';
+$strSetuperror_form = 'El formulario que se envió contiene errores';
+$strSetuperror_incorrect_ip_address = 'La dirección IP es incorrecta: %s';
+$strSetuperror_incorrect_port = 'No es un número de puerto válido';
+$strSetuperror_incorrect_value = 'Valor incorrecto';
+$strSetuperror_missing_field_data = 'Faltan datos para %s';
+$strSetuperror_nan_nneg = 'No es un número no negativo';
+$strSetuperror_nan_p = 'No es un número positivo';
+$strShow = 'Mostrar';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowHideLeftMenu = 'Ocultar/mostrar menú izquierdo';
-$strShowingBookmark = 'Mostrando el favorito';
-$strShowingPhp = 'Mostrar como código PHP';
-$strShowingRecords = 'Mostrando registros ';
-$strShowingSQL = 'Mostrando la consulta SQL';
-$strShow = 'Mostrar';
+$strShowKeys = 'Mostrar las llaves solamente';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
@@ -827,13 +1150,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hecha
$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_createdDescr = 'El número de páginas creadas.';
$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_avgDescr = 'El tiempo promedio para adquirir un row lock, 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.';
@@ -849,10 +1172,10 @@ $strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir
$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 DELAYED.';
-$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.';
+$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.';
$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.';
@@ -865,8 +1188,8 @@ $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_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_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.';
@@ -886,6 +1209,10 @@ $strShowStatusThreads_runningDescr = 'El número de procesos que no están en re
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
+$strShowingBookmark = 'Mostrando el favorito';
+$strShowingPhp = 'Mostrar como código PHP';
+$strShowingRecords = 'Mostrando registros ';
+$strShowingSQL = 'Mostrando la consulta SQL';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
@@ -895,28 +1222,18 @@ $strSlovenian = 'Esloveno';
$strSmallBigAll = 'Pequeño/grande todos';
$strSnapToGrid = 'Cuadrícula magnética';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
+$strSort = 'Ordenar';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
-$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
-$strSQLCompatibility = 'Modalidad compatible con SQL';
-$strSQLExportType = 'Tipo de exportación';
-$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';
$strStandInStructureForView = 'Estructura Stand-in para la vista';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
+$strStatUpdateTime = 'Última actualizació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';
@@ -933,13 +1250,14 @@ $strSuccess = 'Su consulta se ejecutó con éxito';
$strSuhosin = 'El servidor está utilizando Suhosin. Por favor, refiérase a %sdocumentation%s para posibles ajustes.';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
-$strSwekeyAuthenticating = 'Autenticando...';
$strSwekeyAuthFailed = 'La autenticación de hardware fracasó';
-$strSwekeyNoKeyId = 'El archivo %s no contiene ninguna Id de llave';
+$strSwekeyAuthenticating = 'Autenticando...';
$strSwekeyNoKey = 'No se ha conectado una llave de autenticación válida';
+$strSwekeyNoKeyId = 'El archivo %s no contiene ninguna Id de llave';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
+$strTable = 'Tabla';
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableAlteredSuccessfully = 'Los cambios en la Tabla %1$s se hicieron exitosamente';
$strTableComments = 'Comentarios de la tabla';
@@ -953,32 +1271,31 @@ $strTableMaintenance = 'Mantenimiento de la tabla';
$strTableName = 'Nombre 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';
+$strTables = '%s tabla(s)';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud, este campo podría no ser editable ';
$strTexyText = 'Texto Texy!';
$strThai = 'Tailandés';
+$strTheme = 'Tema / Estilo';
$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!';
+$strThemeNotFound = '¡No se halló 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';
-$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
+$strThreads = 'Procesos';
+$strTime = 'Tiempo';
$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';
$strToFromPage = 'página de/a la';
+$strToSelectRelation = 'Para seleccionar la relación, dé clic en:';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strToggleSmallBig = 'Alterne entre pequeño y grande';
-$strToSelectRelation = 'Para seleccionar la relación, dé clic en:';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
@@ -1009,10 +1326,10 @@ $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.';
+$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentació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.';
$strUploadErrorCantWrite = 'No fue posible grabar el archivo al disco.';
$strUploadErrorExtension = 'La carga del archivo fue detenida por extensión.';
@@ -1026,6 +1343,11 @@ $strUploadsNotAllowed = 'No está permitido subir archivos a este servidor.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
+$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';
+$strUser = 'Usuario';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
@@ -1033,24 +1355,21 @@ $strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privi
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a "%s"';
-$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';
+$strView = 'Visualizar';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
+$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
+$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewHasAtLeast = 'Esta vista tiene al menos este número de filas. Por favor, refiérase a la %sdocumentation%s.';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
+$strViewImage = 'Ver imagen';
$strViewName = '(VIEW) VER nombre';
-$strView = 'Visualizar';
+$strViewVideo = 'Ver vídeo';
$strWebServer = 'Servidor web';
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
@@ -1071,412 +1390,231 @@ $strYes = 'Sí';
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
-$strBLOBRepository = 'Repositorio BLOB';
-$strBLOBRepositoryDamaged = 'Dañado';
-$strBLOBRepositoryDisableAreYouSure = 'Está seguro que quiere deshabilitar todas las referencias BLOB para la base de datos %s?';
-$strBLOBRepositoryDisabled = 'Deshabilitado';
-$strBLOBRepositoryDisable = 'Deshabilite';
-$strBLOBRepositoryDisableStrongWarning = '¡Está a punto de DESHABILITAR un repositorio BLOB!';
-$strBLOBRepositoryEnabled = 'Habilitado';
-$strBLOBRepositoryEnable = 'Habilite';
-$strBLOBRepositoryRemove = 'Remueva la referencia al repositorio BLOB';
-$strBLOBRepositoryRepair = 'Reparar';
-$strBLOBRepositoryUpload = 'Cargar al repositorio BLOB';
-$strViewImage = 'Ver imagen';
-$strPlayAudio = 'Tocar audio';
-$strViewVideo = 'Ver vídeo';
-$strDownloadFile = 'Descargar archivo';
-$strLogServerHelp = 'Puede escribir el nombre del proveedor de servicios/dirección IP y el puerto, separado por un espacio.';
-$strShowKeys = 'Mostrar las llaves solamente';
-$strSetupServersAdd = 'Añadir un nuevo servidor';
-$strSetupServersEdit = 'Editar los parámetros del servidor';
-$strSetupFormset_features = 'Hallazgos';
-$strSetupFormset_left_frame = 'Personalizar el marco de navegación';
-$strSetupFormset_main_frame = 'Personalizar el marco principal';
-$strSetupFormset_import = 'Personalizar los parámetros de importación predeterminados';
-$strSetupFormset_export = 'Personalizar las opciones para la exportación';
-$strSetupFormset_customization = 'Cambiar los valores predeterminados';
-$strSetupTrue = 'sí';
-$strSetupFalse = 'no';
-$strSetupDisplay = 'Mostrar';
-$strSetupDownload = 'Descargar';
-$strSetupClear = 'Limpiar';
-$strSetupLoad = 'Cargar';
-$strSetupRestoreDefaultValue = 'Restaurar los valores predeterminados';
-$strSetupSetValue = 'Fijar el valor: %s';
-$strSetupWarning = 'Advertencia';
-$strSetupIgnoreErrors = 'Ignorar los errores';
-$strSetupRevertErroneousFields = 'Trate de revertir los campos erróneos a sus valores predeterminados';
-$strSetupShowForm = 'Mostrar el formulario';
-$strSetupOverview = 'Vista general';
-$strSetupShowHiddenMessages = 'Mostrar mensajes ocultos (#MSG_COUNT)';
-$strSetupNoServers = 'No existen servidores configurados';
-$strSetupNewServer = 'Nuevo servidor';
-$strSetupDefaultLanguage = 'Idioma predeterminado';
-$strSetupDefaultServer = 'Servidor predeterminado';
-$strSetupLetUserChoose = 'permita que el usuario pueda escoger';
-$strSetupOptionNone = '- ninguno -';
-$strSetupEndOfLine = 'Final de la línea';
-$strSetupConfigurationFile = 'Archivo de configuración';
-$strSetupHomepageLink = 'Página de inicio de phpMyAdmin';
-$strSetupDonateLink = 'Donación';
-$strSetupVersionCheckLink = 'Buscar si existe una versión más reciente';
-$strSetupCannotLoadConfig = 'No se puede cargar o guardar una configuración';
-$strSetupCannotLoadConfigMsg = 'Por favor cree una carpeta escribible para el servidor web [em]config[/em] en el nivel más alto del directorio phpMyAdmin como se describe en [a@../Documentation.html#setup_script]documentación[/a]. De lo contrario, solamente podrá descargarlo o mostrarlo.';
-$strSetupInsecureConnection = 'Conexión insegura';
-$strSetupInsecureConnectionMsg2 = 'Si su servidor también está configurado para acepta solicitudes HTTPS siga [a@%s]este enlace[/a] para utilizar una conexión segura.';
-$strSetupVersionCheck = 'Revise la versión';
-$strSetupVersionCheckWrapperError = 'No está disponible URL wrapper ni CURL. No es posible conocer la versión.';
-$strSetupVersionCheckDataError = 'Fracasó la lectura de la versión. Quizá usted está desconectado o el servidor de actualizaciones no está respondiendo.';
-$strSetupVersionCheckInvalid = 'El servidor envió una cifra incorrecta para la versión';
-$strSetupVersionCheckUnparsable = 'No se puede procesar la cifra de la versión';
-$strSetupVersionCheckNewAvailableSvn = 'Usted está usando subversión, version, ejecute [kbd]svn update[/kbd] :-)[br]La versión estable más reciente es %s, publicada el %s.';
-$strSetupVersionCheckNone = 'No existe una versión estable más reciente';
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]listado de proxies de confianza[/a]. Sin embargo, la protección basada en IP podría fallar si su IP pertenece a un ISP donde miles de usuarios, incluyendo usted se encuentran conectados.';
-$strSetupServerSslMsg = 'Usted debe usar conexiones SSL si su servidor web lo tiene';
-$strSetupServerExtensionMsg = 'Usted debe utilizar mysqli por razones de mantenimiento';
-$strSetupBlowfishSecretLengthMsg = 'La llave es muy corta, debe tener al menos 8 caracteres';
-$strSetupForceSSLMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] se debe permitir si su servidor la tiene';
-$strSetupAllowArbitraryServerMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] se debe desactivar porque permite que los atacantes obtengan un login por fuerza bruta a cualquier servidor MySQL. Si usted siente que esto es necesario, use un [a@?page=form&formset=features#tab_Security]listado de proxies de confianza[/a]. Sin embargo, la protección basada en IP podría no ser confiable si su IP pertenece a un ISP donde miles de usuarios, incluyendo usted se encuentran conectados.';
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]La validez del cookie del Login[/a] se debe fijar en 1800 seconds (30 minutos) a lo sumo. Valores mayores a 1800 pueden presentar un riesgo en la seguridad tal como la suplantación.';
-$strSetupDirectoryNotice = 'Este valor debe verificarse dos veces para asegurarse que este directorio no es público ni que se puede leer o escribir en él por parte de otros usuarios en su servidor.';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]la compresión y descompresión GZip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]la compresión y descompresión Bzip2[/a] requiere funciones (%s) que no están disponibles en este sistema.';
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]la descompresión Zip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]compresión Zip[/a] requiere funciones (%s) que no están disponibles en este sistema.';
-$strSetuperror_form = 'El formulario que se envió contiene errores';
-$strSetuperror_missing_field_data = 'Faltan datos para %s';
-$strSetuperror_incorrect_port = 'No es un número de puerto válido';
-$strSetuperror_incorrect_value = 'Valor incorrecto';
-$strSetuperror_incorrect_ip_address = 'La dirección IP es incorrecta: %s';
-$strSetuperror_nan_p = 'No es un número positivo';
-$strSetuperror_nan_nneg = 'No es un número no negativo';
-$strSetuperror_empty_pmadb_user = 'El usuario control phpMyAdmin está vacío mientras usó pmadb';
-$strSetuperror_empty_pmadb_password = 'La contraseña para usuario control phpMyAdmin está vacía mientras usó pmadb';
-$strSetuperror_empty_user_for_config_auth = 'El nombre de usuario está vacío e intentó usar el método de autenticación config';
-$strSetuperror_empty_signon_session = 'El nombre de sesión al signon está vacío mientras usó el método de autenticación signon';
-$strSetuperror_empty_signon_url = 'El URL de sesión al signon está vacío mientras usó el método de autenticación signon';
-$strSetuperror_connection = 'No pudo conectarse con un servidor MySQL';
-$strSetupForm_Server = 'Ajustes básicos';
-$strSetupForm_Server_desc = 'Escriba los ajustes básicos del servidor';
-$strSetupForm_Server_login_options = 'Opciones previo al ingreso de nombre y contraseña';
-$strSetupForm_Server_login_options_desc = 'Seleccione las opciones antes de ingresar el nombre y contraseña para la autenticación';
-$strSetupForm_Server_config = 'Configuración del servidor';
-$strSetupForm_Server_config_desc = 'Configuración avanzada del servidor, no cambie estas opciones a menos que usted conozca como funcionan';
-$strSetupForm_Server_pmadb = 'Base de datos PMA';
-$strSetupForm_Server_pmadb_desc = 'Configure la base de datos de phpMyAdmin para ganar acceso a funciones adicionales, mire [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] en la documentación';
-$strSetupForm_Import_export = 'Importar / exportar';
-$strSetupForm_Import_export_desc = 'Seleccione los directorios para importar y exportar así como las opciones de compresión';
-$strSetupForm_Security = 'Seguridad';
-$strSetupForm_Security_desc = 'Por favor tome en cuenta que phpMyAdmin es solamente una interfaz y sus opciones no limitan a MySQL';
-$strSetupForm_Sql_queries = 'Consultas SQL';
-$strSetupForm_Sql_queries_desc = 'Parámetros de las consultas SQL, para las opciones de la caja de consultas SQL ver los parámetros del [a@?page=form&formset=main_frame#tab_Sql_box]marco de navegación[/a]';
-$strSetupForm_Other_core_settings = 'Otros parámetros cruciales';
-$strSetupForm_Other_core_settings_desc = 'Parámetros que no encajaban en otra parte';
-$strSetupForm_Left_frame = 'Página con los elementos de navegación';
-$strSetupForm_Left_frame_desc = 'Cambiar la apariencia predefinida de la página que contiene los elementos de navegación';
-$strSetupForm_Left_servers = 'Servidores';
-$strSetupForm_Left_servers_desc = 'Opciones para visualizar los servidores';
-$strSetupForm_Left_databases = 'Bases de datos';
-$strSetupForm_Left_databases_desc = 'Opciones para visualizar las bases de datos';
-$strSetupForm_Left_tables = 'Tablas';
-$strSetupForm_Left_tables_desc = 'Opciones para visualizar las tablas';
-$strSetupForm_Main_frame = 'Página principal';
-$strSetupForm_Startup = 'Inicio';
-$strSetupForm_Startup_desc = 'Cambiar las opciones de la página de arranque';
-$strSetupForm_Browse = 'Modalidad de navegación';
-$strSetupForm_Browse_desc = 'Cambiar las opciones de la modalidad de visualización';
-$strSetupForm_Edit = 'Modalidad de edición';
-$strSetupForm_Edit_desc = 'Cambiar las opciones de la modalidad de edición';
-$strSetupForm_Tabs = 'Tabulaciones';
-$strSetupForm_Tabs_desc = 'Seleccione como quiere que funcionen las tabulaciones';
-$strSetupForm_Sql_box = 'Ventana de consultas SQL';
-$strSetupForm_Sql_box_desc = 'Cambiar los enlaces mostrados en las ventanas de consulta SQL';
-$strSetupForm_Import_defaults = 'Importar las opciones predeterminadas';
-$strSetupForm_Import_defaults_desc = 'Personalizar las opciones comunes de importación predeteminadas';
-$strSetupForm_Export_defaults = 'Exportar las opciones predeterminadas';
-$strSetupForm_Export_defaults_desc = 'Personalizar las opciones comunes de exportación predeteminadas';
-$strSetupForm_Query_window = 'Ventana de consultas';
-$strSetupForm_Query_window_desc = 'Personalizar las opciones de la ventana de consulta';
-$strSetupServers_verbose_name = 'Nombre del servidor, forma extendida';
-$strSetupServers_verbose_desc = 'Nombre del servidor donde el servidor SQL se está ejecutando';
-$strSetupServers_host_name = 'Nombre del servidor';
-$strSetupServers_host_desc = 'Descripción del servidor';
-$strSetupServers_port_name = 'Puerto del servidor';
-$strSetupServers_port_desc = 'El puerto al cual ha sido asociado el servidor MySQL, deje vacío para usar el predeterminado';
-$strSetupServers_socket_name = 'Puerto del servidor';
-$strSetupServers_socket_desc = 'El puerto escuchado por el servidor MySQL, deje vacío para usar los valores predeterminados';
-$strSetupServers_ssl_name = 'Use SSL';
-$strSetupServers_connect_type_name = 'Tipo de conexión';
-$strSetupServers_connect_type_desc = 'Cómo conectar con el servidor, mantenga el tcp en caso de no estar seguro';
-$strSetupServers_extension_name = 'extensión PHP para usar';
-$strSetupServers_compress_name = 'Conexión de compresión';
-$strSetupServers_compress_desc = 'Conexión de compresión con el servidor SQL';
-$strSetupServers_auth_type_name = 'Tipo de autenticación';
-$strSetupServers_auth_type_desc = 'Método de autenticación a usar';
-$strSetupServers_user_name = 'Usuario para config auth';
-$strSetupServers_user_desc = 'Deje vacío si no está usando config auth';
-$strSetupServers_password_name = 'Contraseña para config auth';
-$strSetupServers_password_desc = 'Deje vacío si no está usando config auth';
-$strSetupServers_nopassword_name = 'Conecte sin contraseña';
-$strSetupServers_nopassword_desc = 'Intente conectar sin contraseña';
-$strSetupServers_SignonSession_name = 'Nombre de la sesión al signon';
-$strSetupServers_SignonSession_desc = 'Ver [a@http://wiki.cihar.com/pma/auth_types#signon]tipos de autenticación[/a] para conocer un ejemplo';
-$strSetupServers_SignonURL_name = 'URL de signon';
-$strSetupServers_LogoutURL_name = 'URL de logout';
-$strSetupServers_auth_swekey_config_name = 'Archivo de configuración SweKey';
-$strSetupServers_only_db_name = 'Muestre solamente las bases de datos listadas';
-$strSetupServers_only_db_desc = 'Usted puede usar caracteres comodín MySQL (% y _), y usar caracteres de escape si desea usar sus instancias literales, i.e. use \'my\_db\' y no \'my_db\'';
-$strSetupServers_hide_db_name = 'Ocultar las bases de datos';
-$strSetupServers_hide_db_desc = 'Ocultar las bases de datos que cumplen con los criterios de las expresiones regulares (PCRE)';
-$strSetupServers_AllowRoot_name = 'Permitir el login como root';
-$strSetupServers_DisableIS_name = 'Deshabilitar el uso de INFORMATION_SCHEMA';
-$strSetupServers_DisableIS_desc = 'Más información en [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] y [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_AllowDeny_order_name = 'Orden en que se autentica el Host';
-$strSetupServers_AllowDeny_order_desc = 'Deje en blanco si no necesita usarlo';
-$strSetupServers_AllowDeny_rules_name = 'Reglas de autenticación del Host';
-$strSetupServers_AllowDeny_rules_desc = 'Deje en blanco para usar los valores predeterminados';
-$strSetupServers_ShowDatabasesCommand_name = 'Comando SHOW DATABASES';
-$strSetupServers_ShowDatabasesCommand_desc = 'Comando SQL para llamar las bases de datos disponibles';
-$strSetupServers_CountTables_name = 'Contar las tablas';
-$strSetupServers_CountTables_desc = 'Contar las tablas cuando muestra el listado de las bases de datos';
-$strSetupServers_pmadb_name = 'Base de datos PMA';
-$strSetupServers_pmadb_desc = 'Base de datos usada para relaciones, bookmarks, y características de los PDF. Ver [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] para información completa. Deje en blanco para que no exita soporte. Predeterminado: [kbd]phpmyadmin[/kbd]';
-$strSetupServers_controluser_name = 'Controlar al usuario';
-$strSetupServers_controluser_desc = 'Un usuario MySQL especial configurado con permisos limitados, más información disponible en [a@http://wiki.cihar.com/pma/controluser]wiki[/a]';
-$strSetupServers_controlpass_name = 'Controlar la contraseña del usuario';
-$strSetupServers_verbose_check_name = 'Revisión detallada';
-$strSetupServers_verbose_check_desc = 'Deshabilite si conoce que sus tablas pma_* se encuentran actualizadas. Esto previene chequeos de compatibilidad e incrementa por tanto el rendimiento';
-$strSetupServers_bookmarktable_name = 'Haga un bookmark a la tabla';
-$strSetupServers_bookmarktable_desc = 'Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a], de manera predeterminada: [kbd]pma_bookmark[/kbd]';
-$strSetupServers_relation_name = 'Tabla de relaciones';
-$strSetupServers_relation_desc = 'Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/relation]relation-links[/a], de manera predeterminada: [kbd]pma_relation[/kbd]';
-$strSetupServers_table_info_name = 'Mostrar la tabla con los campos';
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Tabla con información de la columna';
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Tabla del diseñador';
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Directorio desde donde se cargarán los archivos';
-$strSetupUploadDir_desc = 'Directorio en el servidor donde puede subir archivos para importar';
-$strSetupSaveDir_name = 'Directorio de almacenamiento';
-$strSetupSaveDir_desc = 'Directorio donde los archivos exportados se pueden guardar en el servidor';
-$strSetupAllowAnywhereRecoding_name = 'Permitir cambios y conversión en los formatos de los caracteres (character set conversion)';
-$strSetupDefaultCharset_name = 'Juego de caracteres predeterminado';
-$strSetupDefaultCharset_desc = 'Juego de caracteres predeterminado usado para conversiones';
-$strSetupRecodingEngine_name = 'Motor de recodificación';
-$strSetupRecodingEngine_desc = 'Seleccione cuáles funciones se usarán para la conversión del juego de caracteres';
-$strSetupIconvExtraParams_name = 'Parámetros adicionales para iconv';
-$strSetupZipDump_name = 'ZIP';
-$strSetupZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] para las operaciones de importación y exportación';
-$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] para las operaciones de importación y exportación';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDump_desc = 'Habilite la compresión [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] para las operaciones de importación y exportación';
-$strSetupCompressOnFly_name = 'Comprimir sobre la marcha';
-$strSetupCompressOnFly_desc = 'Comprima archivos exportados con gzip/bzip2 sobre la marcha sin necesidad de mucha memoria; si halla problemas con archivos comprimidos con gzip/bzip2 deshabilite esta opción';
-$strSetupblowfish_secret_name = 'Secreto Blowfish';
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Forzar la conexión SSL';
-$strSetupForceSSL_desc = 'Forzar conexión segura mientras usa phpMyAdmin';
-$strSetupCheckConfigurationPermissions_name = 'Revise los permisos en el archivo de configuración';
-$strSetupTrustedProxies_name = 'Listado de proxies de confianza para autorización/bloqueo de IP';
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Mostrar el enlace "Eliminar base de datos" a usuarios normales';
-$strSetupAllowArbitraryServer_name = 'Permitir el login a cualquier servidor MySQL';
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recordar el nombre del usuario';
-$strSetupLoginCookieRecall_desc = 'Define si el login anterior se debe recordar o no en la modalidad autenticación mediante cookie';
-$strSetupLoginCookieValidity_name = 'Validez del cookie usado para el Login';
-$strSetupLoginCookieValidity_desc = 'Define cuánto dura (en segundos) un cookie de login, como válido';
-$strSetupLoginCookieStore_name = 'Almacenamiento de cookies de Login';
-$strSetupLoginCookieDeleteAll_name = 'Eliminar todas las cookies al salir';
-$strSetupShowSQL_name = 'Mostrar las consultas SQL';
-$strSetupShowSQL_desc = 'Define si los enunciados SQL generados por phpMyAdmin se deben mostrar';
-$strSetupConfirm_name = 'Confirmar las consultas DROP';
-$strSetupConfirm_desc = 'Si se debe mostrar o no una advertencia ("Está absolutamente seguro...") cuando está a punto de perder datos';
-$strSetupQueryHistoryDB_name = 'Bitácora permanente de consultas';
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Longitud de la bitácora de consultas';
-$strSetupQueryHistoryMax_desc = 'Cuántas consultas se guardan en la bitácora';
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore errores múltiples en los enunciados';
-$strSetupVerboseMultiSubmit_name = 'Opción verbosa para múltiples enunciados';
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Número máximo de bases de datos';
-$strSetupMaxDbList_desc = 'Número máximo de bases de datos visibles en la columna izquierda y en el listado de bases de datos';
-$strSetupMaxTableList_name = 'Número máximo de tablas';
-$strSetupMaxTableList_desc = 'Número máximo de tablas mostradas en una lista de tablas';
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Conexiones persistentes';
-$strSetupPersistentConnections_desc = 'Use conexiones persistentes para las bases de datos MySQL';
-$strSetupExecTimeLimit_name = 'Tiempo máximo de ejecución';
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Límite de la memoria';
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Saltarse las tablas bloqueadas';
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use búsquedas en la base de datos';
-$strSetupUseDbSearch_desc = 'Permite hacer una búsqueda dentro de toda la base de datos';
-$strSetupLeftFrameLight_name = 'Use la versión clara';
-$strSetupLeftFrameLight_desc = 'Deshabilite esto si quiere ver todas las bases de datos a la vez';
-$strSetupLeftDisplayLogo_name = 'Mostrar el logo';
-$strSetupLeftDisplayLogo_desc = 'Mostrar el logo en la columna izquierda';
-$strSetupLeftLogoLink_name = 'Logo enlace URL';
-$strSetupLeftLogoLinkWindow_name = 'Logo enlace objetivo';
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Permitir destacar';
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Mostrar la selección de servidores';
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Muestra los servidores en una lista';
-$strSetupDisplayServersList_desc = 'Muestra los servidores en una lista en lugar de un drop down';
-$strSetupDisplayDatabasesList_name = 'Mostrar las bases de datos como una lista';
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Mostrar las bases de datos en un árbol';
-$strSetupLeftFrameDBTree_desc = 'Solamente la versión clara; mostrar las bases de datos en un árbol (determinado por el separador definido abajo)';
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Mostrar los comentarios de las tablas en los tooltips';
-$strSetupShowTooltipAliasTB_name = 'Mostrar el comentario de la tabla en lugar de su nombre';
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Mostrar estadísticas';
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Mostrar el enlace phpinfo()';
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Mostrar información detallada acerca del servidor SQL';
-$strSetupShowChgPassword_name = 'Mostrar el formulario para cambio de contraseña';
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Mostrar el formulario para crear una base de datos';
-$strSetupSuggestDBName_name = 'Sugerir un nuevo nombre para la base de datos';
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Barra de navegación mediante íconos';
-$strSetupNavigationBarIconic_desc = 'Use solamente íconos, solamente texto o ambos';
-$strSetupShowAll_name = 'Permitir que se muestren todas las filas';
-$strSetupShowAll_desc = 'Si el usuario puede ver un botón "mostrar todos (los registros)"';
-$strSetupMaxRows_name = 'Máximo número de filas a mostrar';
-$strSetupMaxRows_desc = 'Número de filas mostradas cuando se visualiza un juego de resultados. Si el juego de resultados contiene más filas, aparecerán enlaces "Anterior" y "Siguiente".';
-$strSetupOrder_name = 'Orden de despliegue predeterminado';
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Proteger los campos binarios';
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Mostrar los campos de elección';
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'Edición de campos CHAR';
-$strSetupCharEditing_desc = 'Define cuál tipo de control de edición se debe usar para los campos CHAR y VARCHAR; [kbd]input[/kbd] - permite limitar la longitud de input, [kbd]textarea[/kbd] - permite líneas nuevas en los campos';
-$strSetupCharTextareaCols_name = 'Columnas para las áreas de texto CHAR';
-$strSetupCharTextareaCols_desc = 'Número de columnas para las áreas de texto CHAR/VARCHAR';
-$strSetupCharTextareaRows_name = 'Filas para las áreas de texto CHAR';
-$strSetupCharTextareaRows_desc = 'Número de filas para las áreas de texto CHAR/VARCHAR';
-$strSetupInsertRows_name = 'Número de filas insertadas';
-$strSetupInsertRows_desc = 'Cuántas filas se pueden insertar de una sola';
-$strSetupForeignKeyDropdownOrder_name = 'Orden de despliegue de las llaves extranjeras';
-$strSetupForeignKeyDropdownOrder_desc = 'Orden en el que se agrupa el contenido de una caja desplegable de llaves extranjeras; [kbd]content[/kbd] son los datos referidos, [kbd]id[/kbd] es el valor clave';
-$strSetupForeignKeyMaxLimit_name = 'Límite de las llaves extranjeras';
-$strSetupForeignKeyMaxLimit_desc = 'Se usará un menú dropdown si hay menos ítems presentes';
-$strSetupLightTabs_name = 'Cejas claras';
-$strSetupLightTabs_desc = 'Use cejas con menor intensidad gráfica';
-$strSetupPropertiesIconic_name = 'Operaciones de las tablas mediante íconos';
-$strSetupPropertiesIconic_desc = 'Use solamente íconos, solamente texto o ambos';
-$strSetupDefaultTabServer_name = 'Ceja predeterminada para el servidor';
-$strSetupDefaultTabServer_desc = 'Ceja que se muestra cuando ingresa un servidor';
-$strSetupDefaultTabDatabase_name = 'Ceja predeterminada de la base de datos';
-$strSetupDefaultTabDatabase_desc = 'Ceja que se muestra cuando ingresa una base de datos';
-$strSetupDefaultTabTable_name = 'Ceja predeterminada de la tabla';
-$strSetupDefaultTabTable_desc = 'Ceja que se muestra cuando ingresa una tabla';
-$strSetupQueryWindowDefTab_name = 'Ceja predetermnada para la ventana de consulta';
-$strSetupQueryWindowDefTab_desc = 'La ceja se muestra cuando abre una nueva ventana de consulta';
-$strSetupSQLQuery_Edit_name = 'Editar';
-$strSetupSQLQuery_Explain_name = 'Explicar SQL';
-$strSetupSQLQuery_ShowAsPHP_name = 'Crear código PHP';
-$strSetupSQLQuery_Validate_name = 'Validar el SQL';
-$strSetupSQLQuery_Refresh_name = 'Recargar la página';
-$strSetupImport_format_name = 'Formato del archivo importado';
-$strSetupImport_allow_interrupt_name = 'Importación parcial: permitir interrupciones';
-$strSetupImport_allow_interrupt_desc = 'Permitir la interrupción de la importación si el script detecta que se está acercando al límite de tiempo. Esta puede ser una buena forma para importar archivos grandes, sin embargo, puede romper las transacciones.';
-$strSetupImport_skip_queries_name = 'Importación parcial: saltarse las consultas';
-$strSetupImport_skip_queries_desc = 'Número de registros (consultas) a saltarse desde el inicio';
-$strSetupExport_format_name = 'Formato';
-$strSetupExport_compression_name = 'Compresión';
-$strSetupExport_asfile_name = 'Guardar como archivo';
-$strSetupExport_charset_name = 'Juego de caracteres del archivo';
-$strSetupExport_onserver_name = 'Guardar en el servidor';
-$strSetupExport_onserver_overwrite_name = 'Sobreescribir el (los) archivo(s) existentes';
-$strSetupExport_remember_file_template_name = 'Recordar el nombre de la plantilla del archivo';
-$strSetupExport_file_template_table_name = 'Nombre de la plantilla de la tabla';
-$strSetupExport_file_template_database_name = 'Nombre de la plantilla de la base de datos';
-$strSetupExport_file_template_server_name = 'Nombre de la plantilla del servidor';
-$strSetupBlowfishSecretCharsMsg = 'La llave debe contener letras, números [em]y[/em] caracteres especiales';
-$strSetupBlowfishSecretMsg = 'Usted no tuvo un juego secreto blowfish y ha activado la autenticación por cookie, así que una llave se generó automáticamente para usted. Se usa para encriptar cookies; no necesita recordarla.';
-$strSetupIgnoreMultiSubmitErrors_desc = 'De estar activado, phpMyAdmin continúa computando consultas con múltiples enunciados incluso si falló una de las consultas';
-$strSetupImport_format_desc = 'Formato predeterminado; tenga presente que esta lista depende de la localización (base de datos, tabla) y solamente SQL está disponible siempre';
-$strSetupInsecureConnectionMsg1 = 'Usted no está usando una conexión segura; ¡todos los datos (incluyendo información potencialmente sensible, como las contraseñas) se transfieren sin encriptar!';
-$strSetupLoginCookieDeleteAll_desc = 'Si está en TRUE, el logout elimina las cookies en todos los servidores; cuando se deja en FALSE, el logout ocurre solamente para el sevidor actual. Colocar este parámetro en FALSE hace fácil olvidar que debe hacer log out de otros servidores cuando se conecta a múltiples servidores.';
-$strSetupLoginCookieStore_desc = 'Defina cuán largo (en segundos) una cookie el navegador. El predeterminado de 0 significa que se mantendrá solamente para la sesión actual, y se borrará tan pronto cierre la ventana del navegador. Esto es recomendable para entornos no confiables.';
-$strSetupServerAuthConfigMsg = 'Usted escogió el tipo de autenticación [kbd]config[/kbd] e incluyó nombre y contraseña para autenticar en forma automática que está bien para hacer pruebas en su máquina local pero no es una opción deseable para dar servicio al público. Cualquiera que conozca o adivine su URL de phpMyAdmin puede llegar directamente a su consola de phpMyAdmin. Cambie al [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipo de autenticación[/a] a [kbd]cookie[/kbd] o [kbd]http[/kbd].';
-$strSetupServers_extension_desc = 'Cuál extensión PHP debe usar; usted debe usar mysqli si su sistema lo permite';
-$strSetupVersionCheckNewAvailable = 'Una versión más reciente de phpMyAdmin está disponible y le recomendamos que la obtenga. La versión más reciente es %s, y existe desde el %s.';
-$strSetupServers_auth_swekey_config_desc = 'La ruta para el archivo para [a@http://swekey.com]autenticación con el dispositivo SweKey[/a] (no localizado en su carpeta de documentos; sugiere: /etc/swekey.conf)';
-
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+// To translate:
$strAndSmall = 'and'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPhpArray = 'PHP array'; //to translate
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strReplicationStatus = 'Replication status'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
$strReplicationStatus_master = 'Master status'; //to translate
$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1485,127 +1623,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php
index 1f19efff5..2ed1a2eaf 100644
--- a/lang/swedish-utf-8.inc.php
+++ b/lang/swedish-utf-8.inc.php
@@ -19,6 +19,7 @@ $month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'a
$datefmt = '%d %B %Y kl %H:%M';
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
+$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
$strAbortedClients = 'Avbrutna';
$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.';
@@ -47,54 +48,53 @@ $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';
+$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.';
$strAlterOrderBy = 'Sortera om tabellen efter';
+$strAnIndex = 'Ett index har lagts till för %s';
$strAnalyze = 'Analysera';
$strAnalyzeTable = 'Analysera tabell';
$strAnd = 'Och';
$strAndSmall = 'och';
$strAndThen = 'och sedan';
$strAngularLinks = 'Vinklade länkar';
-$strAnIndex = 'Ett index har lagts till för %s';
+$strAny = 'Vem som helst';
$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';
$strAsDefined = 'Enligt angivet:';
+$strAscending = 'Stigande';
$strAtBeginningOfTable = 'I början av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attribut';
$strAutomaticLayout = 'Automatisk layout';
+$strBLOBRepository = 'BLOB-förvaringsplats';
+$strBLOBRepositoryDamaged = 'Skadad';
+$strBLOBRepositoryDisable = 'Inaktivera';
+$strBLOBRepositoryDisableAreYouSure = 'Vill du verkligen inaktivera alla BLOB-referenser för databas %s?';
+$strBLOBRepositoryDisableStrongWarning = 'Du håller på att inaktivera en BLOB-förvaringsplats!';
+$strBLOBRepositoryDisabled = 'Inaktiverad';
+$strBLOBRepositoryEnable = 'Aktivera';
+$strBLOBRepositoryEnabled = 'Aktiverad';
+$strBLOBRepositoryRemove = 'Ta bort referens till BLOB-förvaringsplats';
+$strBLOBRepositoryRepair = 'Reparera';
+$strBLOBRepositoryUpload = 'Ladda upp till BLOB-förvaringsplats';
$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';
-$strBLOBRepository = 'BLOB-förvaringsplats';
-$strBLOBRepositoryDamaged = 'Skadad';
-$strBLOBRepositoryDisableAreYouSure = 'Vill du verkligen inaktivera alla BLOB-referenser för databas %s?';
-$strBLOBRepositoryDisabled = 'Inaktiverad';
-$strBLOBRepositoryDisable = 'Inaktivera';
-$strBLOBRepositoryDisableStrongWarning = 'Du håller på att inaktivera en BLOB-förvaringsplats!';
-$strBLOBRepositoryEnable = 'Aktivera';
-$strBLOBRepositoryEnabled = 'Aktiverad';
-$strBLOBRepositoryRemove = 'Ta bort referens till BLOB-förvaringsplats';
-$strBLOBRepositoryRepair = 'Reparera';
-$strBLOBRepositoryUpload = 'Ladda upp till BLOB-förvaringsplats';
+$strBinary = 'Binär';
+$strBinaryDoNotEdit = 'Binär - ändra inte';
+$strBinaryLog = 'Binär logg';
$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.';
@@ -103,24 +103,25 @@ $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';
+$strBrowse = 'Visa';
$strBrowseDistinctValues = 'Visa distinkta värden';
$strBrowseForeignValues = 'Visa främmande värden';
-$strBrowse = 'Visa';
-$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPool = 'Buffertutrymme';
+$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPoolUsage = 'Buffertanvändning';
-$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferReadMisses = 'Läsmissar';
-$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
+$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferWriteWaits = 'Skrivväntanden';
+$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
$strBulgarian = 'Bulgarisk';
$strBusyPages = 'Upptagna sidor';
$strBzip = '"bzippad"';
+$strCSV = 'CSV';
$strCalendar = 'Kalender';
-$strCancel = 'Avbryt';
$strCanNotLoadExportPlugins = 'Kunde inte ladda export-tillägg. Kontrollera din installation.';
$strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!';
+$strCancel = 'Avbryt';
$strCannotLogin = 'Kan ej logga in på MySQL-server';
$strCantLoad = 'kan inte ladda %s-tillägg, 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.';
@@ -131,20 +132,20 @@ $strCaseInsensitive = 'skiftlägesokänsligt';
$strCaseSensitive = 'skiftlägeskänsligt';
$strCentralEuropean = 'Centraleuropeisk';
$strChange = 'Ändra';
+$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...';
$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';
+$strCharsetOfFile = 'Filens teckenuppsättning:';
+$strCharsets = 'Teckenuppsättningar';
+$strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar';
$strCheck = 'Kontrollera';
+$strCheckAll = 'Markera alla';
$strCheckOverhead = 'Markera ooptimerade';
$strCheckPrivs = 'Kontrollera privilegier';
$strCheckPrivsLong = 'Kontrollera privilegier för databas "%s".';
@@ -171,12 +172,13 @@ $strConstraintsForDumped = 'Restriktioner för dumpade tabeller';
$strConstraintsForTable = 'Restriktioner för tabell';
$strControluserFailed = 'Uppkoppling för controluser enligt din konfiguration misslyckades.';
$strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.';
-$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopy = 'Kopiera';
+$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopyTable = 'Kopiera tabellen till (databas.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.';
+$strCreate = 'Skapa';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering';
$strCreateIndex = 'Skapa ett index för %s kolumn(er)';
$strCreateIndexTopic = 'Skapa ett nytt index';
@@ -185,7 +187,6 @@ $strCreateNewTable = 'Skapa ny tabell i databas %s';
$strCreatePage = 'Skapa en ny sida';
$strCreatePdfFeat = 'Skapande av PDF-sidor';
$strCreateRelation = 'Skapa relation';
-$strCreate = 'Skapa';
$strCreateTable = 'Skapa tabell';
$strCreateUserDatabase = 'Databas för användare';
$strCreateUserDatabaseName = 'Skapa databas med samma namn och ge alla privilegier';
@@ -195,13 +196,19 @@ $strCreateUserDatabaseWildcard = 'Ge alla privilegier till namn med jokertecken
$strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum';
$strCriteria = 'Villkor';
$strCroatian = 'Kroatisk';
-$strCSV = 'CSV';
$strCustomColor = 'Anpassad färg';
$strCyrillic = 'Kyrillisk';
-$strCzechSlovak = 'Tjeckisk-Slovakisk';
$strCzech = 'Tjeckisk';
+$strCzechSlovak = 'Tjeckisk-Slovakisk';
+$strDBComment = 'Databaskommentar: ';
+$strDBCopy = 'Kopiera databas till';
+$strDBRename = 'Döp om databasen till';
$strDanish = 'Dansk';
+$strData = 'Data';
+$strDataDict = 'Datalexikon';
+$strDataOnly = 'Enbart data';
+$strDataPages = 'Sidor innehållande data';
$strDatabase = 'Databas';
$strDatabaseEmpty = 'Databasens namn är tomt!';
$strDatabaseExportOptions = 'Exportalternativ för databas';
@@ -213,30 +220,23 @@ $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';
$strDbIsEmpty = 'Databasen verkar vara tom!';
$strDbPrivileges = 'Databasspecifika privilegier';
-$strDBRename = 'Döp om databasen till';
$strDbSpecific = 'databasspecifik';
-$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefault = 'Standard';
+$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a';
$strDefragment = 'Defragmentera tabell';
+$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$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';
-$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDelete = 'Radera';
+$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.';
+$strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.';
+$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDeleteRelation = 'Ta bort relation';
+$strDeleted = 'Raden har raderats';
$strDeleting = 'Tar bort %s';
$strDelimiter = 'Avgränsare';
-$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$strDescending = 'Fallande';
$strDescription = 'Beskrivning';
$strDesigner = 'Designer';
@@ -245,40 +245,40 @@ $strDetails = 'Detaljer...';
$strDictionary = 'lexikon';
$strDirectLinks = 'Direkta länkar';
$strDirtyPages = 'Orena sidor';
-$strDisabled = 'Inaktiverat';
$strDisableForeignChecks = 'Stäng av kontroll av främmande nycklar';
+$strDisabled = 'Inaktiverat';
$strDisplayFeat = 'Visningsfunktionaliteter';
$strDisplayOrder = 'Visningsordning:';
$strDisplayPDF = 'Visa PDF-schema';
$strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")';
+$strDoNotAutoIncrementZeroValues = 'Använd inte AUTO_INCREMENT för nollvärden';
+$strDoYouReally = 'Vill du verkligen ';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentation';
-$strDoNotAutoIncrementZeroValues = 'Använd inte AUTO_INCREMENT för nollvärden';
$strDownloadFile = 'Ladda ner fil';
-$strDoYouReally = 'Vill du verkligen ';
-$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$strDrop = 'Radera';
+$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$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.';
+$strDumpingData = 'Data i tabell';
$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';
+$strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).';
$strEnabled = 'Aktiverat';
$strEncloseInTransaction = 'Inneslut export i en transaktion';
+$strEnd = 'Slutet';
$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.';
+$strEngines = 'Motorer';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' Obs! MySQL privilegiumnamn anges på engelska ';
$strError = 'Fel';
@@ -287,7 +287,6 @@ $strErrorRelationAdded = 'Fel: Relation inte tillagd.';
$strErrorRelationExists = 'Fel: Relation finns redan.';
$strErrorRenamingTable = 'Fel vid namnbyte på tabell %1$s till %2$s';
$strErrorSaveTable = 'Fel vid sparande av koordinater för Designer.';
-$strRemoveCRLF = 'Ta bort CRLF-tecken i fält';
$strEscapeWildcards = 'Jokertecknen _ och % måste föregås av ett \ för att användas i egentlig betydelse';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisk';
@@ -306,20 +305,20 @@ $strFailedAttempts = 'Misslyckade försök';
$strField = 'Fält';
$strFieldHasBeenDropped = 'Fältet %s har tagits bort';
$strFieldInsertFromFileTempDirNotExists = 'Fel vid flytt av uppladdad fil, se FAQ 1.11';
+$strFields = 'Fält';
$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';
+$strFileNameTemplate = 'Mall för filnamn';
$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.';
+$strFileNameTemplateDescriptionDatabase = 'databasnamn';
$strFileNameTemplateDescriptionServer = 'servernamn';
$strFileNameTemplateDescriptionTable = 'tabellnamn';
-$strFileNameTemplate = 'Mall för filnamn';
$strFileNameTemplateRemember = 'kom ihåg mall';
-$strFiles = 'Filer';
$strFileToImport = 'Fil att importera';
+$strFiles = 'Filer';
$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';
@@ -327,18 +326,18 @@ $strFlushTables = 'Stäng alla tabeller';
$strFontSize = 'Teckenstorlek';
$strForeignKeyError = 'Fel vid skapande av främmande nyckel för %1$s (kontrollera datatyper)';
$strForeignKeyRelationAdded = 'Främmande nyckel-relation tillagd';
-$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
+$strFormat = 'Format';
$strFreePages = 'Fria sidor';
$strFullText = 'Fullständiga texter';
$strFunction = 'Funktion';
$strFunctions = 'Funktioner';
$strGenBy = 'Genererad av';
+$strGenTime = 'Skapad';
$strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter';
$strGenerate = 'Generera';
$strGeneratePassword = 'Generera lösenord';
-$strGenTime = 'Skapad';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGetMoreThemes = 'Hämta fler teman!';
@@ -350,6 +349,8 @@ $strGrantOption = 'Grant';
$strGreek = 'Grekisk';
$strGzip = '"gzippad"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Hanterare';
$strHasBeenAltered = 'har ändrats.';
$strHaveToShow = 'Du måste välja minst en kolumn som ska visas';
@@ -361,59 +362,57 @@ $strHideShowAll = 'Dölj/visa alla';
$strHideShowNoRelation = 'Dölj/visa tabeller utan relationer';
$strHome = 'Hem';
$strHomepageOfficial = 'phpMyAdmin:s officiella hemsida';
+$strHost = 'Värd';
$strHostEmpty = 'Värdnamnet är tomt!';
$strHostTableExplanation = 'När värdtabellen används ignoreras detta fält och värden lagrade i värdtabllen används istället.';
-$strHost = 'Värd';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Ungersk';
+$strIEUnsupported = 'Internet Explorer saknar stöd för denna funktion.';
$strIcelandic = 'Isländska';
$strId = 'ID';
$strIdxFulltext = 'Heltext';
-$strIEUnsupported = 'Internet Explorer saknar stöd för denna funktion.';
-$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnore = 'Ignorera';
+$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnoreInserts = 'Använd IGNORE i infogningar';
+$strImport = 'Importera';
$strImportExportCoords = 'Importera/exportera koordinater för PDF-schema';
$strImportFiles = 'Importera filer';
$strImportFormat = 'Format på importerad fil';
-$strImport = 'Importera';
$strImportLargeFileUploading = 'Filen som laddas upp är förmodligen större än maximalt tillåtna storlek eller så är detta än känd bugg i webkit-baserade webbläsare (Safari, Google Chrome, Arora etc.).';
$strImportProceedingFile = 'Filen bearbetas, vänligen vänta.';
$strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.';
$strImportUploadInfoNotAvailable = 'Var god vänta, filen håller på att laddas upp. Detaljer om denna uppladdning är inte tillgängliga.';
-$strIndexes = 'Index';
-$strIndexesSeemEqual = 'Indexen %1$s och %2$s verkar vara identiska och ett av dem kan möjligen tas bort.';
-$strIndexHasBeenDropped = 'Index %s har tagits bort';
+$strInUse = 'används';
$strIndex = 'Index';
+$strIndexHasBeenDropped = 'Index %s har tagits bort';
$strIndexName = 'Indexnamn :';
$strIndexType = 'Indextyp :';
$strIndexWarningTable = 'Problem med index för tabell `%s`';
+$strIndexes = 'Index';
+$strIndexesSeemEqual = 'Indexen %1$s och %2$s verkar vara identiska och ett av dem kan möjligen tas bort.';
$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';
+$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$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.';
+$strInsert = 'Lägg till';
$strInsertAsNewRow = 'Lägg till som ny rad';
$strInsertedRowId = 'Infogade rad id: %1$d';
-$strInsert = 'Lägg till';
$strInterface = 'Gränssnitt';
$strInternalAndForeign = 'En intern relation är inte nödvändig när en motsvarande främmande nyckel-relation finns.';
$strInternalRelationAdded = 'Intern relation tillagd';
$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';
+$strInvalidColumn = 'Ogiltig kolumn (%s) angiven!';
+$strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.';
$strInvalidDatabase = 'Ogiltig databas';
$strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.';
$strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.';
@@ -426,8 +425,8 @@ $strInvalidTableName = 'Ogiltigt tabellnamn';
$strJapanese = 'Japansk';
$strJoins = 'Föreningar';
$strJumpToDB = 'Hoppa till databas "%s".';
-$strJustDeleteDescr = 'De "borttagna" användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strJustDelete = 'Ta endast bort användarna från privilegiumtabellerna.';
+$strJustDeleteDescr = 'De "borttagna" användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strKeepPass = 'Ändra inte lösenordet';
$strKeyCache = 'Nyckelcache';
@@ -436,21 +435,21 @@ $strKill = 'Döda';
$strKnownExternalBug = 'Funktionaliteten för %s påverkas av en känd bugg, se %s';
$strKorean = 'Koreansk';
+$strLDI = 'CSV mha LOAD DATA';
+$strLDILocal = 'Använd nyckelordet LOCAL';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Liggande';
$strLanguage = 'Språk';
$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)';
+$strLatexContinuedCaption = 'Fortsatt tabellrubrik';
$strLatexIncludeCaption = 'Inkludera tabellrubrik';
$strLatexLabel = 'Etikett';
-$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktur för tabell __TABLE__';
$strLatvian = 'Lettiska';
-$strLDI = 'CSV mha LOAD DATA';
-$strLDILocal = 'Använd nyckelordet LOCAL';
$strLengthSet = 'Längd/Värden*';
$strLimitNumRows = 'Rader per sida';
$strLinesTerminatedBy = 'Raderna avslutas med';
@@ -459,32 +458,32 @@ $strLinksTo = 'Länkar till';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Textfilens plats';
-$strLoginInformation = 'Inloggningsinformation';
+$strLogPassword = 'Lösenord:';
+$strLogServer = 'Server';
+$strLogServerHelp = 'Du kan ange värdnamn/IP-adress och port separerade med mellanslag.';
+$strLogUsername = 'Användarnamn:';
$strLogin = 'Logga in';
+$strLoginInformation = 'Inloggningsinformation';
$strLoginWithoutPassword = 'Inloggning utan lösenord är inte tillåtet enligt konfiguration (se AllowNoPassword)';
$strLogout = 'Logga ut';
-$strLogPassword = 'Lösenord:';
-$strLogServerHelp = 'Du kan ange värdnamn/IP-adress och port separerade med mellanslag.';
-$strLogServer = 'Server';
-$strLogUsername = 'Användarnamn:';
$strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?';
+$strMIMETypesForTable = 'MIME-TYPER FÖR TABELL';
+$strMIME_MIMEtype = 'MIME-typ';
+$strMIME_available_mime = 'Tillgängliga MIME-typer';
+$strMIME_available_transform = 'Tillgängliga omvandlingar';
+$strMIME_description = 'Beskrivning';
+$strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig. Vänligen fråga upphovsmannen vad %s gör.';
+$strMIME_transformation = 'Webbläsaromvandling';
+$strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s';
+$strMIME_transformation_options = 'Omvandlingsparametrar';
+$strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\', 100, b,\'c\'... 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_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion';
$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. 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\', 100, b,\'c\'... 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';
@@ -493,32 +492,33 @@ $strMoveTable = 'Flytta tabellen till (databas.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.';
+$strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.';
$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).';
+$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.';
$strMyISAMMaxSortFileSize = 'Maximal storlek för temporära sorteringsfiler';
+$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).';
$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.';
+$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.';
$strMyISAMSortBufferSize = 'Storlek för sorteringsbuffert';
+$strMyISAMSortBufferSizeDesc = 'Bufferten som allokeras vid sortering av MyISAM-index under REPAIR TABLE eller vid skapande av index med CREATE INDEX eller ALTER TABLE.';
$strMySQLCharset = 'MySQL teckenuppsättning';
-$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'Kollation för MySQL-uppkoppling';
-$strMysqlLibDiffersServerVersion = 'Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL serverversion %s. Detta kan orsaka oförutsägbara beteenden.';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
+$strMysqlClientVersion = 'MySQL klientversion';
+$strMysqlLibDiffersServerVersion = 'Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL serverversion %s. Detta kan orsaka oförutsägbara beteenden.';
$strName = 'Namn';
$strNavTableFilter = 'Filter';
$strNext = 'Nästa';
+$strNo = 'Nej';
$strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen';
+$strNoDataReceived = 'Inga data att importera mottogs. Antingen skickades inget filnamn eller så översteg filens storlek den maximala som tillåts av din PHP-konfiguration.. Se FAQ 1.16.';
$strNoDatabases = 'Inga databaser';
$strNoDatabasesSelected = 'Inga databaser markerade.';
-$strNoDataReceived = 'Inga data att importera mottogs. Antingen skickades inget filnamn eller så översteg filens storlek den maximala som tillåts av din PHP-konfiguration.. Se FAQ 1.16.';
$strNoDescription = 'Ingen beskrivning';
$strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.';
$strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.';
@@ -528,9 +528,6 @@ $strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar
$strNoIndex = 'Inga index är definierade!';
$strNoIndexPartsDefined = 'Inga delar av index är definierade!';
$strNoModification = 'Ingen förändring';
-$strNoneDefault = 'Inga';
-$strNone = 'Inget';
-$strNo = 'Nej';
$strNoOptions = 'Detta format har inga alternativ';
$strNoPassword = 'Inget lösenord';
$strNoPermission = 'Webbservern har inte tillåtelse att spara filen %s.';
@@ -541,17 +538,19 @@ $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.';
+$strNoUsersFound = 'Hittade ingen användare.';
+$strNoValidateSQL = 'Utan SQL-validering';
+$strNone = 'Inget';
+$strNoneDefault = 'Inga';
$strNotNumber = 'Det är inte ett nummer!';
$strNotOK = 'Inte OK';
$strNotSet = '%s-tabellen ej funnen eller ej angiven i %s';
-$strNoUsersFound = 'Hittade ingen användare.';
-$strNoValidateSQL = 'Utan SQL-validering';
$strNull = 'Null';
-$strNumberOfFields = 'Antal fält';
-$strNumberOfTables = 'Antal tabeller';
$strNumSearchResultsInTable = '%s träff(ar) i tabell %s';
$strNumSearchResultsTotal = 'Totalt:%s träff(ar)';
$strNumTables = 'Tabeller';
+$strNumberOfFields = 'Antal fält';
+$strNumberOfTables = 'Antal tabeller';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'OpenDocument-kalkylblad';
@@ -566,29 +565,14 @@ $strOr = 'Eller';
$strOverhead = 'Outnyttjat';
$strOverwriteExisting = 'Skriv över befintlig fil(er)';
-$strPacked = 'Packad';
-$strPageNumber = 'Sida:';
-$strPagesToBeFlushed = 'Sidor att rensa';
-$strPaperSize = 'Pappersstorlek';
-$strPartialImport = 'Partiell import';
-$strPartialText = 'Avkortade texter';
-$strPartitionDefinition = 'Partitionsdefinition';
-$strPartitioned = 'partitionerad';
-$strPartitionMaintenance = 'Partitionsunderhåll';
-$strPartition = 'Partition %s';
-$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!';
-$strPBXTCheckpointFrequencyDesc = 'Mängden data som skrivs till transaktionsloggen innan en kontrollpunkt utförs. Standardvärdet är 24MB.';
$strPBXTCheckpointFrequency = 'Frekvens för kontrollpunkt';
-$strPBXTDataFileGrowSizeDesc = 'Storleken med vilken filer för hanteringsdata (.xtd) växer.';
+$strPBXTCheckpointFrequencyDesc = 'Mängden data som skrivs till transaktionsloggen innan en kontrollpunkt utförs. Standardvärdet är 24MB.';
$strPBXTDataFileGrowSize = 'Växstorlek för datafil';
-$strPBXTDataLogThresholdDesc = 'Maximal storlek för dataloggfil. Standardvärdet är 64MB. PBXT kan skapa maximalt 32000 dataloggar, som används av alla tabeller. Så denna variabels värde kan ökas för att öka den totala mängden data som kan lagras i databasen.';
+$strPBXTDataFileGrowSizeDesc = 'Storleken med vilken filer för hanteringsdata (.xtd) växer.';
$strPBXTDataLogThreshold = 'Gräns för datalogg';
-$strPBXTGarbageThresholdDesc = 'Andelen skräp i en dataloggfil innan den komprimeras. Detta är ett värde mellan 1 och 99. Standardvärdet är 50.';
+$strPBXTDataLogThresholdDesc = 'Maximal storlek för dataloggfil. Standardvärdet är 64MB. PBXT kan skapa maximalt 32000 dataloggar, som används av alla tabeller. Så denna variabels värde kan ökas för att öka den totala mängden data som kan lagras i databasen.';
$strPBXTGarbageThreshold = 'Gräns för skräp';
+$strPBXTGarbageThresholdDesc = 'Andelen skräp i en dataloggfil innan den komprimeras. Detta är ett värde mellan 1 och 99. Standardvärdet är 50.';
$strPBXTIndexCacheSize = 'Cachestorlek för index';
$strPBXTIndexCacheSizeDesc = 'Detta är mängden minne som allokeras för indexcachen. Standardvärdet är 32MB. Minnet som allokeras här används endast för cache av indexsidor.';
$strPBXTLogBufferSize = 'Bufferstolek för logg';
@@ -597,29 +581,44 @@ $strPBXTLogCacheSize = 'Cachestorlek för logg';
$strPBXTLogCacheSizeDesc = 'Mängden minne som allokeras för transaktionsloggcachen som används för cache av transaktionsloggdata. Standardvärdet är 16MB.';
$strPBXTLogFileCount = 'Antal loggfiler';
$strPBXTLogFileCountDesc = 'Detta är antalet transaktionsloggfiler (pbxt/system/xlog*.xt) som systemet upprätthåller. Om antalet loggar överstiger detta värde tas gamla loggar bort. Annars döps de om och ges det näst högsta numret.';
-$strPBXTLogFileThresholdDesc = 'Storleken på en transaktionslogg före övergång då en ny logg skapas. Standardvärdet är 16MB.';
$strPBXTLogFileThreshold = 'Gräns för loggfil';
+$strPBXTLogFileThresholdDesc = 'Storleken på en transaktionslogg före övergång då en ny logg skapas. Standardvärdet är 16MB.';
$strPBXTRecordCacheSize = 'Cachestorlek för rad';
$strPBXTRecordCacheSizeDesc = 'Detta är mängden minne som allokeras för radcachen som används för cache av tabelldata. Standardvärdet är 32MB. Detta minne används för att cacha ändringar i filer för hanteringsdata (.xtd) och radpekare (.xtr).';
-$strPBXTRowFileGrowSizeDesc = 'Storleken med vilken filer för radpekare (.xtr) växer.';
$strPBXTRowFileGrowSize = 'Växstorlek för radfil';
-$strPBXTTransactionBufferSizeDesc = 'Storleken på den globala transaktionsloggbuffern (motorn allokerar 2 buffrar med denna storlek). Standardvärdet är 1MB.';
+$strPBXTRowFileGrowSizeDesc = 'Storleken med vilken filer för radpekare (.xtr) växer.';
$strPBXTTransactionBufferSize = 'Transactionsbufferstorlek';
-$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
-$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
-$strPdfNoTables = 'Inga tabeller';
+$strPBXTTransactionBufferSizeDesc = 'Storleken på den globala transaktionsloggbuffern (motorn allokerar 2 buffrar med denna storlek). Standardvärdet är 1MB.';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Skapar en rapport som innehåller data från en enstaka tabell)';
$strPDFReportTitle = 'Rapportrubrik';
+$strPHPExtension = 'PHP-tillägg';
+$strPHPVersion = 'PHP-version';
+$strPacked = 'Packad';
+$strPageNumber = 'Sida:';
+$strPagesToBeFlushed = 'Sidor att rensa';
+$strPaperSize = 'Pappersstorlek';
+$strPartialImport = 'Partiell import';
+$strPartialText = 'Avkortade texter';
+$strPartition = 'Partition %s';
+$strPartitionDefinition = 'Partitionsdefinition';
+$strPartitionMaintenance = 'Partitionsunderhåll';
+$strPartitioned = 'partitionerad';
+$strPassword = 'Lösenord';
+$strPasswordChanged = 'Lösenordet för %s har ändrats.';
+$strPasswordEmpty = 'Lösenordet är tomt!';
+$strPasswordHashing = 'Hashning av lösenord';
+$strPasswordNotSame = 'Lösenorden är inte lika!';
+$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
+$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
+$strPdfNoTables = 'Inga tabeller';
$strPerHour = 'per timme';
$strPerMinute = 'per minut';
$strPerSecond = 'per sekund';
$strPersian = 'Persiska';
$strPhoneBook = 'telefonbok';
-$strPhpArray = 'PHP-array';
-$strPHPExtension = 'PHP-tillägg';
$strPhp = 'Skapa PHP-kod';
-$strPHPVersion = 'PHP-version';
+$strPhpArray = 'PHP-array';
$strPlayAudio = 'Spela ljud';
$strPleaseSelectPrimaryOrUniqueKey = 'Välj den primära nyckeln eller en unik nyckel';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
@@ -628,16 +627,16 @@ $strPolish = 'Polska';
$strPortrait = 'Stående';
$strPos1 = 'Början';
$strPrevious = 'Föregående';
+$strPrimary = 'Primär';
$strPrimaryKeyHasBeenDropped = 'Den primära nyckeln har tagits bort';
$strPrimaryKeyName = 'Primärnyckelns namn måste vara "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" måste vara namnet på och endast på en primärnyckel!)';
-$strPrimary = 'Primär';
$strPrint = 'Skriv ut';
-$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrintView = 'Utskriftsvänlig visning';
+$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.';
-$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.';
+$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.';
$strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.';
$strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.';
@@ -648,8 +647,8 @@ $strPrivDescDelete = 'Tillåter borttagning av data.';
$strPrivDescDropDb = 'Tillåter borttagning av databaser och tabeller.';
$strPrivDescDropTbl = 'Tillåter borttagning av tabeller.';
$strPrivDescEvent = 'Tillåter skapande av händelser för händelseschemaläggaren';
-$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$strPrivDescExecute = 'Tillåter körning av lagrade procedurer; Har ingen verkan i denna MySQL-version.';
+$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$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.';
@@ -681,9 +680,9 @@ $strProfiling = 'Under produktion';
$strProtocolVersion = 'Protokollversion';
$strPutColNames = 'Ange fältnamn på första raden';
+$strQBE = 'Skapa fråga';
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
-$strQBE = 'Skapa fråga';
$strQueryCache = 'Frågecache';
$strQueryFrame = 'Frågefönster';
$strQueryOnDb = 'SQL-fråga i databas %s:';
@@ -694,6 +693,7 @@ $strQueryTime = 'Frågan tog %01.4f sek';
$strQueryType = 'Typ av fråga';
$strQueryWindowLock = 'Skriv inte över denna fråga utifrån detta fönster';
+$strReType = 'Skriv igen';
$strReadRequests = 'Läsefterfrågningar';
$strRebuild = 'Omskapa';
$strReceived = 'Mottagna';
@@ -701,17 +701,18 @@ $strRecommended = 'rekommenderad';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Kontrollera referensintegritet:';
$strRefresh = 'Uppdatera';
+$strRelationDeleted = 'Relation borttagen';
+$strRelationNotWorking = 'Den extra funktionaliteten för att hantera länkade tabeller har inaktiverats. %sVisa orsaken%s.';
+$strRelationView = 'Visa relationer';
$strRelationalDisplayField = 'Visningsfält för relation';
$strRelationalKey = 'Relationsnyckel';
$strRelationalSchema = 'Relationsschema';
-$strRelationDeleted = 'Relation borttagen';
-$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';
-$strReloadPrivileges = 'Ladda om privilegier';
+$strRelationsForTable = 'RELATIONER FÖR TABELL';
$strReload = 'Uppdatera';
+$strReloadPrivileges = 'Ladda om privilegier';
+$strReloadingThePrivileges = 'Laddar om privilegierna';
+$strRemoveCRLF = 'Ta bort CRLF-tecken i fält';
$strRemovePartitioning = 'Ta bort partitionering';
$strRemoveSelectedUsers = 'Ta bort markerade användare';
$strRenameDatabaseOK = 'Databas %s har döpts om till %s';
@@ -722,43 +723,53 @@ $strRepairTable = 'Reparera tabell';
$strReplaceNULLBy = 'Ersätt NULL med';
$strReplaceTable = 'Ersätt data i tabell';
$strReplication = 'Replikering';
+$strReplicationStatus = 'Replikeringsstatus';
$strReplicationStatusInfo = 'Denna MySQL-server arbetar som %s i replikerings-läge. För mer information om replikeringsstatus på servern, gå till replikeringssektionen.';
$strReplicationStatus_master = 'Master-status';
-$strReplicationStatus = 'Replikeringsstatus';
$strReplicationStatus_slave = 'Slave-status';
$strReset = 'Återställ';
$strResourceLimits = 'Resursbegränsningar';
$strRestartInsertion = 'Börja om infogning med %s rader';
-$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';
+$strRevokeAndDelete = 'Upphäv användarnas alla aktiva privilegier och ta bort användarna efteråt.';
+$strRevokeAndDeleteDescr = 'Användarna kommer fortfarande ha kvar privilegiet USAGE tills privilegierna laddas om.';
+$strRevokeMessage = 'Du har upphävt privilegierna för %s';
$strRomanian = 'Rumänska';
$strRoutineReturnType = 'Returtyp';
$strRoutines = 'Rutiner';
$strRowLength = 'Radlängd';
+$strRowSize = 'Radstorlek';
+$strRows = 'Rader';
$strRowsAffected = '%1$d rad(er) påverkade.';
$strRowsDeleted = '%1$d rad(er) borttagna.';
$strRowsFrom = 'rader med början från';
$strRowsInserted = '%1$d rad(er) infogade.';
-$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';
+$strRunning = 'körs på %s';
$strRussian = 'Rysk';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL-kompatibilitet';
+$strSQLExportType = 'Export-typ';
+$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';
+$strSQPBugInvalidIdentifer = 'Ogiltig identifierare';
+$strSQPBugUnclosedQuote = 'Oavslutat citat';
+$strSQPBugUnknownPunctuation = 'Okänd interpunktion i sträng';
+$strSave = 'Spara';
$strSaveOnServer = 'Spara på servern i katalogen %s';
$strSavePosition = 'Spara position';
-$strSave = 'Spara';
$strScaleFactorSmall = 'Skalfaktorn är för liten för att schemat ska få plats på en sida';
+$strSearch = 'Sök';
$strSearchFormTitle = 'Sök i databas';
$strSearchInField = 'I fält:';
$strSearchInTables = 'I tabell(er):';
@@ -768,7 +779,6 @@ $strSearchOption2 = 'alla ord';
$strSearchOption3 = 'den exakta frasen';
$strSearchOption4 = 'som reguljärt uttryck';
$strSearchResultsFor = 'Resultat av sökning efter "%s" %s:';
-$strSearch = 'Sök';
$strSearchType = 'Hitta:';
$strSecretRequired = 'Konfigurationsfilen behöver nu ett hemligt lösenord (blowfish_secret).';
$strSelectADb = 'Välj en databas';
@@ -781,38 +791,36 @@ $strSelectReferencedKey = 'Välj refererad nyckel';
$strSelectTables = 'Välj tabeller';
$strSend = 'Spara som fil';
$strSent = 'Skickade';
+$strServer = 'Server';
$strServerChoice = 'Serverval';
$strServerNotResponding = 'Servern svarar inte';
-$strServer = 'Server';
-$strServers = 'Servrar';
-$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatus = 'Körningsinformation';
+$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = 'Servertrafik: Dessa tabeller visar statistik för nätverkstrafiken hos denna MySQL-server sedan den startade.';
$strServerVars = 'Servervariabler och inställningar';
$strServerVersion = 'Serverversion';
+$strServers = 'Servrar';
$strSessionGCWarning = 'Din PHP-parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] är lägre än cookie-giltighet konfigurerad i phpMyAdmin. På grund av detta kommer din inloggning upphöra att gälla tidigare än konfigurerat i phpMyAdmin.';
$strSessionStartupErrorGeneral = 'Kan inte starta session utan fel. Kontrollera felmeddelanden i din PHP:s och/eller webbservers loggfil och konfigurera din PHP-installation korrekt.';
$strSessionValue = 'Sessionsvärde';
$strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'... 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\').';
$strSetupAllowAnywhereRecoding_name = 'Tillåt omvandling av teckenuppsättning';
-$strSetupAllowArbitraryServer_desc = 'Om aktiverat kan användare ange valfri MySQL-server i inloggningsformulär för cookie-autentisering';
$strSetupAllowArbitraryServerMsg = 'Detta [a@?page=form&formset=features#tab_Security]alternativ[/a] bör inaktiveras eftersom det möjliggör för attackerare att forcera inloggning till vilken MySQL-server som helst. Om du känner att detta är nödvändigt, använd [a@?page=form&formset=features#tab_Security]betrodd proxyserverlista[/a]. Dock är kanske IP-baserat skydd inte pålitligt om din IP-adress hör till en ISP som tusentals användare, inklusive du, är ansluten till.';
+$strSetupAllowArbitraryServer_desc = 'Om aktiverat kan användare ange valfri MySQL-server i inloggningsformulär för cookie-autentisering';
$strSetupAllowArbitraryServer_name = 'Tillåt inloggning till valfri MySQL-server';
$strSetupAllowUserDropDatabase_name = 'Visa "Ta bort databas"-länk för normala användare';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
+$strSetupBZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering för import- och exportoperationer';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Nyckel bör innehålla bokstäver, siffror [em]och[/em] specialteckan';
-$strSetupblowfish_secret_desc = 'Hemlig lösenordsfras som används för kryptering av cookies i [kbd]cookie[/kbd]-autentisering';
$strSetupBlowfishSecretLengthMsg = 'Nyckel är för kort, den borde ha minst 8 tecken';
$strSetupBlowfishSecretMsg = 'Du hade inte blowfish-säkerhet angivet och hade aktiverat cookie-autentisering, så en nyckel genererades automatiskt åt dig. Den används för att kryptera cookies; du behöver inte komma ihåg den.';
-$strSetupblowfish_secret_name = 'Blowfish-säkerhet';
$strSetupBrowseMarkerEnable_desc = 'Framhäv markerade rader';
$strSetupBrowseMarkerEnable_name = 'Radmarkering';
$strSetupBrowsePointerEnable_desc = 'Framhäv raden under muspekaren';
$strSetupBrowsePointerEnable_name = 'Framhäv under pekare';
-$strSetupBZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering för import- och exportoperationer';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
$strSetupCannotLoadConfig = 'Kan inte ladda eller spara konfiguration';
$strSetupCannotLoadConfigMsg = 'Skapa en för webbservern skrivbar katalog [em]config[/em] i phpMyAdmin:s huvudkatalog enligt beskrivning i [a@../Documentation.html#setup_script]dokumentationen[/a]. Annars kan du endast ladda ner och visa den.';
$strSetupCharEditing_desc = 'Anger vilken typ av redigeringskontroll som ska användas för CHAR- och VARCHAR-fält; [kbd]input[/kbd] - tillåter begränsning av antal tecken, [kbd]textarea[/kbd] - tillåter radbrytningar i fält';
@@ -839,27 +847,14 @@ $strSetupDefaultTabServer_name = 'Standard serverflik';
$strSetupDefaultTabTable_desc = 'Flik som visas när man går till en tabell';
$strSetupDefaultTabTable_name = 'Standard tabellflik';
$strSetupDirectoryNotice = 'Detta värde bör dubbelkollas för att försäkra att denna katalog varken är åtkomlig för världen eller skrivbar för andra användare på din server.';
+$strSetupDisplay = 'Visa';
$strSetupDisplayDatabasesList_desc = 'Visa databaslista som en lista istället för en listkontroll';
$strSetupDisplayDatabasesList_name = 'Visa databaser som en lista';
$strSetupDisplayServersList_desc = 'Visa serverlista som en lista istället för en listkontroll';
$strSetupDisplayServersList_name = 'Visa servrar som en lista';
-$strSetupDisplay = 'Visa';
$strSetupDonateLink = 'Donera';
$strSetupDownload = 'Ladda ner';
$strSetupEndOfLine = 'Radslut';
-$strSetuperror_connection = 'Kunde inte ansluta till MySQL-server';
-$strSetuperror_empty_pmadb_password = 'Tomt lösenord för phpMyAdmin kontrollanvändare vid användning av pmadb';
-$strSetuperror_empty_pmadb_user = 'Tom phpMyAdmin kontrollanvändare vid användning av pmadb';
-$strSetuperror_empty_signon_session = 'Tomt sessionsnamn för signon vid användning av signon-autentisering';
-$strSetuperror_empty_signon_url = 'Tom URL för signon vid användning av signon-autentisering';
-$strSetuperror_empty_user_for_config_auth = 'Tomt användarnamn vid användning av config-autentisering';
-$strSetuperror_form = 'Skickat formulär innehåller fel';
-$strSetuperror_incorrect_ip_address = 'Felaktig IP-adress: %s';
-$strSetuperror_incorrect_port = 'Inte ett giltigt portnummer';
-$strSetuperror_incorrect_value = 'Felaktigt värde';
-$strSetuperror_missing_field_data = 'Saknar data för %s';
-$strSetuperror_nan_nneg = 'Inte ett icke-negativt tal';
-$strSetuperror_nan_p = 'Inte ett positivt tal';
$strSetupExecTimeLimit_desc = 'Ange antalet sekunder som ett skript har tillåtelse att köra ([kbd]0[/kbd] för ingen begränsning)';
$strSetupExecTimeLimit_name = 'Max körtid';
$strSetupExport_asfile_name = 'Spara som fil';
@@ -873,63 +868,63 @@ $strSetupExport_onserver_name = 'Spara på server';
$strSetupExport_onserver_overwrite_name = 'Skriv över befintlig fil(er)';
$strSetupExport_remember_file_template_name = 'Kom ihåg mall för filnamn';
$strSetupFalse = 'nej';
-$strSetupForceSSL_desc = 'Tvinga säkrad anslutning vid användning av phpMyAdmin';
$strSetupForceSSLMsg = 'Denna [a@?page=form&formset=features#tab_Security]inställning[/a] bör vara aktiverad om din webbserver har stöd för det.';
+$strSetupForceSSL_desc = 'Tvinga säkrad anslutning vid användning av phpMyAdmin';
$strSetupForceSSL_name = 'Tvinga SSL-anslutning';
$strSetupForeignKeyDropdownOrder_desc = 'Sorteringsordning för poster i en främmande nyckel-listruta; [kbd]content[/kbd] är refererad data, [kbd]id[/kbd] är nyckelvärdet';
$strSetupForeignKeyDropdownOrder_name = 'Ordning i främmande nyckel-listruta';
$strSetupForeignKeyMaxLimit_desc = 'En listruta kommer användas om det är färre poster';
$strSetupForeignKeyMaxLimit_name = 'Begränsning för främmande nyckel';
-$strSetupForm_Browse_desc = 'Anpassa viningsläge';
$strSetupForm_Browse = 'Visningsläge';
-$strSetupForm_Edit_desc = 'Anpassa redigeringsläge';
+$strSetupForm_Browse_desc = 'Anpassa viningsläge';
$strSetupForm_Edit = 'Redigeringsläge';
-$strSetupForm_Export_defaults_desc = 'Anpassa standardalternativ för export';
+$strSetupForm_Edit_desc = 'Anpassa redigeringsläge';
$strSetupForm_Export_defaults = 'Standard för export';
-$strSetupForm_Import_defaults_desc = 'Anpassa standardalternativ för import';
+$strSetupForm_Export_defaults_desc = 'Anpassa standardalternativ för export';
$strSetupForm_Import_defaults = 'Standard för import';
-$strSetupForm_Import_export_desc = 'Ange kataloger för import och export och alternativ för komprimering';
+$strSetupForm_Import_defaults_desc = 'Anpassa standardalternativ för import';
$strSetupForm_Import_export = 'Importera / exportera';
+$strSetupForm_Import_export_desc = 'Ange kataloger för import och export och alternativ för komprimering';
$strSetupForm_Left_databases = 'Databaser';
$strSetupForm_Left_databases_desc = 'Visningsalternativ för databaser';
-$strSetupForm_Left_frame_desc = 'Anpassa navigeringsramens utseende';
$strSetupForm_Left_frame = 'Navigeringsram';
-$strSetupForm_Left_servers_desc = 'Visningsalternativ för servrar';
+$strSetupForm_Left_frame_desc = 'Anpassa navigeringsramens utseende';
$strSetupForm_Left_servers = 'Servrar';
-$strSetupForm_Left_tables_desc = 'Visningsalternativ för tabeller';
+$strSetupForm_Left_servers_desc = 'Visningsalternativ för servrar';
$strSetupForm_Left_tables = 'Tabeller';
+$strSetupForm_Left_tables_desc = 'Visningsalternativ för tabeller';
$strSetupForm_Main_frame = 'Huvudram';
$strSetupForm_Other_core_settings = 'Andra grundinställningar';
$strSetupForm_Other_core_settings_desc = 'Inställningar som inte passade någon annan stans';
-$strSetupForm_Query_window_desc = 'Anpassa alternativ för frågefönster';
$strSetupForm_Query_window = 'Frågefönster';
-$strSetupForm_Security_desc = 'Observera att phpMyAdmin endast är ett användargränssnitt och dess funktioner inte begränsar MySQL';
+$strSetupForm_Query_window_desc = 'Anpassa alternativ för frågefönster';
$strSetupForm_Security = 'Säkerhet';
-$strSetupForm_Server_config_desc = 'Advancerad serverkonfiguration, ändra inte dessa alternativ såvida du inte vet vad de är till för';
-$strSetupForm_Server_config = 'Serverkonfiguration';
-$strSetupForm_Server_desc = 'Ange parametrar för anslutning till server';
+$strSetupForm_Security_desc = 'Observera att phpMyAdmin endast är ett användargränssnitt och dess funktioner inte begränsar MySQL';
$strSetupForm_Server = 'Grundinställningar';
-$strSetupForm_Server_login_options_desc = 'Ange inloggningsaltertiv för signon-autentisering';
+$strSetupForm_Server_config = 'Serverkonfiguration';
+$strSetupForm_Server_config_desc = 'Advancerad serverkonfiguration, ändra inte dessa alternativ såvida du inte vet vad de är till för';
+$strSetupForm_Server_desc = 'Ange parametrar för anslutning till server';
$strSetupForm_Server_login_options = 'Signon inloggningsalternativ';
-$strSetupForm_Server_pmadb_desc = 'Konfigurera phpMyAdmin-databas att få tillgång till extra funktionalitet, se [a@../Documentation.html#linked-tables]infrastruktur för länkade tabeller[/a] i dokumentationen';
+$strSetupForm_Server_login_options_desc = 'Ange inloggningsaltertiv för signon-autentisering';
$strSetupForm_Server_pmadb = 'PMA databas';
+$strSetupForm_Server_pmadb_desc = 'Konfigurera phpMyAdmin-databas att få tillgång till extra funktionalitet, se [a@../Documentation.html#linked-tables]infrastruktur för länkade tabeller[/a] i dokumentationen';
+$strSetupForm_Sql_box = 'SQL-frågeruta';
+$strSetupForm_Sql_box_desc = 'Anpassa länkar som visas i SQL-frågeruta';
+$strSetupForm_Sql_queries = 'SQL-frågor';
+$strSetupForm_Sql_queries_desc = 'Inställningar för SQL-frågor, för SQL-frågeboxalternativ se [a@?page=form&formset=main_frame#tab_Sql_box]Navigeringsram[/a]-inställningar';
+$strSetupForm_Startup = 'Start';
+$strSetupForm_Startup_desc = 'Anpassa startsida';
+$strSetupForm_Tabs = 'Flikar';
+$strSetupForm_Tabs_desc = 'Välj hur du vill att flikar ska fungera';
$strSetupFormset_customization = 'Anpassning';
$strSetupFormset_export = 'Anpassa export';
$strSetupFormset_features = 'Funktioner';
$strSetupFormset_import = 'Anpassa import';
$strSetupFormset_left_frame = 'Anpassa navigeringsram';
$strSetupFormset_main_frame = 'Anpassa huvudram';
-$strSetupForm_Sql_box_desc = 'Anpassa länkar som visas i SQL-frågeruta';
-$strSetupForm_Sql_box = 'SQL-frågeruta';
-$strSetupForm_Sql_queries_desc = 'Inställningar för SQL-frågor, för SQL-frågeboxalternativ se [a@?page=form&formset=main_frame#tab_Sql_box]Navigeringsram[/a]-inställningar';
-$strSetupForm_Sql_queries = 'SQL-frågor';
-$strSetupForm_Startup_desc = 'Anpassa startsida';
-$strSetupForm_Startup = 'Start';
-$strSetupForm_Tabs_desc = 'Välj hur du vill att flikar ska fungera';
-$strSetupForm_Tabs = 'Flikar';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
$strSetupGZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering för import- och exportoperationer';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
$strSetupHomepageLink = 'phpMyAdmin:s hemsida';
$strSetupIconvExtraParams_name = 'Extra parameterar för iconv';
$strSetupIgnoreErrors = 'Ignorera fel';
@@ -941,9 +936,9 @@ $strSetupImport_format_desc = 'Standardformat; observera att denna lista beror p
$strSetupImport_format_name = 'Format på importerad fil';
$strSetupImport_skip_queries_desc = 'Antal poster (frågor) att hoppa över från början';
$strSetupImport_skip_queries_name = 'Partiell import: hoppa över frågor';
+$strSetupInsecureConnection = 'Osäker anslutning';
$strSetupInsecureConnectionMsg1 = 'Du använder inte en säker anslutning; all data (inklusive potentiellt känslig information, som lösenord) överförs okrypterat!';
$strSetupInsecureConnectionMsg2 = 'Om din server även är konfigurerad för att acceptera HTTPS-förfrågningar, följ [a@%s]denna länk[/a] för att använda en säker anslutning.';
-$strSetupInsecureConnection = 'Osäker anslutning';
$strSetupInsertRows_desc = 'Hur många rader som kan infogas på en gång';
$strSetupInsertRows_name = 'Antal infogade rader';
$strSetupLeftDefaultTabTable_name = 'Mål för snabbåtkomst-ikon';
@@ -960,9 +955,9 @@ $strSetupLeftFrameLight_name = 'Använd lätt version';
$strSetupLeftFrameTableLevel_name = 'Max djup i tabellträd';
$strSetupLeftFrameTableSeparator_desc = 'Sträng som separerar tabeller i olika trädnivåer';
$strSetupLeftFrameTableSeparator_name = 'Avskiljare för tabellträd';
-$strSetupLeftLogoLink_name = 'Logo-länk URL';
$strSetupLeftLogoLinkWindow_desc = 'Öppna den länkade sidan i huvudfönstret ([kbd]main[/kbd]) eller i ett nytt ([kbd]new[/kbd])';
$strSetupLeftLogoLinkWindow_name = 'Logo-länk mål';
+$strSetupLeftLogoLink_name = 'Logo-länk URL';
$strSetupLeftPointerEnable_desc = 'Framhäv server under muspekaren';
$strSetupLeftPointerEnable_name = 'Aktivera framhävning';
$strSetupLetUserChoose = 'låt användaren välja';
@@ -975,8 +970,8 @@ $strSetupLoginCookieRecall_desc = 'Anger om föregående inloggningen ska återk
$strSetupLoginCookieRecall_name = 'Återkalla användarnamn';
$strSetupLoginCookieStore_desc = 'Anger hur lång tid (i sekunder) som en inloggnings-cookie ska lagras i webbläsaren. Standardvärdet 0 innebär att den sparas endast under befintlig session, och kommer tas bort så snart webbläsaren stängs. Detta är rekommenderat för icke pålitliga miljöer.';
$strSetupLoginCookieStore_name = 'Förvaring av inloggnings-cookie';
-$strSetupLoginCookieValidity_desc = 'Anger hur lång tid (i sekunder) som en inloggnings-cookie är giltig';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Giltighet för inloggnings-cookie[/a] bör sättas till 1800 sekunder (30 minuter) som mest. Värden större än 1800 kan utgöra en säkerhetsrisk såsom identitetsstöld.';
+$strSetupLoginCookieValidity_desc = 'Anger hur lång tid (i sekunder) som en inloggnings-cookie är giltig';
$strSetupLoginCookieValidity_name = 'Giltighet för inloggnings-cookie';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximalt antal tecken som används när en SQL-fråga visas';
$strSetupMaxCharactersInDisplayedSQL_name = 'Max visad SQL-längd';
@@ -1014,18 +1009,36 @@ $strSetupRecodingEngine_desc = 'Välj vilka funktioner som kommer användas för
$strSetupRecodingEngine_name = 'Omvandlingsmotor';
$strSetupRestoreDefaultValue = 'Återställ standardvärde';
$strSetupRevertErroneousFields = 'Försök återställa felaktiga fält till deras standardvärden';
+$strSetupSQLQuery_Edit_name = 'Ändra';
+$strSetupSQLQuery_Explain_name = 'Förklara SQL-kod';
+$strSetupSQLQuery_Refresh_name = 'Uppdatera';
+$strSetupSQLQuery_ShowAsPHP_name = 'Skapa PHP-kod';
+$strSetupSQLQuery_Validate_name = 'Validera SQL-kod';
$strSetupSaveDir_desc = 'Katalog på servern där exporter kan sparas';
$strSetupSaveDir_name = 'Spara-katalog';
$strSetupServerAuthConfigMsg = 'Du valde [kbd]config[/kbd]-autentisering och inkluderade användarnamn och lösenord för autoinloggning, vilket inte är en önskvärd inställning för skarpa värdar. Vem som helst som vet eller gissar din phpMyAdmin-URL kan direkt komma åt ditt phpMyAdmin-verktyg. Sätt [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstyp[/a] till [kbd]cookie[/kbd] eller [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'Du bör använda mysqli av prestandaanledningar';
$strSetupServerNoPasswordMsg = 'Du tillåter anslutning till servern utan lösenord.';
+$strSetupServerSecurityInfoMsg = 'Om du känner att detta är nödvändigt, använd ytterligare säkerhetsinställningar - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]värdautentisering[/a] och [a@?page=form&formset=features#tab_Security]betrodd proxyserverlista[/a]. Dock är kanske IP-baserat skydd inte pålitligt om din IP-adress hör till en ISP som tusentals användare, inklusive du, är ansluten till.';
+$strSetupServerSslMsg = 'Du bör använda SSL-anslutningar om din webbserver har stöd för det';
$strSetupServersAdd = 'Lägg till en ny server';
+$strSetupServersEdit = 'Ändra server';
$strSetupServers_AllowDeny_order_desc = 'Lämna tomt om inte används';
$strSetupServers_AllowDeny_order_name = 'Ordning för värdautentisering';
$strSetupServers_AllowDeny_rules_desc = 'Lämna tomt för standard';
$strSetupServers_AllowDeny_rules_name = 'Regler för värdautentisering';
$strSetupServers_AllowNoPassword_name = 'Tillåt inloggning utan lösenord';
$strSetupServers_AllowRoot_name = 'Tillåt root-inloggning';
+$strSetupServers_CountTables_desc = 'Räkna tabeller vid visning av databaslista';
+$strSetupServers_CountTables_name = 'Räkna tabeller';
+$strSetupServers_DisableIS_desc = 'Mer information på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] och [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
+$strSetupServers_DisableIS_name = 'Inaktivera användning av INFORMATION_SCHEMA';
+$strSetupServers_LogoutURL_name = 'Utloggning URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL-kommando för att hämta tillgängliga databaser';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES-kommando';
+$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] för ett exempel';
+$strSetupServers_SignonSession_name = 'Signon sessionsnamn';
+$strSetupServers_SignonURL_name = 'Signon URL';
$strSetupServers_auth_swekey_config_desc = 'Sökväg till konfigurationsfilen för [a@http://swekey.com]SweKey hårdvaruautentisering[/a] (inte placerad i din dokumentrotkatalog; förslag: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey konfigurationsfil';
$strSetupServers_auth_type_desc = 'Autentiseringsmetod att använda';
@@ -1041,14 +1054,8 @@ $strSetupServers_connect_type_name = 'Anslutningstyp';
$strSetupServers_controlpass_name = 'Lösenord för kontrollanvändare';
$strSetupServers_controluser_desc = 'En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
$strSetupServers_controluser_name = 'Kontrollanvändare';
-$strSetupServers_CountTables_desc = 'Räkna tabeller vid visning av databaslista';
-$strSetupServers_CountTables_name = 'Räkna tabeller';
$strSetupServers_designer_coords_desc = 'Lämna tomt för inget stöd för Designer, förslag: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Tabell för Designer';
-$strSetupServers_DisableIS_desc = 'Mer information på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] och [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';
-$strSetupServers_DisableIS_name = 'Inaktivera användning av INFORMATION_SCHEMA';
-$strSetupServerSecurityInfoMsg = 'Om du känner att detta är nödvändigt, använd ytterligare säkerhetsinställningar - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]värdautentisering[/a] och [a@?page=form&formset=features#tab_Security]betrodd proxyserverlista[/a]. Dock är kanske IP-baserat skydd inte pålitligt om din IP-adress hör till en ISP som tusentals användare, inklusive du, är ansluten till.';
-$strSetupServersEdit = 'Ändra server';
$strSetupServers_extension_desc = 'Vilket PHP-tillägg som ska användas; du bör använda mysqli om det stöds';
$strSetupServers_extension_name = 'PHP-tillägg att använda';
$strSetupServers_hide_db_desc = 'Dölj databaser som matchar reguljärt uttryck (PCRE)';
@@ -1057,7 +1064,6 @@ $strSetupServers_history_desc = 'Lämna tomt för inget stöd för SQL-frågehis
$strSetupServers_history_name = 'Tabell för SQL-frågehistorik';
$strSetupServers_host_desc = 'Värdnamn där MySQL-servern körs';
$strSetupServers_host_name = 'Serverns värdnamn';
-$strSetupServers_LogoutURL_name = 'Utloggning URL';
$strSetupServers_nopassword_desc = 'Försök ansluta utan lösenord';
$strSetupServers_nopassword_name = 'Anslut utan lösenord';
$strSetupServers_only_db_desc = 'Du kan använda MySQL:s jokertecken (% och _), ange \ före om du vill använda deras bokstavliga instanser, t.ex. använd \'my\_db\' och inte \'my_db\'';
@@ -1072,12 +1078,6 @@ $strSetupServers_port_desc = 'Port som MySQL-servern lyssnar på, lämna tomt f
$strSetupServers_port_name = 'Serverport';
$strSetupServers_relation_desc = 'Lämna tomt för inget stöd för [a@http://wiki.phpmyadmin.net/pma/relation]relationslänkar[/a], förslag: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'Tabell för relationer';
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL-kommando för att hämta tillgängliga databaser';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES-kommando';
-$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] för ett exempel';
-$strSetupServers_SignonSession_name = 'Signon sessionsnamn';
-$strSetupServers_SignonURL_name = 'Signon URL';
-$strSetupServerSslMsg = 'Du bör använda SSL-anslutningar om din webbserver har stöd för det';
$strSetupServers_socket_desc = 'Sockel som MySQL-servern lyssnar på, lämna tomt för standard';
$strSetupServers_socket_name = 'Serversockel';
$strSetupServers_ssl_name = 'Använd SSL';
@@ -1103,9 +1103,9 @@ $strSetupShowFunctionFields_name = 'Visa funktionsfält';
$strSetupShowHiddenMessages = 'Visa dolda meddelanden (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = 'Visar länk till [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]';
$strSetupShowPhpInfo_name = 'Visa phpinfo()-länk';
-$strSetupShowServerInfo_name = 'Visa detaljerad MySQL-serverinformation';
$strSetupShowSQL_desc = 'Anger om SQL-frågor som genereras av phpMyAdmin ska visas';
$strSetupShowSQL_name = 'Visa SQL-frågor';
+$strSetupShowServerInfo_name = 'Visa detaljerad MySQL-serverinformation';
$strSetupShowStats_desc = 'Tillåt visning av databas- och tabellstatistik (t.ex. utrymmesanvändning)';
$strSetupShowStats_name = 'Visa statistik';
$strSetupShowTooltipAliasDB_desc = 'Om tooltip används och en databaskommentar är angiven, så byter detta plats på kommentaren och det verkliga namnet';
@@ -1115,11 +1115,6 @@ $strSetupShowTooltipAliasTB_name = 'Visa tabellkommentar istället för dess nam
$strSetupShowTooltip_name = 'Visa tabellkommentarer i tooltip';
$strSetupSkipLockedTables_desc = 'Markera använda tabeller och gör det möjligt att visa databaser med låsta tabeller';
$strSetupSkipLockedTables_name = 'Hoppa över låsta tabeller';
-$strSetupSQLQuery_Edit_name = 'Ändra';
-$strSetupSQLQuery_Explain_name = 'Förklara SQL-kod';
-$strSetupSQLQuery_Refresh_name = 'Uppdatera';
-$strSetupSQLQuery_ShowAsPHP_name = 'Skapa PHP-kod';
-$strSetupSQLQuery_Validate_name = 'Validera SQL-kod';
$strSetupSuggestDBName_desc = 'Föreslå ett daabasnamn i "Skapa databas"-formuläret (om möjligt) eller behåll textfältet tomt';
$strSetupSuggestDBName_name = 'Föreslå nytt databasnamn';
$strSetupTrue = 'ja';
@@ -1131,6 +1126,7 @@ $strSetupUseDbSearch_desc = 'Tillåt sökning i hela databasen';
$strSetupUseDbSearch_name = 'Använd databassökning';
$strSetupVerboseMultiSubmit_desc = 'Visa påverkade rader för varje uttryck i fleruttrycksfrågor. Se libraries/import.lib.php för standardvärden för hur många frågor ett uttryck kan innehålla.';
$strSetupVerboseMultiSubmit_name = 'Utförliga fleruttrycksfrågor';
+$strSetupVersionCheck = 'Versionskontroll';
$strSetupVersionCheckDataError = 'Läsning av version misslyckades. Kanske är du offline eller så svarar inte uppgraderingsservern.';
$strSetupVersionCheckInvalid = 'Fick ogiltig versionssträng från server';
$strSetupVersionCheckLink = 'Kontrollera senaste version';
@@ -1138,25 +1134,36 @@ $strSetupVersionCheckNewAvailable = 'En nyare version av phpMyAdmin finns tillg
$strSetupVersionCheckNewAvailableSvn = 'Du använder en subversion-version, kör [kbd]svn update[/kbd] :-)[br]Den senaste stabila versionen är %s, publicerad den %s.';
$strSetupVersionCheckNone = 'Ingen nyare stabil version finns tillgänglig';
$strSetupVersionCheckUnparsable = 'Ej analyserbar versionssträng';
-$strSetupVersionCheck = 'Versionskontroll';
$strSetupVersionCheckWrapperError = 'Varken URL-wrapper eller CURL är tillgänglig. Versionskontroll är inte möjlig.';
$strSetupWarning = 'Varning';
-$strSetupZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering för import- och exportoperationer';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip komprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.';
+$strSetupZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering för import- och exportoperationer';
$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = 'Hemlig lösenordsfras som används för kryptering av cookies i [kbd]cookie[/kbd]-autentisering';
+$strSetupblowfish_secret_name = 'Blowfish-säkerhet';
+$strSetuperror_connection = 'Kunde inte ansluta till MySQL-server';
+$strSetuperror_empty_pmadb_password = 'Tomt lösenord för phpMyAdmin kontrollanvändare vid användning av pmadb';
+$strSetuperror_empty_pmadb_user = 'Tom phpMyAdmin kontrollanvändare vid användning av pmadb';
+$strSetuperror_empty_signon_session = 'Tomt sessionsnamn för signon vid användning av signon-autentisering';
+$strSetuperror_empty_signon_url = 'Tom URL för signon vid användning av signon-autentisering';
+$strSetuperror_empty_user_for_config_auth = 'Tomt användarnamn vid användning av config-autentisering';
+$strSetuperror_form = 'Skickat formulär innehåller fel';
+$strSetuperror_incorrect_ip_address = 'Felaktig IP-adress: %s';
+$strSetuperror_incorrect_port = 'Inte ett giltigt portnummer';
+$strSetuperror_incorrect_value = 'Felaktigt värde';
+$strSetuperror_missing_field_data = 'Saknar data för %s';
+$strSetuperror_nan_nneg = 'Inte ett icke-negativt tal';
+$strSetuperror_nan_p = 'Inte ett positivt tal';
+$strShow = 'Visa';
$strShowAll = 'Visa alla';
-$strShowBinaryContents = 'Visa binärt innehåll';
$strShowBLOBContents = 'Visa BLOB-innehåll';
+$strShowBinaryContents = 'Visa binärt innehåll';
$strShowColor = 'Visa färger';
$strShowDatadictAs = 'Format för datalexikon';
$strShowFullQueries = 'Visa fullständiga frågor';
$strShowGrid = 'Visa rutnät';
$strShowHideLeftMenu = 'Visa/Dölj vänster meny';
-$strShowingBookmark = 'Visar bokmärke';
-$strShowingPhp = 'Visar som PHP-kod';
-$strShowingRecords = 'Visar rader ';
-$strShowingSQL = 'Visar SQL-fråga';
$strShowKeys = 'Endast visa nycklar';
$strShowOpenTables = 'Visa öppna tabeller';
$strShowPHPInfo = 'Visa PHP-information';
@@ -1213,13 +1220,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Antalet fsync()-skrivningar gjorda ti
$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_createdDescr = 'Antalet skapade sidor.';
$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_avgDescr = 'Genomsnittlig tid för att skaffa ett 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.';
@@ -1235,10 +1242,10 @@ $strShowStatusKey_write_requestsDescr = 'Antalet efterfrågningar att skriva ett
$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.';
+$strShowStatusOpened_tablesDescr = 'Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är förmodligen ditt tabellcache-värde för litet.';
$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.';
@@ -1251,8 +1258,8 @@ $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_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_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.';
@@ -1272,7 +1279,10 @@ $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';
+$strShowingBookmark = 'Visar bokmärke';
+$strShowingPhp = 'Visar som PHP-kod';
+$strShowingRecords = 'Visar rader ';
+$strShowingSQL = 'Visar SQL-fråga';
$strSimplifiedChinese = 'Förenklad kinesiska';
$strSingly = '(ensam)';
$strSize = 'Storlek';
@@ -1282,29 +1292,19 @@ $strSlovenian = 'Slovenska';
$strSmallBigAll = 'Små/stora alla';
$strSnapToGrid = 'Fäst vid rutnät';
$strSocketProblem = '(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)';
+$strSort = 'Sortering';
$strSortByKey = 'Sortera efter nyckel';
$strSorting = 'Sortering';
-$strSort = 'Sortering';
$strSpaceUsage = 'Utrymmesanvändning';
$strSpanish = 'Spanska';
$strSplitWordsWithSpace = 'Ord separeras med mellanslag (" ").';
-$strSQLCompatibility = 'SQL-kompatibilitet';
-$strSQLExportType = 'Export-typ';
-$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';
$strStandInStructureForView = 'Ersättningsstruktur för visning';
$strStatCheckTime = 'Senaste kontroll';
$strStatCreateTime = 'Skapades';
+$strStatUpdateTime = 'Senaste uppdatering';
$strStatement = 'Uppgift';
$strStatic = 'statisk';
$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';
@@ -1314,20 +1314,21 @@ $strStrucExcelCSV = 'CSV för MS Excel';
$strStrucNativeExcel = 'Naturlig MS Excel-data';
$strStrucOnly = 'Enbart struktur';
$strStructPropose = 'Föreslå tabellstruktur';
-$strStructureForView = 'Struktur för visning';
$strStructure = 'Struktur';
+$strStructureForView = 'Struktur för visning';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frågor.';
$strSum = 'Summa';
$strSwedish = 'Svensk';
-$strSwekeyAuthenticating = 'Autentisering pågår...';
$strSwekeyAuthFailed = 'Hårdvaruautentisering misslyckades';
+$strSwekeyAuthenticating = 'Autentisering pågår...';
$strSwekeyNoKey = 'Giltig autentiseringsnyckel saknas';
$strSwekeyNoKeyId = 'Filen %s innehåller inget nyckelid';
$strSwitchToDatabase = 'Byt till kopierad databas';
$strSwitchToTable = 'Byt till kopierad tabell';
+$strTable = 'Tabell';
$strTableAlreadyExists = 'Tabell %s finns redan!';
$strTableAlteredSuccessfully = 'Tabell %1$s har ändrats';
$strTableComments = 'Tabellkommentarer';
@@ -1341,32 +1342,31 @@ $strTableMaintenance = 'Tabellunderhåll';
$strTableName = 'Tabellnamn';
$strTableOfContents = 'Innehållsförteckning';
$strTableOptions = 'Tabellalternativ';
-$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
-$strTable = 'Tabell';
+$strTables = '%s tabell(er)';
$strTakeIt = 'använd detta';
$strTblPrivileges = 'Tabellspecifika privilegier';
$strTempData = 'Temporära data';
$strTextAreaLength = ' På grund av dess längd, kanske detta fält inte kan redigeras ';
$strTexyText = 'Texy! text';
$strThai = 'Thailändsk';
+$strTheme = 'Tema / Stil';
$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!';
+$strThemeNotFound = 'Tema %s hittades inte!';
$strThemePathNotFound = 'Temats sökväg för tema %s hittades inte!';
-$strTheme = 'Tema / Stil';
$strThisHost = 'Denna värd';
-$strThreads = 'Trådar';
$strThreadSuccessfullyKilled = 'Tråd %s dödades med framgång.';
+$strThreads = 'Trådar';
+$strTime = 'Tid';
$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';
$strToFromPage = 'till/från sida';
+$strToSelectRelation = 'För att välja relation, klicka :';
$strToggleScratchboard = 'Visa/dölj skisstavla';
$strToggleSmallBig = 'Växla liten/stor';
-$strToSelectRelation = 'För att välja relation, klicka :';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Traditionell kinesiska';
@@ -1397,10 +1397,10 @@ $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.';
+$strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments';
$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.';
$strUploadErrorCantWrite = 'Misslyckades att skriva fil till disk.';
$strUploadErrorExtension = 'Filuppladdning stoppades av tillägg.';
@@ -1414,37 +1414,37 @@ $strUploadsNotAllowed = 'Filuppladdningar är inte tillåtna på denna server.';
$strUsage = 'Användning';
$strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn';
$strUseHostTable = 'Använd värdtabell';
-$strUserAlreadyExists = 'Användaren %s finns redan!';
+$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';
$strUser = 'Användare';
+$strUserAlreadyExists = 'Användaren %s finns redan!';
$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 "%s"';
-$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';
+$strView = 'Vy';
$strViewDump = 'Visa SQL-satser för tabellen';
+$strViewDumpDB = 'Visa SQL-satser för databasen';
+$strViewDumpDatabases = 'Visa SQL-satser för databaser';
$strViewHasAtLeast = 'Denna vy har åtminstone detta antal rader. Se %sdokumentation%s.';
$strViewHasBeenDropped = 'Vyn %s har tagits bort';
$strViewImage = 'Visa bild';
$strViewName = 'Namn på vy';
$strViewVideo = 'Visa video';
-$strView = 'Vy';
-$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
-$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
$strWebServer = 'Webbserver';
+$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
+$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
$strWelcome = 'Välkommen till %s';
$strWestEuropean = 'Västeuropeisk';
$strWiki = 'Wiki';
@@ -1460,22 +1460,162 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1484,127 +1624,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php
index e79c6a37e..37dda8c27 100644
--- a/lang/tatarish-utf-8.inc.php
+++ b/lang/tatarish-utf-8.inc.php
@@ -15,9 +15,10 @@ $month = array('Ğın', 'Feb', 'Mar', 'Äpr', 'May', 'Yün', 'Yül', 'Aug', 'Sen
$datefmt = '%Y.%m.%d, %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';
-$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.';
$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 = 'Eş';
$strAddAutoIncrement = '"AUTO_INCREMENT" bäyäsen östise';
$strAddClause = '%s östäw';
@@ -32,26 +33,25 @@ $strAddPrivilegesOnDb = 'Kiläse biremlek öçen xoquqlar östäw';
$strAddPrivilegesOnTbl = 'Kiläse tüşämä öçen xoquqlar östäw';
$strAddSearchConditions = 'Ezläw şartın östäw ("WHERE" eçtälege):';
$strAddToIndex = 'Açqıçqa tağın %s alan östise';
-$strAddUserMessage = 'Yana qullanuçı östälände.';
$strAddUser = 'Yaña qullanuçı östäw';
+$strAddUserMessage = 'Yana qullanuçı östälände.';
$strAdministration = 'İdärä';
+$strAfter = '%s artınnan';
$strAfterInsertBack = 'Aldağı bitkä qaytu';
$strAfterInsertNewInsert = 'Tağın ber yazma östäw';
$strAfterInsertNext = 'Kiläse yazma üzgärtü';
$strAfterInsertSame = 'Bu bitkä kire qaytası';
-$strAfter = '%s artınnan';
$strAll = 'Barısı';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Tüşämä eçtälegen bolay tezäse';
-$strAnalyzeTable = 'Tüşämä centekläw';
-$strAndThen = ', şunnan soñ';
-$strAnd = 'Wä';
$strAnIndex = '"%s" öçen ber açqıç qorıldı';
-$strAnyHost = 'Bar bulğan host';
+$strAnalyzeTable = 'Tüşämä centekläw';
+$strAnd = 'Wä';
+$strAndThen = ', şunnan soñ';
$strAny = 'Törle';
+$strAnyHost = 'Bar bulğan host';
$strAnyUser = 'Törle qullanuçı';
$strApproximateCount = 'Törle buluı bar. YBS 3.11 qarísı';
-$strAPrimaryKey = '"%s" öçen töp açqıç qorıldı';
$strArabic = 'Çäräpçä';
$strArmenian = 'Ärmänçä';
$strAscending = 'Artıp';
@@ -64,15 +64,15 @@ $strBack = 'Kire';
$strBaltic = 'Baltiq';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Binar';
-$strBinaryDoNotEdit = 'Binar - üzgärtmäslek';
-$strBinaryLog = 'Binar köndälek';
$strBinLogEventType = 'Buldıq töre';
$strBinLogInfo = 'Beleşmä';
$strBinLogName = 'Köndälek adı';
$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';
$strBookmarkCreated = '%s digän bitbilge yaratıldı';
$strBookmarkDeleted = 'Tamğa beterelde.';
@@ -81,47 +81,48 @@ $strBookmarkQuery = 'Tamğalanğan SQL-soraw';
$strBookmarkReplace = 'Şulay uq atalğan bitbilgelärne almaştırası';
$strBookmarkThis = 'Bu SQL-sorawğa tamğa quy';
$strBookmarkView = 'Kürep kenä';
-$strBrowseForeignValues = 'Browse foreign values';
$strBrowse = 'Küzätü';
-$strBufferPoolActivity = 'Bufer Pul Terelege';
+$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Bufer Pulı';
+$strBufferPoolActivity = 'Bufer Pul Terelege';
$strBufferPoolUsage = 'Bufer Pul Totılğanlığı';
-$strBufferReadMissesInPercent = 'Uñışsız uqu, % öçen';
$strBufferReadMisses = 'Uñışsız uqu';
-$strBufferWriteWaitsInPercent = 'Yazğanda kötterü, % öçen';
+$strBufferReadMissesInPercent = 'Uñışsız uqu, % öçen';
$strBufferWriteWaits = 'Yazğanda kötterü';
+$strBufferWriteWaitsInPercent = 'Yazğanda kötterü, % öçen';
$strBulgarian = 'Balgarça';
$strBusyPages = 'Eştä bit';
$strBzip = '"bziple"';
+$strCSV = 'CSV';
$strCalendar = 'Täqwim';
$strCanNotLoadImportPlugins = 'Totaşmalar yökläp bulmadı, quyılışın tikşerep alası!';
$strCannotLogin = 'MySQL servergä totaşılıp bulmadı';
-$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.';
$strCantLoad = '"%s" yöklämäsen cibärep bulmadı, 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ı sizmiçä';
$strCaseSensitive = 'keşe/olı sizep';
$strCentralEuropean = 'Üzäk Awrupı';
-$strChangeCopyModeCopy = '... keep the old one.';
+$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ü';
-$strChange = 'Üzgärt';
$strCharset = 'Bilgelämä';
$strCharsetOfFile = 'Şul biremneñ bilgelämäse:';
-$strCharsetsAndCollations = 'Bilgelämä & Tezü cayı';
$strCharsets = 'Bilgelämä';
+$strCharsetsAndCollations = 'Bilgelämä & Tezü cayı';
$strCheckAll = 'Saylap Beter';
$strCheckOverhead = 'Check overheaded';
-$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikşerü.';
$strCheckPrivs = 'Xoquqlar tikşerü';
+$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikşerü.';
$strCheckTable = 'Tüşämä tikşerü';
$strChoosePage = 'Tözätü öçen berär bit sayla';
$strColComFeat = 'Buy Açıqlamasın Kürsätäse';
@@ -141,12 +142,13 @@ $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';
$strCopy = 'Kübäyt';
+$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Boña kübäyt (biremlek.tüşämä):';
$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 = 'Yarat';
$strCreateDatabaseBeforeCopying = 'Kübäytü aldınnan CREATE DATABASE östise';
$strCreateIndex = '%s alannan tezeş yaratu';
$strCreateIndexTopic = 'Yaña tezeş yaratu';
@@ -154,18 +156,23 @@ $strCreateNewDatabase = 'Yaña biremlek yaratu';
$strCreateNewTable = '%s biremlegendä yaña tüşämä yaratu';
$strCreatePage = 'Yaña Bit yaratu';
$strCreatePdfFeat = 'PDF yaratu';
-$strCreateUserDatabaseNone = 'Yuq';
$strCreateUserDatabase = 'Qullanuçı biremlege';
-$strCreate = 'Yarat';
+$strCreateUserDatabaseNone = 'Yuq';
$strCreationDates = 'Yaratılu/Üzgärelü/Tikşerü çaqları';
$strCriteria = 'Şart';
$strCroatian = 'Kroatça';
-$strCSV = 'CSV';
$strCyrillic = 'Urısälif';
$strCzech = 'Çexçä';
$strCzechSlovak = 'Çex-Slovak';
+$strDBComment = 'Biremlek açıqlaması:';
+$strDBCopy = 'Biremlekne boña kübäyt';
+$strDBRename = 'Biremlekne bolay atap quy';
$strDanish = 'Danç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 = 'Biremlek saqlaw köyläneşe';
@@ -176,50 +183,43 @@ $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.';
-$strDataDict = 'Eçtälek Süzlege';
-$strData = 'Eçtälek';
-$strDataOnly = 'Eçtälegen genä';
-$strDataPages = 'Eçtälekle bitlär';
-$strDBComment = 'Biremlek açıqlaması:';
-$strDBCopy = 'Biremlekne boña kübäyt';
$strDbPrivileges = 'Berär biremlekkä qağılışlı xoquqlar';
-$strDBRename = 'Biremlekne bolay atap quy';
$strDbSpecific = 'berär biremlekkä qağılışlı';
-$strDefaultEngine = 'Bu MySQL-serverdä %s digän saqlaw ısulı töp bularaq saylanğan.';
$strDefault = 'Töpcay';
+$strDefaultEngine = 'Bu MySQL-serverdä %s digän saqlaw ısulı töp bularaq saylanğan.';
$strDefaultValueHelp = 'Töpcay bäyäsen kertkändä, kireawışlar qullanmasqa, cäyä eçenä da salmasqa. Bolayraq kertäse: a';
$strDefragment = 'Tüşämä 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ı';
$strDeleteNoUsersSelected = 'Beteräse qullanuçılar saylanmağan!';
-$strDelete = 'Sal';
+$strDeleted = 'Bu yazma salınğan buldı';
$strDeleting = '"%s" Beterü';
-$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDescending = 'Kimep';
$strDescription = 'Açıqlama';
$strDictionary = 'süzlek';
$strDirtyPages = 'Üzgärtelgän bit';
-$strDisabled = 'Sünek';
$strDisableForeignChecks = 'Yat tezeş tikşerüen sünderep';
+$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: "%")';
-$strDocu = 'Qullanma';
$strDoYouReally = 'Sin çınlap ta bonı eşlärgä teliseñme: ';
+$strDocu = 'Qullanma';
$strDrop = 'Beter';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Bu qullanuçılar kebek atalğan biremleklärne beteräse.';
-$strDumpingData = 'Tüşämä eçtälegen çığaru';
$strDumpSaved = 'Eçtälege "%s" biremenä saqlandı.';
$strDumpXRows = 'Eçtälek: %s kerem, #%s keremnän başlap.';
+$strDumpingData = 'Tüşämä eçtälegen çığaru';
$strDynamic = 'üzgärüçän';
+$strEdit = 'Tözätü';
$strEditPDFPages = 'PDF-Bitlär Üzgärtü';
$strEditPrivileges = 'Xoquqlar Üzgärtü';
-$strEdit = 'Tözätü';
$strEffective = 'Uñışlı';
$strEmpty = 'Buşat';
$strEmptyResultSet = 'MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı.';
@@ -230,13 +230,13 @@ $strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Bu MySQL serverdä %s bar.';
$strEngineDisabled = 'Bu MySQL serverdä %s sünderelgän bulğan.';
-$strEngines = 'Engine';
$strEngineUnsupported = 'Bu MySQL server %s saqlaw enginen totmí.';
-$strEnglishPrivileges = ' Beläse: MySQL\'da xoquq adı İnglizçä kertelä!';
+$strEngines = 'Engine';
$strEnglish = 'İnglizçä';
+$strEnglishPrivileges = ' Beläse: MySQL\'da xoquq adı İnglizçä kertelä!';
+$strError = 'Xata';
$strErrorInZipFile = 'ZIP-tuplama eçendä xata:';
$strErrorRenamingTable = '%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı';
-$strError = 'Xata';
$strEscapeWildcards = '_ belän % bilgelären şul kileş kenä qullanu öçen \ belän ütkärergä kiräk';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonça';
@@ -264,19 +264,19 @@ $strFileNameTemplateRemember = 'tözeleşen yatla';
$strFileToImport = 'Yöklise birem';
$strFlushPrivilegesNote = 'Beläse: MySQL-serverneñ eçke tüşämä eçennän alınğan xoquqlar bu. Server qullana torğan xoquqlar qul aşa üzgärtelgän bulsa, bu tüşämä eçtälege alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı qabat yökläp alası%s.';
$strFlushQueryCache = 'Soraw alxäteren awdar';
-$strFlushTables = 'Tüşämälärne yabıp beteräse';
$strFlushTable = 'Tüşäwne awdar ("FLUSH")';
-$strFormat = 'Tözeleş';
+$strFlushTables = 'Tüşämälärne yabıp beteräse';
$strFormEmpty = 'Bu formıda bäyä kertelmi qalğan!';
+$strFormat = 'Tözeleş';
$strFreePages = 'Buş bit sanı';
$strFullText = 'Tulı Mätennär';
$strFunction = 'Funksí';
$strGenBy = 'Ürçätkeç:';
-$strGeneralRelationFeat = 'Bäyläneşlär buyınça töp mömkinleklär';
-$strGeneratePassword = 'Sersüz Ürçetü';
-$strGenerate = 'Ürçet';
$strGenTime = 'Ürçäw Zamanı';
+$strGeneralRelationFeat = 'Bäyläneşlär buyınça töp mömkinleklär';
+$strGenerate = 'Ürçet';
+$strGeneratePassword = 'Sersüz Ürçetü';
$strGeorgian = 'Görceçä';
$strGerman = 'Almança';
$strGlobal = 'ğömümi';
@@ -287,33 +287,34 @@ $strGrantOption = 'Xoquq';
$strGreek = 'Yunança';
$strGzip = '"gziple"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Eşkärtkeç';
$strHasBeenAltered = 'üzgärtelde.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Yähüdçä';
$strHome = 'Başbit';
$strHomepageOfficial = 'phpMyAdmin säxifäse';
-$strHostEmpty = 'Host adı buş!';
$strHost = 'Host';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostEmpty = 'Host adı buş!';
$strHungarian = 'Macarça';
$strIcelandic = 'İclandça';
$strId = 'ID';
$strIdxFulltext = 'Tulımäten';
+$strIgnore = 'Qarama';
$strIgnoreDuplicates = 'Qabatlanğan yazmalarnı ütäse';
$strIgnoreInserts = '"IGNORE" belän kertäse';
-$strIgnore = 'Qarama';
+$strImport = 'Yökläw';
$strImportFiles = 'Biremdän alu';
$strImportFormat = 'Yöklänğan birem tözeleşe';
-$strImport = 'Yökläw';
-$strIndexes = 'Tezeşlär';
+$strInUse = 'totıla';
+$strIndex = 'Tezeş';
$strIndexHasBeenDropped = '"%s" digän tezeş salındı';
$strIndexName = 'Tezeş adı :';
-$strIndex = 'Tezeş';
$strIndexType = 'Tezeş töre :';
$strIndexWarningTable = '`%s` atlı tüşäw tezeşläre belän nidider tiskärlek bar';
+$strIndexes = 'Tezeşlär';
$strInnoDBAutoextendIncrement = 'Biremlektä arttıru adımı';
$strInnoDBAutoextendIncrementDesc = 'Tüşämä alanı tulğaç, anı arttıruçı adımı bu.';
$strInnoDBBufferPoolSize = 'Bufer pul olılığı';
@@ -324,10 +325,9 @@ $strInnoDBDataHomeDirDesc = 'InnoDB biremnäre öçen törgäk yulınıñ töp
$strInnoDBPages = 'bit';
$strInnodbStat = 'InnoDB Torışı';
$strInsecureMySQL = 'MySQL-servergä ireşü öçen qullanası xisap bularaq, caylaw biremendä töp xisap saylanğan (sersüzsez "root"). MySQL-server şul töp xisap belän açılğan da, andıy xällär iminlekneñ citdi tişege tip sanala.';
-$strInsertAsNewRow = 'Yaña yazma kert tä';
$strInsert = 'Östäw';
+$strInsertAsNewRow = 'Yaña yazma kert tä';
$strInternalRelations = 'Eçke bäyläneş';
-$strInUse = 'totıla';
$strInvalidCSVParameter = 'CSV yökläweneñ yaraqsız köyläneşe: %s';
$strInvalidDatabase = 'Yaraqsız biremlek';
$strInvalidFieldAddCount = 'Kimendä berär alan kertäse.';
@@ -339,8 +339,8 @@ $strInvalidTableName = 'Tüşämä adı yaraqsız';
$strJapanese = 'Japança';
$strJoins = 'Bäylär';
$strJumpToDB = '"%s" biremlegenä küç.';
-$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Xoquqlar tüşämäsennän genä beteräse.';
+$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.';
$strKeepPass = 'Sersüzen üzgärtäse tügel';
$strKeyCache = 'Tezeş alxätere';
@@ -348,20 +348,20 @@ $strKeyname = 'Tezeş adı';
$strKill = 'Üter';
$strKorean = 'Koreyçä';
+$strLDI = 'LOAD DATA qullanıp CSV';
+$strLDILocal = 'LOCAL digän süz qullanıp';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Yatqırıp';
$strLanguageUnknown = 'Belgesez tel: %1$s.';
$strLatchedPages = 'Berketelgän bit';
$strLatexCaption = 'Tüşämä başlığı';
$strLatexContent = '__TABLE__ atlı tüşämä eçtälege';
-$strLatexContinuedCaption = 'Tüşämä dawamınıñ başlığı';
$strLatexContinued = '(dawamlı)';
+$strLatexContinuedCaption = 'Tüşämä dawamınıñ başlığı';
$strLatexIncludeCaption = 'Tüşämä başlığın östise';
$strLatexLabel = 'Açqıç yazması';
-$strLaTeX = 'LaTeX';
$strLatexStructure = '__TABLE__ atlı tüşämä tözeleşe';
$strLatvian = 'Latça';
-$strLDI = 'LOAD DATA qullanıp CSV';
-$strLDILocal = 'LOCAL digän süz qullanıp';
$strLengthSet = 'Ozınlıq/Bäyä*';
$strLimitNumRows = 'Bit sayın Kertem sanı';
$strLinesTerminatedBy = 'Yul ara bilgese';
@@ -370,32 +370,32 @@ $strLinksTo = 'Bonı belän bäyläneş:';
$strLithuanian = 'Litçä';
$strLocalhost = 'Cirle';
$strLocationTextfile = 'SQL-ämerlege belän birem yökläw';
-$strLoginInformation = 'Kereş Turında';
-$strLogin = 'Kereş';
-$strLogout = 'Çığış';
$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 = 'Açıqlama';
+$strMIME_nodescription = 'No Description is available for this transformation. 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\', 100, b,\'c\'... 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';
$strMaximalQueryLength = 'Kilgän soraw külämeneñ öske küläme';
$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!';
-$strMIME_available_mime = 'Barlıq MIME-törlär';
-$strMIME_available_transform = 'Available transformations';
-$strMIME_description = 'Açıqlama';
-$strMIME_MIMEtype = 'MIME-törläre';
-$strMIME_nodescription = 'No Description is available for this transformation. 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\', 100, b,\'c\'... If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslash it (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 seperate transformation function';
$strModifications = 'Üzgärtülär saqlandı';
-$strModifyIndexTopic = 'Açqıç üzgärtü';
$strModify = 'Üzgärt';
+$strModifyIndexTopic = 'Açqıç üzgärtü';
$strMoveTable = 'Boña küçerü (biremlek.tüşämä):';
$strMoveTableOK = '"%s" atlı tüşämä "%s" kebek ataldı.';
$strMoveTableSameNames = 'Ber ük at belän tüşämä küçerep bulmí!';
@@ -404,22 +404,23 @@ $strMyISAMDataPointerSize = 'Data pointer olılığı';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS köylämäse bäyälängän oçraqta, CREATE TABLE aşa MyISAM tüşämä 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.';
-$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.';
$strMyISAMMaxSortFileSize = 'Tezü öçen waqıtlı birem olılığın çıläw';
-$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM tüşämä üzennän tözälü ısulı, serverne --myisam-recover köylämäse belän cibärgän çaqta kebek.';
+$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ı';
-$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olıraq ikän, MyISAM tüşämä 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).';
+$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM tüşämä ü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';
-$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.';
+$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olıraq ikän, MyISAM tüşämä 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';
-$strMysqlClientVersion = 'MySQL belän totaştırğıç söreme';
$strMySQLConnectionCollation = 'MySQL-totaşunıñ tezü cayı';
$strMySQLSaid = 'MySQL qaytarışı:';
$strMySQLShowProcess = 'Proseslär tezmäse';
+$strMysqlClientVersion = 'MySQL belän totaştırğıç söreme';
$strName = 'Adı';
$strNext = 'Kiläse';
+$strNo = 'Yuq';
$strNoActivity = 'Kimendä %s sekund eşlämi tordıq, şuña kürä yañadan keräse';
$strNoDatabases = 'Biremleklär yuq';
$strNoDatabasesSelected = 'Biremlek saylanmağan.';
@@ -432,7 +433,6 @@ $strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser
$strNoIndex = 'Açqıç bilgelänmäde!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'Üzgäreşsez';
-$strNone = 'Buş';
$strNoOptions = 'Bu tözeleşeneñ köyläneşe yuq';
$strNoPassword = 'Sersüzsez';
$strNoPermission = 'The web server does not have permission to save the file %s.';
@@ -443,17 +443,17 @@ $strNoRowsSelected = 'Kertemnär sayladı';
$strNoSpace = '"%s" biremen saqlaw öçen buş ara citmi.';
$strNoTablesFound = 'Bu biremlektä ber genä dä tüşämä 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 = 'Buş';
$strNotNumber = 'San tügel bu!';
$strNotOK = 'OK tügel';
$strNotSet = '%s atlı tüşämä yuq, yä ki "%s" tezmäsenä kermi';
-$strNoUsersFound = 'Qullanuçı yuq.';
-$strNoValidateSQL = 'SQL Tikşermäskä';
-$strNo = 'Yuq';
$strNull = 'Buş';
-$strNumberOfFields = 'Alannar sanı';
$strNumSearchResultsInTable = '%s kileşü bar, %s atlı tüşämädä';
$strNumSearchResultsTotal = 'Tulayım:%s kileşü';
$strNumTables = 'Tüşämä';
+$strNumberOfFields = 'Alannar sanı';
$strOK = 'OK';
$strOpenNewWindow = 'Yaña phpMyAdmin-täräzä açu';
@@ -464,38 +464,38 @@ $strOr = 'Yä';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Birem bar bulsa, östän yazdırası';
+$strPDF = 'PDF';
+$strPDFReportTitle = 'Yomğaq başlığı';
+$strPHPVersion = 'PHP Söreme';
$strPageNumber = 'Bitneñ sanı:';
$strPagesToBeFlushed = 'Buşatası bit';
$strPaperSize = 'Qäğäz zuqlığı';
$strPartialImport = 'Öleşçä yökläw';
$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!';
-$strPassword = 'Sersüz';
$strPdfDbSchema = '"%s" biremlek tözeleşe - %s. bit';
$strPdfInvalidTblName = '"%s" atlı tüşämä yuq äle!';
$strPdfNoTables = 'Berär genä dä tüşämä yuq';
-$strPDF = 'PDF';
-$strPDFReportTitle = 'Yomğaq başlığı';
$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';
-$strPHPVersion = 'PHP Söreme';
$strPmaDocumentation = 'phpMyAdmin qullanması';
$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] 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ıñ ğına adı "PRIMARY" bulırğa tieş!)';
-$strPrimary = 'Töp';
$strPrint = 'Bastır';
$strPrintView = 'Bastıru küreneşe';
$strPrintViewFull = 'Bastıru küreneşe (bar mätennär belän)';
@@ -511,8 +511,8 @@ $strPrivDescCreateView = 'Yaña qaraş qorırğa birä.';
$strPrivDescDelete = 'Eçtälek beterü xoquqı.';
$strPrivDescDropDb = 'Biremlek/tüşämä beterü xoquqı.';
$strPrivDescDropTbl = 'Tüşämä beterü xoquqı.';
-$strPrivDescExecute5 = 'Eçke funksílar eşlätterergä birä.';
$strPrivDescExecute = 'Eçke prosedur cibärü xoquqı; MySQL\'nıñ bu söremendä 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 tüşämä.';
$strPrivDescIndex = 'Açqıçlarnı qoru/beterü xoquqı.';
@@ -532,16 +532,16 @@ $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.';
-$strPrivilegesReloaded = 'Bu xoquqlarnı yökläw uñışlı uzdı.';
$strPrivileges = 'Xoquqlar';
+$strPrivilegesReloaded = 'Bu xoquqlarnı yökläw uñışlı uzdı.';
$strProcesses = 'Proseslar';
$strProcesslist = 'Proses isemlege';
$strProtocolVersion = 'Protokol söreme';
$strPutColNames = 'Berençe yulda alannarnıñ iseme çığarası';
+$strQBE = 'Soraw';
$strQBEDel = 'Sal';
$strQBEIns = 'Tıq';
-$strQBE = 'Soraw';
$strQueryCache = 'Soraw alxätere';
$strQueryFrame = 'Soraw täräzäse';
$strQueryOnDb = '%s biremlegenä SQL-soraw:';
@@ -552,50 +552,60 @@ $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 = 'Alındı';
$strRecords = 'Yazma';
$strReferentialIntegrity = 'Bäyläneşlärne döreslekkä tikşerü:';
$strRefresh = 'Yañart';
-$strRelationalSchema = 'Bäyläneşlär sxeme';
$strRelationNotWorking = 'Bäyläneştä torğan tüşämä belän eşläp bulmas, östämä eşli-alu sünek tora. Anı qabızu öçen, %sbonda çirtäse%s.';
+$strRelationView = 'Bäyläneşkä küzätü';
+$strRelationalSchema = 'Bäyläneşlär sxeme';
$strRelations = 'Bäyläneşlär';
$strRelationsForTable = 'RELATIONS FOR TABLE';
-$strRelationView = 'Bäyläneşkä küzätü';
-$strReloadingThePrivileges = 'Bu xoquqlarnı yöklä';
$strReloadPrivileges = 'Xoquqlarnı qabat yökläw';
+$strReloadingThePrivileges = 'Bu xoquqlarnı yöklä';
$strRemoveSelectedUsers = 'Saylanğan qullanuçı beterü';
$strRenameDatabaseOK = '"%s" biremlege "%s" itep ataldı';
-$strRenameTableOK = '"%s" tüşämäse "%s" itep ataldı';
$strRenameTable = 'Tüşämä adın üzgärtü';
+$strRenameTableOK = '"%s" tüşämäse "%s" itep ataldı';
$strRepairTable = 'Tüşämä tözätü';
$strReplaceNULLBy = 'NULL\'nı almaştırası:';
$strReplaceTable = 'Tüşämä eçtälegen bu biremlektäge belän alamştırası';
$strReset = 'Awdar';
$strResourceLimits = 'Resurs çikläwläre';
-$strReType = 'Qabatla';
-$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
-$strRevokeAndDelete = 'Qullanuçı xoquqların awdarıp beteräse.';
-$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Töşer';
+$strRevokeAndDelete = 'Qullanuçı 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 = 'Kerem ozınlığı';
-$strRowsFrom = 'kerem; berençese #';
$strRowSize = ' Kerem olılığı';
$strRows = 'Kerem';
+$strRowsFrom = 'kerem; berençese #';
$strRowsModeFlippedHorizontal = 'yatqırıp (başlıqlar almaşıp)';
$strRowsModeHorizontal = 'yatqırıp';
$strRowsModeOptions = '%s ısulı belän; başlıqnı %s yul sayın qabatlísı';
$strRowsModeVertical = 'bastırıp';
$strRowsStatistic = 'Kerem Nöfüse';
-$strRunning = 'Sanaq: %s';
$strRunQuery = 'Sorawnı Yulla';
-$strRunSQLQueryOnServer = '%s digän serverdä SQL-soraw eşlätü';
$strRunSQLQuery = '%s biremlegendä eşlätäse SQL-soraw';
+$strRunSQLQueryOnServer = '%s digän serverdä SQL-soraw eşlätü';
+$strRunning = 'Sanaq: %s';
$strRussian = 'Urısça';
-$strSaveOnServer = 'Serverneñ "%s" törgägendä saqla';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL, kileşterü ısulı';
+$strSQLExportType = 'Çığaru ısulı';
+$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 qaytarışı';
+$strSQPBugInvalidIdentifer = 'Tanıtması Yaraqsız';
+$strSQPBugUnclosedQuote = 'Yabılmağan cäyä';
+$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 = 'Biremlektä ezläw: ';
@@ -616,33 +626,31 @@ $strSelectNumRows = 'sorawda';
$strSelectTables = 'Tüşämä Saylaw';
$strSend = 'Biremgä saqlıysı';
$strSent = 'Cibärelde';
+$strServer = 'Server';
$strServerChoice = 'Server Saylaw';
$strServerNotResponding = 'Bu server endäşmi';
-$strServer = 'Server';
-$strServers = 'Serverlär';
-$strServerStatusDelayedInserts = 'Kiçerelgän östäw';
$strServerStatus = 'Eşläw Torışı';
+$strServerStatusDelayedInserts = 'Kiçerelgän östäw';
$strServerStatusUptime = 'Bu MySQL-server %s eşli. %s çorında cibärelgän ide ul.';
$strServerTabVariables = 'Üzgärmälär';
$strServerTrafficNotes = 'Server taşımı: MySQL-server cibärelgännän birle, anıñ belän çeltär arasında bulğan taşım turında belem bondağı tüşämä eçendä birelä.';
$strServerVars = 'Server üzgärmäläre & köyläneşe';
$strServerVersion = 'Server söreme';
+$strServers = 'Serverlär';
$strSessionValue = 'Sessi bäyäse';
$strSetEnumVal = 'Alan töre "enum/set" bulsa, bäyäsen bolayraq kertäse: \'a\',\'b\',\'c\'... 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 = 'Tösle kürsät';
$strShowDatadictAs = 'Eçtälek Süzlegeneñ Tözeleşe';
$strShowFullQueries = 'Tulı Sorawlar Kürsät';
$strShowGrid = 'Sırlı kürsät';
-$strShowingBookmark = 'Bitbilge kürsätü';
-$strShowingRecords = 'Yazma sanı:';
-$strShow = 'Kürsät';
$strShowOpenTables = 'Açıq tüşämä tezmäse';
$strShowPHPInfo = 'PHP turında';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Buş bitlär sanı.';
$strShowStatusInnodb_os_log_writtenDescr = 'Köndälek biremenä yazılğan bayt sanı bu.';
-$strShowStatusInnodb_pages_createdDescr = 'Yaratılğan bit sanı bu.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB yasağanda bit öçen berketelgän küläme (töcay bäyäse 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
+$strShowStatusInnodb_pages_createdDescr = 'Yaratılğan bit sanı bu.';
$strShowStatusInnodb_pages_readDescr = 'Uqılğan bit sanı bu.';
$strShowStatusInnodb_pages_writtenDescr = 'Yazılğan bit sanı bu.';
$strShowStatusOpen_filesDescr = 'Açıq toruçı birem sanı.';
@@ -654,6 +662,8 @@ $strShowStatusThreads_connectedDescr = 'Biredä açıq bulğan totaşu sanı.';
$strShowTableDimension = 'Tüşämä ülçämen kürsätü';
$strShowTables = 'Tüşämälär kürsätäse';
$strShowThisQuery = ' Bu sorawnı qabat kürsätäse';
+$strShowingBookmark = 'Bitbilge kürsätü';
+$strShowingRecords = 'Yazma sanı:';
$strSimplifiedChinese = 'Ciñel Çinçä';
$strSingly = '(sıñar)';
$strSize = 'Küläme';
@@ -661,26 +671,16 @@ $strSkipQueries = 'Baştan ütep kitäse yazma sanı';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovença';
$strSocketProblem = '(yä cirle MySQL-server soketı döres köylänmägän ide)';
+$strSort = 'Tezü';
$strSortByKey = 'Qullanası tezeş';
$strSorting = 'Tezü';
-$strSort = 'Tezü';
$strSpaceUsage = 'Totılğan Alan';
$strSpanish = 'İspança';
$strSplitWordsWithSpace = 'Süzlärne buşlıq bilgese belän ayırası (" ").';
-$strSQLCompatibility = 'SQL, kileşterü ısulı';
-$strSQLExportType = 'Çığaru ısulı';
-$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 qaytarışı';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Tanıtması Yaraqsız';
-$strSQPBugUnclosedQuote = 'Yabılmağan cäyä';
-$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Soñğı tikşerü';
$strStatCreateTime = 'Yasalışı';
-$strStatement = 'Cömlä';
$strStatUpdateTime = 'Soñğı yañartılu';
+$strStatement = 'Cömlä';
$strStatus = 'Torış';
$strStorageEngine = 'Saqlaw Isulı';
$strStorageEngines = 'Saqlaw Isulı';
@@ -698,6 +698,7 @@ $strSwedish = 'İswäcçä';
$strSwitchToDatabase = 'Kübäytelgän biremlekkä küçäse';
$strSwitchToTable = 'Kübäytelgän tüşämägä küçäse';
+$strTable = 'Tüşämä';
$strTableAlreadyExists = '%s atlı tüşämä bar inde!';
$strTableComments = 'Tüşämä açıqlaması';
$strTableEmpty = 'Tüşämä adı kertelmi qaldı!';
@@ -707,22 +708,21 @@ $strTableHasBeenFlushed = '"%s" atlı tüşämä awdarıldı';
$strTableMaintenance = 'Tüşämä eşkärtü';
$strTableOfContents = 'Eçtälek isemlege';
$strTableOptions = 'Tüşämä köyläneşe';
-$strTables = '%s tüşämä';
$strTableStructure = 'Tüşämä tözeleşe';
-$strTable = 'Tüşämä';
+$strTables = '%s tüşämä';
$strTakeIt = 'bonı sayla';
$strTblPrivileges = 'Berär tüşämä öçen xoquqlar';
$strTempData = 'Çaqlı birem';
$strTextAreaLength = ' Because of its length, this field might not be editable';
$strThai = 'Tayça';
-$strThemeDefaultNotFound = '%s digän töp tışlaw tabılmadı!';
-$strThemeNotFound = '%s digän tışlaw tabılmadı!';
-$strThemeNoValidImgPath = '%s digän tışlaw sürätläre urınlaşqan yul tabılmadı!';
-$strThemePathNotFound = '%s digän tışlaw urınlaşqan yul tabılmadı!';
$strTheme = 'Tışlaw / Bizäleş';
+$strThemeDefaultNotFound = '%s digän töp tışlaw tabılmadı!';
+$strThemeNoValidImgPath = '%s digän tışlaw sürätläre urınlaşqan yul tabılmadı!';
+$strThemeNotFound = '%s digän tışlaw tabılmadı!';
+$strThemePathNotFound = '%s digän tışlaw urınlaşqan yul tabılmadı!';
$strThisHost = 'Bu Sanaq';
-$strThreads = 'Ceplär';
$strThreadSuccessfullyKilled = '%s cebe uñışlı üterelgän buldı.';
+$strThreads = 'Ceplär';
$strTime = 'Waqıt';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'tulayım';
@@ -750,40 +750,40 @@ $strUnicode = 'Unicode';
$strUnique = 'Qabatsız';
$strUnknown = 'belgesez';
$strUnselectAll = 'Saylanunı Töşer';
+$strUpdComTab = 'Sineñ Column_comments Tüşämä 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';
-$strUpdComTab = 'Sineñ Column_comments Tüşämä yañartu eşe turında Qullanmada qarísı';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUsage = 'Totılu';
$strUseBackquotes = 'Tüşämä/alan isemnären kirequote eçenä salası';
$strUseHostTable = 'Host Tüşämä 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 = 'Tüşämä qullanıp';
+$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 tüşämä eçendä tabılmadı.';
$strUserOverview = 'Qullanuçılar tezmäse';
-$strUser = 'Qullanuçı';
$strUsersDeleted = 'Saylanğan qullanuçını beterü uñışlı uzdı.';
$strUsersHavingAccessToDb = '"%s" belän eşläw xoquqı bulğan qullanuçılar';
-$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 = 'Tüşämä qullanıp';
-$strUseTextField = 'Bu mätennän';
-$strUseThisValue = 'Bu bäyä belän';
$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ärmä';
$strVersionInformation = 'Söreme turında';
-$strViewDumpDatabases = 'Biremleklärneñ eçtälegen (tözeleşen) çığaru';
-$strViewDumpDB = 'Biremlek eçtälegen (tözeleşen) çığaru';
-$strViewDump = 'Tüşämä eçtälegen (tözeleşen) çığaru';
-$strViewHasBeenDropped = '"%s" atlı Qaraş beterelgän buldı';
$strView = 'Qaraş';
+$strViewDump = 'Tüşämä 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ı';
-$strWebServerUploadDirectoryError = 'Yökläw öçen bigelängän törgäkne uqıp bulmí';
$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 = '%s siña İsäñme di';
$strWestEuropean = 'Batış Awrupı';
$strWildcard = 'almaşbilge';
@@ -801,41 +801,613 @@ $strZip = '"ziple"';
// 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
+$strActions = 'Actions'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
+$strAsDefined = 'As defined:'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
+$strFiles = 'Files'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
-$strMaxConnects = 'max. concurrent connections'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLanguage = 'Language'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
+
+$strMaxConnects = 'max. concurrent connections'; //to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+
+$strNavTableFilter = 'Filter'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //to translate
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
+$strReload = 'Reload'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //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
@@ -888,8 +1460,8 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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
@@ -905,8 +1477,8 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //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_insertsDescr = 'The number of queries added to the cache.'; //to translate
@@ -917,8 +1489,8 @@ $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the quer
$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_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
@@ -933,563 +1505,121 @@ $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock c
$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_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
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
+$strViewName = 'VIEW name'; //to translate
$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1498,127 +1628,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php
index 2e42fb372..7a4e4867f 100644
--- a/lang/thai-utf-8.inc.php
+++ b/lang/thai-utf-8.inc.php
@@ -19,6 +19,7 @@ $datefmt = '%d %B %Y %Rน.';
$timespanfmt = '%s วัน, %s ชั่วโมง, %s นาที, %s วินาที';
+$strAPrimaryKey = 'ได้เพิ่มไพรมารีคีย์แล้วใน %s';
$strAbortedClients = 'ยกเลิก';
$strAccessDenied = 'ไม่อนุญาตให้ใช้งาน';
$strAction = 'กระทำการ';
@@ -33,19 +34,18 @@ $strAddToIndex = 'เพิ่มดัชนีคอลัมน์ %s';
$strAddUser = 'เพิ่มผู้ใช้ใหม่';
$strAddUserMessage = 'เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว';
$strAdministration = 'การดูแลระบบ';
+$strAfter = 'หลัง %s';
$strAfterInsertBack = 'ส่งกลับ';
$strAfterInsertNewInsert = 'แทรกระเบียนใหม่';
-$strAfter = 'หลัง %s';
$strAll = 'ทั้งหมด';
$strAllTableSameWidth = 'ให้แสดงตารางทุกอัน ด้วยความกว้างเท่ากันหรือไม่?';
$strAlterOrderBy = 'เรียงค่าในตารางตาม';
+$strAnIndex = 'ได้เพิ่มดัชนีแล้วใน %s';
$strAnalyzeTable = 'วิเคราะห์ตาราง';
$strAnd = 'และ';
-$strAnIndex = 'ได้เพิ่มดัชนีแล้วใน %s';
$strAny = 'ใดๆ';
$strAnyHost = 'โฮสต์ใดๆ';
$strAnyUser = 'ผู้ใช้ใดๆ';
-$strAPrimaryKey = 'ได้เพิ่มไพรมารีคีย์แล้วใน %s';
$strArabic = 'อารบิค';
$strArmenian = 'อาร์เมเนีย';
$strAscending = 'น้อยไปมาก';
@@ -71,8 +71,8 @@ $strBzip = '"bzipped"';
$strCalendar = 'ปฏิทิน';
$strCannotLogin = 'ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้';
-$strCantLoadRecodeIconv = 'ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร';
$strCantLoad = 'ไม่สามารถเรียกส่วนขยาย %s, กรุณาตรวจสอบการตั้งค่าของ PHP';
+$strCantLoadRecodeIconv = 'ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร';
$strCantRenameIdxToPrimary = 'เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!';
$strCantUseRecodeIconv = 'ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP';
$strCardinality = 'Cardinality';
@@ -126,8 +126,12 @@ $strCyrillic = 'ซิริลิค';
$strCzech = 'เช็ค';
$strCzechSlovak = 'เช็ค-สโลวัก';
+$strDBComment = 'หมายเหตุของฐานข้อมูล: ';
+$strDBRename = 'เปลี่ยนชื่อฐานข้อมูลเป็น';
$strDanish = 'เดนมาร์ก';
$strData = 'ข้อมูล';
+$strDataDict = 'พจนานุกรมข้อมูล';
+$strDataOnly = 'เฉพาะข้อมูล';
$strDatabase = 'ฐานข้อมูล';
$strDatabaseHasBeenDropped = 'โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว';
$strDatabases = 'ฐานข้อมูล';
@@ -136,11 +140,7 @@ $strDatabasesStats = 'สถิติฐานข้อมูล';
$strDatabasesStatsDisable = 'ยกเลิกการเก็บสถิติ';
$strDatabasesStatsEnable = 'ให้มีการเก็บสถิติ';
$strDatabasesStatsHeavyTraffic = 'โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL.';
-$strDataDict = 'พจนานุกรมข้อมูล';
-$strDataOnly = 'เฉพาะข้อมูล';
-$strDBComment = 'หมายเหตุของฐานข้อมูล: ';
$strDbPrivileges = 'สิทธิเจาะจงเฉพาะฐานข้อมูล';
-$strDBRename = 'เปลี่ยนชื่อฐานข้อมูลเป็น';
$strDbSpecific = 'เฉพาะฐานข้อมูล';
$strDefault = 'ค่าปริยาย';
$strDefragment = 'จัดระเบียบตาราง';
@@ -157,12 +157,12 @@ $strDisplayFeat = 'ความสามารถด้านการแสด
$strDisplayOrder = 'ลำดับการแสดง:';
$strDisplayPDF = 'แสดงสกีมาของ PDF';
$strDoAQuery = 'ทำ "คำค้นจากตัวอย่าง" (wildcard: "%")';
-$strDocu = 'เอกสารอ้างอิง';
$strDoYouReally = 'ต้องการจะ ';
+$strDocu = 'เอกสารอ้างอิง';
$strDrop = 'โยนทิ้ง';
$strDropUsersDb = 'โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง.';
-$strDumpingData = 'dump ตาราง';
$strDumpXRows = 'ดัมพ์แถว %s แถว เริ่มที่แถว %s';
+$strDumpingData = 'dump ตาราง';
$strDynamic = 'ไม่คงที่';
$strEdit = 'แก้ไข';
@@ -195,14 +195,14 @@ $strFileCouldNotBeRead = 'อ่านไฟล์ไม่ได้';
$strFileNameTemplate = 'รูปแบบของชื่อไฟล์';
$strFileNameTemplateRemember = 'จำรูปแบบ';
$strFlushTable = 'ล้างตาราง (flush)';
-$strFormat = 'รูปแบบ';
$strFormEmpty = 'ค่าในแบบฟอร์มหายไป !';
+$strFormat = 'รูปแบบ';
$strFullText = 'ทั้งข้อความ';
$strFunction = 'ฟังก์ชั่น';
$strGenBy = 'สร้างโดย';
-$strGeneralRelationFeat = 'ความสามารถด้านรีเลชันทั่วไป';
$strGenTime = 'เวลาในการสร้าง';
+$strGeneralRelationFeat = 'ความสามารถด้านรีเลชันทั่วไป';
$strGeorgian = 'จอร์เจีย';
$strGerman = 'เยอรมัน';
$strGlobal = 'โกลบอล';
@@ -227,17 +227,17 @@ $strId = 'ID';
$strIdxFulltext = 'ข้อความเต็ม (fulltext)';
$strIgnore = 'ไม่สนใจ';
$strImportFiles = 'นำเข้าไฟล์';
+$strInUse = 'ใช้อยู่';
$strIndex = 'ดัชนี';
-$strIndexes = 'ดัชนี';
$strIndexHasBeenDropped = 'โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว';
$strIndexName = 'ชื่อดัชนี :';
$strIndexType = 'ชนิดของดัชนี :';
+$strIndexes = 'ดัชนี';
$strInnodbStat = 'สถานะของ InnoDB';
$strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย';
$strInsert = 'แทรก';
$strInsertAsNewRow = 'แทรกเป็นแถวใหม่';
$strInternalRelations = 'รีเลชันภายใน';
-$strInUse = 'ใช้อยู่';
$strJapanese = 'ญี่ปุ่น';
$strJumpToDB = 'กระโดดไปที่ฐานข้อมูล "%s".';
@@ -248,10 +248,10 @@ $strKeyname = 'ชื่อคีย์';
$strKill = 'ฆ่าทิ้ง';
$strKorean = 'เกาหลี';
+$strLaTeX = 'LaTeX';
$strLandscape = 'แนวนอน';
$strLatexCaption = 'คำอธิบายตาราง';
$strLatexContinued = '(ต่อ)';
-$strLaTeX = 'LaTeX';
$strLatvian = 'ลัตเวีย';
$strLengthSet = 'ความยาว/เซต*';
$strLimitNumRows = 'ระเบียนต่อหน้า';
@@ -261,20 +261,20 @@ $strLinksTo = 'เชื่อมไปยัง';
$strLithuanian = 'ลิธัวเนีย';
$strLocalhost = 'โลคอล';
$strLocationTextfile = 'เลือกไฟล์ข้อความจาก';
-$strLogin = 'เข้าสู่ระบบ';
-$strLoginInformation = 'ข้อมูลล็อกอิน';
-$strLogout = 'ออกจากระบบ';
$strLogPassword = 'รหัสผ่าน:';
$strLogServer = 'เซิร์ฟเวอร์';
$strLogUsername = 'ชื่อผู้ใช้:';
+$strLogin = 'เข้าสู่ระบบ';
+$strLoginInformation = 'ข้อมูลล็อกอิน';
+$strLogout = 'ออกจากระบบ';
-$strMaximumSize = 'ขนาดใหญ่สุด: %s%s';
+$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'MIME-types ที่มีอยู่';
$strMIME_available_transform = 'การแปลงที่เรียกใช้ได้';
$strMIME_description = 'รายละเอียด';
-$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'ไม่ปรากฏรายละเอียดสำหรับการแปลงนี้. กรุณาสอบถามผู้เขียนว่า, %s ทำอะไร.';
$strMIME_transformation_options = 'ตัวเลือกการแปลง';
+$strMaximumSize = 'ขนาดใหญ่สุด: %s%s';
$strModifications = 'บันทึกการแก้ไขเรียบร้อยแล้ว';
$strModify = 'แก้ไข';
$strModifyIndexTopic = 'แก้ไขดัชนี';
@@ -298,7 +298,6 @@ $strNoFrames = 'เบราเซอร์ที่ใช้เฟรมไ
$strNoIndex = 'ยังไม่ได้กำหนดดัชนีใดๆ!';
$strNoIndexPartsDefined = 'ไม่ได้กำหนดส่วนใดๆ ของดัชนี!';
$strNoModification = 'ไม่มีการเปลี่ยนแปลง';
-$strNone = 'ไม่มี';
$strNoOptions = 'รูปแบบนี้ไม่มีตัวเลือก';
$strNoPassword = 'ไม่มีรหัสผ่าน';
$strNoPhp = 'ไม่เอาโค้ด PHP';
@@ -306,11 +305,12 @@ $strNoPrivileges = 'ไม่มีสิทธิ';
$strNoRights = 'คุณไม่มีสิทธิที่จะเข้ามาตรงนี้!';
$strNoRowsSelected = 'ยังไม่ได้เลือกแถว';
$strNoTablesFound = 'ไม่พบตารางใด ๆ ในฐานข้อมูล';
+$strNoUsersFound = 'ไม่พบผู้ใช้ใดๆ.';
+$strNoValidateSQL = 'ไม่ต้องตรวจสอบ SQL';
+$strNone = 'ไม่มี';
$strNotNumber = 'ค่านี้ไม่ใช่ตัวเลข!';
$strNotOK = 'ไม่ตกลง';
$strNotSet = 'ไม่พบตาราง %s ใน %s';
-$strNoUsersFound = 'ไม่พบผู้ใช้ใดๆ.';
-$strNoValidateSQL = 'ไม่ต้องตรวจสอบ SQL';
$strNull = 'ว่างเปล่า (null)';
$strNumSearchResultsInTable = 'พบ %s ผลลัพธ์ที่ตรงในตาราง %s';
$strNumSearchResultsTotal = 'รวม:%s ผลลัพธ์ที่ตรง';
@@ -323,6 +323,7 @@ $strOr = 'หรือ';
$strOverhead = 'เกินความจำเป็น';
$strOverwriteExisting = 'เขียนทับแฟ้มที่มีอยู่แล้ว';
+$strPHPVersion = 'รุ่นของ PHP';
$strPageNumber = 'หมายเลขหน้า:';
$strPaperSize = 'ขนาดกระดาษ';
$strPartialText = 'ข้อความบางส่วน';
@@ -338,7 +339,6 @@ $strPerMinute = 'ต่อนาที';
$strPerSecond = 'ต่อวินาที';
$strPhoneBook = 'สมุดโทรศัพท์';
$strPhp = 'สร้างโค้ด PHP';
-$strPHPVersion = 'รุ่นของ PHP';
$strPmaDocumentation = 'เอกสารการใช้ phpMyAdmin';
$strPmaUriError = 'ต้องกำหนดค่า $cfg[\'PmaAbsoluteUri\'] ในไฟล์คอนฟิกูเรชั่นเสียก่อน';
$strPolish = 'โปแลนด์';
@@ -392,14 +392,15 @@ $strQueryStatistics = 'สถิติคำค้น: มี %s คำ
$strQueryTime = 'คำค้นใช้เวลา %01.4f วินาที';
$strQueryType = 'ชนิดคำค้น';
+$strReType = 'พิมพ์ใหม่';
$strReceived = 'ได้รับ';
$strRecords = 'ระเบียน';
$strReferentialIntegrity = 'ตรวจสอบความสมบูรณ์ของการอ้างถึง:';
$strRefresh = 'เรียกใหม่';
-$strRelationalSchema = 'รีเลชันแนล สกีมา';
$strRelationNotWorking = 'ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s';
-$strRelations = 'รีเลชัน';
$strRelationView = 'มุมมองรีเลชัน';
+$strRelationalSchema = 'รีเลชันแนล สกีมา';
+$strRelations = 'รีเลชัน';
$strReloadingThePrivileges = 'ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ';
$strRemoveSelectedUsers = 'ถอนผู้ใช้ที่เลือก';
$strRenameTable = 'เปลี่ยนชื่อตารางเป็น';
@@ -409,26 +410,33 @@ $strReplaceNULLBy = 'แทนที่ NULL เป็น';
$strReplaceTable = 'เขียนทับด้วยข้อมูลจากไฟล์';
$strReset = 'เริ่มใหม่';
$strResourceLimits = 'ขีดจำกัดของทรัพยากร';
-$strReType = 'พิมพ์ใหม่';
$strRevoke = 'เพิกถอน';
$strRevokeAndDelete = 'เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น.';
$strRevokeAndDeleteDescr = 'ผู้ใช้ต่างๆ ยังคงมีสิทธิ USAGE จนกว่า ข้อมูลสิทธิ จะถูกเรียกใช้ใหม่อีกที.';
$strRevokeMessage = 'คุณได้เพิกถอนสิทธิของ %s';
$strRomanian = 'โรมาเนีย';
$strRowLength = 'ความยาวแถว';
+$strRowSize = ' ขนาดแถว ';
$strRows = 'แถว';
$strRowsFrom = 'แถว เริ่มจากแถวที่';
-$strRowSize = ' ขนาดแถว ';
$strRowsModeFlippedHorizontal = 'แนวนอน (หมุนหัวเรื่อง)';
$strRowsModeHorizontal = 'แนวนอน';
$strRowsModeOptions = 'อยู่ใน %s และซ้ำหัวแถวทุกๆ %s เซลล์';
$strRowsModeVertical = 'แนวตั้ง';
$strRowsStatistic = 'สถิติของแถว';
-$strRunning = 'ทำงานอยู่บน %s';
$strRunQuery = 'ประมวลผลคำค้น';
$strRunSQLQuery = 'ประมวลผลคำค้นบนฐานข้อมูล %s';
+$strRunning = 'ทำงานอยู่บน %s';
$strRussian = 'รัสเซีย';
+$strSQL = '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 = 'ค้นหา';
@@ -465,11 +473,11 @@ $strShowColor = 'แสดงสี';
$strShowDatadictAs = 'รูปแบบพจนานุกรมข้อมูล';
$strShowFullQueries = 'แสดงคำค้นแบบเต็ม';
$strShowGrid = 'แสดงกริด';
-$strShowingRecords = 'แสดงระเบียนที่ ';
$strShowPHPInfo = 'แสดงข้อมูลของ PHP';
$strShowTableDimension = 'แสดงมิติของตาราง';
$strShowTables = 'แสดงตาราง';
$strShowThisQuery = ' แสดงคำค้นนี้อีกที ';
+$strShowingRecords = 'แสดงระเบียนที่ ';
$strSimplifiedChinese = 'จีน (แผ่นดินใหญ่)';
$strSingly = '(เดี่ยว)';
$strSize = 'ขนาด';
@@ -480,18 +488,10 @@ $strSortByKey = 'เรียงโดยคีย์';
$strSpaceUsage = 'เนื้อที่ที่ใช้';
$strSpanish = 'สเปน';
$strSplitWordsWithSpace = 'คำถูกแบ่งด้วยช่องว่าง (" ").';
-$strSQLParserBugMessage = 'อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง.';
-$strSQLParserUserError = 'อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น';
-$strSQLQuery = 'คำค้น SQL';
-$strSQLResult = 'ผลลัพธ์ SQL';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'ชื่อตัวแปรไม่ถูกต้อง';
-$strSQPBugUnclosedQuote = 'ไม่ได้ปิดเครื่องหมายคำพูด';
-$strSQPBugUnknownPunctuation = 'มีเครื่องหมายวรรคตอนที่ไม่รู้จัก';
$strStatCheckTime = 'ตรวจสอบครั้งสุดท้ายเมื่อ';
$strStatCreateTime = 'สร้างเมื่อ';
-$strStatement = 'คำสั่ง';
$strStatUpdateTime = 'ปรับปรุงครั้งสุดท้ายเมื่อ';
+$strStatement = 'คำสั่ง';
$strStatus = 'สถานะ';
$strStrucCSV = 'ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ ",")';
$strStrucData = 'ทั้งโครงสร้างและข้อมูล';
@@ -514,8 +514,8 @@ $strTableHasBeenFlushed = 'ล้างตาราง %s เรียบร้
$strTableMaintenance = 'การดูแลรักษาตาราง';
$strTableOfContents = 'สารบัญ';
$strTableOptions = 'ตัวเลือกตาราง';
-$strTables = '%s ตาราง';
$strTableStructure = 'โครงสร้างตาราง';
+$strTables = '%s ตาราง';
$strTblPrivileges = 'สิทธิเจาะจงเฉพาะตาราง';
$strTextAreaLength = 'เนื่องจากความยาวของมัน ฟิลด์นี้ ไม่อาจแก้ไขได้';
$strThai = 'ไทย';
@@ -542,12 +542,15 @@ $strUnicode = 'ยูนิโค้ด';
$strUnique = 'เอกลักษณ์';
$strUnknown = 'ไม่ระบุ';
$strUnselectAll = 'ไม่เลือกเลย';
+$strUpdComTab = 'โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) ของคุณ';
$strUpdatePrivMessage = 'คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว';
$strUpdateProfileMessage = 'ปรับปรุงโพรไฟล์เรียบร้อยแล้ว';
$strUpdateQuery = 'ปรับปรุงคำค้น';
-$strUpdComTab = 'โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) ของคุณ';
$strUsage = 'ใช้งาน';
$strUseBackquotes = 'ใส่ \'backqoute\' ให้กับชื่อตารางและฟิลด์';
+$strUseTables = 'ใช้ตาราง';
+$strUseTextField = 'ใช้ช่องใส่ข้อความ (text field)';
+$strUseThisValue = 'ใช้ค่านี้';
$strUser = 'ผู้ใช้';
$strUserAlreadyExists = 'มีผู้ใช้ %s อยู่แล้ว!';
$strUserEmpty = 'ชื่อผู้ใช้ยังว่างอยู่!';
@@ -556,9 +559,6 @@ $strUserNotFound = 'ไม่พบผู้ใช้ที่เลือกใ
$strUserOverview = 'ข้อมูลทั่วไปของผู้ใช้';
$strUsersDeleted = 'ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว.';
$strUsersHavingAccessToDb = 'ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล "%s"';
-$strUseTables = 'ใช้ตาราง';
-$strUseTextField = 'ใช้ช่องใส่ข้อความ (text field)';
-$strUseThisValue = 'ใช้ค่านี้';
$strValidateSQL = 'ตรวจสอบ SQL';
$strValidatorError = 'ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว';
@@ -585,6 +585,8 @@ $strZip = '"ถูกบีบอัดอยู่ (zip)"';
// 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
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
+$strActions = 'Actions'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
@@ -592,93 +594,190 @@ $strAddIntoComments = 'Add into comments';//to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
+$strDBCopy = 'Copy database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
-$strDataPages = 'Pages containing data'; //to translate
-$strDBCopy = 'Copy database to'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //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
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
-$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //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
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -687,24 +786,34 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
@@ -712,78 +821,553 @@ $strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //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\', 100, b,\'c\'... 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
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //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
-$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\', 100, b,\'c\'... 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
-$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
-$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescSuper = 'อนุญาตให้เชื่อมต่อ, แม้ว่าจำนวนการเชื่อมต่อจะถึงระดับสูงสุดแล้ว; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -838,13 +1422,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -860,10 +1444,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -876,8 +1460,8 @@ $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_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
@@ -894,613 +1478,153 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSorting = 'Sorting'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'ข้อมูล Native MS Excel'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //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__sql = 'Formats text as SQL query with syntax highlighting.'; //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
+$strTriggers = 'Triggers'; //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
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseHostTable = 'ใช้ Host Table'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strVersionInformation = 'Version information'; //to translate
-$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
-$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
+$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //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
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1509,127 +1633,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/translatecount.sh b/lang/translatecount.sh
index 908166eb6..cfd6ea69f 100755
--- a/lang/translatecount.sh
+++ b/lang/translatecount.sh
@@ -1,3 +1,4 @@
+
diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php
index 4a1ab8b94..50c479d81 100644
--- a/lang/turkish-utf-8.inc.php
+++ b/lang/turkish-utf-8.inc.php
@@ -25,6 +25,7 @@ $month = array('Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz',
$datefmt = '%d %B %Y saat %H:%M:%S';
$timespanfmt = '%s gün, %s saat, %s dakika ve %s saniye';
+$strAPrimaryKey = '%s üzerinde birincil anahtar eklendi';
$strAbortedClients = 'İptal edilen';
$strAccessDenied = 'Erişim engellendi';
$strAccessDeniedCreateConfig = 'Muhtemelen bunun sebebi yapılandırma dosyasını oluşturmadığınız içindir. Bir tane oluşturmak için %1$skurulum programcığı%2$s kullanmak isteyebilirsiniz.';
@@ -53,55 +54,54 @@ $strAfterInsertNewInsert = 'Yeni başka bir satır ekle';
$strAfterInsertNext = 'Sonraki satırı düzenle';
$strAfterInsertSame = 'Bu sayfaya geri dön';
$strAll = 'Tümü';
-$strAllowInterrupt = 'Küçük programcığın zaman sınırına yaklaşıldığını algılaması durumunda içeri aktarımı kesmeye izin ver. Bu büyük dosyaların içeri aktarımı için iyi bir yol olabilir, ancak hareketleri kesebilir.';
$strAllTableSameWidth = 'Bütün tablolar aynı genişlikte gösterilsin?';
+$strAllowInterrupt = 'Küçük programcığın zaman sınırına yaklaşıldığını algılaması durumunda içeri aktarımı kesmeye izin ver. Bu büyük dosyaların içeri aktarımı için iyi bir yol olabilir, ancak hareketleri kesebilir.';
$strAlterOrderBy = 'Tablo sıralamasını şuna göre değiştir';
+$strAnIndex = '%s üzerinde bir indeks eklendi';
$strAnalyze = 'İncele';
$strAnalyzeTable = 'Tabloyu incele';
$strAnd = 'Ve';
$strAndSmall = 've';
$strAndThen = 've sonra';
$strAngularLinks = 'Yönlendirmeli bağlantılar';
-$strAnIndex = '%s üzerinde bir indeks eklendi';
$strAny = 'Herhangi';
$strAnyHost = 'Herhangi anamakine';
$strAnyUser = 'Herhangi kullanıcı';
$strApplyChanges='Seçili Değişiklikleri Uygula';
$strApproximateCount = 'Yaklaşık olabilir. [a@./Documentation.html#faq3_11@Documentation]SSS 3.11[/a]\'e bakın';
-$strAPrimaryKey = '%s üzerinde birincil anahtar eklendi';
$strArabic = 'Arapça';
$strArmenian = 'Ermenice';
-$strAscending = 'Küçükten Büyüğe';
$strAsDefined = 'Tanımlandığı gibi:';
+$strAscending = 'Küçükten Büyüğe';
$strAtBeginningOfTable = 'Tablonun Başına';
$strAtEndOfTable = 'Tablonun Sonuna';
$strAttr = 'Öznitelikler';
$strAutomaticLayout = 'Otomatik yerleşim';
+$strBLOBRepository = 'BLOB Havuzu';
+$strBLOBRepositoryDamaged = 'Hasarlı';
+$strBLOBRepositoryDisable = 'Etkisiz';
+$strBLOBRepositoryDisableAreYouSure = 'Tüm BLOB referanslarını %s veritabanı için etkisizleştirmek istediğinize emin misiniz?';
+$strBLOBRepositoryDisableStrongWarning = 'BLOB Havuzunu ETKİSİZLEŞTİRMEK\'tesiniz!';
+$strBLOBRepositoryDisabled = 'Etkisizleştirildi';
+$strBLOBRepositoryEnable = 'Etkin';
+$strBLOBRepositoryEnabled = 'Etkinleştirildi';
+$strBLOBRepositoryRemove = 'BLOB Havuzu Referansını kaldır';
+$strBLOBRepositoryRepair = 'Onar';
+$strBLOBRepositoryUpload = 'BLOB Havuzuna gönder';
$strBack = 'Geri';
$strBaltic = 'Baltık';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Binari';
-$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
-$strBinaryLog = 'Binari günlüğü';
$strBinLogEventType = 'Olay türü';
$strBinLogInfo = 'Bilgi';
$strBinLogName = 'Günlük ismi';
$strBinLogOriginalPosition = 'Orijinal konum';
$strBinLogPosition = 'Konum';
$strBinLogServerId = 'Sunucu ID';
-$strBLOBRepository = 'BLOB Havuzu';
-$strBLOBRepositoryDamaged = 'Hasarlı';
-$strBLOBRepositoryDisableAreYouSure = 'Tüm BLOB referanslarını %s veritabanı için etkisizleştirmek istediğinize emin misiniz?';
-$strBLOBRepositoryDisabled = 'Etkisizleştirildi';
-$strBLOBRepositoryDisable = 'Etkisiz';
-$strBLOBRepositoryDisableStrongWarning = 'BLOB Havuzunu ETKİSİZLEŞTİRMEK\'tesiniz!';
-$strBLOBRepositoryEnabled = 'Etkinleştirildi';
-$strBLOBRepositoryEnable = 'Etkin';
-$strBLOBRepositoryRemove = 'BLOB Havuzu Referansını kaldır';
-$strBLOBRepositoryRepair = 'Onar';
-$strBLOBRepositoryUpload = 'BLOB Havuzuna gönder';
+$strBinary = 'Binari';
+$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
+$strBinaryLog = 'Binari günlüğü';
$strBookmarkAllUsers = 'Bütün kullanıcıların bu işaretlemeye erişimlerine izin ver';
$strBookmarkCreated = 'İşaretleme %s oluşturuldu';
$strBookmarkDeleted = 'İşaretleme silindi.';
@@ -110,24 +110,25 @@ $strBookmarkQuery = 'SQL sorgusu işaretlendi';
$strBookmarkReplace = 'Mevcut aynı ismin işaretlemesini değiştir';
$strBookmarkThis = 'Bu SQL sorgusunu işaretle';
$strBookmarkView = 'Sadece göster';
+$strBrowse = 'Gözat';
$strBrowseDistinctValues = 'Belirgin değerlere gözat';
$strBrowseForeignValues = 'Dış değerlere gözat';
-$strBrowse = 'Gözat';
-$strBufferPoolActivity = 'Ara Bellek Havuzu Etkinliği';
$strBufferPool = 'Ara Bellek Havuzu';
+$strBufferPoolActivity = 'Ara Bellek Havuzu Etkinliği';
$strBufferPoolUsage = 'Ara Bellek Havuzu Kullanımı';
-$strBufferReadMissesInPercent = 'Okuma kaçırması %';
$strBufferReadMisses = 'Okuma kaçırıyor';
-$strBufferWriteWaitsInPercent = 'Yazma beklemesi %';
+$strBufferReadMissesInPercent = 'Okuma kaçırması %';
$strBufferWriteWaits = 'Yazma bekliyor';
+$strBufferWriteWaitsInPercent = 'Yazma beklemesi %';
$strBulgarian = 'Bulgarca';
$strBusyPages = 'Meşgul sayfalar';
$strBzip = '"bzip olarak"';
+$strCSV = 'CSV';
$strCalendar = 'Takvim';
-$strCancel = 'İptal';
$strCanNotLoadExportPlugins = 'Dışarı aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!';
$strCanNotLoadImportPlugins = 'İçeri aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!';
+$strCancel = 'İptal';
$strCannotLogin = 'MySQL sunucusuna oturum açılamıyor';
$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] uzantısı yüklenemiyor. Lütfen PHP yapılandırmanızı kontrol edin.';
$strCantLoadRecodeIconv = 'Karakter grubu dönüşümü için gerekli olan iconv veya recode uzantıları yüklenemedi. Ya PHP\'yi bu uzantıları etkinleştirmek için yapılandırın ya da phpMyAdmin içinde karakter grubu dönüşümünü etkisizleştirin...';
@@ -137,24 +138,24 @@ $strCardinality = 'Önemlilik';
$strCaseInsensitive = 'büyük küçük harfe duyarsız';
$strCaseSensitive = 'büyük küçük harfe duyarlı';
$strCentralEuropean = 'Orta Avrupa';
+$strChange = 'Değiştir';
$strChangeCopyMode = 'Aynı yetkilerle yeni bir kullanıcı oluştur ve ...';
$strChangeCopyModeCopy = '... eski olanı sakla.';
$strChangeCopyModeDeleteAndReload = '... eski olanı kullanıcı tablolarından sil ve sonra da yetkileri yeniden yükle.';
$strChangeCopyModeJustDelete = '... eski olanı kullanıcı tablolarından sil.';
$strChangeCopyModeRevoke = '... eski olandan bütün aktif yetkileri iptal et ve sonra da sil.';
$strChangeCopyUser = 'Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala';
-$strChange = 'Değiştir';
$strChangeDisplay = 'Göstermek için alan seçin';
$strChangePassword = 'Parola değiştir';
$strCharset = 'Karakter grubu';
$strCharsetOfFile = 'Dosyanın karakter grubu:';
-$strCharsetsAndCollations = 'Karakter Grupları ve Karşılaştırmalar';
$strCharsets = 'Karakter grupları';
+$strCharsetsAndCollations = 'Karakter Grupları ve Karşılaştırmalar';
$strCheck = 'Seç';
$strCheckAll = 'Tümünü Seç';
$strCheckOverhead = 'Ek yükü olan tabloları kontrol et';
-$strCheckPrivsLong = '"%s" veritabanı için yetkileri kontrol et.';
$strCheckPrivs = 'Yetkileri kontrol et';
+$strCheckPrivsLong = '"%s" veritabanı için yetkileri kontrol et.';
$strCheckTable = 'Tabloyu kontrol et';
$strChoosePage = 'Lütfen düzenlemek için sayfa seçin';
$strColComFeat = 'Sütun Yorumları gösteriliyor';
@@ -178,20 +179,20 @@ $strConstraintsForDumped = 'Dökümü yapılmış tablolar için kısıtlamalar'
$strConstraintsForTable = 'Tablo kısıtlamaları';
$strControluserFailed = 'Yapılandırmanız içinde tanımlanmış denetim kullanıcıları için bağlantı başarısız.';
$strCookiesRequired = 'Bu kısmı geçmek için tanımlama bilgileri (Cookies) açık olmalı.';
-$strCopyDatabaseOK = '%s veritabanı %s\'e kopyalandı.';
$strCopy = 'Kopyala';
+$strCopyDatabaseOK = '%s veritabanı %s\'e kopyalandı.';
+$strCopyTable = 'Tabloyu şuna (veritabanı.tablo) kopyala:';
$strCopyTableOK = '%s tablosu %s üzerine kopyalandı.';
$strCopyTableSameNames = 'Tablo aynısına kopyalanamıyor!';
$strCouldNotConnectSource = 'Kaynağa bağlanamadı';
$strCouldNotConnectTarget = 'Hedefe bağlanamadı';
-$strCopyTable = 'Tabloyu şuna (veritabanı.tablo) kopyala:';
$strCouldNotKill = 'phpMyAdmin %s işlemini sonlandıramadı. Muhtemelen zaten kapatılmış.';
+$strCreate = 'Oluştur';
$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabanı Oluştur)';
$strCreateIndex = ' %s sütunda indeks oluştur.';
$strCreateIndexTopic = 'Yeni bir indeks oluştur';
$strCreateNewDatabase = 'Yeni veritabanı oluştur';
$strCreateNewTable = '%s veritabanında yeni tablo oluştur';
-$strCreate = 'Oluştur';
$strCreatePage = 'Yeni bir sayfa oluştur';
$strCreatePdfFeat = 'PDF\'lerin oluşturulması';
$strCreateRelation = 'İlişki oluştur';
@@ -204,54 +205,53 @@ $strCreateUserDatabaseWildcard = 'Joker isimlere tüm yetkileri ver (kullanıcı
$strCreationDates = 'Oluşturma/Güncelleme/Kontrol tarihleri';
$strCriteria = 'Kriter';
$strCroatian = 'Hırvatça';
-$strCSV = 'CSV';
$strCurrentServer = 'Şu anki sunucu';
$strCustomColor = 'Özel renk';
$strCyrillic = 'Kiril';
$strCzech = 'Çekçe';
$strCzechSlovak = 'Çekçe-Slovakça';
+$strDBComment = 'Veritabanı yorumu:';
+$strDBCopy = 'Veritabanını şuraya kopyala:';
+$strDBRename = 'Veritabanını şuna yeniden adlandır';
$strDanish = 'Danca';
-$strDatabase = 'Veritabanı';
-$strDatabaseEmpty = 'Veritabanı adı boş!';
-$strDatabaseExportOptions = 'Veritabanı dışarı aktarma seçenekleri';
-$strDatabaseHasBeenCreated = 'Veritabanı %1$s oluşturuldu.';
-$strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
-$strDatabaseNotExisting = '\'%s\' veritabanı mevcut değil.';
-$strDatabases = 'Veritabanları';
-$strDatabasesDropped = '%s veritabanları başarılı olarak kaldırıldı.';
-$strDatabase_src = 'Kaynak veritabanı';
-$strDatabasesStats = 'Veritabanı istatistikleri';
-$strDatabasesStatsDisable = 'İstatistikler etkisiz';
-$strDatabasesStatsEnable = 'İstatistikler etkin';
-$strDatabasesStatsHeavyTraffic = 'Not: Buradaki veritabanı istatistiklerini etkinleştirmek web sunucusu ile MySQL sunucusu arasında yüksek trafiğe yol açabilir.';
-$strDatabase_trg = 'Hedef veritabanı';
$strData = 'Veri';
$strDataDict = 'Veri sözlüğü';
$strDataDiff = 'Veri Farklılığı';
$strDataOnly = 'Sadece veri';
$strDataPages = 'Veri içeren sayfalar';
$strDataSyn = 'Veri Eşitleme';
-$strDBComment = 'Veritabanı yorumu:';
-$strDBCopy = 'Veritabanını şuraya kopyala:';
+$strDatabase = 'Veritabanı';
+$strDatabaseEmpty = 'Veritabanı adı boş!';
+$strDatabaseExportOptions = 'Veritabanı dışarı aktarma seçenekleri';
+$strDatabaseHasBeenCreated = 'Veritabanı %1$s oluşturuldu.';
+$strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
+$strDatabaseNotExisting = '\'%s\' veritabanı mevcut değil.';
+$strDatabase_src = 'Kaynak veritabanı';
+$strDatabase_trg = 'Hedef veritabanı';
+$strDatabases = 'Veritabanları';
+$strDatabasesDropped = '%s veritabanları başarılı olarak kaldırıldı.';
+$strDatabasesStats = 'Veritabanı istatistikleri';
+$strDatabasesStatsDisable = 'İstatistikler etkisiz';
+$strDatabasesStatsEnable = 'İstatistikler etkin';
+$strDatabasesStatsHeavyTraffic = 'Not: Buradaki veritabanı istatistiklerini etkinleştirmek web sunucusu ile MySQL sunucusu arasında yüksek trafiğe yol açabilir.';
$strDbIsEmpty = 'Veritabanı boş olarak görünüyor!';
$strDbPrivileges = 'Veritabanına özgü yetkiler';
-$strDBRename = 'Veritabanını şuna yeniden adlandır';
$strDbSpecific = 'Veritabanına özgü';
$strDefault = 'Varsayılan';
$strDefaultEngine = '%s bu MySQL sunucusundaki varsayılan depolama motorudur.';
$strDefaultValueHelp = 'Varsayılan değerler için lütfen sola eğik çizgisiz veya alıntısız sadece tek değer girin. Bu biçimi kullanın: a';
$strDefragment = 'Tabloyu birleştir';
+$strDelOld = 'Şu anki sayfa, daha fazla bulunması gereksiz tablolara verilmiş referanslara sahip. Bu referansları silmek ister misiniz?';
$strDelayedInserts = 'Gecikmiş eklemeleri kullan';
+$strDelete = 'Sil';
$strDeleteAndFlush = 'Kullanıcıları sil ve sonra da yetkileri yeniden yükle.';
$strDeleteAndFlushDescr = 'Bu en temiz yoldur fakat yetkileri yeniden yüklemek zaman alabilir.';
-$strDelete = 'Sil';
-$strDeleted = 'Satır silindi';
$strDeleteNoUsersSelected = 'Silmek için kullanıcı seçilmedi!';
$strDeleteRelation = 'İlişkiyi sil';
+$strDeleted = 'Satır silindi';
$strDeleting = '%s siliniyor';
$strDelimiter = 'Sınırlayıcı';
-$strDelOld = 'Şu anki sayfa, daha fazla bulunması gereksiz tablolara verilmiş referanslara sahip. Bu referansları silmek ister misiniz?';
$strDescending = 'Büyükten Küçüğe';
$strDescription = 'Açıklama';
$strDesigner = 'Tasarımcı';
@@ -260,23 +260,23 @@ $strDetails = 'Ayrıntılar...';
$strDictionary = 'sözlük';
$strDirectLinks = 'Doğrudan bağlantılar';
$strDirtyPages = 'Bozuk sayfalar';
-$strDisabled = 'Etkisiz';
$strDisableForeignChecks = 'Dış anahtar kontrolünü etkisizleştir';
+$strDisabled = 'Etkisiz';
$strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF şemasını göster';
$strDoAQuery = '"Örnek sorgu" yap. (joker: "%")';
+$strDoNotAutoIncrementZeroValues = 'Sıfır değerleri için AUTO_INCREMENT değeri kullanma';
+$strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinize emin misiniz? ';
$strDocSQL = 'DocSQL';
$strDocu = 'Belgeler';
-$strDoNotAutoIncrementZeroValues = 'Sıfır değerleri için AUTO_INCREMENT değeri kullanma';
$strDownloadFile = 'Dosyayı indir';
-$strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinize emin misiniz? ';
-$strDropDatabaseStrongWarning = 'Bütün bir veritabanını YOK ETMEK üzeresiniz!';
$strDrop = 'Kaldır';
+$strDropDatabaseStrongWarning = 'Bütün bir veritabanını YOK ETMEK üzeresiniz!';
$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 = '%s satır dökümü, %s. kayıttan başlıyor.';
+$strDumpingData = 'Tablo döküm verisi';
$strDynamic = 'değişken';
$strEdit = 'Düzenle';
@@ -287,15 +287,15 @@ $strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş bir sonuç kümesi döndürdü (örn. sıfır satır).';
$strEnabled = 'Etkin';
$strEncloseInTransaction = 'İşlem içinde dışarı aktarmayı kapsa';
+$strEnd = 'Son';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Son';
$strEngineAvailable = '%s bu MySQL sunucusunda var.';
$strEngineDisabled = '%s bu MySQL sunucusu için etkisizleştirildi.';
-$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklemez.';
-$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilir ';
+$strEngines = 'Motorlar';
$strEnglish = 'İngilizce';
+$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilir ';
$strError = 'Hata';
$strErrorInZipFile = 'ZIP arşivinde hata:';
$strErrorRelationAdded = 'Hata: İlişki eklenmedi.';
@@ -320,41 +320,41 @@ $strFailedAttempts = 'Başarısız deneme';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s alanı kaldırıldı';
$strFieldInsertFromFileTempDirNotExists = 'Gönderilen dosyayı taşıma hatası, SSS 1.11\'e bakın';
+$strFields = 'Alanlar';
$strFieldsEnclosedBy = 'Alanları kapsayan:';
$strFieldsEscapedBy = 'Alanları dolduran:';
-$strFields = 'Alanlar';
$strFieldsTerminatedBy = 'Alanları sonlandıran:';
$strFileAlreadyExists = '%s dosyası zaten sunucuda var, dosya adını değiştirin veya üzerine yazma seçeneğini işaretleyin.';
$strFileCouldNotBeRead = 'Dosya okunamadı';
+$strFileNameTemplate = 'Dosya adı şablonu';
$strFileNameTemplateDescription = 'Bu değer %1$sstrftime%2$s kullanılarak yorumlanır, bu yüzden zaman biçimlendirme dizgisi kullanabilirsiniz. İlave olarak yandaki dönüşümler meydana gelecek: %3$s. Diğer metin olduğu gibi tutulacak.';
$strFileNameTemplateDescriptionDatabase = 'veritabanı adı';
$strFileNameTemplateDescriptionServer = 'sunucu adı';
$strFileNameTemplateDescriptionTable = 'tablo adı';
-$strFileNameTemplate = 'Dosya adı şablonu';
$strFileNameTemplateRemember = 'şablonu hatırla';
-$strFiles = 'Dosyalar';
$strFileToImport = 'İçeri aktarmak için dosya';
+$strFiles = 'Dosyalar';
$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanıcıların yetkilerini doğrudan MySQL\'in yetki tablolarından alır. Bu tabloların içerikleri, eğer elle değiştirildiyse sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz%s gerekir.';
$strFlushQueryCache = 'Sorgu önbelleğini temizle';
-$strFlushTables = 'Tüm tabloları temizle (kapat)';
$strFlushTable = 'Tabloyu temizle ("FLUSH")';
+$strFlushTables = 'Tüm tabloları temizle (kapat)';
$strFontSize = 'Yazı Tipi boyutu';
$strForeignKeyError = '%1$s üzerinde dış anahtar oluşturma hatası (veri türlerini kontrol edin)';
$strForeignKeyRelationAdded = 'FOREIGN KEY bağlantısı eklendi';
-$strFormat = 'Biçim';
$strFormEmpty = 'Formda eksik değer!';
+$strFormat = 'Biçim';
$strFreePages = 'Serbest sayfalar';
$strFullStart = 'Tam başlat';
$strFullStop = 'Tam durdur';
$strFullText = 'Tam Metinler';
-$strFunctions = 'İşlevler';
$strFunction = 'İşlev';
+$strFunctions = 'İşlevler';
$strGenBy = 'Üreten:';
-$strGeneralRelationFeat = 'Genel ilişki özellikleri';
-$strGeneratePassword = 'Parola Üret';
-$strGenerate = 'Üret';
$strGenTime = 'Üretim Zamanı';
+$strGeneralRelationFeat = 'Genel ilişki özellikleri';
+$strGenerate = 'Üret';
+$strGeneratePassword = 'Parola Üret';
$strGeorgian = 'Gürcüce';
$strGerman = 'Almanca';
$strGetMoreThemes = 'Daha fazla tema al!';
@@ -369,6 +369,8 @@ $strGrantOption = 'Onayla';
$strGreek = 'Yunanca';
$strGzip = '"gzip olarak"';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Denetimci';
$strHasBeenAltered = 'değiştirildi.';
$strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
@@ -380,70 +382,68 @@ $strHideShowAll = 'Tümünü Gizle/Göster';
$strHideShowNoRelation = 'İlişkisi olmayan Tabloları Gizle/Göster';
$strHome = 'Giriş';
$strHomepageOfficial = 'Resmî phpMyAdmin Anasayfası';
-$strHostEmpty = 'Anamakine adı boş!';
$strHost = 'Anamakine';
+$strHostEmpty = 'Anamakine adı boş!';
$strHostTableExplanation = 'Anamakine tablosu kullanıldığında bu alan yoksayılır ve yerine Anamakine tablosunda depolanan değerler kullanılır.';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Macarca';
+$strIEUnsupported = 'Internet Explorer bu işlevi desteklemiyor.';
$strIcelandic = 'İzlandaca';
$strId = 'ID';
$strIdxFulltext = 'Tam metin';
-$strIEUnsupported = 'Internet Explorer bu işlevi desteklemiyor.';
-$strIgnoreDuplicates = 'Kopya satırları yoksay';
$strIgnore = 'Yoksay';
+$strIgnoreDuplicates = 'Kopya satırları yoksay';
$strIgnoreInserts = 'Yoksayılan eklemeleri kullan';
+$strImport = 'İçeri Aktar';
$strImportColNames = 'İlk sıradaki sütun isimleri';
$strImportEmptyRows = 'Boş sıraları içeri aktarma';
$strImportExportCoords = 'PDF şeması için düzenlemeleri İçeri/Dışarı Aktar';
$strImportFiles = 'Dosyaları içeri aktar';
$strImportFormat = 'İçeri aktarılmış dosyanın biçimi';
-$strImport = 'İçeri Aktar';
$strImportLargeFileUploading = 'Gönderilen dosya muhtemelen en fazla izin verilen boyuttan büyük veya bu webkit tabanlı (Safari, Google Chrome, Arora vs.) tarayıcılardaki bilinen bir hatadır.';
$strImportNoticePt1 = 'Aşağıdaki yapılar ya oluşturuldu ya da değiştirildi. Buyurun:';
$strImportNoticePt2 = 'İsmine tıklayarak yapının içeriklerini görüntüleyin';
$strImportNoticePt3 = 'Uyan "Seçenekler" bağlantısına tıklayarak bunun herhangi bir ayarını değiştirin';
$strImportNoticePt4 = 'Aşağıdaki "Yapı" bağlantısıyla bunun yapısını düzenleyin';
-$strImportODSCurrency = 'Parasalları içeri aktar ($5.00\'dan 5.00\'a)';
$strImportODS = 'Açık Kaynaklı Tablolama Belgesi';
+$strImportODSCurrency = 'Parasalları içeri aktar ($5.00\'dan 5.00\'a)';
$strImportODSPercents = 'Yüzdeleri doğru ondalık olarak içeri aktar (%12.00\'dan .12\'ye)';
$strImportProceedingFile = 'Dosya işleme alındı, lütfen sabırlı olun.';
$strImportSuccessfullyFinished = 'İçeri aktarma başarılı olarak bitti, %d sorgu çalıştırıldı.';
$strImportUploadInfoNotAvailable = 'Lütfen sabırlı olun, dosya gönderilmekte. Gönderme ile ilgili ayrıntılar mevcut değil.';
$strImportXLS = 'Excel 97-2003 XLS Kitabı';
$strImportXLSX = 'Excel 2007 XLSX Kitabı';
-$strIndexes = 'İndeksler';
-$strIndexesSeemEqual = 'İndeks %1$s ve %2$s eşit görünüyor ve bunlardan birinin silinmesi mümkün olabilir.';
-$strIndexHasBeenDropped = '%s indeksi kaldırıldı';
+$strInUse = 'kullanımda';
$strIndex = 'İndeks';
+$strIndexHasBeenDropped = '%s indeksi kaldırıldı';
$strIndexName = 'İndeks ismi:';
$strIndexType = 'İndeks türü :';
$strIndexWarningTable = '`%s` tablosunun indeksleri ile ilgili sorunlar';
+$strIndexes = 'İndeksler';
+$strIndexesSeemEqual = 'İndeks %1$s ve %2$s eşit görünüyor ve bunlardan birinin silinmesi mümkün olabilir.';
$strInnoDBAutoextendIncrement = 'Artış miktarını otomatik genişlet';
$strInnoDBAutoextendIncrementDesc = 'Tablo dolduğunda otomatik genişleyen tablo alanının genişlemesi için artış miktarı boyutu.';
$strInnoDBBufferPoolSize = 'Ara bellek havuzu boyutu';
$strInnoDBBufferPoolSizeDesc = 'Hafıza ara belleği boyutu InnoDB, veriyi önbelleklemek ve tablolarını indekslemek için kullanır.';
$strInnoDBDataFilePath = 'Veri dosyaları';
-$strInnoDBDataHomeDirDesc = 'Tüm InnoDB veri dosyaları için dizin yolunun ortak kısmı.';
$strInnoDBDataHomeDir = 'Veri ana dizini';
+$strInnoDBDataHomeDirDesc = 'Tüm InnoDB veri dosyaları için dizin yolunun ortak kısmı.';
$strInnoDBPages = 'sayfa';
$strInnodbStat = 'InnoDB Durumu';
$strInsecureMySQL = 'Yapılandırma dosyanız varsayılan MySQL yetkili hesapla uyuşan ayarlar (parolasız root) içeriyor. MySQL sunucunuz bu varsayılan, dışardan girişe açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz gerekmektedir.';
+$strInsert = 'Ekle';
$strInsertAsNewRow = 'Yeni satır olarak ekle';
$strInsertedRowId = 'Eklenen satır id: %1$d';
-$strInsert = 'Ekle';
$strInterface = 'Arabirim';
$strInternalAndForeign = 'FOREIGN KEY bağlantısının yerini tutan bir bağlantı varken dahili bağlantı mümkün değildir.';
$strInternalRelationAdded = 'Dahili ilişki eklendi';
$strInternalRelations = 'Dahili ilişkiler';
-$strInUse = 'kullanımda';
$strInvalidAuthMethod = 'Yapılandırma içinde geçersiz kimlik denetimi yöntemi ayarı:';
-$strInvalidColumnCount = 'Sütun sayısı sıfırdan büyük olmalı.';
-$strInvalidColumn = 'Geçersiz sütun (%s) belirlenmiş!';
$strInvalidCSVFieldCount = 'CSV girişinde %d. satırda geçersiz alan sayısı.';
$strInvalidCSVFormat = 'CSV girişinin %d. satırında geçersiz biçim.';
$strInvalidCSVParameter = 'CSV girişi için geçersiz parametre: %s';
+$strInvalidColumn = 'Geçersiz sütun (%s) belirlenmiş!';
+$strInvalidColumnCount = 'Sütun sayısı sıfırdan büyük olmalı.';
$strInvalidDatabase = 'Geçersiz veritabanı';
$strInvalidFieldAddCount = 'En az bir alan eklemek zorundasınız.';
$strInvalidFieldCount = 'Tablonun en az bir alanı olmalı.';
@@ -456,8 +456,8 @@ $strInvalidTableName = 'Geçersiz tablo adı';
$strJapanese = 'Japonca';
$strJoins = 'Birleştirmeler';
$strJumpToDB = '"%s" veritabanına git.';
-$strJustDeleteDescr = '"Silinmiş" kullanıcılar, yetkiler yeniden yüklenene kadar her zaman olduğu gibi sunucuya hala erişilebileceklerdir.';
$strJustDelete = 'Sadece kullanıcıları yetki tablolarından sil.';
+$strJustDeleteDescr = '"Silinmiş" kullanıcılar, yetkiler yeniden yüklenene kadar her zaman olduğu gibi sunucuya hala erişilebileceklerdir.';
$strKeepPass = 'Parolayı değiştirme';
$strKeyCache = 'Anahtar önbelleği';
@@ -466,21 +466,21 @@ $strKill = 'Sonlandır';
$strKnownExternalBug = '%s işlevselliği bilinen bir hata tarafından zarar görmüş, bakınız %s';
$strKorean = 'Korece';
+$strLDI = 'VERİ YÜKLE kullanarak CSV';
+$strLDILocal = 'YEREL anahtar kelime kullan';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Peyzaj';
$strLanguage = 'Dil';
$strLanguageUnknown = 'Bilinmeyen dil: %1$s.';
$strLatchedPages = 'Sabitlenmiş sayfalar';
$strLatexCaption = 'Tablo başlığı';
$strLatexContent = '__TABLE__ tablosunun içeriği';
-$strLatexContinuedCaption = 'Devam eden tablo başlığı';
$strLatexContinued = '(devam eden)';
+$strLatexContinuedCaption = 'Devam eden tablo başlığı';
$strLatexIncludeCaption = 'Tablo başlığını dahil et';
$strLatexLabel = 'Etiket anahtarı';
-$strLaTeX = 'LaTeX';
$strLatexStructure = '__TABLE__ tablosunun yapısı';
$strLatvian = 'Litvanyaca';
-$strLDILocal = 'YEREL anahtar kelime kullan';
-$strLDI = 'VERİ YÜKLE kullanarak CSV';
$strLengthSet = 'Uzunluk/Değerler';
$strLimitNumRows = 'Sayfa başına satır sayısı';
$strLinesTerminatedBy = 'Satırı sonlandıran:';
@@ -489,67 +489,68 @@ $strLinksTo = 'Şuna bağlantı ver ->';
$strLithuanian = 'Litvanyaca';
$strLocalhost = 'Yerel';
$strLocationTextfile = 'Metin dosyasının yeri';
-$strLoginInformation = 'Oturum Açma Bilgisi';
+$strLogPassword = 'Parola:';
+$strLogServer = 'Sunucu';
+$strLogServerHelp = 'Anamakine adı/IP adresi ve bağlantı noktasını boşluk bırakarak ayrı ayrı girebilirsiniz.';
+$strLogUsername = 'Kullanıcı Adı:';
$strLogin = 'Oturum Aç';
+$strLoginInformation = 'Oturum Açma Bilgisi';
$strLoginWithoutPassword = 'Yapılandırma tarafından parolasız oturum açma yasaktır (AllowNoPassword\'a bakın)';
$strLogout = 'Oturumu Kapat';
-$strLogPassword = 'Parola:';
-$strLogServerHelp = 'Anamakine adı/IP adresi ve bağlantı noktasını boşluk bırakarak ayrı ayrı girebilirsiniz.';
-$strLogServer = 'Sunucu';
-$strLogUsername = 'Kullanıcı Adı:';
$strLongOperation = 'Bu işlem uzun zaman alabilir. Yine de ilerlensin mi?';
+$strMIMETypesForTable = 'TABLO MIME TÜRLERİ';
+$strMIME_MIMEtype = 'MIME türü';
+$strMIME_available_mime = 'Mevcut MIME türleri';
+$strMIME_available_transform = 'Mevcut dönüşümler';
+$strMIME_description = 'Açıklama';
+$strMIME_nodescription = 'Bu dönüşüm için mevcut açıklama yok. Lütfen yazara %s ne yapar diye sorun.';
+$strMIME_transformation = 'Tarayıcı dönüşümü';
+$strMIME_transformation_note = 'Mevcut dönüşüm seçeneklerinin listesi ve bunların MIME türü 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 biçimi kullanarak giriniz: \'a\', 100, b,\'c\'... Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').';
+$strMIME_without = 'İtalik olarak yazılmış MIME türleri ayrı bir dönüşüm işlevine sahip değildir.';
$strMaxConnects = 'En fazla eşzamanlı bağlantı';
$strMaximalQueryLength = 'Oluşturulan sorgunun azami uzunluğu';
$strMaximumSize = 'En fazla: %s%s';
$strMbExtensionMissing = 'mbstring PHP uzantısı bulunamadı ve çoklu bayt karakter grubu kullandığınız görünüyor. Mbstring uzantısı olmadan phpMyAdmin karakter dizgilerini doğru olarak bölemez ve bu beklenmedik sonuçlar doğurabilir.';
$strMbOverloadWarning = 'PHP yapılandırmanızda mbstring.func_overload işlevini etkinleştirmişsiniz. Bu seçenek phpMyAdmin ile uyumlusuzdur ve bazı veri bozulmalarına sebep olabilir!';
$strMediaWiki = 'MedyaViki Tablosu';
-$strMIME_available_mime = 'Mevcut MIME türleri';
-$strMIME_available_transform = 'Mevcut dönüşümler';
-$strMIME_description = 'Açıklama';
-$strMIME_MIMEtype = 'MIME türü';
-$strMIME_nodescription = 'Bu dönüşüm için mevcut açıklama yok. Lütfen yazara %s ne yapar diye sorun.';
-$strMIME_transformation_note = 'Mevcut dönüşüm seçeneklerinin listesi ve bunların MIME türü 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 biçimi kullanarak giriniz: \'a\', 100, b,\'c\'... Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').';
-$strMIME_transformation = 'Tarayıcı dönüşümü';
-$strMIMETypesForTable = 'TABLO MIME TÜRLERİ';
-$strMIME_without = 'İtalik olarak yazılmış MIME türleri ayrı bir dönüşüm işlevine sahip değildir.';
$strModifications = 'Değişiklikler kaydedildi';
$strModify = 'Değiştir';
$strModifyIndexTopic = 'Indeksi değiştir';
$strMoveMenu = 'Menüyü taşı';
+$strMoveTable = 'Tabloyu şuna (veritabanı.tablo) taşı:';
$strMoveTableOK = '%s tablosu %s üzerine taşındı.';
$strMoveTableSameNames = 'Tablo aynısına taşınamıyor!';
-$strMoveTable = 'Tabloyu şuna (veritabanı.tablo) taşı:';
$strMultilingual = 'çokdilli';
-$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirlenmediğinde MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan bayt cinsinden varsayılan imleç boyutu.';
$strMyISAMDataPointerSize = 'Veri imleci boyutu';
-$strMyISAMMaxExtraSortFileSizeDesc = 'Eğer hızlı MyISAM indeksi oluşturulması için kullanılan geçici dosya, burada belirlenmiş miktar tarafından kullanılan anahtar önbelleğinden büyükse, anahtar önbellek yöntemi tercih edilir.';
+$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirlenmediğinde MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan bayt cinsinden varsayılan imleç boyutu.';
$strMyISAMMaxExtraSortFileSize = 'İndeks oluşturmada kullanılan geçici dosyalar için en fazla boyut';
-$strMyISAMMaxSortFileSizeDesc = 'MySQL\'in, bir MyISAM indeksi yeniden oluşturulurken kullanmaya izin verdiği geçici dosyanın en fazla boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).';
+$strMyISAMMaxExtraSortFileSizeDesc = 'Eğer hızlı MyISAM indeksi oluşturulması için kullanılan geçici dosya, burada belirlenmiş miktar tarafından kullanılan anahtar önbelleğinden büyükse, anahtar önbellek yöntemi tercih edilir.';
$strMyISAMMaxSortFileSize = 'Geçici sıralama dosyaları için en fazla boyut.';
-$strMyISAMRecoverOptionsDesc = '-myisam-recover sunucusu başlat seçeneği yoluyla ayarlanan, çökmüş MyISAM tablolarını otomatik kurtarmak için kip.';
+$strMyISAMMaxSortFileSizeDesc = 'MySQL\'in, bir MyISAM indeksi yeniden oluşturulurken kullanmaya izin verdiği geçici dosyanın en fazla boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).';
$strMyISAMRecoverOptions = 'Otomatik kurtarma kipi';
-$strMyISAMRepairThreadsDesc = 'Eğer bu değer 1\'den büyükse, sıralama işlemi tarafından yapılan onarma sırasında, MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde) paralel olarak oluşturulur.';
+$strMyISAMRecoverOptionsDesc = '-myisam-recover sunucusu başlat seçeneği yoluyla ayarlanan, çökmüş MyISAM tablolarını otomatik kurtarmak için kip.';
$strMyISAMRepairThreads = 'İşlemleri onar';
+$strMyISAMRepairThreadsDesc = 'Eğer bu değer 1\'den büyükse, sıralama işlemi tarafından yapılan onarma sırasında, MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde) paralel olarak oluşturulur.';
$strMyISAMSortBufferSize = 'Ara bellek boyutunu sırala';
$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutu sırasında MyISAM indeksleri sıralanırken ya da CREATE INDEX veya ALTER TABLE komutuyla indeksler oluşturulduğunda ayrılan ara bellek miktarı.';
$strMySQLCharset = 'MySQL karakter grubu';
-$strMysqlClientVersion = 'MySQL istemci sürümü';
$strMySQLConnectionCollation = 'MySQL bağlantı karşılaştırması';
-$strMysqlLibDiffersServerVersion = 'PHP MySQL kütüphanenizin %s sürümü MySQL sunucunuzun %s sürümünden farklı. Bu tarafsız davranışa sebep olabilir.';
$strMySQLSaid = 'MySQL çıktısı: ';
$strMySQLShowProcess = 'İşlemleri göster';
+$strMysqlClientVersion = 'MySQL istemci sürümü';
+$strMysqlLibDiffersServerVersion = 'PHP MySQL kütüphanenizin %s sürümü MySQL sunucunuzun %s sürümünden farklı. Bu tarafsız davranışa sebep olabilir.';
$strName = 'İsim';
$strNavTableFilter = 'Süzgeç';
$strNext = 'İleri';
+$strNo = 'Hayır';
$strNoActivity = '%s saniye içinde hiçbir işlem yapılmadı, lütfen yeniden oturum açın';
+$strNoDataReceived = 'İçeri aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. SSS 1.16\'ya bakın.';
$strNoDatabases = 'Veritabanı yok';
$strNoDatabasesSelected = 'Veritabanı seçilmedi.';
-$strNoDataReceived = 'İçeri aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. SSS 1.16\'ya bakın.';
$strNoDescription = 'Açıklama yok';
$strNoDetailsForEngine = 'Bu depolama motoru için ayrıntılı durum bilgisi mevcut değil.';
$strNoDropDatabases = '"DROP DATABASE" ifadesi etkisiz.';
@@ -559,9 +560,6 @@ $strNoFrames = 'phpMyAdmin, çerçeve-kabiliyeti olan tarayıcı ile daha
$strNoIndex = 'Tanımlı indeks yok!';
$strNoIndexPartsDefined = 'Tanımlı indeks kısımları yok!';
$strNoModification = 'Değişiklik yok';
-$strNoneDefault = 'Hiçbiri';
-$strNone = 'Hiçbiri';
-$strNo = 'Hayır';
$strNoOptions = 'Bu biçimin seçenekleri yok';
$strNoPassword = 'Parola yok';
$strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.';
@@ -572,17 +570,19 @@ $strNoRowsSelected = 'Satır seçilmedi';
$strNoSpace = '%s dosyasını kaydetmek için yetersiz alan.';
$strNoTablesFound = 'Veritabanında tablo bulunamadı.';
$strNoThemeSupport = 'Tema desteği yok, lütfen yapılandırmanızı ve/veya %s dizinindeki temalarınızı kontrol edin.';
+$strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
+$strNoValidateSQL = 'SQL Onaylamayı atla';
+$strNone = 'Hiçbiri';
+$strNoneDefault = 'Hiçbiri';
$strNotNumber = 'Bu bir sayı değil!';
$strNotOK = 'TAMAM değil';
$strNotSet = '%s tablosu bulunamadı veya %s içinde ayarlanmadı';
-$strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
-$strNoValidateSQL = 'SQL Onaylamayı atla';
$strNull = 'Boş';
-$strNumberOfFields = 'Alan sayısı';
-$strNumberOfTables = 'Tablo sayısı';
$strNumSearchResultsInTable = '%s eşleşme, %s tablosu içinde';
$strNumSearchResultsTotal = 'Toplam:%s eşleşme';
$strNumTables = 'Tablolar';
+$strNumberOfFields = 'Alan sayısı';
+$strNumberOfTables = 'Tablo sayısı';
$strOK = 'TAMAM';
$strOpenDocumentSpreadsheet = 'Açık Belge Hesap Çizelgesi';
@@ -597,21 +597,6 @@ $strOr = 'Veya';
$strOverhead = 'Ek Yük';
$strOverwriteExisting = 'Mevcut dosya(ların)nın üzerine yaz';
-$strPacked = 'Paketlendi';
-$strPageNumber = 'Sayfa numarası:';
-$strPagesToBeFlushed = 'Temizlenen sayfalar';
-$strPaperSize = 'Kağıt boyutu';
-$strPartialImport = 'Kısmi içeri aktarma';
-$strPartialText = 'Kısmi Metinler';
-$strPartitionDefinition = 'PARTITION tanımı';
-$strPartitioned = 'bölüme ayrıldı';
-$strPartitionMaintenance = 'Bölüm bakımı';
-$strPartition = 'Bölüm %s';
-$strPasswordChanged = '%s için parola başarılı olarak değiştirildi.';
-$strPasswordEmpty = 'Parola boş!';
-$strPasswordHashing = 'Parola Hesaplanıyor';
-$strPasswordNotSame = 'Parolalar birbiriyle aynı değil!';
-$strPassword = 'Parola';
$strPBXTCheckpointFrequency = 'Kontrol noktası sıklığı';
$strPBXTCheckpointFrequencyDesc = 'Kontrol noktası oluşturulmadan önce işlem günlüğüne yazılan veri miktarı. Varsayılan değer 24MB\'tır.';
$strPBXTDataFileGrowSize = 'Veri dosyası büyüme boyutu';
@@ -636,21 +621,36 @@ $strPBXTRowFileGrowSize = 'Satır dosyası büyüme boyutu';
$strPBXTRowFileGrowSizeDesc = 'Satır gösterge (.xtr) dosyalarının büyüme boyutu.';
$strPBXTTransactionBufferSize = 'İşlem arabellek boyutu';
$strPBXTTransactionBufferSizeDesc = 'Genel işlem günlüğü arabellek boyutu (motor bu boyutun 2 arabelleğini ayırır). Varsayılan 1MB\'tır.';
-$strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
-$strPdfInvalidTblName = ' "%s" tablosu yok!';
-$strPdfNoTables = 'Tablolar yok';
$strPDF = 'PDF';
$strPDFReportExplanation = '(Tek tablonun verisini içeren bir rapor üretir)';
$strPDFReportTitle = 'Rapor başlığı';
+$strPHPExtension = 'PHP uzantısı';
+$strPHPVersion = 'PHP Sürümü';
+$strPacked = 'Paketlendi';
+$strPageNumber = 'Sayfa numarası:';
+$strPagesToBeFlushed = 'Temizlenen sayfalar';
+$strPaperSize = 'Kağıt boyutu';
+$strPartialImport = 'Kısmi içeri aktarma';
+$strPartialText = 'Kısmi Metinler';
+$strPartition = 'Bölüm %s';
+$strPartitionDefinition = 'PARTITION tanımı';
+$strPartitionMaintenance = 'Bölüm bakımı';
+$strPartitioned = 'bölüme ayrıldı';
+$strPassword = 'Parola';
+$strPasswordChanged = '%s için parola başarılı olarak değiştirildi.';
+$strPasswordEmpty = 'Parola boş!';
+$strPasswordHashing = 'Parola Hesaplanıyor';
+$strPasswordNotSame = 'Parolalar birbiriyle aynı değil!';
+$strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
+$strPdfInvalidTblName = ' "%s" tablosu yok!';
+$strPdfNoTables = 'Tablolar yok';
$strPerHour = 'saat başına';
$strPerMinute = 'dakika başına';
$strPerSecond = 'saniye başına';
$strPersian = 'Farsça';
$strPhoneBook = 'telefon defteri';
-$strPhpArray = 'PHP düzeni';
$strPhp = 'PHP Kodu oluştur';
-$strPHPExtension = 'PHP uzantısı';
-$strPHPVersion = 'PHP Sürümü';
+$strPhpArray = 'PHP düzeni';
$strPlayAudio = 'Ses çal';
$strPleaseSelectPrimaryOrUniqueKey = 'Lütfen birincil anaktarı veya benzersiz anahtarı seçin';
$strPmaDocumentation = 'phpMyAdmin belgeleri';
@@ -660,16 +660,16 @@ $strPort = 'B.Noktası';
$strPortrait = 'Portre';
$strPos1 = 'Yukarı';
$strPrevious = 'Önceki';
+$strPrimary = 'Birincil';
$strPrimaryKeyHasBeenDropped = 'Birincil anahtar kaldırıldı';
$strPrimaryKeyName = 'Birincil anahtarın ismi "PRIMARY" olmalıdır!';
$strPrimaryKeyWarning = '("PRIMARY" sadece ve sadece bir birincil anahtarın ismi olmalıdır!';
-$strPrimary = 'Birincil';
$strPrint = 'Yazdır';
-$strPrintViewFull = 'Baskı görünümü (tüm metinler ile)';
$strPrintView = 'Baskı görünümü';
+$strPrintViewFull = 'Baskı görünümü (tüm metinler ile)';
$strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.';
-$strPrivDescAlterRoutine = 'Depolanan yordamların değiştirilmesine ve kaldırılmasına izin verir.';
$strPrivDescAlter = 'Varolan tabloların yapısının değiştirilmesine izin verir.';
+$strPrivDescAlterRoutine = 'Depolanan yordamların değiştirilmesine ve kaldırılmasına izin verir.';
$strPrivDescCreateDb = 'Yeni veritabanları ve tabloların oluşturulmasına izin verir.';
$strPrivDescCreateRoutine = 'Depolanan yordamların oluşturulmasına izin verir.';
$strPrivDescCreateTbl = 'Yeni tabloların oluşturulmasına izin verir.';
@@ -680,8 +680,8 @@ $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.';
$strPrivDescEvent = 'Olay zamanlayıcısı için olayları ayarlamaya izin verir';
-$strPrivDescExecute5 = 'Depolanan yordamların yürütülmesine izin verir.';
$strPrivDescExecute = 'Depolanmış işlemlerin çalıştırılmasına izin verir; bu MySQL sürümünde etkisi yoktur.';
+$strPrivDescExecute5 = 'Depolanan yordamların yürütülmesine izin verir.';
$strPrivDescFile = 'Verinin içeri ve dışarı aktarılmasına izin verir.';
$strPrivDescGrant = 'Yetki tablolarını yeniden yüklemeden yeni kullanıcıların ve yetkilerin eklenmesine izin verir.';
$strPrivDescIndex = 'İndekslerin oluşturulmasına ve kaldırılmasına izin verir.';
@@ -704,8 +704,8 @@ $strPrivDescSuper = 'En fazla bağlantı sayısı aşılsa bile bağlanmasına i
$strPrivDescTrigger = 'Tetikleyicileri oluşturmaya ve kaldırmaya izin verir';
$strPrivDescUpdate = 'Veri değiştirilmesine izin ver.';
$strPrivDescUsage = 'Yetkiniz yok.';
-$strPrivilegesReloaded = 'Yetkiler başarılı olarak yüklendi.';
$strPrivileges = 'Yetkiler';
+$strPrivilegesReloaded = 'Yetkiler başarılı olarak yüklendi.';
$strProcedures = 'Yordamlar';
$strProcesses = 'İşlemler';
$strProcesslist = 'İşlem listesi';
@@ -713,9 +713,9 @@ $strProfiling = 'Profil çıkart';
$strProtocolVersion = 'Protokol sürümü';
$strPutColNames = 'İlk satır içine alan adlarını koy';
+$strQBE = 'Sorgu';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
-$strQBE = 'Sorgu';
$strQueryCache = 'Sorgu önbelleği';
$strQueryFrame = 'Sorgu penceresi';
$strQueryOnDb = '%s veritabanında SQL sorgusu:';
@@ -726,6 +726,7 @@ $strQueryTime = 'Sorgu %01.4f san. sürdü';
$strQueryType = 'Sorgu türü';
$strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma';
+$strReType = 'Yeniden gir';
$strReadRequests = 'İstekleri oku';
$strRebuild = 'Yeniden Oluştur';
$strReceived = 'Alınan';
@@ -733,28 +734,29 @@ $strRecommended = 'önerilir';
$strRecords = 'Kayıtlar';
$strReferentialIntegrity = 'İlgili bütünlük kontrolü:';
$strRefresh = 'Yenile';
+$strRelationDeleted = 'İlişki silindi';
+$strRelationNotWorking = 'Bağlı tablolar ile çalışan ilave özellikler etkisizleştirildi. Nedenini öğrenmek için %sburaya%s tıklayın.';
+$strRelationView = 'İlişki görünümü';
$strRelationalDisplayField = 'Bağlantılı görüntü alanı';
$strRelationalKey = 'Bağlantılı anahtar';
$strRelationalSchema = 'İlişkisel şema';
-$strRelationDeleted = 'İlişki silindi';
-$strRelationNotWorking = 'Bağlı tablolar ile çalışan ilave özellikler etkisizleştirildi. Nedenini öğrenmek için %sburaya%s tıklayın.';
-$strRelationsForTable = 'TABLO İLİŞKİLERİ';
$strRelations = 'İlişkiler';
-$strRelationView = 'İlişki görünümü';
-$strReloadingThePrivileges = 'Yetkiler yeniden yükleniyor';
-$strReloadPrivileges = 'Yetkileri yeniden yükle';
+$strRelationsForTable = 'TABLO İLİŞKİLERİ';
$strReload = 'Yeniden Yükle';
+$strReloadPrivileges = 'Yetkileri yeniden yükle';
+$strReloadingThePrivileges = 'Yetkiler yeniden yükleniyor';
$strRemoteServer = 'Uzak sunucu';
$strRemoveCRLF = 'Alanlar içindeki CRLF karakterlerini kaldır';
$strRemovePartitioning = 'Bölümlendirmeyi kaldır';
$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 şuna adlandır';
+$strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı';
$strRepair = 'Onar';
$strRepairTable = 'Tabloyu onar';
$strReplaceNULLBy = 'NULL\'u bunla değiştir:';
$strReplaceTable = 'Tablo verisini dosya ile değiştir';
+$strReplication = 'Kopya etme';
$strReplicationAddLines = 'Şimdi, aşağıdaki satırları my.cnf dosyamın sonuna ekle ve ondan sonra lütfen MySQL sunucusunu yeniden başlatın.';
$strReplicationAddSlaveUser = 'Slave kopya etme kullanıcısı ekle';
$strReplicationChangedSuccesfully = 'Asıl sunucu %s \'na başarılı olarak değiştirildi';
@@ -762,12 +764,11 @@ $strReplicationConfiguredMaster = 'Bu sunucu kopya etme işlemi sırasında ası
$strReplicationControlSlave = 'Slave\'i kontrol et:';
$strReplicationErrorGetPosition = 'Master günlük konumu okunamıyor. Master üzerinde mümkün yetki sorunu.';
$strReplicationErrorMasterConnect = 'Master %s sunucusuna bağlanılamıyor.';
+$strReplicationMaster = 'Asılı kopya etme';
$strReplicationMasterChooseAll = 'Tüm veritabanlarını kopya et; Yoksay:';
$strReplicationMasterChooseIgn = 'Tüm veritabanlarını yoksay; Kopya et:';
$strReplicationMasterChooseMode = 'Bu sunucu kopya etme işlemi sırasında asıl sunucu olarak yapılandırılmadı. Ya tüm veritabanlarının kopya etmeyi ve belirli olanı yok saymayı (eğer veritabanlarının çoğunluğunu kopya etmek isterseniz kullanışlıdır) seçebilirsiniz ya da varsayılan olarak tüm veritabanlarını yoksaymayı ve kopya etmek için sadece belirli veritabanlarına izin verebilirsiniz. Lütfen modu seçin:';
$strReplicationMasterConfiguration = 'Master yapılandırması';
-$strReplicationMaster = 'Asılı kopya etme';
-$strReplication = 'Kopya etme';
$strReplicationRestartServer = 'MySQL sunucusunu bir kez yeniden başlattığınızda, lütfen Git düğmesine tıklayın. Ondan sonra bu sunucunun asıl olarak yapılandırıldığını gösteren, sizi uyaran bir mesaj görmelisiniz';
$strReplicationSelectDatabases = 'Lütfen veritabanlarını seçin:';
$strReplicationServernConfiguredMaster = 'Bu sunucu kopya etme işlemi sırasında asıl sunucu olarak yapılandırılmadı. Bunu yapılandırmak ister misiniz?';
@@ -775,6 +776,7 @@ $strReplicationShowConnectedSlaves = 'Bağlı slave\'leri göster';
$strReplicationShowConnectedSlavesNote = 'Sadece slave\'ler, bu listede --report-host=host_name seçeneğiyle görünen bu şekilde başlar.';
$strReplicationShowMasterStatus = 'Master durumunu göster';
$strReplicationSkippingErrorWarn = 'Hata(ları)yı atlamak master ve slave\'i eşitlenmemeye sürükleyebilir!';
+$strReplicationSlave = 'Slave kopya etme';
$strReplicationSlaveChangeMaster = 'Asıl sunucuyu değiştir veya yeniden yapılandır';
$strReplicationSlaveConfiguration = 'Slave yapılandırması';
$strReplicationSlaveConfigured = 'Sunucu kopya etme işlemi sırasında slave sunucu olarak yapılandırıldı. Bunu istiyor musunuz:';
@@ -782,15 +784,14 @@ $strReplicationSlaveErrorManagement = 'Hata yönetimi:';
$strReplicationSlaveIOThread = 'Sadece G/Ç İşlemi %s';
$strReplicationSlaveNotConfigured = 'Bu sunucu kopya etme işlemi sırasında slave sunucu olarak yapılandırılmadı. Bunu yapılandırmak ister misiniz?';
$strReplicationSlaveReset = 'Slave\'i sıfırla';
+$strReplicationSlaveSQLThread = 'Sadece SQL İşlemi %s';
$strReplicationSlaveSeeStatus = 'Slave durum tablosuna bak';
$strReplicationSlaveSkipCurrentError = 'Şu anki hatayı atla';
-$strReplicationSlaveSkipNextErrors = 'hata.';
$strReplicationSlaveSkipNext = 'İleri atla';
-$strReplicationSlave = 'Slave kopya etme';
-$strReplicationSlaveSQLThread = 'Sadece SQL İşlemi %s';
+$strReplicationSlaveSkipNextErrors = 'hata.';
+$strReplicationStatus = 'Kopya etme durumu';
$strReplicationStatusInfo = 'Bu MySQL sunucusu kopya etme işlemleri içinde %s olarak çalışır. Sunucudaki kopya etme durumuyla ilgili daha ayrıntılı bilgi için lütfen kopya etme bölümünü ziyaret edin.';
$strReplicationStatus_master = 'Master durumu';
-$strReplicationStatus = 'Kopya etme durumu';
$strReplicationStatus_slave = 'Slave durumu';
$strReplicationSynchronize = 'Asılı ile veritabanlarını eşitle';
$strReplicationUnableToChange = 'Master değiştirilemiyor';
@@ -798,32 +799,41 @@ $strReplicationUnknownError = 'Bilinmeyen hata';
$strReset = 'Sıfırla';
$strResourceLimits = 'Kaynak sınırları';
$strRestartInsertion = '%s satırlı eklemeyi yeniden başlat';
-$strReType = 'Yeniden gir';
-$strRevokeAndDeleteDescr = 'Kullanıcılar, yetkiler yeniden yüklenene kadar hala USAGE yetkisine sahip olacaklar.';
-$strRevokeAndDelete = 'Kullanıcılardan tüm aktif yetkileri geri al ve sonra da sil.';
$strRevoke = 'Geri al';
+$strRevokeAndDelete = 'Kullanıcılardan tüm aktif yetkileri geri al ve sonra da sil.';
+$strRevokeAndDeleteDescr = 'Kullanıcılar, yetkiler yeniden yüklenene kadar hala USAGE yetkisine sahip olacaklar.';
$strRevokeMessage = '%s için yetkileri geri aldınız';
$strRomanian = 'Romence';
-$strRoutines = 'Yordamlar';
$strRoutineReturnType = 'Dönüş türü';
+$strRoutines = 'Yordamlar';
$strRowLength = 'Satır uzunluğu';
+$strRowSize = ' Satır boyutu ';
+$strRows = 'Satır';
$strRowsAffected = '%1$d satır etkilendi.';
$strRowsDeleted = '%1$d satır silindi.';
$strRowsFrom = 'satır, başlayacağı kayıt numarası:';
$strRowsInserted = '%1$d satır eklendi.';
-$strRowSize = ' Satır boyutu ';
$strRowsModeFlippedHorizontal = 'yatay (döndürülmüş başlıklar)';
$strRowsModeHorizontal = 'yatay';
$strRowsModeOptions = '%s kipinde ve %s hücre sonra başlığı tekrarla.';
$strRowsModeVertical = 'dikey';
-$strRows = 'Satır';
$strRowsStatistic = 'Satır İstatistikleri';
-$strRunning = '%s üzerinde çalışıyor';
$strRunQuery = 'Sorguyu Gönder';
-$strRunSQLQueryOnServer = '%s sunucusu üzerinde SQL sorgusunu/sorgularını çalıştır';
$strRunSQLQuery = '%s veritabanı üzerinde SQL sorgusunu/sorgularını çalıştır';
+$strRunSQLQueryOnServer = '%s sunucusu üzerinde SQL sorgusunu/sorgularını çalıştır';
+$strRunning = '%s üzerinde çalışıyor';
$strRussian = 'Rusça';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL uyumluluk kipi';
+$strSQLExportType = 'Dışarı aktarma türü';
+$strSQLParserBugMessage = 'SQL ayrıştırıcısında bir hata bulabilme ihtimaliniz var. Lütfen sorgunuzu yakından dikkatli bir şekilde gözden geçirin ve tırnakların doğru ve uyumsuz olmadığını kontrol edin. Diğer muhtemel hata nedenleri tırnaklı metin alanının dışında binari ile dosya gönderiyor olmanız olabilir. Aynı zamanda sorgunuzu MySQL komut satırı arabiriminde deneyebilirsiniz. Eğer hata varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir. Eğer hala sorunlarınız varsa ya da komut satırı arabirimi başarılı olduğunda ayrıştırıcı başarısızsa, lütfen sorunlara neden olan SQL sorgu girişinizi tek bir sorguya indirgeyin ve aşağıdaki CUT bölümü içindeki veri yığını ile birlikte hata raporunu gönderin:';
+$strSQLParserUserError = 'SQL sorgunuzda bir hata olduğu görünüyor. Eğer varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir.';
+$strSQLQuery = 'SQL sorgusu';
+$strSQLResult = 'SQL sonucu';
+$strSQPBugInvalidIdentifer = 'Geçersiz Tanımlayıcı';
+$strSQPBugUnclosedQuote = 'Kapatılmamış tırnak';
+$strSQPBugUnknownPunctuation = 'Bilinmeyen Noktalama İşareti Dizgisi';
$strSave = 'Kaydet';
$strSaveOnServer = 'Sunucuda %s dizinine kaydet';
$strSavePosition = 'Konumu kaydet';
@@ -850,29 +860,30 @@ $strSelectReferencedKey = 'Kaynak gösterilen anahtarı seç';
$strSelectTables = 'Tabloları seç';
$strSend = 'Dosya olarak kaydet';
$strSent = 'Gönderilen';
+$strServer = 'Sunucu';
$strServerChoice = 'Sunucu Seçimi';
$strServerNotResponding = 'Sunucu yanıt vermiyor';
-$strServers = 'Sunucular';
$strServerStatus = 'Çalışma Süresi Bilgisi';
$strServerStatusDelayedInserts = 'Gecikmiş eklemeler';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi: %s. Başlatıldığı zaman: %s.';
-$strServer = 'Sunucu';
$strServerTabVariables = 'Değişkenler';
$strServerTrafficNotes = 'Sunucu trafiği: Bu tablolar sunucunun başlatıldığı andan itibaren MySQL sunucusunun ağ trafiği istatistiklerini gösterir.';
$strServerVars = 'Sunucu değişkenleri ve ayarları';
$strServerVersion = 'Sunucu sürümü';
+$strServers = 'Sunucular';
$strSessionGCWarning = 'phpMyAdmin içinde yapılandırılmış tanımlama bilgisi geçerliliği PHP parametreleriniz [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] düşük, bundan dolayı oturum açmanızın süresi phpMyAdmin içinde yapılandırılmadıkça dolacaktır.';
$strSessionStartupErrorGeneral = 'Oturum hatasız olarak başlatılamıyor, lütfen PHP ve/veya web sunucusu günlüğü dosyanızda verilen hataları kontrol edin ve PHP kurulumunuzu düzgün olarak yapılandırın.';
$strSessionValue = 'Oturum değeri';
$strSetEnumVal = 'Eğer alan türü "enum" veya "set" ise lütfen değerleri bu biçimi kullanarak girin: \'a\',\'b\',\'c\'... Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').';
$strSettings = 'ayarlar';
$strSetupAllowAnywhereRecoding_name = 'Karakter grubu dönüştürmeye izin ver';
-$strSetupAllowArbitraryServer_desc = 'Eğer etkinleştirilirse kullanıcı herhangi MySQL sunucusuna tanımlama bilgisi kimlik denetimiyle oturum açma formundan girebilir';
$strSetupAllowArbitraryServerMsg = 'Bu [a@?page=form&formset=features#tab_Security]seçenek[/a] etkisizleştirilmedikçe saldırganların herhangi bir MySQL sunucusuna bruteforce yöntemiyle oturum açmasına izin verecektir. Eğer bunun gerekli olduğunu düşünüyorsanız, [a@?page=form&formset=features#tab_Security]güvenilir proksi listesi[/a] kullanın. Ancak, IP-tabanlı koruma eğer IP\'niz, sizinde dahil olduğunuz binlerce kullanıcıya sahip ve bağlı olduğunuz bir ISS\'e aitse güvenilir olmayabilir .';
+$strSetupAllowArbitraryServer_desc = 'Eğer etkinleştirilirse kullanıcı herhangi MySQL sunucusuna tanımlama bilgisi kimlik denetimiyle oturum açma formundan girebilir';
$strSetupAllowArbitraryServer_name = 'Herhangi MySQL sunucusuna oturum açmaya izin ver';
$strSetupAllowUserDropDatabase_name = '"Veritabanını kaldır" bağlantısını normal kullanıcılara göster';
-$strSetupblowfish_secret_desc = '[kbd]Tanımlama bilgisi[/kbd] kimlik denetiminde tanımlama bilgilerini şifrelemek için kullanılan gizli şifreleme tekniği';
-$strSetupblowfish_secret_name = 'Blowfish gizliliği';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 sıkıştırması ve açması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
+$strSetupBZipDump_desc = 'İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] sıkıştırma etkin';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Anahtar harf, numara [em]ve[/em] özel karakterler içermelidir';
$strSetupBlowfishSecretLengthMsg = 'Anahtar çok kısa, en az 8 karakter olmalıdır';
$strSetupBlowfishSecretMsg = 'Blowfish gizlilik grubuna sahip değildiniz ve tanımlama bilgisi kimlik denetimini etkinleştirmelisiniz, bu yüzden anahtar sizin için otomatik olarak oluşturuldu. Bu tanımlama bilgilerini şifrelemek için kullanılır; bunu hatırlamanıza gerek yoktur.';
@@ -880,9 +891,6 @@ $strSetupBrowseMarkerEnable_desc = 'Seçili satırları vurgular';
$strSetupBrowseMarkerEnable_name = 'Satır işaretleyicisi';
$strSetupBrowsePointerEnable_desc = 'Vurgulanan satır fare imleci tarafından işaret edilir';
$strSetupBrowsePointerEnable_name = 'Vurgulama işaretçisi';
-$strSetupBZipDump_desc = 'İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] sıkıştırma etkin';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 sıkıştırması ve açması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
$strSetupCannotLoadConfig = 'Yapılandırma yüklenemiyor veya kaydedilemiyor';
$strSetupCannotLoadConfigMsg = 'Lütfen [a@../Documentation.html#setup_script]belge[/a] içinde açıklandığı gibi phpMyAdmin en yüksek düzey dizininde web sunucusu yazılabilir klasörü olarak [em]config[/em] oluşturun. Yoksa sadece indirmenize veya görüntülemenize izin verecektir.';
$strSetupCharEditing_desc = 'CHAR ve VARCHAR alanları için hangi tür düzenleme denetimlerinin kullanılacağını tanımlar; [kbd]girdi[/kbd] - girdi uzunluğunun sınırlamasına izin verir, [kbd]metinalanı[/kbd] - alanlarda yeni satırlara izin verir';
@@ -898,8 +906,8 @@ $strSetupCompressOnFly_name = 'Anında sıkıştır';
$strSetupConfigurationFile = 'Yapılandırma dosyası';
$strSetupConfirm_desc = 'Veri kaybı yaşamamanız için bir uyarı ("... yapmak istediğiniz için emin misiniz?") görüntülenip görüntülenmeyeceğidir';
$strSetupConfirm_name = 'DROP sorgularını onayla';
-$strSetupDefaultCharset_name = 'Varsayılan karakter grubu';
$strSetupDefaultCharset_desc = 'Dönüştürmeler için kullanılan varsayılan karakter grubu';
+$strSetupDefaultCharset_name = 'Varsayılan karakter grubu';
$strSetupDefaultLanguage = 'Varsayılan dil';
$strSetupDefaultServer = 'Varsayılan sunucu';
$strSetupDefaultTabDatabase_desc = 'Veritabanı girildiğinde görüntülenen sekme';
@@ -909,27 +917,14 @@ $strSetupDefaultTabServer_name = 'Varsayılan sunucu sekmesi';
$strSetupDefaultTabTable_desc = 'Tablo girildiğinde görüntülenen sekme';
$strSetupDefaultTabTable_name = 'Varsayılan tablo sekmesi';
$strSetupDirectoryNotice = 'Sunucunuzdaki diğer kullanıcılar tarafından bu dizinin ne kelime erişimi ne de okunabilir veya yazılabilir olmadığına emin olmak için bu değer iki defa kontrol edilmelidir.';
+$strSetupDisplay = 'Görüntüle';
$strSetupDisplayDatabasesList_desc = 'Veritabanı listelemeyi aşağı açılır menü yerine liste olarak gösterir';
$strSetupDisplayDatabasesList_name = 'Veritabanlarını liste olarak görüntüle';
-$strSetupDisplay = 'Görüntüle';
$strSetupDisplayServersList_desc = 'Sunucu listelemeyi aşağı açılır menü yerine liste olarak gösterir';
$strSetupDisplayServersList_name = 'Sunucuları liste olarak görüntüle';
$strSetupDonateLink = 'Bağış';
$strSetupDownload = 'İndir';
$strSetupEndOfLine = 'Satır sonu';
-$strSetuperror_connection = 'MySQL sunucusuna bağlanamadı';
-$strSetuperror_empty_pmadb_password = 'pmadb kullanan boş phpMyAdmin denetim kullanıcısı parolası';
-$strSetuperror_empty_pmadb_user = 'pmadb kullanan boş phpMyAdmin denetim kullanıcısı';
-$strSetuperror_empty_signon_session = 'Oturum açma kimlik denetimi yöntemi kullanan boş oturum açma oturumu adı';
-$strSetuperror_empty_signon_url = 'Oturum açma kimlik denetimi yöntemi kullanan boş oturum açma URL\'si';
-$strSetuperror_empty_user_for_config_auth = 'Kimlik denetimi yöntemi yapılandırması kullanan boş kullanıcı adı';
-$strSetuperror_form = 'Gönderilmiş form hatalar içeriyor';
-$strSetuperror_incorrect_ip_address = 'Yanlış IP adresi: %s';
-$strSetuperror_incorrect_port = 'Geçerli bağlantı noktası numarası değil';
-$strSetuperror_incorrect_value = 'Yanlış değer';
-$strSetuperror_missing_field_data = '%s için kayıp veri';
-$strSetuperror_nan_nneg = 'Negatif olmayan sayı değil';
-$strSetuperror_nan_p = 'Pozitif sayı değil';
$strSetupExecTimeLimit_desc = 'Betiğin çalışmasına izin verilecek saniye sayısı ayarıdır (sınırsız için [kbd]0[/kbd])';
$strSetupExecTimeLimit_name = 'En fazla yürütme süresi';
$strSetupExport_asfile_name = 'Dosyayı farklı kaydet';
@@ -943,8 +938,8 @@ $strSetupExport_onserver_name = 'Sunucuda kaydet';
$strSetupExport_onserver_overwrite_name = 'Var olan dosya(ların)nın üzerine yaz';
$strSetupExport_remember_file_template_name = 'Dosya adı şablonunu hatırla';
$strSetupFalse = 'hayır';
-$strSetupForceSSL_desc = 'phpMyAdmin kullanırken güvenli bağlantıya zorlar';
$strSetupForceSSLMsg = 'Eğer web sunucunuz destekliyorsa, bu [a@?page=form&formset=features#tab_Security]seçenek[/a] etkinleştirilmelidir';
+$strSetupForceSSL_desc = 'phpMyAdmin kullanırken güvenli bağlantıya zorlar';
$strSetupForceSSL_name = 'SSL bağlantıya zorla';
$strSetupForeignKeyDropdownOrder_desc = 'Dış anahtar aşağı açılır kutusu içindeki öğeler için sıralama düzeni; [kbd]content[/kbd] başvurulan veridir, [kbd]id[/kbd] anahtar değerdir';
$strSetupForeignKeyDropdownOrder_name = 'Dış anahtar aşağı açılır düzeni';
@@ -983,12 +978,6 @@ $strSetupForm_Server_login_options = 'Oturum açma seçenekleri';
$strSetupForm_Server_login_options_desc = 'Oturum açma kimlik denetimi için oturum açma seçeneklerini girin';
$strSetupForm_Server_pmadb = 'PMA veritabanı';
$strSetupForm_Server_pmadb_desc = 'İlave özelliklere erişim kazanmak için phpMyAdmin veritabanını yapılandırır, belgelerde [a@../Documentation.html#linked-tables]bağlantılı tablolar altyapısına[/a] bakın';
-$strSetupFormset_customization = 'Özelleştirme';
-$strSetupFormset_export = 'Dışarı aktarma seçeneklerini özelleştir';
-$strSetupFormset_features = 'Özellikler';
-$strSetupFormset_import = 'İçeri aktarma varsayılanlarını özelleştir';
-$strSetupFormset_left_frame = 'Rehber çerçeveyi özelleştir';
-$strSetupFormset_main_frame = 'Ana çerçeveyi özelleştir';
$strSetupForm_Sql_box = 'SQL Sorgu kutusu';
$strSetupForm_Sql_box_desc = 'SQL Sorgu kutularında gösterilecek bağlantıları özelleştirir';
$strSetupForm_Sql_queries = 'SQL sorguları';
@@ -997,9 +986,15 @@ $strSetupForm_Startup = 'Başlangıç';
$strSetupForm_Startup_desc = 'Başlangıç sayfasını özelleştirir';
$strSetupForm_Tabs = 'Sekmeler';
$strSetupForm_Tabs_desc = 'Sekmelerin nasıl çalışmasını istiyorsanız seçin';
+$strSetupFormset_customization = 'Özelleştirme';
+$strSetupFormset_export = 'Dışarı aktarma seçeneklerini özelleştir';
+$strSetupFormset_features = 'Özellikler';
+$strSetupFormset_import = 'İçeri aktarma varsayılanlarını özelleştir';
+$strSetupFormset_left_frame = 'Rehber çerçeveyi özelleştir';
+$strSetupFormset_main_frame = 'Ana çerçeveyi özelleştir';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip sıkıştırması ve açması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
$strSetupGZipDump_desc = 'İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] sıkıştırma etkin';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip sıkıştırması ve açması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
$strSetupHomepageLink = 'phpMyAdmin ana sayfası';
$strSetupIconvExtraParams_name = 'Iconv için ilave parametreler';
$strSetupIgnoreErrors = 'Hataları yoksay';
@@ -1030,9 +1025,9 @@ $strSetupLeftFrameLight_name = 'Hafif sürümü kullan';
$strSetupLeftFrameTableLevel_name = 'En fazla tablo ağacı derinliği';
$strSetupLeftFrameTableSeparator_desc = 'Tabloları farklı ağaç seviyelerine ayıran dizgidir';
$strSetupLeftFrameTableSeparator_name = 'Tablo ağacı ayıracı';
-$strSetupLeftLogoLink_name = 'Logo bağlantısı URL\'si';
$strSetupLeftLogoLinkWindow_desc = 'Bağlantılı sayfayı ana pencerede ([kbd]ana[/kbd]) veya yeni bir tanede ([kbd]yeni[/kbd]) açar';
$strSetupLeftLogoLinkWindow_name = 'Logo bağlantısı hedefi';
+$strSetupLeftLogoLink_name = 'Logo bağlantısı URL\'si';
$strSetupLeftPointerEnable_desc = 'Fare imleci altında sunucuyu vurgula';
$strSetupLeftPointerEnable_name = 'Vurgulamalar etkin';
$strSetupLetUserChoose = 'kullanıcı seçsin';
@@ -1045,8 +1040,8 @@ $strSetupLoginCookieRecall_desc = 'Önceki kullanıcı adının hatırlanıp hat
$strSetupLoginCookieRecall_name = 'Kullanıcı adını hatırla';
$strSetupLoginCookieStore_desc = 'Oturum açma tanımlama bilgisinin ne kadar (saniye olarak) tarayıcıda depolanacağını tanımlar. Varsayılan 0 değeri anlamı sadece var olan oturum için tutulacağıdır, ve tarayıcı penceresini kapatır kapatmaz silinecektir. Bu güvenli olmayan ortamlar için önerilir.';
$strSetupLoginCookieStore_name = 'Oturum açma tanımlama bilgisi depolama';
-$strSetupLoginCookieValidity_desc = 'Oturum açma tanımlama bilgisinin ne kadar (saniye cinsinden) geçerli olacağını tanımlar';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Oturum açma tanımlama bilgisi geçerliliği[/a] en fazla 1800 saniyeye (30 dakika) ayarlanmalıdır. 1800\'den büyük değerler taklit edilme gibi güvenlik riski yaratabilir.';
+$strSetupLoginCookieValidity_desc = 'Oturum açma tanımlama bilgisinin ne kadar (saniye cinsinden) geçerli olacağını tanımlar';
$strSetupLoginCookieValidity_name = 'Oturum açma tanımlama bilgisi geçerliliği';
$strSetupMaxCharactersInDisplayedSQL_desc = 'SQL sorgusu görüntülendiğinde kullanılan en fazla karakter sayısıdır';
$strSetupMaxCharactersInDisplayedSQL_name = 'En fazla görüntülenecek SQL uzunluğu';
@@ -1084,18 +1079,36 @@ $strSetupRecodingEngine_desc = 'Karakter grubu dönüştürme için kullanılaca
$strSetupRecodingEngine_name = 'Kaydetme motoru';
$strSetupRestoreDefaultValue = 'Varsayılan değeri geri yükle';
$strSetupRevertErroneousFields = 'Hatalı alanları varsayılan değerlerine döndürmeyi dene';
+$strSetupSQLQuery_Edit_name = 'Düzenle';
+$strSetupSQLQuery_Explain_name = 'SQL\'i açıkla';
+$strSetupSQLQuery_Refresh_name = 'Yenile';
+$strSetupSQLQuery_ShowAsPHP_name = 'PHP Kodu oluştur';
+$strSetupSQLQuery_Validate_name = 'SQL\'i onayla';
$strSetupSaveDir_desc = 'Dışarı aktarmaların sunucu üzerinde kaydedilebileceği dizin';
$strSetupSaveDir_name = 'Kayıt dizini';
$strSetupServerAuthConfigMsg = '[kbd]Yapılandırma[/kbd] kimlik denetimi türünü ayarladınız ve buna otomatik oturum açma için kullanıcı adı ve parola dahildir, canlı anamakineler için istenmeyen bir seçenektir. phpMyAdmin URL\'nizi bilen veya tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. [a@?page=servers&mode=edit&id=%1$d#tab_Server]Kimlik denetimi türünü[/a] [kbd]tanımlama bilgisine[/kbd] ya da [kbd]http[/kbd] olarak ayarlayın.';
$strSetupServerExtensionMsg = 'Verim almak için mysqli kullanmalısınız';
$strSetupServerNoPasswordMsg = 'Sunucuya parolasız bağlanmaya izin verdiniz.';
+$strSetupServerSecurityInfoMsg = 'Eğer bunun gerekli olduğunu düşünüyorsanız, ilave koruma ayarları kullanın- [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]anamakine kimlik denetimi[/a] ayarları ve [a@?page=form&formset=features#tab_Security]güvenilir proksi listesi[/a]. Ancak, IP-tabanlı koruma eğer IP\'niz, sizinde dahil olduğunuz binlerce kullanıcıya sahip ve bağlı olduğunuz bir ISS\'e aitse güvenilir olmayabilir .';
+$strSetupServerSslMsg = 'Eğer web sunucunuz destekliyorsa SSL bağlantı kullanmalısınız';
$strSetupServersAdd = 'Yeni sunucu ekle';
+$strSetupServersEdit = 'Sunucuyu düzenle';
$strSetupServers_AllowDeny_order_desc = 'Eğer kullanılmayacaksa boş bırakın';
$strSetupServers_AllowDeny_order_name = 'Anamakine kimlik denetimi düzeni';
$strSetupServers_AllowDeny_rules_desc = 'Varsayılan için boş bırakın';
$strSetupServers_AllowDeny_rules_name = 'Anamakine kimlik denetimi kuralları';
$strSetupServers_AllowNoPassword_name = 'Parolasız oturum açmaya izin ver';
$strSetupServers_AllowRoot_name = 'Root\'un oturum açmasına izin ver';
+$strSetupServers_CountTables_desc = 'Veritabanı listesini gösterirken tabloları sayar';
+$strSetupServers_CountTables_name = 'Tabloları say';
+$strSetupServers_DisableIS_desc = '[a@http://sf.net/support/tracker.php?aid=1849494]PMA hata izleyici[/a] ve [a@http://bugs.mysql.com/19588]MySQL Hataları[/a] üzerine daha fazla bilgi';
+$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA kullanımı etkisiz';
+$strSetupServers_LogoutURL_name = 'Oturum kapatma URL\'si';
+$strSetupServers_ShowDatabasesCommand_desc = 'Mevcut veritabanları getirmek için SQL komutu';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES komutu';
+$strSetupServers_SignonSession_desc = 'Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]Kimlik denetimi türlerine[/a] bakın';
+$strSetupServers_SignonSession_name = 'Oturum açma oturumu adı';
+$strSetupServers_SignonURL_name = 'Oturum açma URL\'si';
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey donanımsal kimlik denetimi[/a] için yapılandırma dosyası yolu (belge kök klasörünüzde yer almaz; önerilen: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = 'SweKey yapılandırma dosyası';
$strSetupServers_auth_type_desc = 'Kullanmak için kimlik denetimi yöntemi';
@@ -1111,14 +1124,8 @@ $strSetupServers_connect_type_name = 'Bağlantı türü';
$strSetupServers_controlpass_name = 'Denetim kullanıcısı parolası';
$strSetupServers_controluser_desc = 'Sınırlı yetkilerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla bilgi [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]\'de mevcuttur';
$strSetupServers_controluser_name = 'Denetim kullanıcısı';
-$strSetupServers_CountTables_desc = 'Veritabanı listesini gösterirken tabloları sayar';
-$strSetupServers_CountTables_name = 'Tabloları say';
$strSetupServers_designer_coords_desc = 'Tasarımcı desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Tasarımcı tablosu';
-$strSetupServers_DisableIS_desc = '[a@http://sf.net/support/tracker.php?aid=1849494]PMA hata izleyici[/a] ve [a@http://bugs.mysql.com/19588]MySQL Hataları[/a] üzerine daha fazla bilgi';
-$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA kullanımı etkisiz';
-$strSetupServerSecurityInfoMsg = 'Eğer bunun gerekli olduğunu düşünüyorsanız, ilave koruma ayarları kullanın- [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]anamakine kimlik denetimi[/a] ayarları ve [a@?page=form&formset=features#tab_Security]güvenilir proksi listesi[/a]. Ancak, IP-tabanlı koruma eğer IP\'niz, sizinde dahil olduğunuz binlerce kullanıcıya sahip ve bağlı olduğunuz bir ISS\'e aitse güvenilir olmayabilir .';
-$strSetupServersEdit = 'Sunucuyu düzenle';
$strSetupServers_extension_desc = 'Kullanmak için hangi PHP uzantısı; Eğer destekleniyorsa mysqli kullanmalısınız';
$strSetupServers_extension_name = 'Kullanmak için PHP uzantısı';
$strSetupServers_hide_db_desc = 'Düzenli anlatıma (PCRE) uyan veritabanlarını gizler';
@@ -1127,7 +1134,6 @@ $strSetupServers_history_desc = 'SQL sorgu geçmişi desteği istenmiyorsa boş
$strSetupServers_history_name = 'SQL sorgu geçmişi tablosu';
$strSetupServers_host_desc = 'MySQL sunucusunun çalıştığı anamakine';
$strSetupServers_host_name = 'Sunucu anamakine adı';
-$strSetupServers_LogoutURL_name = 'Oturum kapatma URL\'si';
$strSetupServers_nopassword_desc = 'Parolasız bağlanmayı dener';
$strSetupServers_nopassword_name = 'Parolasız bağlan';
$strSetupServers_only_db_desc = 'MySQL joker karakterleri (% ve _) kullanabilirsiniz, eğer bunların aslına uygun örneklerini kullanmak istiyorsanız bundan kaçının, örn. \'my\_db\' kullanın ve \'my_db\' kullanmayın';
@@ -1142,19 +1148,13 @@ $strSetupServers_port_desc = 'MySQL sunucusunun dinlemede olduğu bağlantı nok
$strSetupServers_port_name = 'Sunucu bağ.noktası';
$strSetupServers_relation_desc = '[a@http://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_relation[/kbd]';
$strSetupServers_relation_name = 'İlişki tablosu';
-$strSetupServers_ShowDatabasesCommand_desc = 'Mevcut veritabanları getirmek için SQL komutu';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES komutu';
-$strSetupServers_SignonSession_desc = 'Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]Kimlik denetimi türlerine[/a] bakın';
-$strSetupServers_SignonSession_name = 'Oturum açma oturumu adı';
-$strSetupServers_SignonURL_name = 'Oturum açma URL\'si';
-$strSetupServerSslMsg = 'Eğer web sunucunuz destekliyorsa SSL bağlantı kullanmalısınız';
$strSetupServers_socket_desc = 'MySQL sunucusunun dinlemede olduğu soket, varsayılan ayar için boş bırakın';
$strSetupServers_socket_name = 'Sunucu soketi';
$strSetupServers_ssl_name = 'SSL kullan';
-$strSetupServers_table_info_desc = 'Görüntü alanlarını tanımlayan tablodur, destek istenmiyorsa boş bırakın; varsayılan: [kbd]pma_table_info[/kbd]';
-$strSetupServers_table_info_name = 'Görüntü alanları tablosu';
$strSetupServers_table_coords_desc = 'PDF şeması desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_table_coords[/kbd]';
$strSetupServers_table_coords_name = 'PDF şeması: tablo koordinatları';
+$strSetupServers_table_info_desc = 'Görüntü alanlarını tanımlayan tablodur, destek istenmiyorsa boş bırakın; varsayılan: [kbd]pma_table_info[/kbd]';
+$strSetupServers_table_info_name = 'Görüntü alanları tablosu';
$strSetupServers_user_desc = 'Eğer yapılandırma kimlik denetimi kullanılmıyorsa boş bırakın';
$strSetupServers_user_name = 'Yapılandırma kimlik den. için kullanıcı';
$strSetupServers_verbose_check_desc = 'Eğer pma_* tablolarınızın güncel olduğunu biliyorsanız etkisizleştirin. Bu uyumluluk kontrollerini önler ve dolayısıyla performansı arttırır';
@@ -1173,9 +1173,9 @@ $strSetupShowFunctionFields_name = 'İşlev alanlarını göster';
$strSetupShowHiddenMessages = 'Gizli mesajları göster (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = '[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısına bağlantıyı gösterir';
$strSetupShowPhpInfo_name = 'phpinfo() bağlantısını göster';
-$strSetupShowServerInfo_name = 'Ayrıntılı MySQL sunucu bilgisini göster';
$strSetupShowSQL_desc = 'phpMyAdmin tarafından oluşturulan SQL sorgularının görüntülenip görüntülenmeyeceğini tanımlar';
$strSetupShowSQL_name = 'SQL sorgularını göster';
+$strSetupShowServerInfo_name = 'Ayrıntılı MySQL sunucu bilgisini göster';
$strSetupShowStats_desc = 'Veritabanı ve tablo istatistiklerini görüntülemek için izin verir (örn. alan kullanımı)';
$strSetupShowStats_name = 'İstatistikleri göster';
$strSetupShowTooltipAliasDB_desc = 'Eğer araç ipuçları etkinse ve veritabanı yorumu ayarlıysa bu, yorumu ve gerçek ismi çevirecek';
@@ -1185,11 +1185,6 @@ $strSetupShowTooltipAliasTB_name = 'Tablonun ismi yerine yorumunu görüntüle';
$strSetupShowTooltip_name = 'Araç ipuçlarında tablo yorumlarını görüntüle';
$strSetupSkipLockedTables_desc = 'Kullanılan tabloları işaretleyin ve veritabanlarını kilitli tablolarla birlikte gösterilmesini mümkün yapın';
$strSetupSkipLockedTables_name = 'Kilitli tabloları atla';
-$strSetupSQLQuery_Edit_name = 'Düzenle';
-$strSetupSQLQuery_Explain_name = 'SQL\'i açıkla';
-$strSetupSQLQuery_Refresh_name = 'Yenile';
-$strSetupSQLQuery_ShowAsPHP_name = 'PHP Kodu oluştur';
-$strSetupSQLQuery_Validate_name = 'SQL\'i onayla';
$strSetupSuggestDBName_desc = '"Veritabanı Oluşturma" formunda veritabanı önerir (eğer mümkünse) veya metin alanını boş tutar';
$strSetupSuggestDBName_name = 'Yeni veritabanı adı öner';
$strSetupTrue = 'evet';
@@ -1201,6 +1196,7 @@ $strSetupUseDbSearch_desc = 'Tüm veritabanı içinde aramaya izin verir';
$strSetupUseDbSearch_name = 'Veritabanı aramayı kullan';
$strSetupVerboseMultiSubmit_desc = 'Çoklu ifade sorgularında etkilenmiş her ifade sırasını gösterir. İfadenin ne kadar sorgu içerebileceği varsayılanı için libraries/import.lib.php\'ye bakın.';
$strSetupVerboseMultiSubmit_name = 'Çoklu ifadeler için fazla bilgi';
+$strSetupVersionCheck = 'Sürüm kontrolü';
$strSetupVersionCheckDataError = 'Sürüm okuma başarısız. Çevrimdışı olabilirsiniz ya da yükseltme sunucusu cevap vermiyordur.';
$strSetupVersionCheckInvalid = 'Sunucudan geçersiz sürüm dizgisi alındı';
$strSetupVersionCheckLink = 'Son sürümü kontrol et';
@@ -1208,27 +1204,37 @@ $strSetupVersionCheckNewAvailable = 'phpMyAdmin\'in yeni sürümü mevcut ve yü
$strSetupVersionCheckNewAvailableSvn = 'Altsürüm sürümünü kullanıyorsunuz, [kbd]svn güncellemesini[/kbd] çalıştırın :-)[br]Son kararlı sürüm %s, %s tarihinde yayınlandı.';
$strSetupVersionCheckNone = 'Daha yeni kararlı sürüm mevcut değil';
$strSetupVersionCheckUnparsable = 'Eşleştirilemez sürüm dizgisi';
-$strSetupVersionCheck = 'Sürüm kontrolü';
$strSetupVersionCheckWrapperError = 'Ne URL ne de CURL mevcut. Sürüm kontrolü mümkün değil.';
$strSetupWarning = 'Uyarı';
-$strSetupZipDump_desc = 'İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] sıkıştırma etkin';
-$strSetupZipDump_name = 'ZIP';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip sıkıştırması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip açması[/a] bu sistemde mevcut olmayan işlevleri (%s) gerektirir.';
+$strSetupZipDump_desc = 'İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] sıkıştırma etkin';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = '[kbd]Tanımlama bilgisi[/kbd] kimlik denetiminde tanımlama bilgilerini şifrelemek için kullanılan gizli şifreleme tekniği';
+$strSetupblowfish_secret_name = 'Blowfish gizliliği';
+$strSetuperror_connection = 'MySQL sunucusuna bağlanamadı';
+$strSetuperror_empty_pmadb_password = 'pmadb kullanan boş phpMyAdmin denetim kullanıcısı parolası';
+$strSetuperror_empty_pmadb_user = 'pmadb kullanan boş phpMyAdmin denetim kullanıcısı';
+$strSetuperror_empty_signon_session = 'Oturum açma kimlik denetimi yöntemi kullanan boş oturum açma oturumu adı';
+$strSetuperror_empty_signon_url = 'Oturum açma kimlik denetimi yöntemi kullanan boş oturum açma URL\'si';
+$strSetuperror_empty_user_for_config_auth = 'Kimlik denetimi yöntemi yapılandırması kullanan boş kullanıcı adı';
+$strSetuperror_form = 'Gönderilmiş form hatalar içeriyor';
+$strSetuperror_incorrect_ip_address = 'Yanlış IP adresi: %s';
+$strSetuperror_incorrect_port = 'Geçerli bağlantı noktası numarası değil';
+$strSetuperror_incorrect_value = 'Yanlış değer';
+$strSetuperror_missing_field_data = '%s için kayıp veri';
+$strSetuperror_nan_nneg = 'Negatif olmayan sayı değil';
+$strSetuperror_nan_p = 'Pozitif sayı değil';
+$strShow = 'Göster';
$strShowAll = 'Tümünü göster';
-$strShowBinaryContentsAsHex = 'Binari içerikleri HEX olarak göster';
-$strShowBinaryContents = 'Binari içerikleri göster';
$strShowBLOBContents = 'BLOB içerikleri göster';
+$strShowBinaryContents = 'Binari içerikleri göster';
+$strShowBinaryContentsAsHex = 'Binari içerikleri HEX olarak göster';
$strShowColor = 'Rengi göster';
$strShowDatadictAs = 'Veri Sözlüğü Biçimi';
$strShowFullQueries = 'Tüm Sorguları Göster';
-$strShow = 'Göster';
$strShowGrid = 'Izgara göster';
$strShowHideLeftMenu = 'Sol menüyü Göster/Gizle';
-$strShowingBookmark = 'İşaret gösteriliyor';
-$strShowingPhp = 'PHP kodu olarak gösteriliyor';
-$strShowingRecords = 'Satırlar gösteriliyor';
-$strShowingSQL = 'SQL sorgusu gösteriliyor';
$strShowKeys = 'Sadece anahtarları göster';
$strShowMasterStatus = 'Master durumunu göster';
$strShowOpenTables = 'Açık tabloları göster';
@@ -1286,13 +1292,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'Günlük dosyasına bitmiş fsyncs ya
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Bekleyen günlük dosyası fsyncs sayısıdır.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Bekleyen günlük dosyası yazma sayısıdır.';
$strShowStatusInnodb_os_log_writtenDescr = 'Günlük dosyasına yazılı bayt sayısıdır.';
-$strShowStatusInnodb_pages_createdDescr = 'Oluşturulmuş sayfa sayısıdır.';
$strShowStatusInnodb_page_sizeDescr = 'Derlenen InnoDB sayfa boyutu (varsayılan 16KB). Birçok değer sayfalarda sayılır; sayfa boyutu bunların kolaylıkla bayt\'a dönüştürülmesine izin verir.';
+$strShowStatusInnodb_pages_createdDescr = 'Oluşturulmuş sayfa sayısıdır.';
$strShowStatusInnodb_pages_readDescr = 'Okunan sayfa sayısıdır.';
$strShowStatusInnodb_pages_writtenDescr = 'Yazılmış sayfa sayısıdır.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Şu anki beklenen satır kilidi sayısıdır.';
-$strShowStatusInnodb_row_lock_time_avgDescr = 'Milisaniye cinsinden satır kilidi elde etmek için ortalama süredir.';
$strShowStatusInnodb_row_lock_timeDescr = 'Milisaniye cinsinden satır kilidi elde ederken harcanmış toplam süredir.';
+$strShowStatusInnodb_row_lock_time_avgDescr = 'Milisaniye cinsinden satır kilidi elde etmek için ortalama süredir.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Milisaniye cinsinden satır kilidi elde etmek için en fazla süredir.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Satır kilidinin beklemek zorunda kaldığı süre sayısıdır.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB tablolarından silinen satır sayısıdır.';
@@ -1308,10 +1314,10 @@ $strShowStatusKey_write_requestsDescr = 'Önbelleğe anahtar bloğu yazmak için
$strShowStatusKey_writesDescr = 'Diske anahtar bloğunu fiziksel yazma sayısıdır.';
$strShowStatusLast_query_costDescr = 'Sorgu en iyileyicisi tarafından hesaplanmış gibi son derlenen sorgunun toplam maliyetidir. Aynı sorgu için farklı sorgu planlarının maliyetini karşılaştırmak için yararlıdır. Varsayılan değer 0, henüz derlenmiş sorgu olmadığı anlamına gelir.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'INSERT DELAYED sıralarında yazılmak için bekleyen satır sayısıdır.';
-$strShowStatusOpened_tablesDescr = 'Açık olan tablo sayısıdır. Eğer açık tablolar büyükse, tablo önbellek değeriniz muhtemelen çok küçüktür.';
$strShowStatusOpen_filesDescr = 'Açık olan dosya sayısıdır.';
$strShowStatusOpen_streamsDescr = 'Açık olan akış sayısıdır (başlıca günlükleme için kullanılır).';
$strShowStatusOpen_tablesDescr = 'Açık olan tablo sayısıdır.';
+$strShowStatusOpened_tablesDescr = 'Açık olan tablo sayısıdır. Eğer açık tablolar büyükse, tablo önbellek değeriniz muhtemelen çok küçüktür.';
$strShowStatusQcache_free_blocksDescr = 'Sorgu önbelleğindeki boş bellek bloğu sayısıdır.';
$strShowStatusQcache_free_memoryDescr = 'Sorgu önbelleği için boş bellek miktarıdır.';
$strShowStatusQcache_hitsDescr = 'Önbelleğe ulaşma sayısıdır.';
@@ -1324,8 +1330,8 @@ $strShowStatusReset = 'Sıfırla';
$strShowStatusRpl_statusDescr = 'Arıza-güvenli kopya etme durumu (henüz tamamlanmadı).';
$strShowStatusSelect_full_joinDescr = 'İndeksler kullanmayan birleştirme sayısıdır. Eğer bu değer 0 değilse, tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz.';
$strShowStatusSelect_full_range_joinDescr = 'Referans tablosunda aralık araması kullanan birleştirme sayısıdır.';
-$strShowStatusSelect_range_checkDescr = 'Her bir satırdan sonra anahtar kullanımını kontrol eden anahtarsız birleştirme sayısıdır. (Eğer bu değer 0 değilse, tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz.)';
$strShowStatusSelect_rangeDescr = 'İlk tabloda aralıkları kullanan birleştirme sayısıdır. (Normal olarak kusurlu değildir, eğer büyükse bile.)';
+$strShowStatusSelect_range_checkDescr = 'Her bir satırdan sonra anahtar kullanımını kontrol eden anahtarsız birleştirme sayısıdır. (Eğer bu değer 0 değilse, tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz.)';
$strShowStatusSelect_scanDescr = 'İlk tablonun tam taramasının yapıldığı birleştirme sayısıdır.';
$strShowStatusSlave_open_temp_tablesDescr = 'Slave SQL işlemi tarafından şu anki açık geçici tablo sayısıdır.';
$strShowStatusSlave_retried_transactionsDescr = 'Kopya edilen slave SQL işleminin yeniden denediği işlerin toplam (başlangıçtan beri) süre sayısıdır.';
@@ -1345,6 +1351,10 @@ $strShowStatusThreads_runningDescr = 'Hala faaliyette olan işlemler sayısıdı
$strShowTableDimension = 'Tabloların boyutlarını göster';
$strShowTables = 'Tabloları göster';
$strShowThisQuery = 'Bu sorguyu burada tekrar göster';
+$strShowingBookmark = 'İşaret gösteriliyor';
+$strShowingPhp = 'PHP kodu olarak gösteriliyor';
+$strShowingRecords = 'Satırlar gösteriliyor';
+$strShowingSQL = 'SQL sorgusu gösteriliyor';
$strSimplifiedChinese = 'Basitleştirilmiş Çince';
$strSingly = '(birer birer)';
$strSize = 'Boyut';
@@ -1354,32 +1364,22 @@ $strSlovak = 'Slovakça';
$strSlovenian = 'Slovence';
$strSmallBigAll = 'Tümü Küçük/Büyük';
$strSnapToGrid = 'Kılavuza ayarla';
-$strSocketProblem = '(ya da yerel MySQL sunucusunun soketi doğru olarak yapılandırılmadı)';
$strSocket = 'Soket';
+$strSocketProblem = '(ya da yerel MySQL sunucusunun soketi doğru olarak yapılandırılmadı)';
+$strSort = 'Sırala';
$strSortByKey = 'Anahtara göre sırala';
$strSorting = 'Sıralama';
-$strSort = 'Sırala';
$strSpaceUsage = 'Alan kullanımı';
$strSpanish = 'İspanyolca';
$strSplitWordsWithSpace = 'Kelimeler boşlukla ayrılır (" ").';
-$strSQLCompatibility = 'SQL uyumluluk kipi';
-$strSQLExportType = 'Dışarı aktarma türü';
-$strSQLParserBugMessage = 'SQL ayrıştırıcısında bir hata bulabilme ihtimaliniz var. Lütfen sorgunuzu yakından dikkatli bir şekilde gözden geçirin ve tırnakların doğru ve uyumsuz olmadığını kontrol edin. Diğer muhtemel hata nedenleri tırnaklı metin alanının dışında binari ile dosya gönderiyor olmanız olabilir. Aynı zamanda sorgunuzu MySQL komut satırı arabiriminde deneyebilirsiniz. Eğer hata varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir. Eğer hala sorunlarınız varsa ya da komut satırı arabirimi başarılı olduğunda ayrıştırıcı başarısızsa, lütfen sorunlara neden olan SQL sorgu girişinizi tek bir sorguya indirgeyin ve aşağıdaki CUT bölümü içindeki veri yığını ile birlikte hata raporunu gönderin:';
-$strSQLParserUserError = 'SQL sorgunuzda bir hata olduğu görünüyor. Eğer varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir.';
-$strSQLQuery = 'SQL sorgusu';
-$strSQLResult = 'SQL sonucu';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Geçersiz Tanımlayıcı';
-$strSQPBugUnclosedQuote = 'Kapatılmamış tırnak';
-$strSQPBugUnknownPunctuation = 'Bilinmeyen Noktalama İşareti Dizgisi';
$strStandInStructureForView = 'Görünüm yapısı durumu';
$strStart = 'Başlat';
$strStatCheckTime = 'Son kontrol';
$strStatCreateTime = 'Oluşturma';
+$strStatUpdateTime = 'Son güncellenme';
$strStatement = 'İfadeler';
$strStatic = 'sabit';
$strStatisticsOverrun = 'Meşgul sunucu üzerinde, bayt sayaçları aşırı işleyebilir, bu yüzden MySQL sunucusu tarafından raporlanan istatistikler doğru olmayabilir.';
-$strStatUpdateTime = 'Son güncellenme';
$strStatus = 'Durum';
$strStop = 'Durdur';
$strStorageEngine = 'Depolama Motoru';
@@ -1390,31 +1390,32 @@ $strStrucExcelCSV = 'MS Excel için CSV';
$strStrucNativeExcel = 'Bağımsız MS Excel biçimi';
$strStrucOnly = 'Sadece yapı';
$strStructPropose = 'Tablo yapısı öner';
+$strStructure = 'Yapı';
$strStructureDiff = 'Yapı Farklılığı' ;
$strStructureForView = 'Görünüm yapısı';
$strStructureLC = 'yapı';
-$strStructure = 'Yapı';
$strStructureSyn = 'Yapı Eşitleme';
$strSubmit = 'Gönder';
$strSuccess = 'SQL sorgunuz başarılı olarak çalıştırıldı';
$strSuhosin = 'Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sdocumentation%s belgesinden yararlanın.';
$strSum = 'Toplam';
$strSwedish = 'İsveççe';
-$strSwekeyAuthenticating = 'Kimlik denetleniyor...';
$strSwekeyAuthFailed = 'Donanım kimlik denetimi başarısız';
-$strSwekeyNoKeyId = '%s dosyası herhangi bir anahtar kimliği içermiyor';
+$strSwekeyAuthenticating = 'Kimlik denetleniyor...';
$strSwekeyNoKey = 'Geçerli kimlik denetimi anahtarı takılı değil';
+$strSwekeyNoKeyId = '%s dosyası herhangi bir anahtar kimliği içermiyor';
$strSwitchToDatabase = 'Kopyalanmış veritabanına geç.';
$strSwitchToTable = 'Kopyalanmış tabloya geç';
$strSynchronizationNote='Hedef veritabanı kaynak veritabanı ile tamamen eşitlenecektir. Kaynak veritabanı değitirelemeyecektir.';
-$strSynchronizeDb= 'Veritabanlarını Eşitle';
$strSynchronize = 'Eşitle';
+$strSynchronizeDb= 'Veritabanlarını Eşitle';
+$strTable = 'Tablo:';
$strTableAddColumn = 'Sekme(leri) ekle';
$strTableAlreadyExists = '%s tablosu zaten var!';
$strTableAlterColumn = 'Sekme(leri)yi değiştir';
-$strTableAlteredSuccessfully = 'Tablo %1$s başarılı olarak değiştirldi';
$strTableAlterIndex = 'İndeks(leri)i değiştir';
+$strTableAlteredSuccessfully = 'Tablo %1$s başarılı olarak değiştirldi';
$strTableApplyIndex = 'İndeks(leri)i uygula';
$strTableComments = 'Tablo yorumları';
$strTableDeleteRows = 'Hedef tablolardan önceki tüm sıraları silme istiyor musunuz?';
@@ -1431,43 +1432,43 @@ $strTableOfContents = 'İçerik tablosu';
$strTableOptions = 'Tablo seçenekleri';
$strTableRemoveColumn = 'Sekme(leri)yi kaldır';
$strTableRemoveIndex = 'İndeks(leri)i kaldır';
-$strTables = '%s tablo';
$strTableStructure = 'Tablo için tablo yapısı:';
-$strTable = 'Tablo:';
$strTableUpdateRow = 'Sıra(ları)yı güncelle';
+$strTables = '%s tablo';
$strTakeIt = 'Al';
$strTblPrivileges = 'Tabloya özgü yetkiler';
$strTempData = 'Geçici veri';
$strTextAreaLength = 'Uzunluğu nedeniyle, bu alan düzenlenebilir olmayabilir ';
$strTexyText = 'Texy! metni';
$strThai = 'Tayca';
+$strTheme = 'Tema / Stil';
$strThemeDefaultNotFound = 'Varsayılan tema %s bulunamadı!';
$strThemeNoPreviewAvailable = 'Önizleme mevcut değil.';
-$strThemeNotFound = '%s teması bulunamadı!';
$strThemeNoValidImgPath = '%s teması için geçerli resim yolu bulunamadı!';
+$strThemeNotFound = '%s teması bulunamadı!';
$strThemePathNotFound = '%s teması için tema yolu bulunamadı!';
-$strTheme = 'Tema / Stil';
$strThisHost = 'Bu Anamakine';
$strThreadSuccessfullyKilled = '%s işlemi başarılı olarak sonlandırıldı.';
$strThreads = 'İşlemler';
+$strTime = 'Süre';
$strTimeoutInfo = 'Önceki içeri aktarma zaman aşımına uğradı, sonradan yeniden gönderim %d konumundan devam edecek.';
$strTimeoutNothingParsed = 'Ancak son çalıştırmada hiç veri ayrıştırılmadı, bu genellikle, php zaman sınırlarını arttırmadığınız sürece phpMyAdmin\'in bu içeri aktarmayı biteremeyeceği anlamına gelir.';
$strTimeoutPassed = 'Küçük program zaman aşımı geçti, eğer içeri aktarmayı bitirmek istiyorsanız, lütfen aynı dosyayı yeniden gönderin ve içeri aktarma devam edecektir.';
-$strTime = 'Süre';
$strToFromPage = 'sayfadan/sayfaya';
+$strToSelectRelation = 'İlişkiyi seçmek için buraya tıklayın :';
$strToggleScratchboard = 'Karalama panosunu değiştir';
$strToggleSmallBig = 'Küçüğü/büyüğü değiştir';
-$strToSelectRelation = 'İlişkiyi seçmek için buraya tıklayın :';
$strTotal = 'toplam';
$strTotalUC = 'Toplam';
-$strTrackingActivated = '%s.%s izleme aktif.';
+$strTracking = 'İzleme';
$strTrackingActivateNow = 'Hemen aktif et';
$strTrackingActivateTrackingFor = '%s.%s için izlemeyi aktif et';
+$strTrackingActivated = '%s.%s izleme aktif.';
$strTrackingCreateVersion = 'Sürüm oluştur';
$strTrackingCreateVersionOf = '%s.%s için %s sürümü oluştur';
-$strTrackingDatabaseLog = 'Veritabanı Günlüğü';
$strTrackingDataDefinitionStatement = 'Veri tanımlama ifadesi';
$strTrackingDataManipulationStatement = 'Veri işleme ifadesi';
+$strTrackingDatabaseLog = 'Veritabanı Günlüğü';
$strTrackingDate = 'Tarih';
$strTrackingDeactivateNow = 'Hemen devre dışı bırak';
$strTrackingDeactivateTrackingFor = '%s.%s için izlemeyi devre dışı bırak';
@@ -1477,14 +1478,14 @@ $strTrackingIsNotActive = 'İzleme aktif değil.';
$strTrackingMechanism = 'İzleme Mekanizması';
$strTrackingReport = 'İzleme raporu';
$strTrackingReportClose = 'Kapat';
+$strTrackingSQLDump = 'SQL yığını';
+$strTrackingSQLDumpFile = 'SQL yığını (dosya indirme)';
+$strTrackingSQLExecuted = 'SQL ifadeleri çalıştırıldı.';
+$strTrackingSQLExecution = 'SQL çalıştırma';
+$strTrackingSQLExecutionAlert = 'Bu seçenek tablolarınızı ve içerdiği veriyi değiştirecektir.';
+$strTrackingSQLExported = 'SQL ifadeleri dışarı aktarıldı. Lütfen yığını kopyalayın ya da çalıştırın.';
$strTrackingShowLogDateUsers = '%s tarihleriyle göster. %s ile %s arasını. %s %s kullanıcısı tarafından';
$strTrackingShowVersions = 'Sürümleri göster';
-$strTrackingSQLDumpFile = 'SQL yığını (dosya indirme)';
-$strTrackingSQLDump = 'SQL yığını';
-$strTrackingSQLExecuted = 'SQL ifadeleri çalıştırıldı.';
-$strTrackingSQLExecutionAlert = 'Bu seçenek tablolarınızı ve içerdiği veriyi değiştirecektir.';
-$strTrackingSQLExecution = 'SQL çalıştırma';
-$strTrackingSQLExported = 'SQL ifadeleri dışarı aktarıldı. Lütfen yığını kopyalayın ya da çalıştırın.';
$strTrackingStatements = 'İzleme ifadeleri';
$strTrackingStatusActive = 'aktif';
$strTrackingStatusNotActive = 'aktif değil';
@@ -1495,9 +1496,8 @@ $strTrackingThUpdated = 'Güncellendi';
$strTrackingThVersion = 'Sürüm';
$strTrackingTrackDDStatements = 'Bu veri tanımlama ifadelerini izle:';
$strTrackingTrackDMStatements = 'Bu veri işleme ifadelerini izle:';
-$strTrackingTrackedTables = 'İzlenen tablolar';
-$strTracking = 'İzleme';
$strTrackingTrackTable = 'Tabloyu izle';
+$strTrackingTrackedTables = 'İzlenen tablolar';
$strTrackingUntrackedTables = 'İzlenmeyen tablolar';
$strTrackingUsername = 'Kullanıcı Adı';
$strTrackingVersionActivated = '%s.%s için izleniyor, sürüm %s aktif.';
@@ -1533,10 +1533,10 @@ $strUnique = 'Eşsiz';
$strUnknown = 'bilinmeyen';
$strUnselectAll = 'Tüm Seçimi Kaldır';
$strUnsupportedCompressionDetected = 'Desteklenmeyen sıkıştırmayla (%s) dosya yüklemeyi denediniz. Ya bunun için destek henüz tamamlanmadı ya da yapılandırmanız tarafından etkisizleştirildi.';
+$strUpdComTab = 'Sütun_Yorumları tablonuzun nasıl güncelleneceğini öğrenmek için lütfen belgelere bakın.';
$strUpdatePrivMessage = '%s için yetkileri güncellediniz.';
$strUpdateProfileMessage = 'Profil güncellendi.';
$strUpdateQuery = 'Sorguyu Güncelle';
-$strUpdComTab = 'Sütun_Yorumları tablonuzun nasıl güncelleneceğini öğrenmek için lütfen belgelere bakın.';
$strUpgrade = '%s %s veya sonrasına yükseltmelisiniz.';
$strUploadErrorCantWrite = 'Dosyayı diske yazma başarısız.';
$strUploadErrorExtension = 'Dosya gönderme uzantısından dolayı durduruldu.';
@@ -1550,37 +1550,37 @@ $strUploadsNotAllowed = 'Bu sunucuda dosya gönderimlerine izin verilmez.';
$strUsage = 'Kullanım';
$strUseBackquotes = 'Tablo ve alan adlarını ters tırnak ile kapsa';
$strUseHostTable = 'Anamakine Tablosu kullan';
+$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu veya 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';
+$strUser = 'Kullanıcı';
$strUserAlreadyExists = '%s kullanıcısı zaten var!';
$strUserEmpty = 'Kullanıcı adı boş!';
-$strUser = 'Kullanıcı';
$strUserName = 'Kullanıcı Adı';
$strUserNotFound = 'Seçili kullanıcı yetki tablosunda bulunamadı.';
$strUserOverview = 'Kullanıcı gözden geçirme';
$strUsersDeleted = 'Seçili kullanıcılar başarılı olarak silindi.';
$strUsersHavingAccessToDb = '"%s" veritabanına erişimi olan kullanıcılar';
-$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu veya 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 onayla';
$strValidatorError = 'SQL onaylayıcısı başlatılamadı. %sBelgelerde%s anlatıldığı gibi lütfen gerekli php uzantılarının kurulu olduğunu kontrol edin.';
$strValue = 'Değer';
$strVar = 'Değişken';
$strVersionInformation = 'Sürüm bilgisi';
-$strViewDumpDatabases = 'Veritabanlarının dökümünü (şemasını) göster';
-$strViewDumpDB = 'Veritabanının dökümünü (şemasını) göster';
+$strView = 'Görünüm';
$strViewDump = 'Tablonun dökümünü (şemasını) göster';
+$strViewDumpDB = 'Veritabanının dökümünü (şemasını) göster';
+$strViewDumpDatabases = 'Veritabanlarının dökümünü (şemasını) göster';
$strViewHasAtLeast = 'Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sdocumentation%s belgesinden yararlanın.';
$strViewHasBeenDropped = '%s görünümü kaldırıldı';
$strViewImage = 'Resmi göster';
$strViewName = 'GÖRÜNÜM adı';
$strViewVideo = 'Videoyu göster';
-$strView = 'Görünüm';
-$strWebServerUploadDirectoryError = 'Gönderme işi için ayarladığınız dizine ulaşılamıyor';
-$strWebServerUploadDirectory = 'web sunucusu gönderme dizini';
$strWebServer = 'Web sunucusu';
+$strWebServerUploadDirectory = 'web sunucusu gönderme dizini';
+$strWebServerUploadDirectoryError = 'Gönderme işi için ayarladığınız dizine ulaşılamıyor';
$strWelcome = '%s sürümüne Hoş Geldiniz';
$strWestEuropean = 'Batı Avrupa';
$strWiki = 'Viki';
@@ -1590,6 +1590,7 @@ $strWithChecked = 'Seçilileri:';
$strWriteRequests = 'Yazma istekleri';
$strWrongUser = 'Yanlış kullanıcı adı/parola girdiniz. Erişim engellendi.';
+$strXML = 'XML';
$strXMLError = 'Belirlenmiş XML dosyası ya kusurlu ya da tamamlanmamış. Lütfen sorunu düzeltin ve tekrar deneyin.';
$strXMLExportContents = 'İçerikleri dışarı aktar';
$strXMLExportFunctions = 'İşlevleri dışarı aktar';
@@ -1598,20 +1599,29 @@ $strXMLExportStructs = 'Yapı Şemalarını dışarı aktar (önerilir)';
$strXMLExportTables = 'Tabloları dışarı aktar';
$strXMLExportTriggers = 'Tetikleyicileri dışarı aktar';
$strXMLExportViews = 'Görünümleri dışarı aktar';
-$strXML = 'XML';
$strYes = 'Evet';
$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0 (sıfır)\'a ayarlanması sınırı kaldırır.';
$strZip = '"zip olarak"';
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+// To translate:
+
$strClickToSelect = 'Click to select'; //to translate
$strClickToUnselect = 'Click to unselect'; //to translate
+
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+
$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php
index 4a67dbf30..d8705f59d 100644
--- a/lang/ukrainian-utf-8.inc.php
+++ b/lang/ukrainian-utf-8.inc.php
@@ -17,9 +17,10 @@ $datefmt = '%B %d %Y р., %H:%M';
$timespanfmt = '%s днів, %s годин, %s хвилин і %s секунд';
+$strAPrimaryKey = 'Було додано первинний ключ до %s';
$strAbortedClients = 'Перервано';
-$strAccessDeniedExplanation = 'phpMyAdmin спробував з\'єднатися з MySQL сервером, але сервер не дозволив під\'єднання. Прошу перевірити значення host, username та password у файлі config.inc.php та впевнитися, що вони відповідають даним отриманим Вами від адміністратора MySQL сервера.';
$strAccessDenied = 'Доступ заборонено';
+$strAccessDeniedExplanation = 'phpMyAdmin спробував з\'єднатися з MySQL сервером, але сервер не дозволив під\'єднання. Прошу перевірити значення host, username та password у файлі config.inc.php та впевнитися, що вони відповідають даним отриманим Вами від адміністратора MySQL сервера.';
$strAction = 'Дія';
$strAddDeleteColumn = 'Додати/забрати колонку критерію';
$strAddDeleteRow = 'Додати/забрати рядок критерію';
@@ -29,22 +30,21 @@ $strAddPrivilegesOnDb = 'Додати права для цієї бази дан
$strAddPrivilegesOnTbl = 'Додати права для цієї таблиці';
$strAddSearchConditions = 'Додати умови пошуку (тіло для умови "where"):';
$strAddToIndex = 'Додати до індексу %s колоноку(и)';
-$strAddUserMessage = 'Було додано нового користувача.';
$strAddUser = 'Додати нового користувача';
+$strAddUserMessage = 'Було додано нового користувача.';
$strAdministration = 'Адміністратор';
+$strAfter = 'Після %s';
$strAfterInsertBack = 'Повернутись';
$strAfterInsertNewInsert = 'Вставити новий запис';
-$strAfter = 'Після %s';
-$strAllTableSameWidth = 'показувати всі таблиці однакової ширини?';
$strAll = 'Все';
+$strAllTableSameWidth = 'показувати всі таблиці однакової ширини?';
$strAlterOrderBy = 'Змінити порядок таблиці';
+$strAnIndex = 'Було додано індекс для %s';
$strAnalyzeTable = 'Аналіз таблиці';
$strAnd = 'І';
-$strAnIndex = 'Було додано індекс для %s';
+$strAny = 'Довільний';
$strAnyHost = 'Довільний хост';
$strAnyUser = 'Довільний користувач';
-$strAny = 'Довільний';
-$strAPrimaryKey = 'Було додано первинний ключ до %s';
$strArabic = 'Арабське';
$strArmenian = 'Вірменське';
$strAscending = 'Зростаючий';
@@ -57,8 +57,8 @@ $strBack = 'Назад';
$strBaltic = 'Балтійське';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinaryDoNotEdit = ' Двійкові дані - не редагуються ';
$strBinary = ' Двійковий ';
+$strBinaryDoNotEdit = ' Двійкові дані - не редагуються ';
$strBookmarkDeleted = 'Закладку було видалено.';
$strBookmarkLabel = 'Мітка';
$strBookmarkQuery = 'Закладка на SQL-запит';
@@ -69,30 +69,30 @@ $strBulgarian = 'Болгарське';
$strBzip = 'запакувати в "bzip"';
$strCannotLogin = 'Не можу зареєструватися на MySQL сервері';
-$strCantLoadRecodeIconv = 'Не можу завантажити iconv чи recode extension необхідні для зміни charset-у, сконфігуруйте php так, щоб можна було використовувати ці extensions, або забороніть зміну charset-у у phpMyAdmin.';
$strCantLoad = 'не можу завантажити %s, прошу перевірити конфігурацію 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 = ' ... анулювати всі активні права старого користувача, знищивши його після того.';
-$strChangeCopyMode = 'Створити нового користувача з такими ж правами і ...';
$strChangeCopyUser = 'Змінити реєстраційні дані / Копіювати користувача';
$strChangeDisplay = 'Виберіть поля для відображення';
$strChangePassword = 'Змінити пароль';
-$strChange = 'Змінити';
-$strCharsetOfFile = 'Кодування файлу:';
-$strCharsetsAndCollations = 'Набори символів та схеми';
-$strCharsets = 'Кодування';
$strCharset = 'Набір символів';
+$strCharsetOfFile = 'Кодування файлу:';
+$strCharsets = 'Кодування';
+$strCharsetsAndCollations = 'Набори символів та схеми';
$strCheckAll = 'Відмітити все';
-$strCheckPrivsLong = 'Перевірити права для бази даних "%s".';
$strCheckPrivs = 'Перевірити права';
+$strCheckPrivsLong = 'Перевірити права для бази даних "%s".';
$strCheckTable = 'Перевірити таблицю';
$strChoosePage = 'Прошу вибрати сторінку для редагування';
$strColComFeat = 'Показувати коментарі стовпців';
@@ -107,46 +107,46 @@ $strConfigFileError = 'phpMyAdmin не може прочитати конфіг
$strConfigureTableCoord = 'Прошу сконфіґурувати координати таблиці %s';
$strConnections = 'З\'єднань';
$strCookiesRequired = 'З цього моменту Cookies повинні бути дозволені.';
+$strCopyTable = 'Скопіювати таблицю в (база даних.таблиця):';
$strCopyTableOK = 'Таблицю %s було скопійовано в %s.';
$strCopyTableSameNames = 'Не можу скопіювати таблицю саму в себе!';
-$strCopyTable = 'Скопіювати таблицю в (база даних.таблиця):';
$strCouldNotKill = 'phpMyAdmin не може припинити процес %s. Він вже напевно був зупинений.';
-$strCreateIndexTopic = 'Створити новий індекс';
+$strCreate = 'Створити';
$strCreateIndex = 'Створити індекс на %s колонках';
+$strCreateIndexTopic = 'Створити новий індекс';
$strCreateNewDatabase = 'Створити нову БД';
$strCreateNewTable = 'Створити нову таблицю в БД %s';
$strCreatePage = 'Створити нову сторінку';
$strCreatePdfFeat = 'Створити PDF-файл';
-$strCreate = 'Створити';
$strCriteria = 'Критерій';
$strCroatian = 'Кроатське';
$strCyrillic = 'Кириличне';
$strCzech = 'Чеське';
+$strDBComment = 'Коментар бази даних: ';
$strDanish = 'Данське';
+$strData = 'Дані';
+$strDataDict = 'Словник даних';
+$strDataOnly = 'Лише дані';
+$strDatabase = 'БД';
$strDatabaseExportOptions = 'Налаштування експорту бази даних';
$strDatabaseHasBeenDropped = 'Базу даних %s знищено.';
+$strDatabases = 'Бази Даних';
$strDatabasesDropped = '%s баз(а\и) даних успішно знищено.';
+$strDatabasesStats = 'Статистика баз даних';
$strDatabasesStatsDisable = 'Заборонити статистику';
$strDatabasesStatsEnable = 'Дозволити статистику';
$strDatabasesStatsHeavyTraffic = 'Примітка: Активізація збору статистики бази даних може спричинити значний трафік між веб сервером та базою даних MySQL.';
-$strDatabasesStats = 'Статистика баз даних';
-$strDatabases = 'Бази Даних';
-$strDatabase = 'БД';
-$strDataDict = 'Словник даних';
-$strDataOnly = 'Лише дані';
-$strData = 'Дані';
-$strDBComment = 'Коментар бази даних: ';
$strDbPrivileges = 'Права, які стосуються бази даних';
$strDbSpecific = 'специфічний для бази даних';
-$strDefaultValueHelp = 'Для значень за замовчуванням, введіть лише значення, без використання зворотніх слешів чи лапок, у такому форматі: a';
$strDefault = 'По замовчуванню';
-$strDeleteAndFlushDescr = 'Це кращий спосіб, проте перезавантаження прав може потривати певний час.';
-$strDeleteAndFlush = 'Усунути користувачів і перезавантажити права після цього.';
-$strDeleted = 'Рядок видалено';
-$strDelete = 'Видалити';
-$strDeleting = 'Усунути %s';
+$strDefaultValueHelp = 'Для значень за замовчуванням, введіть лише значення, без використання зворотніх слешів чи лапок, у такому форматі: a';
$strDelOld = 'Ця сторінка має посилання на таблицю, якої вже немає. Бажаєте видалити ці посилання?';
+$strDelete = 'Видалити';
+$strDeleteAndFlush = 'Усунути користувачів і перезавантажити права після цього.';
+$strDeleteAndFlushDescr = 'Це кращий спосіб, проте перезавантаження прав може потривати певний час.';
+$strDeleted = 'Рядок видалено';
+$strDeleting = 'Усунути %s';
$strDescending = 'Спадаючий';
$strDescription = 'Опис';
$strDictionary = 'словник';
@@ -155,27 +155,27 @@ $strDisplayFeat = 'Показати можливості';
$strDisplayOrder = 'Порядок перегляду:';
$strDisplayPDF = 'Показати PDF схему';
$strDoAQuery = 'Виконати "запит згідно прикладу" (символ підставновки: "%")';
-$strDocu = 'Документація';
$strDoYouReally = 'Ви насправді хочете ';
-$strDropUsersDb = 'Усунути бази даних, які мають такі ж назви як імена користувачів.';
+$strDocu = 'Документація';
$strDrop = 'Знищити';
-$strDumpingData = 'Дамп даних таблиці';
+$strDropUsersDb = 'Усунути бази даних, які мають такі ж назви як імена користувачів.';
$strDumpSaved = 'Dump збережено у файл %s.';
$strDumpXRows = 'Зґенерувати дамп %s рядків починаючи з %s -го.';
+$strDumpingData = 'Дамп даних таблиці';
$strDynamic = 'динамічний';
+$strEdit = 'Редагувати';
$strEditPDFPages = 'Редагувати PDF Сторінки';
$strEditPrivileges = 'Редагування привілеїв';
-$strEdit = 'Редагувати';
$strEffective = 'Ефективність';
-$strEmptyResultSet = 'MySQL повернула пустий результат (тобто нуль рядків).';
$strEmpty = 'Очистити';
+$strEmptyResultSet = 'MySQL повернула пустий результат (тобто нуль рядків).';
$strEnabled = 'дозволено';
+$strEnd = 'Кінець';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
-$strEnd = 'Кінець';
-$strEnglishPrivileges = ' Зауваження: привілеї MySQL задаються по-англійськи ';
$strEnglish = 'Англійське';
+$strEnglishPrivileges = ' Зауваження: привілеї MySQL задаються по-англійськи ';
$strError = 'Помилка';
$strEstonian = 'Естонське';
$strExecuteBookmarked = 'Виконати збережений запит';
@@ -185,30 +185,30 @@ $strExtendedInserts = 'Розширена вставка';
$strExtra = 'Додатково';
$strFailedAttempts = 'Невдалих спроб';
+$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s було видалено';
+$strFields = 'Поля';
$strFieldsEnclosedBy = 'Поля взято в';
$strFieldsEscapedBy = 'Поля екрануються';
$strFieldsTerminatedBy = 'Поля розділені';
-$strFields = 'Поля';
-$strField = 'Поле';
$strFileAlreadyExists = 'Файл %s існує на сервері, прошу змінити назву файлу, або відмітити опцію заміни існуючих файлів.';
$strFileCouldNotBeRead = 'Неможливо прочитати файл';
-$strFileNameTemplateRemember = 'запам\'ятати шаблон';
$strFileNameTemplate = 'Шаблон назви файлу';
+$strFileNameTemplateRemember = 'запам\'ятати шаблон';
$strFlushPrivilegesNote = 'Примітка: phpMyAdmin отримує права користувачів безпосередньо з таблиці прав MySQL. Зміст цієї таблиці може відрізнятися від прав, які використовуються сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам необхідно %sперезавантажити права%s перед продовженням.';
$strFlushTable = 'Очистити кеш таблиці ("FLUSH")';
-$strFormat = 'Формат';
$strFormEmpty = 'Не задано значення для форми!';
+$strFormat = 'Формат';
$strFullText = 'Повні тексти';
$strFunction = 'Функція';
$strGenBy = 'Згенеровано';
-$strGeneralRelationFeat = 'Загальні можливості';
$strGenTime = 'Час створення';
+$strGeneralRelationFeat = 'Загальні можливості';
$strGerman = 'Німецьке';
+$strGlobal = 'глобальний';
$strGlobalPrivileges = 'Глобальні права';
$strGlobalValue = 'Загальне значення';
-$strGlobal = 'глобальний';
$strGo = 'Вперед';
$strGrantOption = 'Grant';
$strGreek = 'Грецьке';
@@ -217,39 +217,39 @@ $strGzip = 'запакувати в "gzip"';
$strHasBeenAltered = 'була змінена.';
$strHaveToShow = 'Необхідно вибрати принаймі один Стовпчик для показу';
$strHebrew = 'Іврит';
-$strHomepageOfficial = 'Офіційна сторінка phpMyAdmin';
$strHome = 'На початок';
-$strHostEmpty = 'Порожнє ім\'я хоста!';
+$strHomepageOfficial = 'Офіційна сторінка phpMyAdmin';
$strHost = 'Хост';
+$strHostEmpty = 'Порожнє ім\'я хоста!';
$strHungarian = 'Мадярське';
$strId = 'ID';
$strIdxFulltext = 'ПовнТекст';
$strIgnore = 'Ігноруровати';
$strImportFiles = 'Імпорт файлів';
-$strIndexes = 'Індекси';
+$strInUse = 'використовується';
+$strIndex = 'Індекс';
$strIndexHasBeenDropped = 'Індекс %s було знищено';
$strIndexName = 'Назва індекса :';
$strIndexType = 'Тип індекса :';
-$strIndex = 'Індекс';
+$strIndexes = 'Індекси';
$strInnodbStat = 'Статус InnoDB';
$strInsecureMySQL = 'Ваш файл конфіґурації містить параметри (root без паролю) які відповідають привілейованому користувачу MySQL. Ваш MySQL сервер у цьому випадку відкритий для вторгнення і тому Вам обов\'язково слід виправити цю прогалину у безпеці.';
-$strInsertAsNewRow = 'Вставити як новий рядок';
$strInsert = 'Вставити';
-$strInUse = 'використовується';
+$strInsertAsNewRow = 'Вставити як новий рядок';
$strJapanese = 'Японське';
$strJumpToDB = 'Перейти до бази даних "%s".';
-$strJustDeleteDescr = '"Усунуті" користувачі все ще матимуть доступ до сервера до тих пір, поки не будуть перезавантажені права.';
$strJustDelete = 'Щойно усунуто користувачів з таблиці прав.';
+$strJustDeleteDescr = '"Усунуті" користувачі все ще матимуть доступ до сервера до тих пір, поки не будуть перезавантажені права.';
$strKeepPass = 'Не змінювати пароль';
$strKeyname = 'Ім\'я ключа';
$strKill = 'Вбити';
$strKorean = 'Корейське';
-$strLandscape = 'Landscape';
$strLaTeX = 'LaTeX';
+$strLandscape = 'Landscape';
$strLengthSet = 'Довжини/Значення*';
$strLimitNumRows = 'записів на сторінці';
$strLinesTerminatedBy = 'Рядки розділено';
@@ -258,28 +258,28 @@ $strLinksTo = 'Лінки до';
$strLithuanian = 'Литовське';
$strLocalhost = 'Локальний';
$strLocationTextfile = 'вкажіть розташування текстового файлу';
-$strLoginInformation = 'Вхідна інформація (Login)';
-$strLogin = 'Вхід в систему';
-$strLogout = 'Вийти з системи';
$strLogPassword = 'Пароль:';
$strLogUsername = 'Ім\'я користувача:';
+$strLogin = 'Вхід в систему';
+$strLoginInformation = 'Вхідна інформація (Login)';
+$strLogout = 'Вийти з системи';
+$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Доступні MIME-types';
$strMIME_available_transform = 'Доступні перетворення';
$strMIME_description = 'Опис';
-$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Немає опису для цього перетворення. Прошу питатися автора, що робить %s.';
-$strMIME_transformation_note = 'Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %sописи перетворень%s';
-$strMIME_transformation_options_note = 'Прошу вписати значення опцій перетворення у такому форматі: \'a\', 100, b,\'c\'... Якщо необхідно подати зворотній слеш ("\") чи поодинокі лапки ("\'") у цих значеннях, поставте перед ними додатковий зворотній слеш (наприклад \'\\\\xyz\' чи \'a\\\'b\').';
-$strMIME_transformation_options = 'Опції перетворення';
$strMIME_transformation = 'Перетворення МІМЕ-типу бровзером';
+$strMIME_transformation_note = 'Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %sописи перетворень%s';
+$strMIME_transformation_options = 'Опції перетворення';
+$strMIME_transformation_options_note = 'Прошу вписати значення опцій перетворення у такому форматі: \'a\', 100, b,\'c\'... Якщо необхідно подати зворотній слеш ("\") чи поодинокі лапки ("\'") у цих значеннях, поставте перед ними додатковий зворотній слеш (наприклад \'\\\\xyz\' чи \'a\\\'b\').';
$strMIME_without = 'MIME-types подані курсивом не мають окремих функцій перетворення';
$strModifications = 'Модифікації було збережено';
-$strModifyIndexTopic = 'Змінити індекс';
$strModify = 'Змінити';
+$strModifyIndexTopic = 'Змінити індекс';
+$strMoveTable = 'Перенести таблицю в (база даних.таблиця):';
$strMoveTableOK = 'Таблицю %s було перенесено в %s.';
$strMoveTableSameNames = 'Не можу перенести таблицю саму в себе!';
-$strMoveTable = 'Перенести таблицю в (база даних.таблиця):';
$strMultilingual = 'багатомовні';
$strMySQLCharset = 'MySQL Charset';
$strMySQLSaid = 'Відповідь MySQL: ';
@@ -287,16 +287,16 @@ $strMySQLShowProcess = 'Показати процеси';
$strName = 'Назва';
$strNext = 'Дальше';
-$strNoDatabasesSelected = 'Не вибрано бази даних.';
+$strNo = 'Ні';
$strNoDatabases = 'БД відсутні';
+$strNoDatabasesSelected = 'Не вибрано бази даних.';
$strNoDescription = 'без опису';
$strNoDropDatabases = 'Оператори "DROP DATABASE" заборонені.';
$strNoExplain = 'Не тлумачити SQL';
$strNoFrames = 'Для роботи phpMyAdmin потрібно браузер з підтримкою фреймів.';
-$strNoIndexPartsDefined = 'Не визначено частини індекса!';
$strNoIndex = 'Індекс не визначено!';
+$strNoIndexPartsDefined = 'Не визначено частини індекса!';
$strNoModification = 'Змін немає';
-$strNone = 'Немає';
$strNoOptions = 'Цей формат не має опцій';
$strNoPassword = 'Без паролю';
$strNoPermission = 'Веб-сервер не має привілеїв для збереження файлу %s.';
@@ -305,12 +305,12 @@ $strNoPrivileges = 'Без привілеїв';
$strNoRights = 'Ви для цього маєте недостатньо прав!';
$strNoSpace = 'Бракує місця для збереження файлу %s.';
$strNoTablesFound = 'В БД не виявлено таблиць.';
+$strNoUsersFound = 'Не знайдено користувача.';
+$strNoValidateSQL = 'Не перевіряти SQL';
+$strNone = 'Немає';
$strNotNumber = 'Це не число!';
$strNotOK = 'не OK';
$strNotSet = 'Таблицю %s не знайдено або не визначено у %s';
-$strNoUsersFound = 'Не знайдено користувача.';
-$strNoValidateSQL = 'Не перевіряти SQL';
-$strNo = 'Ні';
$strNull = 'Нуль';
$strNumSearchResultsInTable = '%s співпадіння у таблиці %s';
$strNumSearchResultsTotal = 'Разом:%s співпадіння';
@@ -323,13 +323,14 @@ $strOr = 'або';
$strOverhead = 'Надмірні видатки';
$strOverwriteExisting = 'Заміняти існуючі файли';
+$strPHPVersion = 'Версія PHP';
$strPageNumber = 'Номер сторінки:';
$strPaperSize = 'Формат паперу';
$strPartialText = 'Часткові тексти';
+$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s успішно змінено.';
$strPasswordEmpty = 'Порожній пароль!';
$strPasswordNotSame = 'Паролі не однакові!';
-$strPassword = 'Пароль';
$strPdfDbSchema = 'Схема бази даних "%s" - Сторінка %s';
$strPdfInvalidTblName = 'Таблиці "%s" не існує!';
$strPdfNoTables = 'Таблиць немає';
@@ -337,19 +338,18 @@ $strPerHour = 'за годину';
$strPerMinute = 'за хвилину';
$strPerSecond = 'за секунду';
$strPhoneBook = 'телефонна книга';
-$strPHPVersion = 'Версія PHP';
$strPhp = 'Створити PHP код';
$strPmaDocumentation = 'Документація по phpMyAdmin';
$strPmaUriError = 'Змінна $cfg[\'PmaAbsoluteUri\'] ПОВИННА бути встановлена у Вашому конфіґураційному файлі!';
$strPortrait = 'Portrait';
$strPos1 = 'Початок';
$strPrevious = 'Назад';
+$strPrimary = 'Первинний';
$strPrimaryKeyHasBeenDropped = 'Первинний ключ було знищено';
$strPrimaryKeyName = 'Ім\'я первинного ключа повинно бути PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" повинно бути іменем лише первинного ключа!)';
-$strPrimary = 'Первинний';
-$strPrintView = 'Версія для друку';
$strPrint = 'Друк';
+$strPrintView = 'Версія для друку';
$strPrivDescAllPrivileges = 'Дозволити всі права за винятком GRANT.';
$strPrivDescAlter = 'Дозволити змінювати структуру наявних таблиць.';
$strPrivDescCreateDb = 'Дозволити створювати нові бази даних та таблиці.';
@@ -377,15 +377,15 @@ $strPrivDescShutdown = 'Дозволити вимкнення сервера.';
$strPrivDescSuper = 'Дозволити під\'єднання, навіть якщо досягнуто максимальної кількості під\'єднань; Обов\'язково для більшості адміністративних операцій таких як встановлення ґлобальних змінних чи припинення процесів інших користувачів.';
$strPrivDescUpdate = 'Дозволити зміну даних.';
$strPrivDescUsage = 'Немає прав.';
-$strPrivilegesReloaded = 'Права успішно перезавантажено.';
$strPrivileges = 'Привілеї';
+$strPrivilegesReloaded = 'Права успішно перезавантажено.';
$strProcesses = 'Процеси';
$strProcesslist = 'Список процесів';
$strPutColNames = 'Дати назви полів у першому рядку';
+$strQBE = 'Запит згідно прикладу';
$strQBEDel = 'Видалити';
$strQBEIns = 'Вставити';
-$strQBE = 'Запит згідно прикладу';
$strQueryFrame = 'Вікно запиту';
$strQueryOnDb = 'SQL-запит до БД %s:';
$strQuerySQLHistory = 'SQL-history';
@@ -394,44 +394,53 @@ $strQueryTime = 'Запит виконувався %01.4f сек';
$strQueryType = 'Тип запиту';
$strQueryWindowLock = 'Не перекривати цей запит в інших вікнах';
+$strReType = 'Підтвердження';
$strReceived = 'Отримано';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Перевір цілісність даних на рівні посилань:';
-$strRelationalSchema = 'Схема зв\'язків';
$strRelationNotWorking = 'Додаткова можливість роботи із залінкованими таблицями деактивована. Для того, щоб довідатись чому, натисніть %sтут%s.';
-$strRelations = 'Зв\'язки';
$strRelationView = 'Перегляд залежностей';
+$strRelationalSchema = 'Схема зв\'язків';
+$strRelations = 'Зв\'язки';
$strReloadingThePrivileges = 'Перезавантаження прав';
$strRemoveSelectedUsers = 'Усунути відмічених користувачів';
-$strRenameTableOK = 'Таблицю %s було перейменовано в %s';
$strRenameTable = 'Перейменувати таблицю в';
+$strRenameTableOK = 'Таблицю %s було перейменовано в %s';
$strRepairTable = 'Ремонтувати таблицю';
$strReplaceNULLBy = 'Замінити NULL на';
$strReplaceTable = 'Замінити дані таблиці даними з файлу';
$strReset = 'Перевстановити';
$strResourceLimits = 'Обмеження ресурсів';
-$strReType = 'Підтвердження';
-$strRevokeAndDeleteDescr = 'Користувачі все ще будуть мати право КОРИСТУВАННЯ (USAGE) до тих пір, поки не будуть перезавантажені права.';
-$strRevokeAndDelete = 'Відмінити всі активні права користувачів та усунути їх після цього.';
-$strRevokeMessage = 'Ви змінили привілеї для %s';
$strRevoke = 'Відмінити';
+$strRevokeAndDelete = 'Відмінити всі активні права користувачів та усунути їх після цього.';
+$strRevokeAndDeleteDescr = 'Користувачі все ще будуть мати право КОРИСТУВАННЯ (USAGE) до тих пір, поки не будуть перезавантажені права.';
+$strRevokeMessage = 'Ви змінили привілеї для %s';
$strRowLength = 'Довжина рядка';
-$strRowsFrom = 'рядків з';
$strRowSize = ' Розмір рядка ';
+$strRows = 'Рядки';
+$strRowsFrom = 'рядків з';
$strRowsModeFlippedHorizontal = 'горизонтально (rotated headers)';
$strRowsModeHorizontal = ' горизонтально ';
$strRowsModeOptions = '-го %s і дублювати заголовки через кожні %s рядків ';
$strRowsModeVertical = ' вертикально ';
$strRowsStatistic = 'Статистика рядка';
-$strRows = 'Рядки';
-$strRunning = 'на %s';
$strRunQuery = 'Виконати запит';
$strRunSQLQuery = 'Виконати SQL запит(и) до БД %і';
+$strRunning = 'на %s';
$strRussian = 'Російське';
-$strSaveOnServer = 'Зберегти на сервері в каталогу %s ';
+$strSQL = '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 = 'Слова чи значення, які потрібно знайти (маска: "%"):';
@@ -441,7 +450,6 @@ $strSearchOption3 = 'точну фразу';
$strSearchOption4 = 'регулярний вираз';
$strSearchResultsFor = 'Результати пошуку "%s" %s:';
$strSearchType = 'Знайти:';
-$strSearch = 'Шукати';
$strSecretRequired = 'Конфігураційний файл потребує секретну фразу (пароль).';
$strSelectADb = 'Прошу вибрати БД';
$strSelectAll = 'Відмітити все';
@@ -450,45 +458,37 @@ $strSelectNumRows = 'по запиту';
$strSelectTables = 'Вибрати таблиці';
$strSend = 'Відіслати';
$strSent = 'Відправлено';
+$strServer = 'Сервер';
$strServerChoice = 'Вибір сервера';
-$strServerStatusUptime = 'Цей MySQL сервер працює %s. Стартував %s.';
$strServerStatus = 'Інформація про роботу сервера';
+$strServerStatusUptime = 'Цей MySQL сервер працює %s. Стартував %s.';
$strServerTabVariables = 'Змінні';
$strServerTrafficNotes = 'Трафік сервера: таблиці показують статистику завантаження мережі цим MySQL сервером з моменту його запуску.';
$strServerVars = 'Змінні сервера та налаштування';
$strServerVersion = 'Версія сервера';
-$strServer = 'Сервер';
$strSessionValue = 'Значення сесії';
$strSetEnumVal = 'Для типів поля "enum" та "set", введіть значення згідно такого формату: \'a\',\'b\',\'c\'... Якщо вам буде потрібно ввести зворотню косу риску ("\"") або поодинокі лапки ("\'") посеред цих значень, поставте перед ними зворотню косу риску (наприклад, \'\\\\xyz\' чи \'a\\\'b\').';
+$strShow = 'Показати';
$strShowAll = 'Показати все';
$strShowColor = 'Показати колір';
$strShowDatadictAs = 'Формат словника';
$strShowFullQueries = 'Показати повні запити';
$strShowGrid = 'Показати сітку';
-$strShowingRecords = 'Показано записи ';
$strShowPHPInfo = 'Показати інформацію про PHP';
$strShowTableDimension = 'Показати розміри таблиць';
$strShowTables = 'Показати таблиці';
$strShowThisQuery = ' Показати даний запит знову ';
-$strShow = 'Показати';
+$strShowingRecords = 'Показано записи ';
$strSimplifiedChinese = 'Китайське Спрощене';
$strSingly = '(окремо)';
$strSize = 'Розмір';
$strSort = 'Посортувати';
$strSpaceUsage = 'Простір, що використовується';
$strSplitWordsWithSpace = 'Слова розділені пробілом (" ").';
-$strSQLParserBugMessage = 'Можливо Ви знайшли помилку в парсері SQL. Прошу детальніше перевірити чи коректно вжиті і не пропущені лапки у Вашому запиті. Іншою можливою причиною помилки може бути те що Ви завантажили файл з двійковими даними розміщеними поза взятим в лапки текстом. Спробуйте виконати Ваш запит за допомогою оболонки MySQL з командної стрічки. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми. Якщо у Вас все ще виникають проблеми чи парсер видає помилку, а з командної стрічки запити виконуються, прошу скоротити Ваш ввідний SQL запит до одного запиту, який власне і викликає проблеми, і відішліть повідомлення про помилку з порцією даних у розділі CUT нижче:';
-$strSQLParserUserError = 'There seems to be an error in your SQL query. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми.';
-$strSQLQuery = 'SQL-запит';
-$strSQLResult = 'SQL result';
-$strSQL = 'SQL';
-$strSQPBugInvalidIdentifer = 'Некоректний ідентифікатор';
-$strSQPBugUnclosedQuote = 'Не закриті лапки';
-$strSQPBugUnknownPunctuation = 'Невідомий символ пунктуації';
$strStatCheckTime = 'Перевірено';
$strStatCreateTime = 'Створено';
-$strStatement = 'Параметр';
$strStatUpdateTime = 'Поновлено';
+$strStatement = 'Параметр';
$strStatus = 'Статус';
$strStrucCSV = 'CSV дані';
$strStrucData = 'Структуру і дані';
@@ -502,6 +502,7 @@ $strSum = 'Всього';
$strSwedish = 'Шведське';
$strSwitchToTable = 'Перейти до скопійованої таблиці';
+$strTable = 'таблиця ';
$strTableComments = 'Коментар до таблиці';
$strTableEmpty = 'Порожня назва таблиці!';
$strTableHasBeenDropped = 'Таблицю %s було знищено';
@@ -510,9 +511,8 @@ $strTableHasBeenFlushed = 'Було очищено кеш таблиці %s';
$strTableMaintenance = 'Обслговування таблиці';
$strTableOfContents = 'Зміст';
$strTableOptions = 'Налаштування таблиці';
-$strTables = '%s таблиц(і)';
$strTableStructure = 'Структура таблиці';
-$strTable = 'таблиця ';
+$strTables = '%s таблиц(і)';
$strTblPrivileges = 'Права, які стосуються таблиці';
$strTextAreaLength = ' Через велику довжину, це поле не може бути відредаговано ';
$strThai = 'Тайське';
@@ -520,8 +520,8 @@ $strThisHost = 'Цей хост';
$strThreadSuccessfullyKilled = 'Процес %s припинено.';
$strTime = 'Час';
$strToggleScratchboard = 'ввімкнути чорновик (scratchboard)';
-$strTotalUC = 'Разом';
$strTotal = 'всього';
+$strTotalUC = 'Разом';
$strTraditionalChinese = 'Китайське Традиційне';
$strTraffic = 'Трафік';
$strTransformation_image_jpeg__inline = 'Відображає clickable thumbnail; опції: ширина, висота у пікселах (зберігає початкові пропорції)';
@@ -542,13 +542,16 @@ $strUnicode = 'Юнікод';
$strUnique = 'Унікальне';
$strUnknown = 'невідоме';
$strUnselectAll = 'Зняти всі відмітки';
+$strUpdComTab = 'За інформацією як поновити Вашу таблицю Column_comments прошу дивитись у Документації';
$strUpdatePrivMessage = 'Було змінено привілеї для';
$strUpdateProfileMessage = 'Профіль було поновлено.';
$strUpdateQuery = 'Доповнити запит';
-$strUpdComTab = 'За інформацією як поновити Вашу таблицю Column_comments прошу дивитись у Документації';
$strUsage = 'Використання';
$strUseBackquotes = 'Зворотні лапки в назвах таблиць і полів';
$strUseHostTable = 'Використовувати Таблицю Хостів';
+$strUseTables = 'Використовувати таблиці';
+$strUseTextField = 'Використовувати текстове поле';
+$strUser = 'Користувач';
$strUserAlreadyExists = 'Користувач %s вже існує!';
$strUserEmpty = 'Порожнє і\'мя користувача!';
$strUserName = 'Ім\'я користувача';
@@ -556,20 +559,17 @@ $strUserNotFound = 'Вказаного користувача не знайде
$strUserOverview = 'Огляд користувачів';
$strUsersDeleted = 'Відмічених користувачів успішно усунуто.';
$strUsersHavingAccessToDb = 'Користувачі, котрі мають доступ до "%s"';
-$strUser = 'Користувач';
-$strUseTables = 'Використовувати таблиці';
-$strUseTextField = 'Використовувати текстове поле';
$strValidateSQL = 'Перевірити SQL';
$strValidatorError = 'Не можу запустити перевірку SQL. Прошу проконтролювати чи заінстальовано необхідні php extensions як описано в %sдокументації%s.';
$strValue = 'Значення';
$strVar = 'Змінна';
-$strViewDumpDatabases = 'Переглянути dump (схему) баз даних';
-$strViewDumpDB = 'Переглянути дамп (схему) БД';
$strViewDump = 'Переглянути дамп (схему) таблиці';
+$strViewDumpDB = 'Переглянути дамп (схему) БД';
+$strViewDumpDatabases = 'Переглянути dump (схему) баз даних';
-$strWebServerUploadDirectoryError = 'Встановлений Вами каталог для завантаження файлів недоступний';
$strWebServerUploadDirectory = 'каталог веб-сервера для завантаження файлів (upload directory)';
+$strWebServerUploadDirectoryError = 'Встановлений Вами каталог для завантаження файлів недоступний';
$strWelcome = 'Ласкаво просимо до %s';
$strWestEuropean = 'Західно Європейське';
$strWildcard = 'шаблон';
@@ -585,99 +585,198 @@ $strZip = 'запакувати в "zip"';
// 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
+$strActions = 'Actions'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
+$strAddClause = 'Add %s'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strAfterInsertSame = 'Go back to this page'; //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
+$strAnalyze = 'Analyze'; //to translate
+$strAndSmall = 'and'; //to translate
$strAndThen = 'and then'; //to translate
+$strAngularLinks = 'Angular links'; //to translate
+$strApplyChanges='Apply Selected Changes'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
+$strAsDefined = 'As defined:'; //to translate
-$strBinaryLog = 'Binary log'; //to translate
+$strBLOBRepository = 'BLOB Repository'; //to translate
+$strBLOBRepositoryDamaged = 'Damaged'; //to translate
+$strBLOBRepositoryDisable = 'Disable'; //to translate
+$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
+$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
+$strBLOBRepositoryDisabled = 'Disabled'; //to translate
+$strBLOBRepositoryEnable = 'Enable'; //to translate
+$strBLOBRepositoryEnabled = 'Enabled'; //to translate
+$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
+$strBLOBRepositoryRepair = 'Repair'; //to translate
+$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //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
+$strBinaryLog = 'Binary log'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
-$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
+$strBufferPoolActivity = 'Buffer Pool Activity'; //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
+$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
+$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
+$strCSV = 'CSV'; //to translate
$strCalendar = 'Calendar'; //to translate
+$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
+$strCancel = 'Cancel'; //to translate
+$strCheck = 'Check'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strComment = 'Comment'; //to translate
$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
+$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
+$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
+$strCreateRelation = 'Create relation'; //to translate
+$strCreateTable = 'Create table'; //to translate
+$strCreateUserDatabase = 'Database for user'; //to translate
+$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
+$strCreateUserDatabaseNone = 'None'; //to translate
+$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
+$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
-$strCSV = 'CSV'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+$strCustomColor = 'Custom color'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
-$strDatabaseEmpty = 'The database name is empty!'; //to translate
-$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
+$strDataDiff = 'Data Difference'; //to translate
+$strDataPages = 'Pages containing data'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseEmpty = 'The database name is empty!'; //to translate
+$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
+$strDeleteRelation = 'Delete relation'; //to translate
+$strDelimiter = 'Delimiter'; //to translate
+$strDesigner = 'Designer'; //to translate
+$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
+$strDetails = 'Details...'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDirectLinks = 'Direct links'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
+$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
+$strDocSQL = 'DocSQL'; //to translate
+$strDownloadFile = 'Download file'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
-$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
+$strEngines = 'Engines'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
+$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
+$strErrorRelationExists = 'Error: relation already exists.'; //to translate
+$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
+$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strEsperanto = 'Esperanto'; //to translate
+$strEvent = 'Event'; //to translate
+$strEvents = 'Events'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
+$strExportImportToScale = 'Export/Import to scale'; //to translate
+$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //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
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table 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
$strFileToImport = 'File to import'; //to translate
+$strFiles = 'Files'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
+$strFontSize = 'Font size'; //to translate
+$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
+$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strFreePages = 'Free pages'; //to translate
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+$strFunctions = 'Functions'; //to translate
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGeorgian = 'Georgian'; //to translate
+$strGetMoreThemes = 'Get more themes!'; //to translate
+$strGoToDatabase = 'Go to database'; //to translate
+$strGoToTable = 'Go to table'; //to translate
+$strGoToView = 'Go to view'; //to translate
-$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
+$strHandler = 'Handler'; //to translate
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+$strHelp = 'Help'; //to translate
+$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
+$strHide = 'Hide'; //to translate
+$strHideShowAll = 'Hide/Show all'; //to translate
+$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
+$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
+$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
-$strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate
+$strImportColNames = 'Column names in first row'; //to translate
+$strImportEmptyRows = 'Do not import empty rows'; //to translate
+$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
+$strImportFormat = 'Format of imported file'; //to translate
+$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
+$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
+$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
+$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //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
@@ -686,102 +785,587 @@ $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
+$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
+$strInterface = 'Interface'; //to translate
+$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
+$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
-$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
-$strInvalidColumn = 'Invalid column (%s) specified!'; //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
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
+$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
+$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
+$strInvalidDatabase = 'Invalid database'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
+$strInvalidTableName = 'Invalid table name'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
+$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
+$strLDI = 'CSV using LOAD DATA'; //to translate
+$strLDILocal = 'Use LOCAL keyword'; //to translate
+$strLanguage = 'Language'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
-$strLatexContinuedCaption = 'Continued table caption';//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
$strLatvian = 'Latvian'; //to translate
-$strLDI = 'CSV using LOAD DATA'; //to translate
-$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLogServer = 'Server'; //to translate
+$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
+$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
+$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //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
+$strMediaWiki = 'MediaWiki Table'; //to translate
+$strMoveMenu = 'Move Menu'; //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
+$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
-$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
+$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
-$strMysqlClientVersion = 'MySQL client version'; //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
+$strMysqlClientVersion = 'MySQL client version'; //to translate
+$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
+$strNavTableFilter = 'Filter'; //to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
+$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
+$strNoDatabaseAvailable = 'No database available'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //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
+$strNoneDefault = 'None'; //to translate
+$strNotPresent = 'not present'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
+$strNumberOfTables = 'Number of tables'; //to translate
+$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
+$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strOperator = 'Operator'; //to translate
+$strOptimize = 'Optimize'; //to translate
+$strOptions = 'Options'; //to translate
+$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
+$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
+$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
+$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
+$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
+$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
+$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
+$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
+$strPBXTIndexCacheSize = 'Index cache size'; //to translate
+$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
+$strPBXTLogBufferSize = 'Log buffer size'; //to translate
+$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
+$strPBXTLogCacheSize = 'Log cache size'; //to translate
+$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
+$strPBXTLogFileCount = 'Log file count'; //to translate
+$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
+$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
+$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
+$strPBXTRecordCacheSize = 'Record cache size'; //to translate
+$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
+$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
+$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
+$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
+$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
+$strPDF = 'PDF'; //to translate
+$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
+$strPDFReportTitle = 'Report title'; //to translate
+$strPHPExtension = 'PHP extension'; //to translate
+$strPacked = 'Packed'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPartialImport = 'Partial import'; //to translate
+$strPartition = 'Partition %s'; //to translate
+$strPartitionDefinition = 'PARTITION definition'; //to translate
+$strPartitionMaintenance = 'Partition maintenance'; //to translate
+$strPartitioned = 'partitioned'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
-$strPDF = 'PDF'; //to translate
-$strPDFReportTitle = 'Report title'; //to translate
$strPersian = 'Persian'; //to translate
+$strPhpArray = 'PHP array'; //to translate
+$strPlayAudio = 'Play audio'; //to translate
+$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strPolish = 'Polish'; //to translate
+$strPort = 'Port'; //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
+$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
+$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
+$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
+$strProcedures = 'Procedures'; //to translate
+$strProfiling = 'Profiling'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
$strQueryCache = 'Query cache'; //to translate
+$strQueryResultsOperations = 'Query results operations'; //to translate
$strReadRequests = 'Read requests'; //to translate
+$strRebuild = 'Rebuild'; //to translate
+$strRecommended = 'recommended'; //to translate
$strRefresh = 'Refresh'; //to translate
+$strRelationDeleted = 'Relation deleted'; //to translate
+$strRelationalDisplayField = 'Relational display field'; //to translate
+$strRelationalKey = 'Relational key'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
+$strReload = 'Reload'; //to translate
$strReloadPrivileges = 'Reload privileges'; //to translate
+$strRemoteServer = 'Remote server'; //to translate
+$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
+$strRemovePartitioning = 'Remove partitioning'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
+$strRepair = 'Repair'; //to translate
$strReplication = 'Replication'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationStatus = 'Replication status'; //to translate
+$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
+$strReplicationStatus_master = 'Master status'; //to translate
+$strReplicationStatus_slave = 'Slave status'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strRomanian = 'Romanian'; //to translate
+$strRoutineReturnType = 'Return type'; //to translate
+$strRoutines = 'Routines'; //to translate
+$strRowsAffected = '%1$d row(s) affected.'; //to translate
+$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
+$strRowsInserted = '%1$d row(s) inserted.'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
+$strSQLCompatibility = 'SQL compatibility mode'; //to translate
+$strSQLExportType = 'Export type'; //to translate
+$strSavePosition = 'Save position'; //to translate
+$strSearchInField = 'Inside field:'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
+$strSelectForeignKey = 'Select Foreign Key'; //to translate
+$strSelectReferencedKey = 'Select referenced key'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
-$strShowingBookmark = 'Showing bookmark'; //to translate
+$strServers = 'Servers'; //to translate
+$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
+$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
+$strSettings = 'settings'; //to translate
+$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
+$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
+$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
+$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
+$strSetupBZipDump_name = 'Bzip2'; //to translate
+$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
+$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
+$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
+$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
+$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
+$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
+$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
+$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
+$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
+$strSetupClear = 'Clear'; //to translate
+$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
+$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
+$strSetupConfigurationFile = 'Configuration file'; //to translate
+$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
+$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
+$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
+$strSetupDefaultCharset_name = 'Default character set'; //to translate
+$strSetupDefaultLanguage = 'Default language'; //to translate
+$strSetupDefaultServer = 'Default server'; //to translate
+$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
+$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
+$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
+$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
+$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
+$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
+$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
+$strSetupDisplay = 'Display'; //to translate
+$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
+$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
+$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
+$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
+$strSetupDonateLink = 'Donate'; //to translate
+$strSetupDownload = 'Download'; //to translate
+$strSetupEndOfLine = 'End of line'; //to translate
+$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
+$strSetupExport_asfile_name = 'Save as file'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
+$strSetupExport_compression_name = 'Compression'; //to translate
+$strSetupExport_file_template_database_name = 'Database name template'; //to translate
+$strSetupExport_file_template_server_name = 'Server name template'; //to translate
+$strSetupExport_file_template_table_name = 'Table name template'; //to translate
+$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_onserver_name = 'Save on server'; //to translate
+$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
+$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
+$strSetupFalse = 'no'; //to translate
+$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
+$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
+$strSetupForceSSL_name = 'Force SSL connection'; //to translate
+$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
+$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
+$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
+$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
+$strSetupForm_Browse = 'Browse mode'; //to translate
+$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
+$strSetupForm_Edit = 'Edit mode'; //to translate
+$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
+$strSetupForm_Export_defaults = 'Export defaults'; //to translate
+$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
+$strSetupForm_Import_defaults = 'Import defaults'; //to translate
+$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
+$strSetupForm_Import_export = 'Import / export'; //to translate
+$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
+$strSetupForm_Left_databases = 'Databases'; //to translate
+$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
+$strSetupForm_Left_frame = 'Navigation frame'; //to translate
+$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
+$strSetupForm_Left_servers = 'Servers'; //to translate
+$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
+$strSetupForm_Left_tables = 'Tables'; //to translate
+$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
+$strSetupForm_Main_frame = 'Main frame'; //to translate
+$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
+$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
+$strSetupForm_Query_window = 'Query window'; //to translate
+$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
+$strSetupForm_Security = 'Security'; //to translate
+$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
+$strSetupForm_Server = 'Basic settings'; //to translate
+$strSetupForm_Server_config = 'Server configuration'; //to translate
+$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
+$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
+$strSetupForm_Server_login_options = 'Signon login options'; //to translate
+$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
+$strSetupForm_Server_pmadb = 'PMA database'; //to translate
+$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
+$strSetupForm_Sql_box = 'SQL Query box'; //to translate
+$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
+$strSetupForm_Sql_queries = 'SQL queries'; //to translate
+$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
+$strSetupForm_Startup = 'Startup'; //to translate
+$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
+$strSetupForm_Tabs = 'Tabs'; //to translate
+$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
+$strSetupFormset_customization = 'Customization'; //to translate
+$strSetupFormset_export = 'Customize export options'; //to translate
+$strSetupFormset_features = 'Features'; //to translate
+$strSetupFormset_import = 'Customize import defaults'; //to translate
+$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
+$strSetupFormset_main_frame = 'Customize main frame'; //to translate
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
+$strSetupGZipDump_name = 'GZip'; //to translate
+$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
+$strSetupIgnoreErrors = 'Ignore errors'; //to translate
+$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
+$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
+$strSetupImport_allow_interrupt_desc = '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
+$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
+$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
+$strSetupImport_format_name = 'Format of imported file'; //to translate
+$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
+$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
+$strSetupInsecureConnection = 'Insecure connection'; //to translate
+$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
+$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
+$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
+$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
+$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
+$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
+$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
+$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
+$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
+$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
+$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
+$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
+$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
+$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
+$strSetupLeftFrameLight_name = 'Use light version'; //to translate
+$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
+$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
+$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
+$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
+$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
+$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
+$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
+$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
+$strSetupLetUserChoose = 'let the user choose'; //to translate
+$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
+$strSetupLightTabs_name = 'Light tabs'; //to translate
+$strSetupLoad = 'Load'; //to translate
+$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
+$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
+$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
+$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
+$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
+$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
+$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
+$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
+$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
+$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
+$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
+$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
+$strSetupMaxTableList_name = 'Maximum tables'; //to translate
+$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
+$strSetupMemoryLimit_name = 'Memory limit'; //to translate
+$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
+$strSetupNewServer = 'New server'; //to translate
+$strSetupNoServers = 'There are no configured servers'; //to translate
+$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
+$strSetupOBGzip_name = 'GZip output buffering'; //to translate
+$strSetupOptionNone = '- none -'; //to translate
+$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
+$strSetupOrder_name = 'Default sorting order'; //to translate
+$strSetupOverview = 'Overview'; //to translate
+$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
+$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
+$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
+$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
+$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
+$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
+$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
+$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
+$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
+$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
+$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
+$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
+$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
+$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
+$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
+$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
+$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
+$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
+$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
+$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
+$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
+$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
+$strSetupSaveDir_name = 'Save directory'; //to translate
+$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
+$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
+$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
+$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
+$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
+$strSetupServersAdd = 'Add a new server'; //to translate
+$strSetupServersEdit = 'Edit server'; //to translate
+$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
+$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
+$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
+$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
+$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
+$strSetupServers_CountTables_name = 'Count tables'; //to translate
+$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
+$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
+$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
+$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
+$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
+$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
+$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
+$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
+$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
+$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
+$strSetupServers_auth_type_name = 'Authentication type'; //to translate
+$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
+$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
+$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
+$strSetupServers_column_info_name = 'Column information table'; //to translate
+$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
+$strSetupServers_compress_name = 'Compress connection'; //to translate
+$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
+$strSetupServers_connect_type_name = 'Connection type'; //to translate
+$strSetupServers_controlpass_name = 'Control user password'; //to translate
+$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
+$strSetupServers_controluser_name = 'Control user'; //to translate
+$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
+$strSetupServers_designer_coords_name = 'Designer table'; //to translate
+$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
+$strSetupServers_extension_name = 'PHP extension to use'; //to translate
+$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
+$strSetupServers_hide_db_name = 'Hide databases'; //to translate
+$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
+$strSetupServers_history_name = 'SQL query history table'; //to translate
+$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
+$strSetupServers_host_name = 'Server hostname'; //to translate
+$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
+$strSetupServers_nopassword_name = 'Connect without password'; //to translate
+$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
+$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
+$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_password_name = 'Password for config auth'; //to translate
+$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
+$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
+$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
+$strSetupServers_pmadb_name = 'PMA database'; //to translate
+$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_port_name = 'Server port'; //to translate
+$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
+$strSetupServers_relation_name = 'Relation table'; //to translate
+$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
+$strSetupServers_socket_name = 'Server socket'; //to translate
+$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
+$strSetupServers_ssl_name = 'Use SSL'; //to translate
+$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
+$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
+$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
+$strSetupServers_table_info_name = 'Display fields table'; //to translate
+$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
+$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
+$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
+$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
+$strSetupSetValue = 'Set value: %s'; //to translate
+$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
+$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
+$strSetupShowCreateDb_name = 'Show create database form'; //to translate
+$strSetupShowForm = 'Show form'; //to translate
+$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
+$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
+$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
+$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
+$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
+$strSetupShowSQL_name = 'Show SQL queries'; //to translate
+$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
+$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
+$strSetupShowStats_name = 'Show statistics'; //to translate
+$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
+$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
+$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
+$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
+$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
+$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
+$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
+$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
+$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
+$strSetupTrue = 'yes'; //to translate
+$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
+$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
+$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
+$strSetupUploadDir_name = 'Upload directory'; //to translate
+$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
+$strSetupUseDbSearch_name = 'Use database search'; //to translate
+$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
+$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
+$strSetupVersionCheck = 'Version check'; //to translate
+$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
+$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
+$strSetupVersionCheckLink = 'Check for latest version'; //to translate
+$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
+$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
+$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
+$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
+$strSetupWarning = 'Warning'; //to translate
+$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
+$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
+$strSetupZipDump_name = 'ZIP'; //to translate
+$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
+$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
+$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
+$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
+$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
+$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
+$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
+$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
+$strSetuperror_form = 'Submitted form contains errors'; //to translate
+$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
+$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
+$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
+$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
+$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
+$strSetuperror_nan_p = 'Not a positive number'; //to translate
+$strShowBLOBContents = 'Show BLOB contents'; //to translate
+$strShowBinaryContents = 'Show binary contents'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
+$strShowKeys = 'Only show keys'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
@@ -836,13 +1420,13 @@ $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to t
$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_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_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_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
@@ -858,10 +1442,10 @@ $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key b
$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 DELAYED 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
+$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
@@ -874,8 +1458,8 @@ $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_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
@@ -892,613 +1476,153 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache.
$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
+$strShowingBookmark = 'Showing bookmark'; //to translate
+$strShowingPhp = 'Showing as PHP code'; //to translate
+$strShowingSQL = 'Showing SQL query'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
+$strSmallBigAll = 'Small/Big All'; //to translate
+$strSnapToGrid = 'Snap to grid'; //to translate
+$strSocket = 'Socket'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSorting = 'Sorting'; //to translate
$strSpanish = 'Spanish'; //to translate
-$strSQLCompatibility = 'SQL compatibility mode'; //to translate
-$strSQLExportType = 'Export type'; //to translate
+$strStandInStructureForView = 'Stand-in structure for view'; //to translate
+$strStart = 'Start'; //to translate
+$strStatic = 'static'; //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
-$strStorageEngines = 'Storage Engines'; //to translate
+$strStop = 'Stop'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
+$strStorageEngines = 'Storage Engines'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureForView = 'Structure for view'; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
+$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
+$strSwekeyAuthenticating = 'Authenticating...'; //to translate
+$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
+$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+$strTableAddColumn = 'Add column(s)'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableIsEmpty = 'Table seems to be empty!'; //to translate
+$strTableName = 'Table name'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
$strTakeIt = 'take it'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
$strTempData = 'Temporary data'; //to translate
+$strTexyText = 'Texy! text'; //to translate
+$strTheme = 'Theme / Style'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
-$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
+$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
-$strTheme = 'Theme / Style'; //to translate
$strThreads = 'Threads'; //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
+$strToFromPage = 'to/from page'; //to translate
+$strToSelectRelation = 'To select relation, click :'; //to translate
+$strToggleSmallBig = 'Toggle small/big'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //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. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
+$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
+$strTriggers = 'Triggers'; //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
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
+$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
+$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
+$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
+$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
+$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
+$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
+$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
+$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //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
+$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
+$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
+$strViewImage = 'View image'; //to translate
+$strViewName = 'VIEW name'; //to translate
+$strViewVideo = 'View video'; //to translate
+$strWebServer = 'Web server'; //to translate
+$strWiki = 'Wiki'; //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
-$strQueryResultsOperations = 'Query results operations'; //to translate
-$strAddClause = 'Add %s'; //to translate
-$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
-$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
-$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
-$strCreateUserDatabase = 'Database for user'; //to translate
-$strCreateUserDatabaseNone = 'None'; //to translate
-$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
-$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
-$strOpenDocumentText = 'Open Document Text'; //to translate
-$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
-$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
-$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
-$strInvalidTableName = 'Invalid table name'; //to translate
-$strInvalidDatabase = 'Invalid database'; //to translate
-$strServers = 'Servers'; //to translate
-$strDelimiter = 'Delimiter'; //to translate
-$strFunctions = 'Functions'; //to translate
-$strProcedures = 'Procedures'; //to translate
-$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
-$strFontSize = 'Font size'; //to translate
-$strLanguage = 'Language'; //to translate
-$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
-$strDocSQL = 'DocSQL'; //to translate
-$strTableName = 'Table name'; //to translate
-$strTableIsEmpty = 'Table seems to be empty!'; //to translate
-$strDbIsEmpty = 'Database seems to be empty!'; //to translate
-$strShowingPhp = 'Showing as PHP code'; //to translate
-$strShowingSQL = 'Showing SQL query'; //to translate
-$strDesigner = 'Designer'; //to translate
-$strNumberOfTables = 'Number of tables'; //to translate
-$strCreateTable = 'Create table'; //to translate
-$strCreateRelation = 'Create relation'; //to translate
-$strSavePosition = 'Save position'; //to translate
-$strSelectForeignKey = 'Select Foreign Key'; //to translate
-$strHide = 'Hide'; //to translate
-$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
-$strReload = 'Reload'; //to translate
-$strSmallBigAll = 'Small/Big All'; //to translate
-$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
-$strMoveMenu = 'Move Menu'; //to translate
-$strAngularLinks = 'Angular links'; //to translate
-$strDirectLinks = 'Direct links'; //to translate
-$strHideShowAll = 'Hide/Show all'; //to translate
-$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
-$strInternalRelationAdded = 'Internal relation added'; //to translate
-$strRelationDeleted = 'Relation deleted'; //to translate
-$strToSelectRelation = 'To select relation, click :'; //to translate
-$strExportImportToScale = 'Export/Import to scale'; //to translate
-$strRecommended = 'recommended'; //to translate
-$strToFromPage = 'to/from page'; //to translate
-$strSelectReferencedKey = 'Select referenced key'; //to translate
-$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
-$strHelp = 'Help'; //to translate
-$strCancel = 'Cancel'; //to translate
-$strDeleteRelation = 'Delete relation'; //to translate
-$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
-$strStructureForView = 'Structure for view'; //to translate
-$strStandInStructureForView = 'Stand-in structure for view'; //to translate
-$strToggleSmallBig = 'Toggle small/big'; //to translate
-$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
-$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
-$strErrorRelationExists = 'Error: relation already exists.'; //to translate
-$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
-$strSnapToGrid = 'Snap to grid'; //to translate
-$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
-$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
-$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
-$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
-$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
-$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
-$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
-$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
-$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
-$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
-$strViewName = 'VIEW name'; //to translate
-$strOptions = 'Options'; //to translate
-$strFiles = 'Files'; //to translate
-$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
-$strRoutines = 'Routines'; //to translate
-$strRoutineReturnType = 'Return type'; //to translate
-$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
-$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
-$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
-$strTriggers = 'Triggers'; //to translate
-$strEvent = 'Event'; //to translate
-$strProfiling = 'Profiling'; //to translate
-$strPartitionDefinition = 'PARTITION definition'; //to translate
-$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
-$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
-$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
-$strPartitioned = 'partitioned'; //to translate
-$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
-$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
-$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
-$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
-$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
-$strRowsAffected = '%1$d row(s) affected.'; //to translate
-$strRowsInserted = '%1$d row(s) inserted.'; //to translate
-$strInsertedRowId = 'Inserted row id: %1$d'; //to translate
-$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
-$strPartitionMaintenance = 'Partition maintenance'; //to translate
-$strPartition = 'Partition %s'; //to translate
-$strAnalyze = 'Analyze'; //to translate
-$strCheck = 'Check'; //to translate
-$strOptimize = 'Optimize'; //to translate
-$strRebuild = 'Rebuild'; //to translate
-$strRepair = 'Repair'; //to translate
-$strRemovePartitioning = 'Remove partitioning'; //to translate
-$strSearchInField = 'Inside field:'; //to translate
-$strTexyText = 'Texy! text'; //to translate
-$strDetails = 'Details...'; //to translate
-$strComment = 'Comment'; //to translate
-$strPacked = 'Packed'; //to translate
-$strActions = 'Actions'; //to translate
-$strInterface = 'Interface'; //to translate
-$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
-$strEvents = 'Events'; //to translate
-$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
-$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
-$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
-$strRelationalKey = 'Relational key'; //to translate
-$strRelationalDisplayField = 'Relational display field'; //to translate
-$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
-$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
-$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
-$strSwekeyAuthenticating = 'Authenticating...'; //to translate
-$strPBXTIndexCacheSize = 'Index cache size'; //to translate
-$strPBXTRecordCacheSize = 'Record cache size'; //to translate
-$strPBXTLogCacheSize = 'Log cache size'; //to translate
-$strPBXTLogFileThreshold = 'Log file threshold'; //to translate
-$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
-$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
-$strPBXTDataLogThreshold = 'Data log threshold'; //to translate
-$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
-$strPBXTLogBufferSize = 'Log buffer size'; //to translate
-$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
-$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
-$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
-$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
-$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
-$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
-$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
-$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
-$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
-$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
-$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
-$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
-$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
-$strPBXTLogFileCount = 'Log file count'; //to translate
-$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
-$strAsDefined = 'As defined:'; //to translate
-$strWiki = 'Wiki'; //to translate
-$strWebServer = 'Web server'; //to translate
-$strPHPExtension = 'PHP extension'; //to translate
-$strCustomColor = 'Custom color'; //to translate
-$strBLOBRepository = 'BLOB Repository'; //to translate
-$strBLOBRepositoryDamaged = 'Damaged'; //to translate
-$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
-$strBLOBRepositoryDisabled = 'Disabled'; //to translate
-$strBLOBRepositoryDisable = 'Disable'; //to translate
-$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
-$strBLOBRepositoryEnabled = 'Enabled'; //to translate
-$strBLOBRepositoryEnable = 'Enable'; //to translate
-$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
-$strBLOBRepositoryRepair = 'Repair'; //to translate
-$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
-$strViewImage = 'View image'; //to translate
-$strPlayAudio = 'Play audio'; //to translate
-$strViewVideo = 'View video'; //to translate
-$strDownloadFile = 'Download file'; //to translate
-$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
-$strShowKeys = 'Only show keys'; //to translate
-$strSetupServersAdd = 'Add a new server'; //to translate
-$strSetupServersEdit = 'Edit server'; //to translate
-$strSetupFormset_features = 'Features'; //to translate
-$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
-$strSetupFormset_main_frame = 'Customize main frame'; //to translate
-$strSetupFormset_import = 'Customize import defaults'; //to translate
-$strSetupFormset_export = 'Customize export options'; //to translate
-$strSetupFormset_customization = 'Customization'; //to translate
-$strSetupTrue = 'yes'; //to translate
-$strSetupFalse = 'no'; //to translate
-$strSetupDisplay = 'Display'; //to translate
-$strSetupDownload = 'Download'; //to translate
-$strSetupClear = 'Clear'; //to translate
-$strSetupLoad = 'Load'; //to translate
-$strSetupRestoreDefaultValue = 'Restore default value'; //to translate
-$strSetupSetValue = 'Set value: %s'; //to translate
-$strSetupWarning = 'Warning'; //to translate
-$strSetupIgnoreErrors = 'Ignore errors'; //to translate
-$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
-$strSetupShowForm = 'Show form'; //to translate
-$strSetupOverview = 'Overview'; //to translate
-$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
-$strSetupNoServers = 'There are no configured servers'; //to translate
-$strSetupNewServer = 'New server'; //to translate
-$strSetupDefaultLanguage = 'Default language'; //to translate
-$strSetupDefaultServer = 'Default server'; //to translate
-$strSetupLetUserChoose = 'let the user choose'; //to translate
-$strSetupOptionNone = '- none -'; //to translate
-$strSetupEndOfLine = 'End of line'; //to translate
-$strSetupConfigurationFile = 'Configuration file'; //to translate
-$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
-$strSetupDonateLink = 'Donate'; //to translate
-$strSetupVersionCheckLink = 'Check for latest version'; //to translate
-$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
-$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupInsecureConnection = 'Insecure connection'; //to translate
-$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
-$strSetupVersionCheck = 'Version check'; //to translate
-$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
-$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
-$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
-$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
-$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
-$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
-$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
-$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
-$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
-$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
-$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
-$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
-$strSetuperror_form = 'Submitted form contains errors'; //to translate
-$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
-$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
-$strSetuperror_incorrect_value = 'Incorrect value'; //to translate
-$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
-$strSetuperror_nan_p = 'Not a positive number'; //to translate
-$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
-$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
-$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
-$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
-$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
-$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
-$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
-$strSetupForm_Server = 'Basic settings'; //to translate
-$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
-$strSetupForm_Server_login_options = 'Signon login options'; //to translate
-$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
-$strSetupForm_Server_config = 'Server configuration'; //to translate
-$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
-$strSetupForm_Server_pmadb = 'PMA database'; //to translate
-$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
-$strSetupForm_Import_export = 'Import / export'; //to translate
-$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
-$strSetupForm_Security = 'Security'; //to translate
-$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
-$strSetupForm_Sql_queries = 'SQL queries'; //to translate
-$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
-$strSetupForm_Other_core_settings = 'Other core settings'; //to translate
-$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
-$strSetupForm_Left_frame = 'Navigation frame'; //to translate
-$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
-$strSetupForm_Left_servers = 'Servers'; //to translate
-$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
-$strSetupForm_Left_databases = 'Databases'; //to translate
-$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
-$strSetupForm_Left_tables = 'Tables'; //to translate
-$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
-$strSetupForm_Main_frame = 'Main frame'; //to translate
-$strSetupForm_Startup = 'Startup'; //to translate
-$strSetupForm_Startup_desc = 'Customize startup page'; //to translate
-$strSetupForm_Browse = 'Browse mode'; //to translate
-$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
-$strSetupForm_Edit = 'Edit mode'; //to translate
-$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
-$strSetupForm_Tabs = 'Tabs'; //to translate
-$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
-$strSetupForm_Sql_box = 'SQL Query box'; //to translate
-$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
-$strSetupForm_Import_defaults = 'Import defaults'; //to translate
-$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
-$strSetupForm_Export_defaults = 'Export defaults'; //to translate
-$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
-$strSetupForm_Query_window = 'Query window'; //to translate
-$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
-$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
-$strSetupServers_host_name = 'Server hostname'; //to translate
-$strSetupServers_port_name = 'Server port'; //to translate
-$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_socket_name = 'Server socket'; //to translate
-$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
-$strSetupServers_ssl_name = 'Use SSL'; //to translate
-$strSetupServers_connect_type_name = 'Connection type'; //to translate
-$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
-$strSetupServers_extension_name = 'PHP extension to use'; //to translate
-$strSetupServers_compress_name = 'Compress connection'; //to translate
-$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
-$strSetupServers_auth_type_name = 'Authentication type'; //to translate
-$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
-$strSetupServers_user_name = 'User for config auth'; //to translate
-$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_password_name = 'Password for config auth'; //to translate
-$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
-$strSetupServers_nopassword_name = 'Connect without password'; //to translate
-$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
-$strSetupServers_SignonSession_name = 'Signon session name'; //to translate
-$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
-$strSetupServers_SignonURL_name = 'Signon URL'; //to translate
-$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
-$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
-$strSetupServers_only_db_name = 'Show only listed databases'; //to translate
-$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
-$strSetupServers_hide_db_name = 'Hide databases'; //to translate
-$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
-$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
-$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
-$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
-$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
-$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
-$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
-$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
-$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
-$strSetupServers_CountTables_name = 'Count tables'; //to translate
-$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
-$strSetupServers_pmadb_name = 'PMA database'; //to translate
-$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
-$strSetupServers_controluser_name = 'Control user'; //to translate
-$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
-$strSetupServers_controlpass_name = 'Control user password'; //to translate
-$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
-$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
-$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
-$strSetupServers_relation_name = 'Relation table'; //to translate
-$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
-$strSetupServers_table_info_name = 'Display fields table'; //to translate
-$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
-$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
-$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
-$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
-$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
-$strSetupServers_column_info_name = 'Column information table'; //to translate
-$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
-$strSetupServers_history_name = 'SQL query history table'; //to translate
-$strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
-$strSetupServers_designer_coords_name = 'Designer table'; //to translate
-$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
-$strSetupUploadDir_name = 'Upload directory'; //to translate
-$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
-$strSetupSaveDir_name = 'Save directory'; //to translate
-$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
-$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
-$strSetupDefaultCharset_name = 'Default character set'; //to translate
-$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
-$strSetupRecodingEngine_name = 'Recoding engine'; //to translate
-$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
-$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
-$strSetupZipDump_name = 'ZIP'; //to translate
-$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
-$strSetupGZipDump_name = 'GZip'; //to translate
-$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
-$strSetupBZipDump_name = 'Bzip2'; //to translate
-$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
-$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
-$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
-$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
-$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
-$strSetupForceSSL_name = 'Force SSL connection'; //to translate
-$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
-$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
-$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
-$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate
-$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
-$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
-$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
-$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
-$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
-$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
-$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
-$strSetupShowSQL_name = 'Show SQL queries'; //to translate
-$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
-$strSetupConfirm_name = 'Confirm DROP queries'; //to translate
-$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate
-$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
-$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
-$strSetupQueryHistoryMax_name = 'Query history length'; //to translate
-$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
-$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
-$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
-$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
-$strSetupMaxDbList_name = 'Maximum databases'; //to translate
-$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
-$strSetupMaxTableList_name = 'Maximum tables'; //to translate
-$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupOBGzip_name = 'GZip output buffering'; //to translate
-$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
-$strSetupPersistentConnections_name = 'Persistent connections'; //to translate
-$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
-$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
-$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupMemoryLimit_name = 'Memory limit'; //to translate
-$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
-$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
-$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
-$strSetupUseDbSearch_name = 'Use database search'; //to translate
-$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
-$strSetupLeftFrameLight_name = 'Use light version'; //to translate
-$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
-$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
-$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
-$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
-$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
-$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
-$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
-$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
-$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
-$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
-$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
-$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
-$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
-$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
-$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
-$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
-$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
-$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
-$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
-$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
-$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
-$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
-$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
-$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
-$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
-$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
-$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
-$strSetupShowStats_name = 'Show statistics'; //to translate
-$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
-$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
-$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
-$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowCreateDb_name = 'Show create database form'; //to translate
-$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
-$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate
-$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
-$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
-$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
-$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
-$strSetupOrder_name = 'Default sorting order'; //to translate
-$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
-$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
-$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
-$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
-$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
-$strSetupProtectBinary_name = 'Protect binary fields'; //to translate
-$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
-$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
-$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupInsertRows_name = 'Number of inserted rows'; //to translate
-$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
-$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
-$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
-$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
-$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
-$strSetupLightTabs_name = 'Light tabs'; //to translate
-$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
-$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
-$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
-$strSetupDefaultTabServer_name = 'Default server tab'; //to translate
-$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
-$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
-$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
-$strSetupDefaultTabTable_name = 'Default table tab'; //to translate
-$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
-$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
-$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
-$strSetupSQLQuery_Edit_name = 'Edit'; //to translate
-$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
-$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
-$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
-$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
-$strSetupImport_format_name = 'Format of imported file'; //to translate
-$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
-$strSetupImport_allow_interrupt_desc = '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
-$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
-$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
-$strSetupExport_format_name = 'Format'; //to translate
-$strSetupExport_compression_name = 'Compression'; //to translate
-$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
-$strSetupExport_onserver_name = 'Save on server'; //to translate
-$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
-$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
-$strSetupExport_file_template_table_name = 'Table name template'; //to translate
-$strSetupExport_file_template_database_name = 'Database name template'; //to translate
-$strSetupExport_file_template_server_name = 'Server name template'; //to translate
-$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
-$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
-$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
-$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
-$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
-$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
-$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
-$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
-$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
-$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
-$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
-$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
-$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
-$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
-$strShowBinaryContents = 'Show binary contents'; //to translate
-$strShowBLOBContents = 'Show BLOB contents'; //to translate
-$strStatic = 'static'; //to translate
-$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
-$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
-$strGetMoreThemes = 'Get more themes!'; //to translate
-$strNoneDefault = 'None'; //to translate
-$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
-$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
-$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
-$strAndSmall = 'and'; //to translate
-$strReplicationStatus = 'Replication status'; //to translate
-$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate
-$strReplicationStatus_master = 'Master status'; //to translate
-$strReplicationStatus_slave = 'Slave status'; //to translate
-$strNavTableFilter = 'Filter'; //to translate
-$strPhpArray = 'PHP array'; //to translate
-$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
-$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
-$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
-$strGoToDatabase = 'Go to database'; //to translate
-$strGoToTable = 'Go to table'; //to translate
-$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
-$strImportColNames = 'Column names in first row'; //to translate
-$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
-$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
-$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
-$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1507,127 +1631,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php
index 699fc703e..6fc26d906 100644
--- a/lang/uzbek_cyrillic-utf-8.inc.php
+++ b/lang/uzbek_cyrillic-utf-8.inc.php
@@ -23,6 +23,7 @@ $month = array('Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Ию
$datefmt = '%d %B %Y й., %H:%M';
$timespanfmt = '"%s" кун, "%s" соат, "%s" минут ва "%s" секунд';
+$strAPrimaryKey = ' "%s" га бирламчи калит қўшилди';
$strAbortedClients = 'Узилди';
$strAccessDenied = 'Рухсат берилмади';
$strAccessDeniedCreateConfig = 'Эҳтимол, конфигурация файли тузилмаган. Уни тузиш учун %1$ssўрнатиш сценарийсидан%2$ фойдаланишингиз мумкин.';
@@ -51,54 +52,53 @@ $strAfterInsertNewInsert = 'Янги ёзув киритиш';
$strAfterInsertNext = 'Кейинги қаторни таҳрирлаш';
$strAfterInsertSame = 'Ушбу саҳифага қайтиш';
$strAll = 'Барча';
-$strAllowInterrupt = 'Вақт чеклови яқинлашганда скриптга импорт жараёнини бўлиш учун рухсат бериш. Катта ҳажмдаги файлларни импорт қилишда қўл келиши мумкин, аммо бунда транзакция узилиши мумкин.';
$strAllTableSameWidth = 'Бир хил кенгликдаги барча жадвалларни кўрсатиш';
+$strAllowInterrupt = 'Вақт чеклови яқинлашганда скриптга импорт жараёнини бўлиш учун рухсат бериш. Катта ҳажмдаги файлларни импорт қилишда қўл келиши мумкин, аммо бунда транзакция узилиши мумкин.';
$strAlterOrderBy = 'Жадвал сортировкасини ўзгартириш';
+$strAnIndex = ' "%s" учун индекс қўшилди';
$strAnalyze = 'Таҳлил';
$strAnalyzeTable = 'Жадвал таҳлили';
$strAnd = 'Ва';
$strAndSmall = 'ва';
$strAndThen = 'ва сўнг';
$strAngularLinks = 'Бурчакли боғланишлар';
-$strAnIndex = ' "%s" учун индекс қўшилди';
$strAny = 'Ҳар қайси';
$strAnyHost = 'Ҳар қайси хост';
$strAnyUser = 'Ҳар қайси фойдаланувчи';
$strApproximateCount = 'Тахминий бўлиши мумкин. [a@./Documentation.html#faq3_11@Documentation]"FAQ 3.11"[/a]га қаранг';
-$strAPrimaryKey = ' "%s" га бирламчи калит қўшилди';
$strArabic = 'Арабча';
$strArmenian = 'Арманча';
-$strAscending = 'Ўсиш тартибида';
$strAsDefined = 'Қоидага кўра:';
+$strAscending = 'Ўсиш тартибида';
$strAtBeginningOfTable = 'Жадвал бошига';
$strAtEndOfTable = 'Жадвал охирига';
$strAttr = 'Атрибутлар';
$strAutomaticLayout = 'Автоматик раскладка';
+$strBLOBRepository = 'BLOB омбори';
+$strBLOBRepositoryDamaged = 'Шикастланган';
+$strBLOBRepositoryDisable = 'Фаолсизлантириш';
+$strBLOBRepositoryDisableAreYouSure = 'Сиз ҳақиқатдан ҳам "%s" базаси учун барча BLOB мурожаатларини бекор қилмоқчимисиз?';
+$strBLOBRepositoryDisableStrongWarning = 'Сиз BLOB омборини ФАОЛСИЗЛАНТИРМОҚЧИСИЗ!';
+$strBLOBRepositoryDisabled = 'Фаолсизлаштирилган';
+$strBLOBRepositoryEnable = 'Фаоллантириш';
+$strBLOBRepositoryEnabled = 'Фаоллаштирилган';
+$strBLOBRepositoryRemove = 'BLOB омбори мурожаатларини ўчириш';
+$strBLOBRepositoryRepair = 'Созлаш';
+$strBLOBRepositoryUpload = 'BLOB омборига юклаш';
$strBack = 'Орқага';
$strBaltic = 'Балтикача';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Иккилик';
-$strBinaryDoNotEdit = 'Иккилик маълумот - таҳрирлаш мумкин эмас';
-$strBinaryLog = 'Иккилик журнал';
$strBinLogEventType = 'Ҳодиса тури';
$strBinLogInfo = 'Маълумот';
$strBinLogName = 'Журнал файли';
$strBinLogOriginalPosition = 'Асл позиция';
$strBinLogPosition = 'Позиция';
$strBinLogServerId = 'Сервер ID си';
-$strBLOBRepository = 'BLOB омбори';
-$strBLOBRepositoryDamaged = 'Шикастланган';
-$strBLOBRepositoryDisable = 'Фаолсизлантириш';
-$strBLOBRepositoryDisableAreYouSure = 'Сиз ҳақиқатдан ҳам "%s" базаси учун барча BLOB мурожаатларини бекор қилмоқчимисиз?';
-$strBLOBRepositoryDisabled = 'Фаолсизлаштирилган';
-$strBLOBRepositoryDisableStrongWarning = 'Сиз BLOB омборини ФАОЛСИЗЛАНТИРМОҚЧИСИЗ!';
-$strBLOBRepositoryEnable = 'Фаоллантириш';
-$strBLOBRepositoryEnabled = 'Фаоллаштирилган';
-$strBLOBRepositoryRemove = 'BLOB омбори мурожаатларини ўчириш';
-$strBLOBRepositoryRepair = 'Созлаш';
-$strBLOBRepositoryUpload = 'BLOB омборига юклаш';
+$strBinary = 'Иккилик';
+$strBinaryDoNotEdit = 'Иккилик маълумот - таҳрирлаш мумкин эмас';
+$strBinaryLog = 'Иккилик журнал';
$strBookmarkAllUsers = 'Барча фойдаланувчиларга рухсат бериш';
$strBookmarkCreated = '"%s" хатчўпи тузилди';
$strBookmarkDeleted = 'Хатчўп ўчирилди.';
@@ -121,10 +121,11 @@ $strBulgarian = 'Болгарча';
$strBusyPages = 'Банд саҳифалар';
$strBzip = 'bzip ёрдамида сиқилган';
+$strCSV = 'CSV';
$strCalendar = 'Тақвим';
-$strCancel = 'Бекор қилиш';
$strCanNotLoadExportPlugins = 'Экспорт модуллари мавжуд эмас! Ўрнатилган phpMyAdmin нусхасининг libraries/export каталогини текширинг.';
$strCanNotLoadImportPlugins = 'Импорт модуллари мавжуд эмас! Ўрнатилган phpMyAdmin нусхасининг libraries/export каталогини текширинг.';
+$strCancel = 'Бекор қилиш';
$strCannotLogin = 'MySQL серверига уланиб бўлмади';
$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] кенгайтмани юклаб бўлмади! PHP конфигурациясини созланг.';
$strCantLoadRecodeIconv = 'Кодировкаларни конвертация қилиш учун керак бўлган "iconv" ёки "recode" кенгайтмалари қўшилмаган. Ушбу кенгайтмаларни қўшган ҳолда PHP дастурини созлаш ёки phpMyAdmin дастурида кодировкаларни конвертация қилишни фаолсизлантириш керак.';
@@ -199,14 +200,19 @@ $strCreateUserDatabaseWildcard = '(фойдаланувчи\_%) шаблониг
$strCreationDates = 'Тузиш, янгилаш ва текшириш саналари';
$strCriteria = 'Критерий';
$strCroatian = 'Хорватча';
-$strCSV = 'CSV';
$strCustomColor = 'Рангни танлаш';
$strCyrillic = 'Кириллча';
$strCzech = 'Чехча';
$strCzechSlovak = 'Чехословакча';
+$strDBComment = 'Маълумотлар базасига изоҳ:';
+$strDBCopy = 'Маълумотлар базасидан қуйидагига нусха олиш';
+$strDBRename = 'Маълумотлар базаси номини қуйидагига ўзгартириш';
$strDanish = 'Данияча';
$strData = 'Маълумотлар';
+$strDataDict = 'Маълумотлар луғати';
+$strDataOnly = 'Фақат маълумотлар';
+$strDataPages = 'Маълумотлар мавжуд саҳифалар';
$strDatabase = 'Маълумотлар базаси';
$strDatabaseEmpty = 'Маълумотлар базаси номи бўш!';
$strDatabaseExportOptions = 'Маълумотлар базаси экспорт параметрлари';
@@ -218,29 +224,23 @@ $strDatabasesStats = 'Маълумотлар базаси статискаси';
$strDatabasesStatsDisable = 'Статискани ўчириш';
$strDatabasesStatsEnable = 'Статискани ёқиш';
$strDatabasesStatsHeavyTraffic = 'ИЗОҲ: Статискани ёқиш веб-сервер ва MySQL сервери ўртасида катта траффикка сабаб бўлиши мумкин.';
-$strDataDict = 'Маълумотлар луғати';
-$strDataOnly = 'Фақат маълумотлар';
-$strDataPages = 'Маълумотлар мавжуд саҳифалар';
-$strDBComment = 'Маълумотлар базасига изоҳ:';
-$strDBCopy = 'Маълумотлар базасидан қуйидагига нусха олиш';
$strDbIsEmpty = 'Маълумотлар базаси бўш!';
$strDbPrivileges = 'Маълумотлар базаси привилегиялари';
-$strDBRename = 'Маълумотлар базаси номини қуйидагига ўзгартириш';
$strDbSpecific = 'Маълумотлар базаси даражасида';
$strDefault = 'Андоза';
$strDefaultEngine = '"%s" - MySQL серверидаги андозавий маълумотлар жадвали тури.';
$strDefaultValueHelp = '"Андозавий" майдонлар қийматларида тескари эгри чизиқ ва қўштирноқларни ишлатманг.';
$strDefragment = 'Жадвални дефрагментациялаш';
+$strDelOld = 'Ушбу саҳифада мавжуд бўлмаган жадваллар учун мурожаатлар мавжуд. Ушбу мурожаатларни ўчиришни хоҳлайсизми?';
$strDelayedInserts = 'Кечиктирилган қўйиш (DELAYED INSERTS) дан фойдаланиш';
$strDelete = 'Ўчириш';
$strDeleteAndFlush = 'Барча фойдаланувчиларни ўчириш ва привилегияларни қайта юклаш.';
$strDeleteAndFlushDescr = 'Бу энг яхши усул, лекин привилегияларни қайта юклаш вақт талаб этиши мумкин.';
-$strDeleted = 'Ёзув ўчирилди';
$strDeleteNoUsersSelected = 'Ўчириш лозим бўлган фойдаланувчилар танланмаган!';
$strDeleteRelation = 'Боғлиқликни ўчириш';
+$strDeleted = 'Ёзув ўчирилди';
$strDeleting = '"%s" ўчирилмоқда';
$strDelimiter = 'Тақсимловчи';
-$strDelOld = 'Ушбу саҳифада мавжуд бўлмаган жадваллар учун мурожаатлар мавжуд. Ушбу мурожаатларни ўчиришни хоҳлайсизми?';
$strDescending = 'Камайиш тартибида';
$strDescription = 'Тавсифи';
$strDesigner = 'Дизайнер';
@@ -249,23 +249,23 @@ $strDetails = 'Тафсилотлар...';
$strDictionary = 'луғат';
$strDirectLinks = 'Тўғридан-тўғри боғланишлар';
$strDirtyPages = 'Кир саҳифалар';
-$strDisabled = 'Фаолсизлантирилган';
$strDisableForeignChecks = 'Ташқи калитларни текширишни ўчириш';
+$strDisabled = 'Фаолсизлантирилган';
$strDisplayFeat = 'Имкониятларни кўрсатиш';
$strDisplayOrder = 'Сортировка:';
$strDisplayPDF = 'PDF-схемани кўрсатиш';
$strDoAQuery = '"Намунадаги сўровни бажариш" (ўрнига қўйиш белгиси: "%")';
+$strDoNotAutoIncrementZeroValues = 'Ноль қийматлари учун "AUTO_INCREMENT" ишлатмаслик';
+$strDoYouReally = 'Ҳақиқатан ҳам сўровни бажармоқчимисиз?';
$strDocSQL = 'DocSQL';
$strDocu = 'Документация';
-$strDoNotAutoIncrementZeroValues = 'Ноль қийматлари учун "AUTO_INCREMENT" ишлатмаслик';
$strDownloadFile = 'Файлни юклаб олиш';
-$strDoYouReally = 'Ҳақиқатан ҳам сўровни бажармоқчимисиз?';
$strDrop = 'Ўчириш';
$strDropDatabaseStrongWarning = 'Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!';
$strDropUsersDb = 'Фойдаланувчилар номлари билан аталган маълумотлар базаларини ўчириш.';
-$strDumpingData = 'Жадвал маълумотларини дамп қилиш';
$strDumpSaved = 'Дамп "%s" файлида сақланди.';
$strDumpXRows = '# %s ёзувидан бошлаб %s сатрни дамп қилиш.';
+$strDumpingData = 'Жадвал маълумотларини дамп қилиш';
$strDynamic = 'динамик';
$strEdit = 'Таҳрирлаш';
@@ -281,8 +281,8 @@ $strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Ушбу MySQL сервери "%s" турдаги жадваллар билан ишлай олади.';
$strEngineDisabled = '"%s" туридаги жадваллар ушбу MySQL серверда фаолсизлантирилган.';
-$strEngines = 'Жадвал турлари';
$strEngineUnsupported = 'Ушбу MySQL сервери "%s" турдаги жадваллар билан ишлай олмайди.';
+$strEngines = 'Жадвал турлари';
$strEnglish = 'Инглизча';
$strEnglishPrivileges = 'ИЗОҲ: MySQL привилегиялари турлари инглиз тилида кўрсатилади.';
$strError = 'Хатолик';
@@ -321,8 +321,8 @@ $strFileNameTemplateDescriptionDatabase = 'маълумотлар базаси
$strFileNameTemplateDescriptionServer = 'сервер номи';
$strFileNameTemplateDescriptionTable = 'жадвал номи';
$strFileNameTemplateRemember = ' шаблонни ёдда тутиш';
-$strFiles = 'Файллар сони ';
$strFileToImport = 'Импорт қилинаётган файл ';
+$strFiles = 'Файллар сони ';
$strFlushPrivilegesNote = 'ИЗОҲ: phpMyAdmin фойдаланувчилар привилегиялари ҳақидаги маълумотларни тўғридан-тўғри MySQL привилегиялари жадвалидан олади. Ушбу жадвалдаги маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак.';
$strFlushQueryCache = 'Сўровлар кешини дефрагментация қилиш';
$strFlushTable = 'Жадвал кешини янгилаш ("FLUSH")';
@@ -330,18 +330,18 @@ $strFlushTables = 'Барча жадвалларни ёпиш';
$strFontSize = 'Шрифт ўлчами';
$strForeignKeyError = ' %1$s да ташқи калит (FOREIGN KEY) тузишда хатолик (маълумот турини текширинг)';
$strForeignKeyRelationAdded = 'Ташқи калитга (FOREIGN KEY) алоқа ўрнатилди';
-$strFormat = 'Формат';
$strFormEmpty = 'Форманинг керакли майдонлари тўлдирилмаган!';
+$strFormat = 'Формат';
$strFreePages = 'Бўш саҳифалар сони ';
$strFullText = 'Маълумотларни кенгайтирилган ҳолда кўрсатиш';
$strFunction = 'Функция';
$strFunctions = 'Функциялар';
$strGenBy = 'Тузилган';
+$strGenTime = 'Тузилган сана ';
$strGeneralRelationFeat = 'Алоқаларнинг асосий имкониятлари';
$strGenerate = 'Генерация қилиш';
$strGeneratePassword = 'Парол ўрнатиш';
-$strGenTime = 'Тузилган сана ';
$strGeorgian = 'Грузинча';
$strGerman = 'Немисча';
$strGetMoreThemes = 'Кўпроқ мавзуга эга бўлинг!';
@@ -353,6 +353,8 @@ $strGrantOption = 'GRANT';
$strGreek = 'Грекча';
$strGzip = 'gzip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Қайта ишловчи дастур';
$strHasBeenAltered = ' ўзгартирилди.';
$strHaveToShow = 'Сўровни бажариш учун, майдон/майдонлар танланган бўлиши керак.';
@@ -365,16 +367,14 @@ $strHideShowNoRelation = 'Алоқа мавжуд бўлмаган жадвал
$strHome = 'Бош саҳифа';
$strHomepageOfficial = ' phpMyAdmin расмий веб-саҳифаси';
$strHost = 'Хост';
-$strHostTableExplanation = 'Агар Хостлар жадвалидан фойдаланилса, ушбу майдонга эътибор берилмайди ва унинг ўрнига Хостлар жадвалидаги қийматлар ишлатилади.';
$strHostEmpty = 'Хост номи бўш!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostTableExplanation = 'Агар Хостлар жадвалидан фойдаланилса, ушбу майдонга эътибор берилмайди ва унинг ўрнига Хостлар жадвалидаги қийматлар ишлатилади.';
$strHungarian = 'Венгерча';
+$strIEUnsupported = 'Internet Explorer дастурида ушбу функция мавжуд эмас.';
$strIcelandic = 'Исландча';
$strId = 'ID';
$strIdxFulltext = 'Матн тўлалигича';
-$strIEUnsupported = 'Internet Explorer дастурида ушбу функция мавжуд эмас.';
$strIgnore = 'Эътибор бермаслик';
$strIgnoreDuplicates = 'Такрорий қаторларга эътибор бермаслик';
$strIgnoreInserts = 'Эътибор бермаслик (IGNORE) қўйилмалардан фойдаланиш';
@@ -382,17 +382,18 @@ $strImport = 'Импорт';
$strImportExportCoords = 'PDF-схемага/схемадан жадвал координаталарини импорт/экспорт қилиш';
$strImportFiles = 'Файлларни импорт қилиш';
$strImportFormat = 'Импорт қилинаётган файл формати';
-$strImportSuccessfullyFinished = 'Импорт муваффақиятли тугатилди, бажарилган сўровлар сони: %d.';
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.';
$strImportProceedingFile = 'The file is being processed, please be patient.';
+$strImportSuccessfullyFinished = 'Импорт муваффақиятли тугатилди, бажарилган сўровлар сони: %d.';
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.';
+$strInUse = 'ишлатилмоқда';
$strIndex = 'Индекс';
-$strIndexes = 'Индекслар';
-$strIndexesSeemEqual = ' %1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин.';
$strIndexHasBeenDropped = ' "%s" индекси ўчирилди';
$strIndexName = 'Индекс номи: ';
$strIndexType = 'Индекс тури: ';
$strIndexWarningTable = ' `"%s"` жадвалидаги индексларда муаммо мавжуд';
+$strIndexes = 'Индекслар';
+$strIndexesSeemEqual = ' %1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин.';
$strInnoDBAutoextendIncrement = 'Автоматик ошириб бориш';
$strInnoDBAutoextendIncrementDesc = 'Жадвалда жой тугаганда маълумотлар файли ҳажмини автоматик ошириш (мегабайтларда) ';
$strInnoDBBufferPoolSize = 'Буфер пули ҳажми';
@@ -410,13 +411,12 @@ $strInterface = 'Интерфейс';
$strInternalAndForeign = 'Агар ташқи калит (FOREIGN KEY) орқали алоқа мавжуд бўлса, ички алоқа ўрнатиш шарт эмас.';
$strInternalRelationAdded = 'Ички алоқа ўрнатилди';
$strInternalRelations = 'Ички алоқалар';
-$strInUse = 'ишлатилмоқда';
$strInvalidAuthMethod = 'phpMyAdmin конфигурацион файлида нотўғри аутентификация усули белгиланган:';
-$strInvalidColumn = 'Нотўғри устун ("%s") танланган!';
-$strInvalidColumnCount = 'Устунлар сони нолдан кўп бўлиши шарт.';
$strInvalidCSVFieldCount = 'Киритилаётган CSV маълумотларнинг %d қаторидаги майдонлар сони нотўғри.';
$strInvalidCSVFormat = 'Киритилаётган CSV маълумотларнинг %d қаторидаги маълумотлар формати нотўғри.';
$strInvalidCSVParameter = 'CSV импортидаги парамерт нотўғри: "%s"';
+$strInvalidColumn = 'Нотўғри устун ("%s") танланган!';
+$strInvalidColumnCount = 'Устунлар сони нолдан кўп бўлиши шарт.';
$strInvalidDatabase = 'Нотўғри маълумотлар базаси';
$strInvalidFieldAddCount = 'Ҳеч бўлмаганда битта майдон киритиш шарт.';
$strInvalidFieldCount = 'Жадвалда, ҳеч бўлмаганда, битта майдон бўлиши шарт.';
@@ -439,11 +439,13 @@ $strKill = 'Тугатиш';
$strKnownExternalBug = ' "%s" параметрининг иши маълум хатоликка олиб келиши мумкин, батафсил маълумот учун қаранг "%s"';
$strKorean = 'Корейсча';
+$strLDI = '"LOAD DATA" ишлатилган CSV';
+$strLDILocal = '"LOCAL" калит сўзини ишлатиш';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Албом шаклида';
$strLanguage = 'Тил';
$strLanguageUnknown = 'Номаълум тил: %1$s.';
$strLatchedPages = 'Блокировка қилинган саҳифалар сони: ';
-$strLaTeX = 'LaTeX';
$strLatexCaption = 'Жадвал сарлавҳаси';
$strLatexContent = ' __TABLE__ жадвалининг мундарижаси';
$strLatexContinued = '(давоми)';
@@ -452,8 +454,6 @@ $strLatexIncludeCaption = 'Жадвалга сарлавҳа қўшиш';
$strLatexLabel = 'Белги идентификатори';
$strLatexStructure = ' __TABLE__ жадвалининг тузилиши';
$strLatvian = 'Латишча';
-$strLDI = '"LOAD DATA" ишлатилган CSV';
-$strLDILocal = '"LOCAL" калит сўзини ишлатиш';
$strLengthSet = 'Узунлик/қийматлар';
$strLimitNumRows = 'Саҳифадаги қаторлар сони ';
$strLinesTerminatedBy = 'Қаторлар бўлувчиси';
@@ -462,32 +462,32 @@ $strLinksTo = 'Алоқалар';
$strLithuanian = 'Литвача';
$strLocalhost = 'Локал';
$strLocationTextfile = 'Файлни танлаш';
-$strLogin = 'Авторизация';
-$strLoginInformation = 'Фойдаланувчи ҳисоби ҳақида маълумот';
-$strLoginWithoutPassword = 'Паролсиз аутентификация конфигурация томонидан ўчирилган (қаранг AllowNoPassword)';
-$strLogout = 'Чиқиш';
$strLogPassword = 'Парол:';
$strLogServer = 'Сервер';
$strLogServerHelp = 'Сиз хост/IP адрес ва бўш жой қолдириб портни киритишингиз мумкин.';
$strLogUsername = 'Фойдаланувчи:';
+$strLogin = 'Авторизация';
+$strLoginInformation = 'Фойдаланувчи ҳисоби ҳақида маълумот';
+$strLoginWithoutPassword = 'Паролсиз аутентификация конфигурация томонидан ўчирилган (қаранг AllowNoPassword)';
+$strLogout = 'Чиқиш';
$strLongOperation = 'Ушбу операцияни бажариш узоқ вақт талаб қилиши мумкин. Давом этсинми? ';
-$strMaxConnects = 'Максимал уланишлар сони ';
-$strMaximalQueryLength = 'Тузилаёган сўровнинг максимал узунлиги';
-$strMaximumSize = 'Максимал ҳажми: "%s"%s"';
-$strMbExtensionMissing = 'Кўп байтли кодировкалар билан ишлаганда PHP "mbstring" кенгайтмаси ўрнатилмаган бўлса, phpMyAdmin сатрларни тўғри бўла олмайди. Бу ўз навбатида маълумот йўқолишига олиб келиши мумкин. PHP "mbstring" кенгайтмасини ўрнатиш қатъий тавсия этилади.';
-$strMbOverloadWarning = 'PHP конфигурацион файлида phpMyAdmin билан мос бўлмаган mbstring.func_overload параметри ёқилган. Маълумот йўқолиши олдини олиш учун, ушбу параметр ўчирилиши керак!';
+$strMIMETypesForTable = 'ЖАДВАЛ УЧУН MIME ТУРЛАРИ';
+$strMIME_MIMEtype = 'MIME тури';
$strMIME_available_mime = 'Мавжуд MIME турлари';
$strMIME_available_transform = 'Мавжуд ўгиришлар';
$strMIME_description = 'Тавсиф';
-$strMIME_MIMEtype = 'MIME тури';
$strMIME_nodescription = 'Ҳозирги ватқда тавсиф мавжуд эмас. Ишлатилаётган "%s" ўгиришлар намойиши функцияларининг иши яқин орада тавсифланади. ';
$strMIME_transformation = 'Ўгириш';
$strMIME_transformation_note = 'Мавжуд MIME турлари ва ўгиришлар параметларини кўриш учун қуйидаги боғланишдан фойдаланинг: - "%s"ўзгариришлар тавсифи"%s"';
$strMIME_transformation_options = 'Ўгиришлар параметрлари';
$strMIME_transformation_options_note = 'Ўгиришлар парамерлари қийматлари қуйидаги форматда бўлиши шарт: "a", 100, "b", "c"... Тескари эгри чизиқ (\\) ва битталик қўштирноқ (") белгилари олдидан тескари эгри чизиқ бўлиши керак, масалан: "\\\\xyz" ёки "a\\"b".';
$strMIME_without = 'Курсив билан белгиланган MIME турлари алоҳида ўгириш функцияларига эга эмас. ';
-$strMIMETypesForTable = 'ЖАДВАЛ УЧУН MIME ТУРЛАРИ';
+$strMaxConnects = 'Максимал уланишлар сони ';
+$strMaximalQueryLength = 'Тузилаёган сўровнинг максимал узунлиги';
+$strMaximumSize = 'Максимал ҳажми: "%s"%s"';
+$strMbExtensionMissing = 'Кўп байтли кодировкалар билан ишлаганда PHP "mbstring" кенгайтмаси ўрнатилмаган бўлса, phpMyAdmin сатрларни тўғри бўла олмайди. Бу ўз навбатида маълумот йўқолишига олиб келиши мумкин. PHP "mbstring" кенгайтмасини ўрнатиш қатъий тавсия этилади.';
+$strMbOverloadWarning = 'PHP конфигурацион файлида phpMyAdmin билан мос бўлмаган mbstring.func_overload параметри ёқилган. Маълумот йўқолиши олдини олиш учун, ушбу параметр ўчирилиши керак!';
$strModifications = 'Ўзгариришлар сақланди';
$strModify = 'Ўзгаририш';
$strModifyIndexTopic = 'Индексни ўзгаририш';
@@ -509,19 +509,20 @@ $strMyISAMRepairThreadsDesc = 'Агар қиймат бирдан катта б
$strMyISAMSortBufferSize = 'Сортировка буфери ҳажми';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE буйруғи ёрдамида индексни сортировка қилиш ҳамда CREATE INDEX ёки ALTER TABLE буйруқлари ёрдамида индекс тузиш учун керак бўлган буфер ҳажми.';
$strMySQLCharset = 'MySQL-кодировка';
-$strMysqlClientVersion = 'MySQL-клиент версияси';
$strMySQLConnectionCollation = 'MySQL билан уланишни чоғиштириш';
-$strMysqlLibDiffersServerVersion = 'MySQL-клиент версияси ("%s") ўрнатилган MySQL-сервер версияси("%s")дан фарқ қилмоқда. Бу ҳолат нохуш оқибатларга олиб келиши мумкин.';
$strMySQLSaid = 'MySQL жавоби: ';
$strMySQLShowProcess = 'Жараёнлар рўйхати';
+$strMysqlClientVersion = 'MySQL-клиент версияси';
+$strMysqlLibDiffersServerVersion = 'MySQL-клиент версияси ("%s") ўрнатилган MySQL-сервер версияси("%s")дан фарқ қилмоқда. Бу ҳолат нохуш оқибатларга олиб келиши мумкин.';
$strName = 'Номи';
$strNavTableFilter = 'Filter';
$strNext = 'Кейинги';
+$strNo = 'Йўқ';
$strNoActivity = '"%s" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан ўтинг. ';
+$strNoDataReceived = 'Импорт қилиш имкони йўқ. Сабаблар: импорт файли танланмаган; импорт қилинаётган файл ҳажми PHP конфигурацион файлида кўрсатилган максимал қийматдан катта. Қаранг: [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDatabases = 'Маълумотлар базаси мавжуд эмас';
$strNoDatabasesSelected = 'Биронта ҳам маълумотлар базаси танланмаган.';
-$strNoDataReceived = 'Импорт қилиш имкони йўқ. Сабаблар: импорт файли танланмаган; импорт қилинаётган файл ҳажми PHP конфигурацион файлида кўрсатилган максимал қийматдан катта. Қаранг: [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDescription = 'тавсиф мавжуд эмас';
$strNoDetailsForEngine = 'Ушбу турдаги жадваллар ҳақида қўшимча маълумот мавжуд эмас. ';
$strNoDropDatabases = '"DROP DATABASE" (маълумотлар базасини ўчириш) буйруғи ўчирилган.';
@@ -531,9 +532,6 @@ $strNoFrames = 'phpMyAdmin ишлаши учун фреймлар бил
$strNoIndex = 'Индекс белгиланмаган!';
$strNoIndexPartsDefined = 'Индекс қисмлари белгиланмаган!';
$strNoModification = 'Ўзгариш йўқ';
-$strNoneDefault = 'Йўқ';
-$strNone = 'Йўқ';
-$strNo = 'Йўқ';
$strNoOptions = 'Ушбу формат учун созланадиган параметр мавжуд эмас';
$strNoPassword = 'Парол йўқ';
$strNoPermission = '"%s" файлини веб-серверга сақлаш учун ҳуқуқлар етарли эмас.';
@@ -544,17 +542,19 @@ $strNoRowsSelected = 'Амални амалга ошириш учун битта
$strNoSpace = '"%s" файлини сақлаш учун дискда етарли жой мавжуд эмас. ';
$strNoTablesFound = 'Маълумотлар базасида биронта ҳам жадвал мавжуд эмас.';
$strNoThemeSupport = 'Мавзулар ишламаяпти, конфигурацияни ва "%s" каталогида мавзулар мавжудлигини текширинг.';
+$strNoUsersFound = 'Биронта ҳам фойдаланувчи топилмади.';
+$strNoValidateSQL = 'SQL синтаксиси текширувини олиб ташлаш';
+$strNone = 'Йўқ';
+$strNoneDefault = 'Йўқ';
$strNotNumber = 'Сон киритинг!';
$strNotOK = 'Тайёр эмас';
$strNotSet = ' "%s" жадвали топилмади ёки "%s"да ўрнатилмаган';
-$strNoUsersFound = 'Биронта ҳам фойдаланувчи топилмади.';
-$strNoValidateSQL = 'SQL синтаксиси текширувини олиб ташлаш';
$strNull = 'Null';
-$strNumberOfFields = 'Майдонлар сони ';
-$strNumberOfTables = 'Жадваллар сони ';
$strNumSearchResultsInTable = '"%s" жадвалида ўхшашликлар сони "%s" та';
$strNumSearchResultsTotal = 'Жами:"%s" ўхшашлик';
$strNumTables = 'Жадваллар';
+$strNumberOfFields = 'Майдонлар сони ';
+$strNumberOfTables = 'Жадваллар сони ';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'OpenDocument жадвал';
@@ -569,21 +569,6 @@ $strOr = 'Ёки';
$strOverhead = 'Фрагментланган';
$strOverwriteExisting = 'Мавжуд файл(лар) устидан ёзиш';
-$strPacked = 'Қисилган';
-$strPageNumber = 'Саҳифа рақами: ';
-$strPagesToBeFlushed = 'Тозалаш керак бўлган саҳифалар сони: ';
-$strPaperSize = 'Қоғоз ўлчами';
-$strPartialImport = 'Қисман импорт';
-$strPartialText = 'Маълумотларни қисқартириб кўрсатиш';
-$strPartition = '"%s" бўлаги';
-$strPartitionDefinition = 'Бўлакларни (PARTITIONS) белгилаш';
-$strPartitioned = 'бўлакларга бўлинган';
-$strPartitionMaintenance = 'бўлакларга хизмат кўрсатиш';
-$strPassword = 'Парол';
-$strPasswordChanged = '"%s" фойдаланувчининг пароли муваффақиятли ўзгартирилди.';
-$strPasswordEmpty = 'Парол белгиланмаган!';
-$strPasswordHashing = 'Паролни хешлаш';
-$strPasswordNotSame = 'Киритилган пароллар бир хил эмас!';
$strPBXTCheckpointFrequency = 'Текширув частотаси';
$strPBXTCheckpointFrequencyDesc = 'Текширув амалга оширилганга қадар транзакциялар журналида ёзилган маълумотлар ҳажми. Асл қиймати – 24 Мб.';
$strPBXTDataFileGrowSize = 'Маълумотлар файлларининг ошиш ҳажми';
@@ -609,20 +594,35 @@ $strPBXTRowFileGrowSizeDesc = 'Қатор кўрсатгичлари файлл
$strPBXTTransactionBufferSize = 'Транзакциялар буфери ҳажми';
$strPBXTTransactionBufferSizeDesc = 'Транзакция журналлари учун глобал буфер ҳажми (дастур шу ҳажмдаги 2 та буфер ажратади). Асл қиймати – 1 Мб.';
$strPDF = 'PDF';
+$strPDFReportExplanation = '(Маълум бир жадвал маълумотларини ўз ичига олган ҳисобот тузиш)';
+$strPDFReportTitle = 'Ҳисобот сарлавҳаси';
+$strPHPExtension = 'PHP кенгайтмаси';
+$strPHPVersion = 'PHP версиясм';
+$strPacked = 'Қисилган';
+$strPageNumber = 'Саҳифа рақами: ';
+$strPagesToBeFlushed = 'Тозалаш керак бўлган саҳифалар сони: ';
+$strPaperSize = 'Қоғоз ўлчами';
+$strPartialImport = 'Қисман импорт';
+$strPartialText = 'Маълумотларни қисқартириб кўрсатиш';
+$strPartition = '"%s" бўлаги';
+$strPartitionDefinition = 'Бўлакларни (PARTITIONS) белгилаш';
+$strPartitionMaintenance = 'бўлакларга хизмат кўрсатиш';
+$strPartitioned = 'бўлакларга бўлинган';
+$strPassword = 'Парол';
+$strPasswordChanged = '"%s" фойдаланувчининг пароли муваффақиятли ўзгартирилди.';
+$strPasswordEmpty = 'Парол белгиланмаган!';
+$strPasswordHashing = 'Паролни хешлаш';
+$strPasswordNotSame = 'Киритилган пароллар бир хил эмас!';
$strPdfDbSchema = '"%s" маълумотлар базаси тузилиши - "%s" саҳифа';
$strPdfInvalidTblName = '"%s" жадвали мавжуд эмас!';
$strPdfNoTables = 'Жадвал мавжуд эмас';
-$strPDFReportExplanation = '(Маълум бир жадвал маълумотларини ўз ичига олган ҳисобот тузиш)';
-$strPDFReportTitle = 'Ҳисобот сарлавҳаси';
$strPerHour = 'соатига';
$strPerMinute = 'минутига';
$strPerSecond = 'секундига';
$strPersian = 'Форсча';
$strPhoneBook = 'телефонлар китоби';
-$strPhpArray = 'PHP array';
$strPhp = 'PHP-код';
-$strPHPExtension = 'PHP кенгайтмаси';
-$strPHPVersion = 'PHP версиясм';
+$strPhpArray = 'PHP array';
$strPlayAudio = 'Аудиофайлни ўқиш';
$strPleaseSelectPrimaryOrUniqueKey = 'Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!';
$strPmaDocumentation = 'phpMyAdmin документацияси';
@@ -697,6 +697,7 @@ $strQueryTime = 'Сўров %01.4f секунд вақт олди';
$strQueryType = 'Сўров тури';
$strQueryWindowLock = 'Сўровлар ойнаси ичидаги маълумотларни блокировка қилиш';
+$strReType = 'Тасдиқлаш';
$strReadRequests = 'Ўқишга рухсат сўраш';
$strRebuild = 'Қайта қуриш';
$strReceived = 'Қабул қилинди';
@@ -704,17 +705,17 @@ $strRecommended = 'тавсия этилган';
$strRecords = 'Ёзувлар сони';
$strReferentialIntegrity = 'Маълумотлар яхлитлигини текшириш:';
$strRefresh = 'Янгилаш';
+$strRelationDeleted = 'Алоқа ўчирилди';
+$strRelationNotWorking = 'Алоқадор жадваллар билан ишлаш учун қўшимча имкониятлар мавжуд эмас. Сабабларини аниқлаш учун %sбу ерга%s босинг.';
+$strRelationView = 'Алоқаларни кўриш';
$strRelationalDisplayField = 'Алоқадор майдон қиймати';
$strRelationalKey = 'Алоқадор калит';
$strRelationalSchema = 'Алоқалар схемаси';
-$strRelationDeleted = 'Алоқа ўчирилди';
-$strRelationNotWorking = 'Алоқадор жадваллар билан ишлаш учун қўшимча имкониятлар мавжуд эмас. Сабабларини аниқлаш учун %sбу ерга%s босинг.';
$strRelations = 'Алоқалар';
$strRelationsForTable = 'Жадвал алоқалари';
-$strRelationView = 'Алоқаларни кўриш';
$strReload = 'Қайта юклаш';
-$strReloadingThePrivileges = 'Привилегиялар қайта юкланмоқда';
$strReloadPrivileges = 'Привилегияларни қайта юклаш';
+$strReloadingThePrivileges = 'Привилегиялар қайта юкланмоқда';
$strRemoveCRLF = 'Майдонлар ичидаги сатрдан-сатрга кўчириш белгиларини олиб ташлаш';
$strRemovePartitioning = 'Бўлакларни (PARTITIONS) ўчириш';
$strRemoveSelectedUsers = 'Белгиланган фойдаланувчиларни ўчириш';
@@ -726,14 +727,13 @@ $strRepairTable = 'Жадвални тиклаш';
$strReplaceNULLBy = 'NULL қийматни қуйидагига алмаштириш';
$strReplaceTable = 'Жадвал маълумотларини файл маълумотлари билан алмаштириш';
$strReplication = 'Репликация (захира нусха кўчириш)';
+$strReplicationStatus = 'Репликация статуси';
$strReplicationStatusInfo = 'Ушбу MySQL сервери <b>репликация</b> жараёнида \"%s\" сифатида ишлайди. Сервернинг репликация статуси ҳақида батафсил маълумот учун, <a href="#replication">репликация бўлими</a>га киринг.';
$strReplicationStatus_master = 'Бош сервер статуси';
-$strReplicationStatus = 'Репликация статуси';
$strReplicationStatus_slave = 'Тобе сервер статуси';
$strReset = 'Тозалаш';
$strResourceLimits = 'Ресурслардан фойдаланишни чеклаш';
$strRestartInsertion = 'Қўйилаётган қаторлар сони: "%s"';
-$strReType = 'Тасдиқлаш';
$strRevoke = 'Бекор қилиш';
$strRevokeAndDelete = 'Фойдаланувчиларнинг барча фаол привилегияларини бекор қилиш, сўнг уларни ўчириш.';
$strRevokeAndDeleteDescr = 'Привилегиялар қайта юклангунга қадар, фойдаланувчиларда USAGE каби глобал привилегиялар сақланиб қолинади.';
@@ -742,23 +742,33 @@ $strRomanian = 'Руминча';
$strRoutineReturnType = 'Қайтариладиган тип';
$strRoutines = 'Муолажалар';
$strRowLength = 'Қатор узунлиги';
+$strRowSize = 'Қатор ҳажми';
$strRows = 'Қаторларсони';
$strRowsAffected = '%1$d та қаторларга таъсир этди.';
$strRowsDeleted = '%1$d та қаторлар ўчирилди.';
$strRowsFrom = 'та қатор қуйидаги қатордан бошлаб ';
$strRowsInserted = '%1$d та қаторлар қўйилди.';
-$strRowSize = 'Қатор ҳажми';
$strRowsModeFlippedHorizontal = 'горизонтал (айлантирилган сарлавҳалар)';
$strRowsModeHorizontal = 'горизонтал';
$strRowsModeOptions = '"%s" режимида ва сарлавҳаларни ҳар "%s" катакчадан кейин такрорлаш';
$strRowsModeVertical = 'вертикал';
$strRowsStatistic = 'Қаторлар статистикаси';
-$strRunning = '"%s" серверда ишламоқда';
$strRunQuery = 'сўровни бажариш';
$strRunSQLQuery = '"%s" маълумотлар базасида SQL-сўров(лар)ни бажариш';
$strRunSQLQueryOnServer = '"%s" серверида SQL-сўров(лар)ни бажариш ';
+$strRunning = '"%s" серверда ишламоқда';
$strRussian = 'Русча';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL билан мослик режими';
+$strSQLExportType = 'Эскпорт тури';
+$strSQLParserBugMessage = 'SQL ишида хатолик юз берди. Сўров тўғри тузилганлигига, унда хато ва ёпилмаган қавс(лар) ёки қўштирноқ(лар) йўқлигига ишонч ҳосил қилинг. Шунингдек, агар файл юкланган бўлса, унинг матнида қўштирноқ ичига олинмаган бинар (иккилик) маълумотлар бўлиши мумкин. Сўровни MySQL буйруқлар сатридан бажариб кўринг. Агар хато мавжуд бўлса, пастда MySQL сервер хатоликни кўрсатади ва ўша хабар муаммо ечимини топишга ёрдам беради. Агар муаммо ҳал бўлмаса, хатоликка олиб келаётган сўров қисмини аниқланг ва қуйида CUT секциясидаги маълумотлар билан қўшиб, хато тавсифларини ишлаб чиқарувчиларга юборинг:';
+$strSQLParserUserError = 'Эҳтимол, SQL сўровида хатолик мавжуд. Агар хато мавжуд бўлса, пастда MySQL сервер хатоликни кўрсатади ва ўша хабар муаммо ечимини топишга ёрдам беради.';
+$strSQLQuery = 'SQL сўрови';
+$strSQLResult = 'SQL сўрови натижаси';
+$strSQPBugInvalidIdentifer = 'Нотўғри идентификатор';
+$strSQPBugUnclosedQuote = 'Ёпилмаган қўштирноқ';
+$strSQPBugUnknownPunctuation = 'Номаълум пунктуация';
$strSave = 'Сақлаш';
$strSaveOnServer = 'Сервердаги "%s" каталокка сақлаш';
$strSavePosition = 'Жадваллар жойлашишини сақлаш';
@@ -788,7 +798,6 @@ $strSent = 'Юборилди';
$strServer = 'Сервер';
$strServerChoice = 'Серверни танланг';
$strServerNotResponding = 'Сервер жавоб бермаяпти';
-$strServers = 'Серверлар';
$strServerStatus = 'MySQL-сервернинг ҳозирги ҳолати';
$strServerStatusDelayedInserts = 'Кечиктирилган қўйилмалар';
$strServerStatusUptime = 'MySQL-сервер "%s" давомида ишламоқда. Ишга туширилган вақт: "%s".';
@@ -796,17 +805,19 @@ $strServerTabVariables = 'Ўзгарувчилар';
$strServerTrafficNotes = 'Трафик: MySQL-сервер ишга туширилгандан вақтдан бошлаб тармоқ трафики статистикаси.';
$strServerVars = 'Сервер ўзгарувчилари ва созланишлари';
$strServerVersion = 'Сервер версияси';
+$strServers = 'Серверлар';
$strSessionGCWarning = 'Сервердаги PHP конфигурациясида "[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a]" параметрининг қиймати phpMyAdmin дастурининг "cookie" ҳақиқийлиги давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin дастурида конфигурация қилганингиздан тезроқ тугайди.';
$strSessionStartupErrorGeneral = 'Сессия механизми ишида хатолик юз берди. PHP ва/ёки Веб-сервер журнали текшириб кўринг ва керакли тузатишлар киритинг.';
$strSessionValue = 'Сессия қийматлари';
$strSetEnumVal = '"enum" ва "set" туридаги майдонлар тузганда, маълумотлар қуйидаги форматда бўлиши керак: "a","b","c"... Тескари эгри чизиқ (\\) ва битталик қўштирноқ (") белгилари олдидан тескари эгри чизиқ бўлиши керак, масалан: "\\\\xyz" ёки "a\\"b".';
$strSetupAllowAnywhereRecoding_name = 'Кодировка корвертациясига рухсат бериш';
+$strSetupAllowArbitraryServerMsg = '[a@?page=form&formset=features#tab_Security]Ушбу танлов[/a] ўчирилган бўлиши керак, чунки у ҳужумчиларга исталган MySQL-серверга логин қилиш имкон беради. Агар Сизга ушбу танлов керак бўлса, [a@?page=form&formset=features#tab_Security]ишонарли прокси-серверлар рўйхатидан[/a] фойдаланинг. Аммо, агар Сизнинг IP-адресингиз минглаб фойдаланувчилар уланган провайдерга тегишли бўлса, IP-адресга асосланган ҳимоя усули ишонарли бўлмаслиги мумкин.';
$strSetupAllowArbitraryServer_desc = 'Агар ёқилган бўлса, фойдаланувчи cookie-аутентификация вақтида логин формасига исталган MySQL-серверникиритиши мумкин.';
$strSetupAllowArbitraryServer_name = 'Исталган MySQL-серверга логин қилишга рухсат бериш';
-$strSetupAllowArbitraryServerMsg = '[a@?page=form&formset=features#tab_Security]Ушбу танлов[/a] ўчирилган бўлиши керак, чунки у ҳужумчиларга исталган MySQL-серверга логин қилиш имкон беради. Агар Сизга ушбу танлов керак бўлса, [a@?page=form&formset=features#tab_Security]ишонарли прокси-серверлар рўйхатидан[/a] фойдаланинг. Аммо, агар Сизнинг IP-адресингиз минглаб фойдаланувчилар уланган провайдерга тегишли бўлса, IP-адресга асосланган ҳимоя усули ишонарли бўлмаслиги мумкин.';
$strSetupAllowUserDropDatabase_name = '"Маълумотлар базасини ўчириш" боғини фойдаланувчиларга кўрсатиш';
-$strSetupblowfish_secret_desc = '[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун ишлатиладиган сирли ибора';
-$strSetupblowfish_secret_name = 'Сирли калит сўз (Blowfish)';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 ёрдамида сиқиш ва тиклаш[/a] учун махсус функциялар ("%s") керак, лекин улар тизимингизда топилмади.';
+$strSetupBZipDump_desc = 'Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] ёрдамида сиқишни ёқиш';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Калит ҳарфлар, рақамлар [em]ва[/em] махсус белгиларни олиши керак';
$strSetupBlowfishSecretLengthMsg = 'Калит жуда қисқа, у камида 8 та белгидан иборат бўлиши керак';
$strSetupBlowfishSecretMsg = 'Сиз конфигурацион файлда калит сўз(Blowfish)ни белгиламагансиз, лекин cookie-аутентификация усулидан фойдаланаяпсиз, шунинг учун калит сўз автоматик тарзда тузилди. Ушбу калит сўз шифрлашда қўлланилади, уни эслаб қолишингиз шарт эмас.';
@@ -814,9 +825,6 @@ $strSetupBrowseMarkerEnable_desc = 'Танланган қаторларни бе
$strSetupBrowseMarkerEnable_name = 'Қатор маркери';
$strSetupBrowsePointerEnable_desc = 'Сичқонча курсори кўрсатиб турган қаторни белгилаш';
$strSetupBrowsePointerEnable_name = 'Кўрсатгични белгилаш';
-$strSetupBZipDump_desc = 'Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] ёрдамида сиқишни ёқиш';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 ёрдамида сиқиш ва тиклаш[/a] учун махсус функциялар ("%s") керак, лекин улар тизимингизда топилмади.';
$strSetupCannotLoadConfig = 'Конфигурацияни юклаб ёки сақлаб бўлмади';
$strSetupCannotLoadConfigMsg = '[a@../Documentation.html#setup_script]Документация[/a]да кўрсатилганидек, phpMyAdmin жойлашган каталогда вер-сервер ёзиши мумкин бўлган [em]config[/em] номли каталог очинг. Акс ҳолда, Сиз уни фақат юклаб олишингиз ёки кўришингиз мумкин бўлади.';
$strSetupCharEditing_desc = 'CHAR ва VARCHAR туридаги майдонларда фойдаланиладиган таҳрирлаш контроллари турини белгилайди; [kbd]input[/kbd] - киритилаётган маълумот узунлигини чеклашга имкон беради, [kbd]textarea[/kbd] - майдонларда бир неча қаторлар ишлатиш имконини беради';
@@ -851,19 +859,6 @@ $strSetupDisplayServersList_name = 'Серверлар рўйхатини кўр
$strSetupDonateLink = 'Садақа';
$strSetupDownload = 'Юклаб олиш';
$strSetupEndOfLine = 'Сатр охири';
-$strSetuperror_connection = 'MySQL-серверга уланиб бўлмади';
-$strSetuperror_empty_pmadb_password = 'pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида парол белгиланмаган';
-$strSetuperror_empty_pmadb_user = 'pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида фойдаланувчи белгиланмаган';
-$strSetuperror_empty_signon_session = 'signon аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида сессия номи белгиланмаган';
-$strSetuperror_empty_signon_url = 'signon аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида URL (унификация қилинган ахборот ресурс кўрсатгичи) белгиланмаган';
-$strSetuperror_empty_user_for_config_auth = 'config аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида фойдаланувчи номи белгиланмаган';
-$strSetuperror_form = 'Берилган формада хатолар мавжуд';
-$strSetuperror_incorrect_ip_address = 'Нотўғри IP-адрес: "%s"';
-$strSetuperror_incorrect_port = 'Нотўғри порт номери';
-$strSetuperror_incorrect_value = 'Нотўғри қиймат';
-$strSetuperror_missing_field_data = '"%s" майдонида маълумот йўқ';
-$strSetuperror_nan_nneg = 'Номанфий сон эмас';
-$strSetuperror_nan_p = 'Мусбат сон эмас';
$strSetupExecTimeLimit_desc = 'Скрипт ишлаши мумкин бўлган секундлар сони (чегарамаслик учун [kbd]0[/kbd] киритинг)';
$strSetupExecTimeLimit_name = 'Максимум бажарилиш вақти';
$strSetupExport_asfile_name = 'Файл шаклида сақлаш';
@@ -877,9 +872,9 @@ $strSetupExport_onserver_name = 'Серверга сақлаш';
$strSetupExport_onserver_overwrite_name = 'Мавжуд файл(лар) устидан ёзиш';
$strSetupExport_remember_file_template_name = 'Файл номи шаблонини ёдда сақлаш';
$strSetupFalse = 'йўқ';
+$strSetupForceSSLMsg = 'Агар серверда ушбу хусусият мавжуд бўлса, ушбу [a@?page=form&formset=features#tab_Security]танловни[/a] ёқиш керак';
$strSetupForceSSL_desc = 'phpMyAdmin ишлатилганда хавфсиз (SSL) уланишга мажбур қилиш';
$strSetupForceSSL_name = 'Хавфсиз (SSL) уланишга мажбур қилиш';
-$strSetupForceSSLMsg = 'Агар серверда ушбу хусусият мавжуд бўлса, ушбу [a@?page=form&formset=features#tab_Security]танловни[/a] ёқиш керак';
$strSetupForeignKeyDropdownOrder_desc = 'Ташқи калит менюсининг тартиблаш усули: [kbd]content[/kbd] - мурожаат маълумотлари бўйича, [kbd]id[/kbd] - калит қийматлар бўйича';
$strSetupForeignKeyDropdownOrder_name = 'Ташқи калит менюси тартиби';
$strSetupForeignKeyMaxLimit_desc = 'Агар камроқ қиймат бўлса, пастга тушувчи меню ишлатилади';
@@ -931,9 +926,9 @@ $strSetupFormset_features = 'Функциялар';
$strSetupFormset_import = 'Импорт танловларини мослаштириш';
$strSetupFormset_left_frame = 'Навигация панелини мослаштириш';
$strSetupFormset_main_frame = 'Асосий рамкани мослаштириш';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip ёрдамида сиқиш ва тиклаш[/a] учун махсус функциялар ("%s") керак, лекин улар тизимингизда топилмади.';
$strSetupGZipDump_desc = 'Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] ёрдамида сиқишни ёқиш';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip ёрдамида сиқиш ва тиклаш[/a] учун махсус функциялар ("%s") керак, лекин улар тизимингизда топилмади.';
$strSetupHomepageLink = 'phpMyAdmin сайти';
$strSetupIconvExtraParams_name = 'iconv учун қўшимча параметрлар';
$strSetupIgnoreErrors = 'Хатоларга эътибор бермаслик';
@@ -964,9 +959,9 @@ $strSetupLeftFrameLight_name = 'Енгил версиядан фойдалани
$strSetupLeftFrameTableLevel_name = 'Жадваллар дарахтининг максимум чуқурлиги';
$strSetupLeftFrameTableSeparator_desc = 'Жадвалларни дарахтнинг турли даражаларига бўлувчи сатр';
$strSetupLeftFrameTableSeparator_name = 'Жадвал дарахтининг бўлувчиси';
-$strSetupLeftLogoLink_name = 'Логотип боғланган URL';
$strSetupLeftLogoLinkWindow_desc = 'Боғланган саҳифани бош ойнада ([kbd]бош[/kbd]) ёки янги ойнада ([kbd]янги[/kbd]) очиш';
$strSetupLeftLogoLinkWindow_name = 'Логотип боғланган нишон';
+$strSetupLeftLogoLink_name = 'Логотип боғланган URL';
$strSetupLeftPointerEnable_desc = 'Сичқонча курсори турган серверни белгилаш';
$strSetupLeftPointerEnable_name = 'Белгилашни ёқиш';
$strSetupLetUserChoose = 'фойдаланувчига танлаш имконини бериш';
@@ -979,9 +974,9 @@ $strSetupLoginCookieRecall_desc = 'cookie-аутентификация усул
$strSetupLoginCookieRecall_name = 'Фойдаланувчи номини чақириб олиш';
$strSetupLoginCookieStore_desc = ' cookie-логин усули қанча вақт (секундларда) браузерда сақланиши кераклигини белгиланг. Асл қиймати 0 бўлиб, унга кўра cookie фақат жорий сессия учун сақланади ва браузер ойнаси ёпилган заҳоти ўчирилади. Бу қиймат ишончсиз муҳитлар учун тавсия этилади.';
$strSetupLoginCookieStore_name = 'Логин маълумотини cookie-да сақлаш';
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]cookie-логин яроқлиги[/a] кўпи билан 1800 секунд (30 минут) бўлиши керак. 1800 дан катта қийматлар хавфсизлик рискига ва ҳуқуқлар ўзлаштирилишига олиб келиши мумкин.';
$strSetupLoginCookieValidity_desc = 'cookie-логин усули қанча вақт (секундларда) яроқли бўлишини белгиланг';
$strSetupLoginCookieValidity_name = 'cookie-логин яроқлиги';
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]cookie-логин яроқлиги[/a] кўпи билан 1800 секунд (30 минут) бўлиши керак. 1800 дан катта қийматлар хавфсизлик рискига ва ҳуқуқлар ўзлаштирилишига олиб келиши мумкин.';
$strSetupMaxCharactersInDisplayedSQL_desc = 'SQL сўрови кўрсатилганда ишлатиладиган белгиларнинг максимал сони';
$strSetupMaxCharactersInDisplayedSQL_name = 'SQL сўровининг максимал узунлиги';
$strSetupMaxDbList_desc = 'Чап рамкада ва базалар рўйхатида кўрсатиладиган маълумотлар базаларининг максимал сони';
@@ -1018,16 +1013,35 @@ $strSetupRecodingEngine_desc = 'Кодировкаларни бир-бирига
$strSetupRecodingEngine_name = 'Кодировкалаш функцияси';
$strSetupRestoreDefaultValue = 'Асл қийматларни тиклаш';
$strSetupRevertErroneousFields = 'Янглиш майдонларни асл қийматига қайтаришга уриниш';
+$strSetupSQLQuery_Edit_name = 'Таҳрирлаш';
+$strSetupSQLQuery_Explain_name = 'SQL таҳлили';
+$strSetupSQLQuery_Refresh_name = 'Янгилаш';
+$strSetupSQLQuery_ShowAsPHP_name = 'PHP код тузиш';
+$strSetupSQLQuery_Validate_name = 'SQL тўғрилигини текшириш';
$strSetupSaveDir_desc = 'Сервердаги экспорт файллар сақланадиган директория';
$strSetupSaveDir_name = 'Сақлаш директорияси';
$strSetupServerAuthConfigMsg = 'Сиз [kbd]config[/kbd] аутентификация усулини танлаб, ўз логинва паролингизни конфигурацион файлга ёзиб қўйдингиз ва у Сизга автоматик тарзда phpMyAdmin дастурига кириш имконини беради. Лекин бу усулни қўллаш реал хостлар учун тавсия этилмайди. Сервердаги phpMyAdmin турган каталог адресини билган ёки тахмин қилган ҳар ким ушбу дастурга бемалол кириб, сервердаги маълумотлар базалари билан исталган операцияларни амалга ошириши мумкин. Сервер [a@?page=servers&mode=edit&id=%1$d#tab_Server]аутентификация усули[/a]ни [kbd]cookie[/kbd] ёки [kbd]http[/kbd] деб белгилаш тавсия этилади.';
$strSetupServerExtensionMsg = 'Унумдорликни ошириш мақсадида "mysqli"дан фойдаланинг';
$strSetupServerNoPasswordMsg = 'Серверга паролсиз уланишга рухсат берасизми?';
+$strSetupServerSecurityInfoMsg = 'Агар керак деб билсангиз, қўшимча ҳимоя созланишлари - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host аутентификация[/a] созланишлари ва [a@?page=form&formset=features#tab_Security]ишонарли прокси-серверлар рўйхати[/a]дан фойдаланишингиз мумкин. Аммо, агар Сизнинг IP-адресингиз минглаб фойдаланувчилар уланган провайдерга тегишли бўлса, IP-адресга асосланган ҳимоя усули ишонарли бўлмаслиги мумкин.';
+$strSetupServerSslMsg = 'Агар веб-серверингиз имкон берса, SSL-уланишдан фойдаланинг';
+$strSetupServersAdd = 'Янги фойдаланувчи қўшиш';
+$strSetupServersEdit = 'Серверларни таҳрирлаш';
$strSetupServers_AllowDeny_order_desc = 'Агар ишлатилмаса бўш қолдиринг';
$strSetupServers_AllowDeny_order_name = 'Аутентификация тартиби';
$strSetupServers_AllowDeny_rules_desc = 'Асл қоидаларни ишлатиш учун бўш қолдиринг';
$strSetupServers_AllowDeny_rules_name = 'Аутентификация қоидалари';
$strSetupServers_AllowRoot_name = '"root"га киришга рухсат бериш';
+$strSetupServers_CountTables_desc = 'Маълумотлар базалари рўйхати кўрсатилганда жадвалларни санаш';
+$strSetupServers_CountTables_name = 'Жадвалларни санаш';
+$strSetupServers_DisableIS_desc = 'Кўпроқ маълумот учун [a@http://sf.net/support/tracker.php?aid=1849494]"PMA bug tracker"[/a] ва [a@http://bugs.mysql.com/19588]"MySQL Bugs"[/a]ларга қаранг';
+$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA ишлатишни ўчириш';
+$strSetupServers_LogoutURL_name = 'Чиқиш URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'Мавжуд жадвалларни кўрсатиш учун ишлатиладиган SQL буйруғи';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES буйруғи';
+$strSetupServers_SignonSession_desc = 'Намуна учун [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]аутентификация усуллари[/a]га қаранг';
+$strSetupServers_SignonSession_name = 'Кириш сессияси номи';
+$strSetupServers_SignonURL_name = 'Кириш URL';
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]"SweKey" ауентификация[/a] усули учун конфигурацион файл йўли (ҳужжатлар каталогига жойлаштирилмаган; тавсия этилади: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = '"SweKey" конфигурация файли';
$strSetupServers_auth_type_desc = 'Фойдаланиладиган аутентификация усули';
@@ -1043,12 +1057,8 @@ $strSetupServers_connect_type_name = 'Уланиш тури';
$strSetupServers_controlpass_name = 'Назорат фойдаланувчиси пароли';
$strSetupServers_controluser_desc = 'Чекланган ҳуқуқларга эга бўлган махсус "MySQL" фойдаланувчиси тузилган, батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]"wiki"[/a]да мавжуд';
$strSetupServers_controluser_name = 'Назорат фойдаланувчиси';
-$strSetupServers_CountTables_desc = 'Маълумотлар базалари рўйхати кўрсатилганда жадвалларни санаш';
-$strSetupServers_CountTables_name = 'Жадвалларни санаш';
$strSetupServers_designer_coords_desc = 'Дизайнер ишлатмаслик учун бўш қолдиринг, асл қиймати: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Дизайнер жадвали';
-$strSetupServers_DisableIS_desc = 'Кўпроқ маълумот учун [a@http://sf.net/support/tracker.php?aid=1849494]"PMA bug tracker"[/a] ва [a@http://bugs.mysql.com/19588]"MySQL Bugs"[/a]ларга қаранг';
-$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA ишлатишни ўчириш';
$strSetupServers_extension_desc = 'Қайси PHP кенгайтмасидан фойдаланмоқчисиз; иложи бўлса, "mysqli" кенгайтмасидан фойдаланинг';
$strSetupServers_extension_name = 'Фойдаланиладиган PHP кенгайтмаси';
$strSetupServers_hide_db_desc = 'Мунтазам иборалар(PCRE)га тўғри келадиган маълумотлар базаларини яшириш';
@@ -1057,7 +1067,6 @@ $strSetupServers_history_desc = 'Агар SQL сўровлар тарихида
$strSetupServers_history_name = 'SQL сўровлари тарихи жадвали';
$strSetupServers_host_desc = '';
$strSetupServers_host_name = 'Сервер хост номи';
-$strSetupServers_LogoutURL_name = 'Чиқиш URL';
$strSetupServers_nopassword_desc = 'Паролсиз уланишга ҳаракат қилиш';
$strSetupServers_nopassword_name = 'Паролсиз уланиш';
$strSetupServers_only_db_desc = 'Махсус MySQL белгилардан (% ва _) фойдаланишингиз мумкин, бунинг учун улар олдига тескари эгри чизиқ (\) қўйишингиз керак, масалан \"my\_db\" (лекин "my_db" эмас)';
@@ -1072,11 +1081,6 @@ $strSetupServers_port_desc = 'MySQL сервери тинглайдиган по
$strSetupServers_port_name = 'Сервер порти';
$strSetupServers_relation_desc = '[a@http://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]"pma_relation"[/kbd]';
$strSetupServers_relation_name = 'Алоқалар жадвали';
-$strSetupServers_ShowDatabasesCommand_desc = 'Мавжуд жадвалларни кўрсатиш учун ишлатиладиган SQL буйруғи';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES буйруғи';
-$strSetupServers_SignonSession_desc = 'Намуна учун [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]аутентификация усуллари[/a]га қаранг';
-$strSetupServers_SignonSession_name = 'Кириш сессияси номи';
-$strSetupServers_SignonURL_name = 'Кириш URL';
$strSetupServers_socket_desc = 'MySQL сервери тинглайдиган сокет, асл қиймати учун бўш қолдиринг';
$strSetupServers_socket_name = 'Сервер сокети';
$strSetupServers_ssl_desc = 'SSL (Secure Sockets Layer - ҳимояланган сокетлар протоколи) уланишдан фойдаланиш';
@@ -1091,10 +1095,6 @@ $strSetupServers_verbose_check_desc = 'Агар "pma_*" жадвалларинг
$strSetupServers_verbose_check_name = 'Кенгайтирилган текширув';
$strSetupServers_verbose_desc = 'MySQL сервери ишлаётган хост сервер номи';
$strSetupServers_verbose_name = 'Ушбу сервернинг кенгайтирилган номи';
-$strSetupServersAdd = 'Янги фойдаланувчи қўшиш';
-$strSetupServerSecurityInfoMsg = 'Агар керак деб билсангиз, қўшимча ҳимоя созланишлари - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host аутентификация[/a] созланишлари ва [a@?page=form&formset=features#tab_Security]ишонарли прокси-серверлар рўйхати[/a]дан фойдаланишингиз мумкин. Аммо, агар Сизнинг IP-адресингиз минглаб фойдаланувчилар уланган провайдерга тегишли бўлса, IP-адресга асосланган ҳимоя усули ишонарли бўлмаслиги мумкин.';
-$strSetupServersEdit = 'Серверларни таҳрирлаш';
-$strSetupServerSslMsg = 'Агар веб-серверингиз имкон берса, SSL-уланишдан фойдаланинг';
$strSetupSetValue = 'Қуйидаги қийматни ўрнатиш: "%s"';
$strSetupShowAll_desc = 'Фойдаланувчига "барча (ёзувлар)ни кўрсатиш" тугмаси кўрсатилсинми?';
$strSetupShowAll_name = 'Барча қаторларни кўрсатишга рухсат бериш';
@@ -1107,23 +1107,18 @@ $strSetupShowFunctionFields_name = 'Фукнциялармайдонини кў
$strSetupShowHiddenMessages = 'Яширин хабарларни кўрсатиш (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = '[a@http://php.net/manual/function.phpinfo.php]"phpinfo()"[/a] функцияси натижасига боғ кўрсатиш';
$strSetupShowPhpInfo_name = '"phpinfo()" функциясига боғ кўрсатиш';
-$strSetupShowServerInfo_name = 'MySQL сервери ҳақида батафсил маълумот кўрсатиш';
$strSetupShowSQL_desc = 'phpMyAdmin томонидан генерация қилинган SQL сўровларини кўрсатиш керакми?';
$strSetupShowSQL_name = 'Show SQL сўровларини кўрсатиш';
+$strSetupShowServerInfo_name = 'MySQL сервери ҳақида батафсил маълумот кўрсатиш';
$strSetupShowStats_desc = 'Маълумотлар базалари ва жадваллар статискасини (масалан, дискда эгаллаган жойи) кўрсатиш';
$strSetupShowStats_name = 'Статискани кўрсатиш';
-$strSetupShowTooltip_name = 'Жадвал шарҳларини кўрсатгич контекст ойнасида кўрсатиш';
$strSetupShowTooltipAliasDB_desc = 'Агар кўрсатгич контекст ойнаси ёқилган бўлса ва маълумотлар базаларида шарҳ ўрнатилган бўлса, ушбу танлов база шарҳи ва ҳақиқий номи ўрнини алмаштиради';
$strSetupShowTooltipAliasDB_name = 'База номи ўрнига унинг шарҳини кўрсатиш';
$strSetupShowTooltipAliasTB_desc = 'Агар ушбу танловни [kbd]"nested"[/kbd] деб белгиласангиз, фақат жадвал номининг тахаллуси конфигурацион файлдаги $cfg["LeftFrameTableSeparator"] директивасида кўрсатилган усулда жадваллар бўлинади, лекин жадвал номлари ўзгаришсиз қолади';
$strSetupShowTooltipAliasTB_name = 'Жадвал номи ўрнига унинг шарҳини кўрсатиш';
+$strSetupShowTooltip_name = 'Жадвал шарҳларини кўрсатгич контекст ойнасида кўрсатиш';
$strSetupSkipLockedTables_desc = 'Ишлатилаётган жадвалларни белгилаш ва қулфланган жадваллари мавжуд бўлган маълумотлар базаларини кўришга имкон бериш';
$strSetupSkipLockedTables_name = 'Қулфланган жадвалларни ташлаб кетишлик';
-$strSetupSQLQuery_Edit_name = 'Таҳрирлаш';
-$strSetupSQLQuery_Explain_name = 'SQL таҳлили';
-$strSetupSQLQuery_Refresh_name = 'Янгилаш';
-$strSetupSQLQuery_ShowAsPHP_name = 'PHP код тузиш';
-$strSetupSQLQuery_Validate_name = 'SQL тўғрилигини текшириш';
$strSetupSuggestDBName_desc = '"База тузиш" формасида маълумотлар базаси номини таклиф этинг ёки матн майдонини бўш қолдиринг';
$strSetupSuggestDBName_name = 'Янги база номини таклиф этиш';
$strSetupTrue = 'тўғри';
@@ -1145,23 +1140,34 @@ $strSetupVersionCheckNone = 'Янгироқ версия ҳали мавжуд
$strSetupVersionCheckUnparsable = 'Версия ҳақида тушунарсиз маълумот';
$strSetupVersionCheckWrapperError = 'На URL қодоқлагич ва на CURL мавжуд. Версияни текшириб бўлмади.';
$strSetupWarning = 'Огоҳлантириш';
-$strSetupZipDump_desc = 'Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] қисишни ёқиш';
-$strSetupZipDump_name = 'ZIP';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]ZIP ёрдамида қисиш[/a] тизимда мавжуд бўлмаган ("%s") функцияларини талаб этади.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]ZIP ёрдамида очиш [/a] тизимда мавжуд бўлмаган ("%s") функцияларини талаб этади.';
+$strSetupZipDump_desc = 'Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] қисишни ёқиш';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = '[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун ишлатиладиган сирли ибора';
+$strSetupblowfish_secret_name = 'Сирли калит сўз (Blowfish)';
+$strSetuperror_connection = 'MySQL-серверга уланиб бўлмади';
+$strSetuperror_empty_pmadb_password = 'pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида парол белгиланмаган';
+$strSetuperror_empty_pmadb_user = 'pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида фойдаланувчи белгиланмаган';
+$strSetuperror_empty_signon_session = 'signon аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида сессия номи белгиланмаган';
+$strSetuperror_empty_signon_url = 'signon аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида URL (унификация қилинган ахборот ресурс кўрсатгичи) белгиланмаган';
+$strSetuperror_empty_user_for_config_auth = 'config аутентификация усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида фойдаланувчи номи белгиланмаган';
+$strSetuperror_form = 'Берилган формада хатолар мавжуд';
+$strSetuperror_incorrect_ip_address = 'Нотўғри IP-адрес: "%s"';
+$strSetuperror_incorrect_port = 'Нотўғри порт номери';
+$strSetuperror_incorrect_value = 'Нотўғри қиймат';
+$strSetuperror_missing_field_data = '"%s" майдонида маълумот йўқ';
+$strSetuperror_nan_nneg = 'Номанфий сон эмас';
+$strSetuperror_nan_p = 'Мусбат сон эмас';
$strShow = 'Кўрсатиш';
$strShowAll = 'Барчасини кўрсатиш';
-$strShowBinaryContents = 'Иккилик маълумотларни кўрсатиш';
$strShowBLOBContents = 'BLOB туридаги маълумотларни кўрсатиш';
+$strShowBinaryContents = 'Иккилик маълумотларни кўрсатиш';
$strShowColor = 'Рангда кўрсатиш';
$strShowDatadictAs = 'Маълумотлар луғати саҳифаси йўналиши';
$strShowFullQueries = 'Сўровларнинг кенгайтирилган кўриниши';
$strShowGrid = 'Тўрни кўрсатиш';
$strShowHideLeftMenu = 'Чап менюни кўрсатиш/яшириш';
-$strShowingBookmark = 'Хатчўпларни кўрсатиш';
-$strShowingPhp = 'PHP-код сифатида кўрсатиш';
-$strShowingRecords = 'Ёзувларни кўрсатиш';
-$strShowingSQL = 'SQL-сўровни кўрсатиш';
$strShowKeys = 'Фақат калитларни кўрсатиш';
$strShowOpenTables = 'Очиқ жадваллар рўйхати';
$strShowPHPInfo = 'PHP ҳақида маълумотни кўрсатиш';
@@ -1183,8 +1189,8 @@ $strShowStatusHandler_read_firstDescr = 'Индексдан биринчи ёз
$strShowStatusHandler_read_keyDescr = 'Калит қийматлари асосида тузилган ёзувларни ўқишга бўлган сўровлар сони. Ўзгарувчининг қиймати катталиги сўров ва жадваллар тўғри индексланганидан далолат беради.';
$strShowStatusHandler_read_nextDescr = 'Индекслар жойлашуви тартибида кейинги ёзувни ўқишга бўлган сўровлар сони. Ҳажми чекланган индекс устунига бўлган сўров ёки индексни кўриб чиқиш вақтида ўзгарувчи қиймати ошади.';
$strShowStatusHandler_read_prevDescr = 'Индексни камайиб бориш тартибида сортировка қилинганда олдинги ёзувни ўқишга бўлган сўровлар сони. Одатда оптималлаштириш учун қўлланилади: ORDER BY ... DESC.';
-$strShowStatusHandler_read_rnd_nextDescr = 'Маълумотлар файлидан кейинги қаторни ўқишга бўлган сўровлар сони. Жадвални тез-тез кўриб чиқишда ушбу қиймат катта бўлади. Бу ҳол жадваллар нотўғри индексланганлигини ёки сўровлар индексларнинг афзалликларидан фойдаланмаётганлигини билдиради.';
$strShowStatusHandler_read_rndDescr = 'Сатрнинг жойлашувига асосланган ўқиш учун сўровлар сони. Ўзгарувчининг катта қийматига қуйидагилар сабаб бўлиши мумкин: натижани сортировкасидан фойдаланадиган сўровларнинг тез-тез бажарилиши; жадвални тўлалигича кўриб чиқишни талаб этадиган сўровларнинг тез-ез бажарилиши; индекслардан нотўғри фойдаланадиган бирлашмаларнинг мавжудлиги.';
+$strShowStatusHandler_read_rnd_nextDescr = 'Маълумотлар файлидан кейинги қаторни ўқишга бўлган сўровлар сони. Жадвални тез-тез кўриб чиқишда ушбу қиймат катта бўлади. Бу ҳол жадваллар нотўғри индексланганлигини ёки сўровлар индексларнинг афзалликларидан фойдаланмаётганлигини билдиради.';
$strShowStatusHandler_rollbackDescr = 'ROLLBACK ички буйруқлар сони.';
$strShowStatusHandler_updateDescr = 'Жадвалдаги ёзувларни янгилашга бўлган сўровлар сони.';
$strShowStatusHandler_writeDescr = 'Жадвалга ёзув қўйишга бўлган сўровлар сони.';
@@ -1223,9 +1229,9 @@ $strShowStatusInnodb_pages_createdDescr = 'Тузилган саҳифалар
$strShowStatusInnodb_pages_readDescr = 'Ўқилган саҳифалар сони.';
$strShowStatusInnodb_pages_writtenDescr = 'Ёзилган саҳифалар сони.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Ҳозирда кутилаётган қатор блокировкалари сони.';
+$strShowStatusInnodb_row_lock_timeDescr = 'Қатор блокировкасини кутишнинг умумий вақти (миллисекундларда).';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Қатор блокировкасини кутишнинг ўртача вақти (миллисекундларда).';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Қатор блокировкасини кутишнинг максимал вақти (миллисекундларда).';
-$strShowStatusInnodb_row_lock_timeDescr = 'Қатор блокировкасини кутишнинг умумий вақти (миллисекундларда).';
$strShowStatusInnodb_row_lock_waitsDescr = 'Умумий кутилаётган қатор блокировкалари сони.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB жадвалидан ўчирилган қаторлар сони.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB жадвалига ёзилган қаторлар сони.';
@@ -1256,8 +1262,8 @@ $strShowStatusReset = 'Бекор қилиш';
$strShowStatusRpl_statusDescr = 'Барқарор репликациялар сони (ҳали амалга оширилмаган).';
$strShowStatusSelect_full_joinDescr = 'Индекс ишлатмасдан бажарилган бирлашма сўровлар сони. Агар ўзгарувчи қиймати 0 бўлмаса, жадвал индексларини текшириш тавсия этилади.';
$strShowStatusSelect_full_range_joinDescr = 'Боғланиш мавжуд бўлган жадвалда диапазон бўйича қидирув ишлатган ҳолда бажарилган бирлашма сўровлар сони.';
-$strShowStatusSelect_range_checkDescr = 'Иккиламчи жадвалдан қаторларга мурожаат этиш учун диапазон бўйича қидирув ишлатган ҳолда бажарилган бирлашма сўровлар сони. Агар ўзгарувчи қиймати 0 бўлмаса, жадвал индексларини текшириш тавсия этилади.';
$strShowStatusSelect_rangeDescr = 'Биринчи жадвалда диапазон бўйича қидирув ишлатган ҳолда бажарилган бирлашма сўровлар сони. Одатда, ушбу ўзгарувчининг қиймати, ҳатто жуда катта бўлса ҳам, унчалик муҳим эмас.';
+$strShowStatusSelect_range_checkDescr = 'Иккиламчи жадвалдан қаторларга мурожаат этиш учун диапазон бўйича қидирув ишлатган ҳолда бажарилган бирлашма сўровлар сони. Агар ўзгарувчи қиймати 0 бўлмаса, жадвал индексларини текшириш тавсия этилади.';
$strShowStatusSelect_scanDescr = 'Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган бирлашма сўровлар сони.';
$strShowStatusSlave_open_temp_tablesDescr = 'Тобе оқим томонидан жорий вақтда очилган вақтинчалик жадваллар сони.';
$strShowStatusSlave_retried_transactionsDescr = 'Ишга туширилгандан буён репликациянинг тобе оқими томонидан бажарилган қайта транзакцияларнинг умумий сони.';
@@ -1277,6 +1283,10 @@ $strShowStatusThreads_runningDescr = 'Фаол ҳолатда бўлган жа
$strShowTableDimension = 'Жадвал ўлчамларини кўрсатиш';
$strShowTables = 'Жадвалларни кўрсатиш';
$strShowThisQuery = 'Ушбу сўровни қайта кўрсатиш';
+$strShowingBookmark = 'Хатчўпларни кўрсатиш';
+$strShowingPhp = 'PHP-код сифатида кўрсатиш';
+$strShowingRecords = 'Ёзувларни кўрсатиш';
+$strShowingSQL = 'SQL-сўровни кўрсатиш';
$strSimplifiedChinese = 'Соддалаштирилган хитойча';
$strSingly = '(устун)';
$strSize = 'Ҳажми';
@@ -1292,23 +1302,13 @@ $strSorting = 'Сортировка';
$strSpaceUsage = 'Фойдаланилаётган жой';
$strSpanish = 'Испанча';
$strSplitWordsWithSpace = 'Сўзлар бўш жой (" ") ёрдамида бўлинган.';
-$strSQL = 'SQL';
-$strSQLCompatibility = 'SQL билан мослик режими';
-$strSQLExportType = 'Эскпорт тури';
-$strSQLParserBugMessage = 'SQL ишида хатолик юз берди. Сўров тўғри тузилганлигига, унда хато ва ёпилмаган қавс(лар) ёки қўштирноқ(лар) йўқлигига ишонч ҳосил қилинг. Шунингдек, агар файл юкланган бўлса, унинг матнида қўштирноқ ичига олинмаган бинар (иккилик) маълумотлар бўлиши мумкин. Сўровни MySQL буйруқлар сатридан бажариб кўринг. Агар хато мавжуд бўлса, пастда MySQL сервер хатоликни кўрсатади ва ўша хабар муаммо ечимини топишга ёрдам беради. Агар муаммо ҳал бўлмаса, хатоликка олиб келаётган сўров қисмини аниқланг ва қуйида CUT секциясидаги маълумотлар билан қўшиб, хато тавсифларини ишлаб чиқарувчиларга юборинг:';
-$strSQLParserUserError = 'Эҳтимол, SQL сўровида хатолик мавжуд. Агар хато мавжуд бўлса, пастда MySQL сервер хатоликни кўрсатади ва ўша хабар муаммо ечимини топишга ёрдам беради.';
-$strSQLQuery = 'SQL сўрови';
-$strSQLResult = 'SQL сўрови натижаси';
-$strSQPBugInvalidIdentifer = 'Нотўғри идентификатор';
-$strSQPBugUnclosedQuote = 'Ёпилмаган қўштирноқ';
-$strSQPBugUnknownPunctuation = 'Номаълум пунктуация';
$strStandInStructureForView = 'Намойиш этиш учун тузилма';
$strStatCheckTime = 'Охирги текширув';
$strStatCreateTime = 'Тузиш';
+$strStatUpdateTime = 'Охирги янгиланиш';
$strStatement = 'Тавсиф';
$strStatic = 'статик';
$strStatisticsOverrun = 'Юқори юкламага эга бўлган серверларда ҳисоблагич тўлиб қолиши мумкин, шунинг учун, MySQL сервери берган статистик маълумотлар нотўғри бўлиши мумкин.';
-$strStatUpdateTime = 'Охирги янгиланиш';
$strStatus = 'Ҳолат';
$strStorageEngine = 'Жадвал тури';
$strStorageEngines = 'Жадвал турлари';
@@ -1325,8 +1325,8 @@ $strSuccess = 'SQL сўрови муваффақиятли бажарилди';
$strSuhosin = 'Сервер "Suhosin" ҳимоя тизимадан фойдаланмоқда. Юзага келган муаммолар ечими учун "%s"документация"%s" га қаранг.';
$strSum = 'Жами';
$strSwedish = 'Шведча';
-$strSwekeyAuthenticating = 'Aутентификация...';
$strSwekeyAuthFailed = 'Ускунавий аутентификация муваффақиятсиз якунланди';
+$strSwekeyAuthenticating = 'Aутентификация...';
$strSwekeyNoKey = 'Тўғри аутентификация калити уланмаган';
$strSwekeyNoKeyId = '"%s" файлида калит идентификатори мавжуд эмас';
$strSwitchToDatabase = 'Нусха олинган маълумотлар базасига ўтиш';
@@ -1346,8 +1346,8 @@ $strTableMaintenance = 'Жадвалга хизмат кўрсатиш';
$strTableName = 'Жадвал номи';
$strTableOfContents = 'Мундарижа';
$strTableOptions = 'Жадвал параметрлари';
-$strTables = 'Жадваллар сони: "%s"';
$strTableStructure = 'Жадвал тузилиши';
+$strTables = 'Жадваллар сони: "%s"';
$strTakeIt = 'Тадбиқ қилиш';
$strTblPrivileges = 'Жадвал даражасижаги привилегиялар';
$strTempData = 'Вақтинчалик маълумотлар';
@@ -1357,20 +1357,20 @@ $strThai = 'Тайча';
$strTheme = 'Мавзу / Услуб';
$strThemeDefaultNotFound = ' "%s" асл мавзуси топилмади!';
$strThemeNoPreviewAvailable = 'Олдиндан кўриш мумкин эмас.';
-$strThemeNotFound = ' "%s" мавзуси топилмади!';
$strThemeNoValidImgPath = ' "%s" мавзуси расмларига тўғри йўл топилмади!';
+$strThemeNotFound = ' "%s" мавзуси топилмади!';
$strThemePathNotFound = ' "%s" мавзуси файлларига йўл топилмади!';
$strThisHost = 'Ушбу хост';
-$strThreads = 'Оқимлар';
$strThreadSuccessfullyKilled = ' "%s" жараёни муваффақиятли якунланди.';
+$strThreads = 'Оқимлар';
$strTime = 'Вақт';
$strTimeoutInfo = 'Чегараланган вақт яқинлашганлиги сабабли, импорт жараёни узилди. Қайта ишга туширилганда, импорт жараёни %d позициядандавом этади.';
$strTimeoutNothingParsed = 'Охирги ишга тушириш бўлишига қарамасдан, маълумотлар қайта ишланмади. Одатда, бу ҳол, php-сценарийлар учун ажратилган вақт оширилмагунча phpMyAdmin дастури импорт жараёнини якунла олмаслигини билдиради.';
$strTimeoutPassed = 'Чегараланган вақт бўлди. Агар импорт жараёнини якунламоқчи бўлсангиз, унда ўша файлни танлаган ҳолда уни қайта ишга туширинг ва жараён узилган жойдан бошлаб давом этади.';
$strToFromPage = 'Саҳифа';
+$strToSelectRelation = 'Алоқани танлаш учун расмда кўрсатилганикаби уланиш нуқтасига босинг:';
$strToggleScratchboard = 'Кўрсатиш';
$strToggleSmallBig = 'Тескари кўрсатиш';
-$strToSelectRelation = 'Алоқани танлаш учун расмда кўрсатилганикаби уланиш нуқтасига босинг:';
$strTotal = 'жами';
$strTotalUC = 'Жами';
$strTraditionalChinese = 'Анъанавий хитойча';
@@ -1401,10 +1401,10 @@ $strUnique = 'Уникал';
$strUnknown = 'номаълум';
$strUnselectAll = 'Белгилашни бекор қилиш';
$strUnsupportedCompressionDetected = 'Юкланаётган файл ("%s") ёрдамида қисилган. Лекин у дастур тизимда мавжуд эмас, шунинг учун ушбу файлни импорт қилиб бўлмайди. Агар дастур мавжуд бўлса, демак у конфигурация вақтида ўчириб қўйилган.';
+$strUpdComTab = '"column_comments" жадвалини янгилаш зарур. Батафсил маълумот учун документацияга қаранг.';
$strUpdatePrivMessage = ' "%s" учун привилегиялар ўзгартирилди.';
$strUpdateProfileMessage = 'Профил янгиланди.';
$strUpdateQuery = 'Сўровни янгилаш';
-$strUpdComTab = '"column_comments" жадвалини янгилаш зарур. Батафсил маълумот учун документацияга қаранг.';
$strUpgrade = ' "%s" ни "%s" версияга ёки каттароқ версияга янгилаш зарур.';
$strUploadErrorCantWrite = 'Файлни дискка ёзишдахатолик юз берди.';
$strUploadErrorExtension = 'Файлнинг юкланиши унинг кенгайтмаси сабали тўхтатилди.';
@@ -1418,6 +1418,10 @@ $strUploadsNotAllowed = 'Файлларни серверга юклаб бўлм
$strUsage = 'Ишлатилиш';
$strUseBackquotes = 'Жадвал ва майдон номларини тескари қўштирноққа олиш';
$strUseHostTable = 'Хостлар жадвалидан фойдаланиш';
+$strUseTabKey = 'Майдонлараро ўтиш учун TAB тугмаси ёки CTRL+стрелка тугмаларидан фойдаланинг';
+$strUseTables = 'Жадвалларни ишлатиш';
+$strUseTextField = 'Матнмайдонини ишлатиш';
+$strUseThisValue = 'Ушбу қийматни ишлатиш';
$strUser = 'Фойдаланувчи';
$strUserAlreadyExists = ' "%s" номли фойдаланувчи мавжуд!';
$strUserEmpty = 'Фойдаланувчи номи белгиланмаган!';
@@ -1426,10 +1430,6 @@ $strUserNotFound = 'Белгиланган фойдаланувчи привил
$strUserOverview = 'Фойдаланувчилар ҳисобини кўриб чиқиш';
$strUsersDeleted = 'Белгиланган фойдаланувчилар муваффақиятли ўчирилди.';
$strUsersHavingAccessToDb = '"%s"га рухсати бўлган фойдаланувчилар';
-$strUseTabKey = 'Майдонлараро ўтиш учун TAB тугмаси ёки CTRL+стрелка тугмаларидан фойдаланинг';
-$strUseTables = 'Жадвалларни ишлатиш';
-$strUseTextField = 'Матнмайдонини ишлатиш';
-$strUseThisValue = 'Ушбу қийматни ишлатиш';
$strValidateSQL = 'SQL синтаксисини текшириш';
$strValidatorError = 'SQL синтаксисини текшириб бўлмади. PHP учун зарур кенгайтмалар ўрнатилганлигини текширинг, батафсил маълумот учун документацияга қаранг.';
@@ -1438,8 +1438,8 @@ $strVar = 'Ўзгарувчи';
$strVersionInformation = 'Версия ҳақида маълумот';
$strView = 'Намойиш';
$strViewDump = 'Жадвал дампини (схемасини) намойиш этиш';
-$strViewDumpDatabases = 'Маълумотлар базалари дампини (схемасини) намойиш этиш';
$strViewDumpDB = 'Маълумотлар базаси дампини (схемасини) намойиш этиш';
+$strViewDumpDatabases = 'Маълумотлар базалари дампини (схемасини) намойиш этиш';
$strViewHasAtLeast = 'Ушбу намойиш камида кўрсатилган миқдорда қаторларга эга. Батафсил маълумот учун документацияга қаранг.';
$strViewHasBeenDropped = ' "%s" намойиши ўчирилди';
$strViewImage = 'VIEW расм';
@@ -1465,23 +1465,161 @@ $strYes = 'Ҳа';
$strZeroRemovesTheLimit = 'ИЗОҲ: параметр қийматларини 0 (нол) деб белгилаш мавжуд чеклашларни бекор қилади.';
$strZip = 'zip';
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1490,126 +1628,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php
index 55ba49ab7..27b3a5650 100644
--- a/lang/uzbek_latin-utf-8.inc.php
+++ b/lang/uzbek_latin-utf-8.inc.php
@@ -23,6 +23,7 @@ $month = array('Yanv', 'Fev', 'Mar', 'Apr', 'May', 'Iyun', 'Iyul', 'Avg', 'Sen',
$datefmt = '%d %B %Y y., %H:%M';
$timespanfmt = '"%s" kun, "%s" soat, "%s" minut va "%s" sekund';
+$strAPrimaryKey = ' "%s" ga birlamchi kalit qo‘shildi';
$strAbortedClients = 'Uzildi';
$strAccessDenied = 'Ruxsat berilmadi';
$strAccessDeniedCreateConfig = 'Ehtimol, konfiguratsiya fayli tuzilmagan. Uni tuzish uchun %1$sso‘rnatish ssenariysidan%2$ foydalanishingiz mumkin.';
@@ -51,54 +52,53 @@ $strAfterInsertNewInsert = 'Yangi yozuv kiritish';
$strAfterInsertNext = 'Keyingi qatorni tahrirlash';
$strAfterInsertSame = 'Ushbu sahifaga qaytish';
$strAll = 'Barcha';
-$strAllowInterrupt = 'Vaqt cheklovi yaqinlashganda skriptga import jarayonini bo‘lish uchun ruxsat berish. Katta hajmdagi fayllarni import qilishda qo‘l kelishi mumkin, ammo bunda tranzaksiya uzilishi mumkin.';
$strAllTableSameWidth = 'Bir xil kenglikdagi barcha jadvallarni ko‘rsatish';
+$strAllowInterrupt = 'Vaqt cheklovi yaqinlashganda skriptga import jarayonini bo‘lish uchun ruxsat berish. Katta hajmdagi fayllarni import qilishda qo‘l kelishi mumkin, ammo bunda tranzaksiya uzilishi mumkin.';
$strAlterOrderBy = 'Jadval sortirovkasini o‘zgartirish';
+$strAnIndex = ' "%s" uchun indeks qo‘shildi';
$strAnalyze = 'Tahlil';
$strAnalyzeTable = 'Jadval tahlili';
$strAnd = 'Va';
$strAndSmall = 'va';
$strAndThen = 'va so‘ng';
$strAngularLinks = 'Burchakli bog‘lanishlar';
-$strAnIndex = ' "%s" uchun indeks qo‘shildi';
$strAny = 'Har qaysi';
$strAnyHost = 'Har qaysi xost';
$strAnyUser = 'Har qaysi foydalanuvchi';
$strApproximateCount = 'Taxminiy bo‘lishi mumkin. [a@./Documentation.html#faq3_11@Documentation]"FAQ 3.11"[/a]ga qarang';
-$strAPrimaryKey = ' "%s" ga birlamchi kalit qo‘shildi';
$strArabic = 'Arabcha';
$strArmenian = 'Armancha';
-$strAscending = 'O‘sish tartibida';
$strAsDefined = 'Qoidaga ko‘ra:';
+$strAscending = 'O‘sish tartibida';
$strAtBeginningOfTable = 'Jadval boshiga';
$strAtEndOfTable = 'Jadval oxiriga';
$strAttr = 'Atributlar';
$strAutomaticLayout = 'Avtomatik raskladka';
+$strBLOBRepository = 'BLOB ombori';
+$strBLOBRepositoryDamaged = 'Shikastlangan';
+$strBLOBRepositoryDisable = 'Faolsizlantirish';
+$strBLOBRepositoryDisableAreYouSure = 'Siz haqiqatdan ham "%s" bazasi uchun barcha BLOB murojaatlarini bekor qilmoqchimisiz?';
+$strBLOBRepositoryDisableStrongWarning = 'Siz BLOB omborini FAOLSIZLANTIRMOQCHISIZ!';
+$strBLOBRepositoryDisabled = 'Faolsizlashtirilgan';
+$strBLOBRepositoryEnable = 'Faollantirish';
+$strBLOBRepositoryEnabled = 'Faollashtirilgan';
+$strBLOBRepositoryRemove = 'BLOB ombori murojaatlarini o‘chirish';
+$strBLOBRepositoryRepair = 'Sozlash';
+$strBLOBRepositoryUpload = 'BLOB omboriga yuklash';
$strBack = 'Orqaga';
$strBaltic = 'Baltikacha';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
-$strBinary = 'Ikkilik';
-$strBinaryDoNotEdit = 'Ikkilik ma`lumot - tahrirlash mumkin emas';
-$strBinaryLog = 'Ikkilik jurnal';
$strBinLogEventType = 'Hodisa turi';
$strBinLogInfo = 'Ma`lumot';
$strBinLogName = 'Jurnal fayli';
$strBinLogOriginalPosition = 'Asl pozitsiya';
$strBinLogPosition = 'Pozitsiya';
$strBinLogServerId = 'Server ID si';
-$strBLOBRepository = 'BLOB ombori';
-$strBLOBRepositoryDamaged = 'Shikastlangan';
-$strBLOBRepositoryDisable = 'Faolsizlantirish';
-$strBLOBRepositoryDisableAreYouSure = 'Siz haqiqatdan ham "%s" bazasi uchun barcha BLOB murojaatlarini bekor qilmoqchimisiz?';
-$strBLOBRepositoryDisabled = 'Faolsizlashtirilgan';
-$strBLOBRepositoryDisableStrongWarning = 'Siz BLOB omborini FAOLSIZLANTIRMOQCHISIZ!';
-$strBLOBRepositoryEnable = 'Faollantirish';
-$strBLOBRepositoryEnabled = 'Faollashtirilgan';
-$strBLOBRepositoryRemove = 'BLOB ombori murojaatlarini o‘chirish';
-$strBLOBRepositoryRepair = 'Sozlash';
-$strBLOBRepositoryUpload = 'BLOB omboriga yuklash';
+$strBinary = 'Ikkilik';
+$strBinaryDoNotEdit = 'Ikkilik ma`lumot - tahrirlash mumkin emas';
+$strBinaryLog = 'Ikkilik jurnal';
$strBookmarkAllUsers = 'Barcha foydalanuvchilarga ruxsat berish';
$strBookmarkCreated = '"%s" xatcho‘pi tuzildi';
$strBookmarkDeleted = 'Xatcho‘p o‘chirildi.';
@@ -121,10 +121,11 @@ $strBulgarian = 'Bolgarcha';
$strBusyPages = 'Band sahifalar';
$strBzip = 'bzip yordamida siqilgan';
+$strCSV = 'CSV';
$strCalendar = 'Taqvim';
-$strCancel = 'Bekor qilish';
$strCanNotLoadExportPlugins = 'Eksport modullari mavjud emas! O‘rnatilgan phpMyAdmin nusxasining libraries/export katalogini tekshiring.';
$strCanNotLoadImportPlugins = 'Import modullari mavjud emas! O‘rnatilgan phpMyAdmin nusxasining libraries/export katalogini tekshiring.';
+$strCancel = 'Bekor qilish';
$strCannotLogin = 'MySQL serveriga ulanib bo‘lmadi';
$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kengaytmani yuklab bo‘lmadi! PHP konfiguratsiyasini sozlang.';
$strCantLoadRecodeIconv = 'Kodirovkalarni konvertatsiya qilish uchun kerak bo‘lgan "iconv" yoki "recode" kengaytmalari qo‘shilmagan. Ushbu kengaytmalarni qo‘shgan holda PHP dasturini sozlash yoki phpMyAdmin dasturida kodirovkalarni konvertatsiya qilishni faolsizlantirish kerak.';
@@ -199,14 +200,19 @@ $strCreateUserDatabaseWildcard = '(foydalanuvchi\_%) shabloniga to‘g‘ri kela
$strCreationDates = 'Tuzish, yangilash va tekshirish sanalari';
$strCriteria = 'Kriteriy';
$strCroatian = 'Xorvatcha';
-$strCSV = 'CSV';
$strCustomColor = 'Rangni tanlash';
$strCyrillic = 'Kirillcha';
$strCzech = 'Chexcha';
$strCzechSlovak = 'Chexoslovakcha';
+$strDBComment = 'Ma`lumotlar bazasiga izoh:';
+$strDBCopy = 'Ma`lumotlar bazasidan quyidagiga nusxa olish';
+$strDBRename = 'Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish';
$strDanish = 'Daniyacha';
$strData = 'Ma`lumotlar';
+$strDataDict = 'Ma`lumotlar lug‘ati';
+$strDataOnly = 'Faqat ma`lumotlar';
+$strDataPages = 'Ma`lumotlar mavjud sahifalar';
$strDatabase = 'Ma`lumotlar bazasi';
$strDatabaseEmpty = 'Ma`lumotlar bazasi nomi bo‘sh!';
$strDatabaseExportOptions = 'Ma`lumotlar bazasi eksport parametrlari';
@@ -218,29 +224,23 @@ $strDatabasesStats = 'Ma`lumotlar bazasi statiskasi';
$strDatabasesStatsDisable = 'Statiskani o‘chirish';
$strDatabasesStatsEnable = 'Statiskani yoqish';
$strDatabasesStatsHeavyTraffic = 'IZOH: Statiskani yoqish veb-server va MySQL serveri o‘rtasida katta traffikka sabab bo‘lishi mumkin.';
-$strDataDict = 'Ma`lumotlar lug‘ati';
-$strDataOnly = 'Faqat ma`lumotlar';
-$strDataPages = 'Ma`lumotlar mavjud sahifalar';
-$strDBComment = 'Ma`lumotlar bazasiga izoh:';
-$strDBCopy = 'Ma`lumotlar bazasidan quyidagiga nusxa olish';
$strDbIsEmpty = 'Ma`lumotlar bazasi bo‘sh!';
$strDbPrivileges = 'Ma`lumotlar bazasi privilegiyalari';
-$strDBRename = 'Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish';
$strDbSpecific = 'Ma`lumotlar bazasi darajasida';
$strDefault = 'Andoza';
$strDefaultEngine = '"%s" - MySQL serveridagi andozaviy ma`lumotlar jadvali turi.';
$strDefaultValueHelp = '"Andozaviy" maydonlar qiymatlarida teskari egri chiziq va qo‘shtirnoqlarni ishlatmang.';
$strDefragment = 'Jadvalni defragmentatsiyalash';
+$strDelOld = 'Ushbu sahifada mavjud bo‘lmagan jadvallar uchun murojaatlar mavjud. Ushbu murojaatlarni o‘chirishni xohlaysizmi?';
$strDelayedInserts = 'Kechiktirilgan qo‘yish (DELAYED INSERTS) dan foydalanish';
$strDelete = 'O‘chirish';
$strDeleteAndFlush = 'Barcha foydalanuvchilarni o‘chirish va privilegiyalarni qayta yuklash.';
$strDeleteAndFlushDescr = 'Bu eng yaxshi usul, lekin privilegiyalarni qayta yuklash vaqt talab etishi mumkin.';
-$strDeleted = 'Yozuv o‘chirildi';
$strDeleteNoUsersSelected = 'O‘chirish lozim bo‘lgan foydalanuvchilar tanlanmagan!';
$strDeleteRelation = 'Bog‘liqlikni o‘chirish';
+$strDeleted = 'Yozuv o‘chirildi';
$strDeleting = '"%s" o‘chirilmoqda';
$strDelimiter = 'Taqsimlovchi';
-$strDelOld = 'Ushbu sahifada mavjud bo‘lmagan jadvallar uchun murojaatlar mavjud. Ushbu murojaatlarni o‘chirishni xohlaysizmi?';
$strDescending = 'Kamayish tartibida';
$strDescription = 'Tavsifi';
$strDesigner = 'Dizayner';
@@ -249,23 +249,23 @@ $strDetails = 'Tafsilotlar...';
$strDictionary = 'lug‘at';
$strDirectLinks = 'To‘g‘ridan-to‘g‘ri bog‘lanishlar';
$strDirtyPages = 'Kir sahifalar';
-$strDisabled = 'Faolsizlantirilgan';
$strDisableForeignChecks = 'Tashqi kalitlarni tekshirishni o‘chirish';
+$strDisabled = 'Faolsizlantirilgan';
$strDisplayFeat = 'Imkoniyatlarni ko‘rsatish';
$strDisplayOrder = 'Sortirovka:';
$strDisplayPDF = 'PDF-sxemani ko‘rsatish';
$strDoAQuery = '"Namunadagi so‘rovni bajarish" (o‘rniga qo‘yish belgisi: "%")';
+$strDoNotAutoIncrementZeroValues = 'Nol qiymatlari uchun "AUTO_INCREMENT" ishlatmaslik';
+$strDoYouReally = 'Haqiqatan ham so‘rovni bajarmoqchimisiz?';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentatsiya';
-$strDoNotAutoIncrementZeroValues = 'Nol qiymatlari uchun "AUTO_INCREMENT" ishlatmaslik';
$strDownloadFile = 'Faylni yuklab olish';
-$strDoYouReally = 'Haqiqatan ham so‘rovni bajarmoqchimisiz?';
$strDrop = 'O‘chirish';
$strDropDatabaseStrongWarning = 'Ma`lumotlar bazasi to‘liq O‘CHIRILADI!';
$strDropUsersDb = 'Foydalanuvchilar nomlari bilan atalgan ma`lumotlar bazalarini o‘chirish.';
-$strDumpingData = 'Jadval ma`lumotlarini damp qilish';
$strDumpSaved = 'Damp "%s" faylida saqlandi.';
$strDumpXRows = '# %s yozuvidan boshlab %s satrni damp qilish.';
+$strDumpingData = 'Jadval ma`lumotlarini damp qilish';
$strDynamic = 'dinamik';
$strEdit = 'Tahrirlash';
@@ -281,8 +281,8 @@ $strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Ushbu MySQL serveri "%s" turdagi jadvallar bilan ishlay oladi.';
$strEngineDisabled = '"%s" turidagi jadvallar ushbu MySQL serverda faolsizlantirilgan.';
-$strEngines = 'Jadval turlari';
$strEngineUnsupported = 'Ushbu MySQL serveri "%s" turdagi jadvallar bilan ishlay olmaydi.';
+$strEngines = 'Jadval turlari';
$strEnglish = 'Inglizcha';
$strEnglishPrivileges = 'IZOH: MySQL privilegiyalari turlari ingliz tilida ko‘rsatiladi.';
$strError = 'Xatolik';
@@ -321,8 +321,8 @@ $strFileNameTemplateDescriptionDatabase = 'ma`lumotlar bazasi nomi';
$strFileNameTemplateDescriptionServer = 'server nomi';
$strFileNameTemplateDescriptionTable = 'jadval nomi';
$strFileNameTemplateRemember = ' shablonni yodda tutish';
-$strFiles = 'Fayllar soni ';
$strFileToImport = 'Import qilinayotgan fayl ';
+$strFiles = 'Fayllar soni ';
$strFlushPrivilegesNote = 'IZOH: phpMyAdmin foydalanuvchilar privilegiyalari haqidagi ma`lumotlarni to‘g‘ridan-to‘g‘ri MySQL privilegiyalari jadvalidan oladi. Ushbu jadvaldagi ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak.';
$strFlushQueryCache = 'So‘rovlar keshini defragmentatsiya qilish';
$strFlushTable = 'Jadval keshini yangilash ("FLUSH")';
@@ -330,18 +330,18 @@ $strFlushTables = 'Barcha jadvallarni yopish';
$strFontSize = 'Shrift o‘lchami';
$strForeignKeyError = ' %1$s da tashqi kalit (FOREIGN KEY) tuzishda xatolik (ma`lumot turini tekshiring)';
$strForeignKeyRelationAdded = 'Tashqi kalitga (FOREIGN KEY) aloqa o‘rnatildi';
-$strFormat = 'Format';
$strFormEmpty = 'Formaning kerakli maydonlari to‘ldirilmagan!';
+$strFormat = 'Format';
$strFreePages = 'Bo‘sh sahifalar soni ';
$strFullText = 'Ma`lumotlarni kengaytirilgan holda ko‘rsatish';
$strFunction = 'Funksiya';
$strFunctions = 'Funksiyalar';
$strGenBy = 'Tuzilgan';
+$strGenTime = 'Tuzilgan sana ';
$strGeneralRelationFeat = 'Aloqalarning asosiy imkoniyatlari';
$strGenerate = 'Generatsiya qilish';
$strGeneratePassword = 'Parol o‘rnatish';
-$strGenTime = 'Tuzilgan sana ';
$strGeorgian = 'Gruzincha';
$strGerman = 'Nemischa';
$strGetMoreThemes = 'Ko‘proq mavzuga ega bo‘ling!';
@@ -353,6 +353,8 @@ $strGrantOption = 'GRANT';
$strGreek = 'Grekcha';
$strGzip = 'gzip';
+$strHTMLExcel = 'Microsoft Excel 2000';
+$strHTMLWord = 'Microsoft Word 2000';
$strHandler = 'Qayta ishlovchi dastur';
$strHasBeenAltered = ' o‘zgartirildi.';
$strHaveToShow = 'So‘rovni bajarish uchun, maydon/maydonlar tanlangan bo‘lishi kerak.';
@@ -365,16 +367,14 @@ $strHideShowNoRelation = 'Aloqa mavjud bo‘lmagan jadvallarni yashirish/ko‘rs
$strHome = 'Bosh sahifa';
$strHomepageOfficial = ' phpMyAdmin rasmiy veb-sahifasi';
$strHost = 'Xost';
-$strHostTableExplanation = 'Agar Xostlar jadvalidan foydalanilsa, ushbu maydonga e`tibor berilmaydi va uning o‘rniga Xostlar jadvalidagi qiymatlar ishlatiladi.';
$strHostEmpty = 'Xost nomi bo‘sh!';
-$strHTMLExcel = 'Microsoft Excel 2000';
-$strHTMLWord = 'Microsoft Word 2000';
+$strHostTableExplanation = 'Agar Xostlar jadvalidan foydalanilsa, ushbu maydonga e`tibor berilmaydi va uning o‘rniga Xostlar jadvalidagi qiymatlar ishlatiladi.';
$strHungarian = 'Vengercha';
+$strIEUnsupported = 'Internet Explorer dasturida ushbu funksiya mavjud emas.';
$strIcelandic = 'Islandcha';
$strId = 'ID';
$strIdxFulltext = 'Matn to‘laligicha';
-$strIEUnsupported = 'Internet Explorer dasturida ushbu funksiya mavjud emas.';
$strIgnore = 'E`tibor bermaslik';
$strIgnoreDuplicates = 'Takroriy qatorlarga e`tibor bermaslik';
$strIgnoreInserts = 'E`tibor bermaslik (IGNORE) qo‘yilmalardan foydalanish';
@@ -382,17 +382,18 @@ $strImport = 'Import';
$strImportExportCoords = 'PDF-sxemaga/sxemadan jadval koordinatalarini import/eksport qilish';
$strImportFiles = 'Fayllarni import qilish';
$strImportFormat = 'Import qilinayotgan fayl formati';
-$strImportSuccessfullyFinished = 'Import muvaffaqiyatli tugatildi, bajarilgan so‘rovlar soni: %d.';
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.';
$strImportProceedingFile = 'The file is being processed, please be patient.';
+$strImportSuccessfullyFinished = 'Import muvaffaqiyatli tugatildi, bajarilgan so‘rovlar soni: %d.';
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.';
+$strInUse = 'ishlatilmoqda';
$strIndex = 'Indeks';
-$strIndexes = 'Indekslar';
-$strIndexesSeemEqual = ' %1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin.';
$strIndexHasBeenDropped = ' "%s" indeksi o‘chirildi';
$strIndexName = 'Indeks nomi: ';
$strIndexType = 'Indeks turi: ';
$strIndexWarningTable = ' `"%s"` jadvalidagi indekslarda muammo mavjud';
+$strIndexes = 'Indekslar';
+$strIndexesSeemEqual = ' %1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin.';
$strInnoDBAutoextendIncrement = 'Avtomatik oshirib borish';
$strInnoDBAutoextendIncrementDesc = 'Jadvalda joy tugaganda ma`lumotlar fayli hajmini avtomatik oshirish (megabaytlarda) ';
$strInnoDBBufferPoolSize = 'Bufer puli hajmi';
@@ -410,13 +411,12 @@ $strInterface = 'Interfeys';
$strInternalAndForeign = 'Agar tashqi kalit (FOREIGN KEY) orqali aloqa mavjud bo‘lsa, ichki aloqa o‘rnatish shart emas.';
$strInternalRelationAdded = 'Ichki aloqa o‘rnatildi';
$strInternalRelations = 'Ichki aloqalar';
-$strInUse = 'ishlatilmoqda';
$strInvalidAuthMethod = 'phpMyAdmin konfiguratsion faylida noto‘g‘ri autentifikatsiya usuli belgilangan:';
-$strInvalidColumn = 'Noto‘g‘ri ustun ("%s") tanlangan!';
-$strInvalidColumnCount = 'Ustunlar soni noldan ko‘p bo‘lishi shart.';
$strInvalidCSVFieldCount = 'Kiritilayotgan CSV ma`lumotlarning %d qatoridagi maydonlar soni noto‘g‘ri.';
$strInvalidCSVFormat = 'Kiritilayotgan CSV ma`lumotlarning %d qatoridagi ma`lumotlar formati noto‘g‘ri.';
$strInvalidCSVParameter = 'CSV importidagi paramert noto‘g‘ri: "%s"';
+$strInvalidColumn = 'Noto‘g‘ri ustun ("%s") tanlangan!';
+$strInvalidColumnCount = 'Ustunlar soni noldan ko‘p bo‘lishi shart.';
$strInvalidDatabase = 'Noto‘g‘ri ma`lumotlar bazasi';
$strInvalidFieldAddCount = 'Hech bo‘lmaganda bitta maydon kiritish shart.';
$strInvalidFieldCount = 'Jadvalda, hech bo‘lmaganda, bitta maydon bo‘lishi shart.';
@@ -439,11 +439,13 @@ $strKill = 'Tugatish';
$strKnownExternalBug = ' "%s" parametrining ishi ma`lum xatolikka olib kelishi mumkin, batafsil ma`lumot uchun qarang "%s"';
$strKorean = 'Koreyscha';
+$strLDI = '"LOAD DATA" ishlatilgan CSV';
+$strLDILocal = '"LOCAL" kalit so‘zini ishlatish';
+$strLaTeX = 'LaTeX';
$strLandscape = 'Albom shaklida';
$strLanguage = 'Til';
$strLanguageUnknown = 'Noma`lum til: %1$s.';
$strLatchedPages = 'Blokirovka qilingan sahifalar soni: ';
-$strLaTeX = 'LaTeX';
$strLatexCaption = 'Jadval sarlavhasi';
$strLatexContent = ' __TABLE__ jadvalining mundarijasi';
$strLatexContinued = '(davomi)';
@@ -452,8 +454,6 @@ $strLatexIncludeCaption = 'Jadvalga sarlavha qo‘shish';
$strLatexLabel = 'Belgi identifikatori';
$strLatexStructure = ' __TABLE__ jadvalining tuzilishi';
$strLatvian = 'Latishcha';
-$strLDI = '"LOAD DATA" ishlatilgan CSV';
-$strLDILocal = '"LOCAL" kalit so‘zini ishlatish';
$strLengthSet = 'Uzunlik/qiymatlar';
$strLimitNumRows = 'Sahifadagi qatorlar soni ';
$strLinesTerminatedBy = 'Qatorlar bo‘luvchisi';
@@ -462,32 +462,32 @@ $strLinksTo = 'Aloqalar';
$strLithuanian = 'Litvacha';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Faylni tanlash';
-$strLogin = 'Avtorizatsiya';
-$strLoginInformation = 'Foydalanuvchi hisobi haqida ma`lumot';
-$strLoginWithoutPassword = 'Parolsiz autentifikatsiya konfiguratsiya tomonidan o‘chirilgan (qarang AllowNoPassword)';
-$strLogout = 'Chiqish';
$strLogPassword = 'Parol:';
$strLogServer = 'Server';
$strLogServerHelp = 'Siz xost/IP adres va bo‘sh joy qoldirib portni kiritishingiz mumkin.';
$strLogUsername = 'Foydalanuvchi:';
+$strLogin = 'Avtorizatsiya';
+$strLoginInformation = 'Foydalanuvchi hisobi haqida ma`lumot';
+$strLoginWithoutPassword = 'Parolsiz autentifikatsiya konfiguratsiya tomonidan o‘chirilgan (qarang AllowNoPassword)';
+$strLogout = 'Chiqish';
$strLongOperation = 'Ushbu operatsiyani bajarish uzoq vaqt talab qilishi mumkin. Davom etsinmi? ';
-$strMaxConnects = 'Maksimal ulanishlar soni ';
-$strMaximalQueryLength = 'Tuzilayogan so‘rovning maksimal uzunligi';
-$strMaximumSize = 'Maksimal hajmi: "%s"%s"';
-$strMbExtensionMissing = 'Ko‘p baytli kodirovkalar bilan ishlaganda PHP "mbstring" kengaytmasi o‘rnatilmagan bo‘lsa, phpMyAdmin satrlarni to‘g‘ri bo‘la olmaydi. Bu o‘z navbatida ma`lumot yo‘qolishiga olib kelishi mumkin. PHP "mbstring" kengaytmasini o‘rnatish qat`iy tavsiya etiladi.';
-$strMbOverloadWarning = 'PHP konfiguratsion faylida phpMyAdmin bilan mos bo‘lmagan mbstring.func_overload parametri yoqilgan. Ma`lumot yo‘qolishi oldini olish uchun, ushbu parametr o‘chirilishi kerak!';
+$strMIMETypesForTable = 'JADVAL UCHUN MIME TURLARI';
+$strMIME_MIMEtype = 'MIME turi';
$strMIME_available_mime = 'Mavjud MIME turlari';
$strMIME_available_transform = 'Mavjud o‘girishlar';
$strMIME_description = 'Tavsif';
-$strMIME_MIMEtype = 'MIME turi';
$strMIME_nodescription = 'Hozirgi vatqda tavsif mavjud emas. Ishlatilayotgan "%s" o‘girishlar namoyishi funksiyalarining ishi yaqin orada tavsiflanadi. ';
$strMIME_transformation = 'O‘girish';
$strMIME_transformation_note = 'Mavjud MIME turlari va o‘girishlar parametlarini ko‘rish uchun quyidagi bog‘lanishdan foydalaning: - "%s"o‘zgaririshlar tavsifi"%s"';
$strMIME_transformation_options = 'O‘girishlar parametrlari';
$strMIME_transformation_options_note = 'O‘girishlar paramerlari qiymatlari quyidagi formatda bo‘lishi shart: "a", 100, "b", "c"... Teskari egri chiziq (\\) va bittalik qo‘shtirnoq (") belgilari oldidan teskari egri chiziq bo‘lishi kerak, masalan: "\\\\xyz" yoki "a\\"b".';
$strMIME_without = 'Kursiv bilan belgilangan MIME turlari alohida o‘girish funksiyalariga ega emas. ';
-$strMIMETypesForTable = 'JADVAL UCHUN MIME TURLARI';
+$strMaxConnects = 'Maksimal ulanishlar soni ';
+$strMaximalQueryLength = 'Tuzilayogan so‘rovning maksimal uzunligi';
+$strMaximumSize = 'Maksimal hajmi: "%s"%s"';
+$strMbExtensionMissing = 'Ko‘p baytli kodirovkalar bilan ishlaganda PHP "mbstring" kengaytmasi o‘rnatilmagan bo‘lsa, phpMyAdmin satrlarni to‘g‘ri bo‘la olmaydi. Bu o‘z navbatida ma`lumot yo‘qolishiga olib kelishi mumkin. PHP "mbstring" kengaytmasini o‘rnatish qat`iy tavsiya etiladi.';
+$strMbOverloadWarning = 'PHP konfiguratsion faylida phpMyAdmin bilan mos bo‘lmagan mbstring.func_overload parametri yoqilgan. Ma`lumot yo‘qolishi oldini olish uchun, ushbu parametr o‘chirilishi kerak!';
$strModifications = 'O‘zgaririshlar saqlandi';
$strModify = 'O‘zgarirish';
$strModifyIndexTopic = 'Indeksni o‘zgarirish';
@@ -509,19 +509,20 @@ $strMyISAMRepairThreadsDesc = 'Agar qiymat birdan katta bo‘lsa, MyISAM turidag
$strMyISAMSortBufferSize = 'Sortirovka buferi hajmi';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE buyrug‘i yordamida indeksni sortirovka qilish hamda CREATE INDEX yoki ALTER TABLE buyruqlari yordamida indeks tuzish uchun kerak bo‘lgan bufer hajmi.';
$strMySQLCharset = 'MySQL-kodirovka';
-$strMysqlClientVersion = 'MySQL-kliyent versiyasi';
$strMySQLConnectionCollation = 'MySQL bilan ulanishni chog‘ishtirish';
-$strMysqlLibDiffersServerVersion = 'MySQL-kliyent versiyasi ("%s") o‘rnatilgan MySQL-server versiyasi("%s")dan farq qilmoqda. Bu holat noxush oqibatlarga olib kelishi mumkin.';
$strMySQLSaid = 'MySQL javobi: ';
$strMySQLShowProcess = 'Jarayonlar ro‘yxati';
+$strMysqlClientVersion = 'MySQL-kliyent versiyasi';
+$strMysqlLibDiffersServerVersion = 'MySQL-kliyent versiyasi ("%s") o‘rnatilgan MySQL-server versiyasi("%s")dan farq qilmoqda. Bu holat noxush oqibatlarga olib kelishi mumkin.';
$strName = 'Nomi';
$strNavTableFilter = 'Filter';
$strNext = 'Keyingi';
+$strNo = 'Yo‘q';
$strNoActivity = '"%s" soniya davomida faollik kuzatilmadi, iltimos, qayta avtorizatsiyadan o‘ting. ';
+$strNoDataReceived = 'Import qilish imkoni yo‘q. Sabablar: import fayli tanlanmagan; import qilinayotgan fayl hajmi PHP konfiguratsion faylida ko‘rsatilgan maksimal qiymatdan katta. Qarang: [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDatabases = 'Ma`lumotlar bazasi mavjud emas';
$strNoDatabasesSelected = 'Bironta ham ma`lumotlar bazasi tanlanmagan.';
-$strNoDataReceived = 'Import qilish imkoni yo‘q. Sabablar: import fayli tanlanmagan; import qilinayotgan fayl hajmi PHP konfiguratsion faylida ko‘rsatilgan maksimal qiymatdan katta. Qarang: [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].';
$strNoDescription = 'tavsif mavjud emas';
$strNoDetailsForEngine = 'Ushbu turdagi jadvallar haqida qo‘shimcha ma`lumot mavjud emas. ';
$strNoDropDatabases = '"DROP DATABASE" (ma`lumotlar bazasini o‘chirish) buyrug‘i o‘chirilgan.';
@@ -531,9 +532,6 @@ $strNoFrames = 'phpMyAdmin ishlashi uchun freymlar bilan ishlay oladigan
$strNoIndex = 'Indeks belgilanmagan!';
$strNoIndexPartsDefined = 'Indeks qismlari belgilanmagan!';
$strNoModification = 'O‘zgarish yo‘q';
-$strNoneDefault = 'Yo‘q';
-$strNone = 'Yo‘q';
-$strNo = 'Yo‘q';
$strNoOptions = 'Ushbu format uchun sozlanadigan parametr mavjud emas';
$strNoPassword = 'Parol yo‘q';
$strNoPermission = '"%s" faylini veb-serverga saqlash uchun huquqlar yetarli emas.';
@@ -544,17 +542,19 @@ $strNoRowsSelected = 'Amalni amalga oshirish uchun bitta yoki bir nechta qatorni
$strNoSpace = '"%s" faylini saqlash uchun diskda yetarli joy mavjud emas. ';
$strNoTablesFound = 'Ma`lumotlar bazasida bironta ham jadval mavjud emas.';
$strNoThemeSupport = 'Mavzular ishlamayapti, konfiguratsiyani va "%s" katalogida mavzular mavjudligini tekshiring.';
+$strNoUsersFound = 'Bironta ham foydalanuvchi topilmadi.';
+$strNoValidateSQL = 'SQL sintaksisi tekshiruvini olib tashlash';
+$strNone = 'Yo‘q';
+$strNoneDefault = 'Yo‘q';
$strNotNumber = 'Son kiriting!';
$strNotOK = 'Tayyor emas';
$strNotSet = ' "%s" jadvali topilmadi yoki "%s"da o‘rnatilmagan';
-$strNoUsersFound = 'Bironta ham foydalanuvchi topilmadi.';
-$strNoValidateSQL = 'SQL sintaksisi tekshiruvini olib tashlash';
$strNull = 'Null';
-$strNumberOfFields = 'Maydonlar soni ';
-$strNumberOfTables = 'Jadvallar soni ';
$strNumSearchResultsInTable = '"%s" jadvalida o‘xshashliklar soni "%s" ta';
$strNumSearchResultsTotal = 'Jami:"%s" o‘xshashlik';
$strNumTables = 'Jadvallar';
+$strNumberOfFields = 'Maydonlar soni ';
+$strNumberOfTables = 'Jadvallar soni ';
$strOK = 'OK';
$strOpenDocumentSpreadsheet = 'OpenDocument jadval';
@@ -569,21 +569,6 @@ $strOr = 'Yoki';
$strOverhead = 'Fragmentlangan';
$strOverwriteExisting = 'Mavjud fayl(lar) ustidan yozish';
-$strPacked = 'Qisilgan';
-$strPageNumber = 'Sahifa raqami: ';
-$strPagesToBeFlushed = 'Tozalash kerak bo‘lgan sahifalar soni: ';
-$strPaperSize = 'Qog‘oz o‘lchami';
-$strPartialImport = 'Qisman import';
-$strPartialText = 'Ma`lumotlarni qisqartirib ko‘rsatish';
-$strPartition = '"%s" bo‘lagi';
-$strPartitionDefinition = 'Bo‘laklarni (PARTITIONS) belgilash';
-$strPartitioned = 'bo‘laklarga bo‘lingan';
-$strPartitionMaintenance = 'bo‘laklarga xizmat ko‘rsatish';
-$strPassword = 'Parol';
-$strPasswordChanged = '"%s" foydalanuvchining paroli muvaffaqiyatli o‘zgartirildi.';
-$strPasswordEmpty = 'Parol belgilanmagan!';
-$strPasswordHashing = 'Parolni xeshlash';
-$strPasswordNotSame = 'Kiritilgan parollar bir xil emas!';
$strPBXTCheckpointFrequency = 'Tekshiruv chastotasi';
$strPBXTCheckpointFrequencyDesc = 'Tekshiruv amalga oshirilganga qadar tranzaksiyalar jurnalida yozilgan ma`lumotlar hajmi. Asl qiymati – 24 Mb.';
$strPBXTDataFileGrowSize = 'Ma`lumotlar fayllarining oshish hajmi';
@@ -609,20 +594,35 @@ $strPBXTRowFileGrowSizeDesc = 'Qator ko‘rsatgichlari fayllari(.xtr)ning oshish
$strPBXTTransactionBufferSize = 'Tranzaksiyalar buferi hajmi';
$strPBXTTransactionBufferSizeDesc = 'Tranzaksiya jurnallari uchun global bufer hajmi (dastur shu hajmdagi 2 ta bufer ajratadi). Asl qiymati – 1 Mb.';
$strPDF = 'PDF';
+$strPDFReportExplanation = '(Ma`lum bir jadval ma`lumotlarini o‘z ichiga olgan hisobot tuzish)';
+$strPDFReportTitle = 'Hisobot sarlavhasi';
+$strPHPExtension = 'PHP kengaytmasi';
+$strPHPVersion = 'PHP versiyasm';
+$strPacked = 'Qisilgan';
+$strPageNumber = 'Sahifa raqami: ';
+$strPagesToBeFlushed = 'Tozalash kerak bo‘lgan sahifalar soni: ';
+$strPaperSize = 'Qog‘oz o‘lchami';
+$strPartialImport = 'Qisman import';
+$strPartialText = 'Ma`lumotlarni qisqartirib ko‘rsatish';
+$strPartition = '"%s" bo‘lagi';
+$strPartitionDefinition = 'Bo‘laklarni (PARTITIONS) belgilash';
+$strPartitionMaintenance = 'bo‘laklarga xizmat ko‘rsatish';
+$strPartitioned = 'bo‘laklarga bo‘lingan';
+$strPassword = 'Parol';
+$strPasswordChanged = '"%s" foydalanuvchining paroli muvaffaqiyatli o‘zgartirildi.';
+$strPasswordEmpty = 'Parol belgilanmagan!';
+$strPasswordHashing = 'Parolni xeshlash';
+$strPasswordNotSame = 'Kiritilgan parollar bir xil emas!';
$strPdfDbSchema = '"%s" ma`lumotlar bazasi tuzilishi - "%s" sahifa';
$strPdfInvalidTblName = '"%s" jadvali mavjud emas!';
$strPdfNoTables = 'Jadval mavjud emas';
-$strPDFReportExplanation = '(Ma`lum bir jadval ma`lumotlarini o‘z ichiga olgan hisobot tuzish)';
-$strPDFReportTitle = 'Hisobot sarlavhasi';
$strPerHour = 'soatiga';
$strPerMinute = 'minutiga';
$strPerSecond = 'sekundiga';
$strPersian = 'Forscha';
$strPhoneBook = 'telefonlar kitobi';
-$strPhpArray = 'PHP array';
$strPhp = 'PHP-kod';
-$strPHPExtension = 'PHP kengaytmasi';
-$strPHPVersion = 'PHP versiyasm';
+$strPhpArray = 'PHP array';
$strPlayAudio = 'Audiofaylni o‘qish';
$strPleaseSelectPrimaryOrUniqueKey = 'Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!';
$strPmaDocumentation = 'phpMyAdmin dokumentatsiyasi';
@@ -697,6 +697,7 @@ $strQueryTime = 'So‘rov %01.4f sekund vaqt oldi';
$strQueryType = 'So‘rov turi';
$strQueryWindowLock = 'So‘rovlar oynasi ichidagi ma`lumotlarni blokirovka qilish';
+$strReType = 'Tasdiqlash';
$strReadRequests = 'O‘qishga ruxsat so‘rash';
$strRebuild = 'Qayta qurish';
$strReceived = 'Qabul qilindi';
@@ -704,17 +705,17 @@ $strRecommended = 'tavsiya etilgan';
$strRecords = 'Yozuvlar soni';
$strReferentialIntegrity = 'Ma`lumotlar yaxlitligini tekshirish:';
$strRefresh = 'Yangilash';
+$strRelationDeleted = 'Aloqa o‘chirildi';
+$strRelationNotWorking = 'Aloqador jadvallar bilan ishlash uchun qo‘shimcha imkoniyatlar mavjud emas. Sabablarini aniqlash uchun %sbu yerga%s bosing.';
+$strRelationView = 'Aloqalarni ko‘rish';
$strRelationalDisplayField = 'Aloqador maydon qiymati';
$strRelationalKey = 'Aloqador kalit';
$strRelationalSchema = 'Aloqalar sxemasi';
-$strRelationDeleted = 'Aloqa o‘chirildi';
-$strRelationNotWorking = 'Aloqador jadvallar bilan ishlash uchun qo‘shimcha imkoniyatlar mavjud emas. Sabablarini aniqlash uchun %sbu yerga%s bosing.';
$strRelations = 'Aloqalar';
$strRelationsForTable = 'Jadval aloqalari';
-$strRelationView = 'Aloqalarni ko‘rish';
$strReload = 'Qayta yuklash';
-$strReloadingThePrivileges = 'Privilegiyalar qayta yuklanmoqda';
$strReloadPrivileges = 'Privilegiyalarni qayta yuklash';
+$strReloadingThePrivileges = 'Privilegiyalar qayta yuklanmoqda';
$strRemoveCRLF = 'Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash';
$strRemovePartitioning = 'Bo‘laklarni (PARTITIONS) o‘chirish';
$strRemoveSelectedUsers = 'Belgilangan foydalanuvchilarni o‘chirish';
@@ -726,14 +727,13 @@ $strRepairTable = 'Jadvalni tiklash';
$strReplaceNULLBy = 'NULL qiymatni quyidagiga almashtirish';
$strReplaceTable = 'Jadval ma`lumotlarini fayl ma`lumotlari bilan almashtirish';
$strReplication = 'Replikatsiya (zaxira nusxa ko‘chirish)';
+$strReplicationStatus = 'Replikatsiya statusi';
$strReplicationStatusInfo = 'Ushbu MySQL serveri <b>replikatsiya</b> jarayonida "%s" sifatida ishlaydi. Serverning replikatsiya statusi haqida batafsil ma`lumot uchun, <a href="#replication">replikatsiya bo‘limi</a>ga kiring.';
$strReplicationStatus_master = 'Bosh server statusi';
-$strReplicationStatus = 'Replikatsiya statusi';
$strReplicationStatus_slave = 'Tobe server statusi';
$strReset = 'Tozalash';
$strResourceLimits = 'Resurslardan foydalanishni cheklash';
$strRestartInsertion = 'Qo‘yilayotgan qatorlar soni: "%s"';
-$strReType = 'Tasdiqlash';
$strRevoke = 'Bekor qilish';
$strRevokeAndDelete = 'Foydalanuvchilarning barcha faol privilegiyalarini bekor qilish, so‘ng ularni o‘chirish.';
$strRevokeAndDeleteDescr = 'Privilegiyalar qayta yuklangunga qadar, foydalanuvchilarda USAGE kabi global privilegiyalar saqlanib qolinadi.';
@@ -742,23 +742,33 @@ $strRomanian = 'Rumincha';
$strRoutineReturnType = 'Qaytariladigan tip';
$strRoutines = 'Muolajalar';
$strRowLength = 'Qator uzunligi';
+$strRowSize = 'Qator hajmi';
$strRows = 'Qatorlarsoni';
$strRowsAffected = '%1$d ta qatorlarga ta`sir etdi.';
$strRowsDeleted = '%1$d ta qatorlar o‘chirildi.';
$strRowsFrom = 'ta qator quyidagi qatordan boshlab ';
$strRowsInserted = '%1$d ta qatorlar qo‘yildi.';
-$strRowSize = 'Qator hajmi';
$strRowsModeFlippedHorizontal = 'gorizontal (aylantirilgan sarlavhalar)';
$strRowsModeHorizontal = 'gorizontal';
$strRowsModeOptions = '"%s" rejimida va sarlavhalarni har "%s" katakchadan keyin takrorlash';
$strRowsModeVertical = 'vertikal';
$strRowsStatistic = 'Qatorlar statistikasi';
-$strRunning = '"%s" serverda ishlamoqda';
$strRunQuery = 'so‘rovni bajarish';
$strRunSQLQuery = '"%s" ma`lumotlar bazasida SQL-so‘rov(lar)ni bajarish';
$strRunSQLQueryOnServer = '"%s" serverida SQL-so‘rov(lar)ni bajarish ';
+$strRunning = '"%s" serverda ishlamoqda';
$strRussian = 'Ruscha';
+$strSQL = 'SQL';
+$strSQLCompatibility = 'SQL bilan moslik rejimi';
+$strSQLExportType = 'Eskport turi';
+$strSQLParserBugMessage = 'SQL ishida xatolik yuz berdi. So‘rov to‘g‘ri tuzilganligiga, unda xato va yopilmagan qavs(lar) yoki qo‘shtirnoq(lar) yo‘qligiga ishonch hosil qiling. Shuningdek, agar fayl yuklangan bo‘lsa, uning matnida qo‘shtirnoq ichiga olinmagan binar (ikkilik) ma`lumotlar bo‘lishi mumkin. So‘rovni MySQL buyruqlar satridan bajarib ko‘ring. Agar xato mavjud bo‘lsa, pastda MySQL server xatolikni ko‘rsatadi va o‘sha xabar muammo yechimini topishga yordam beradi. Agar muammo hal bo‘lmasa, xatolikka olib kelayotgan so‘rov qismini aniqlang va quyida CUT seksiyasidagi ma`lumotlar bilan qo‘shib, xato tavsiflarini ishlab chiqaruvchilarga yuboring:';
+$strSQLParserUserError = 'Ehtimol, SQL so‘rovida xatolik mavjud. Agar xato mavjud bo‘lsa, pastda MySQL server xatolikni ko‘rsatadi va o‘sha xabar muammo yechimini topishga yordam beradi.';
+$strSQLQuery = 'SQL so‘rovi';
+$strSQLResult = 'SQL so‘rovi natijasi';
+$strSQPBugInvalidIdentifer = 'Noto‘g‘ri identifikator';
+$strSQPBugUnclosedQuote = 'Yopilmagan qo‘shtirnoq';
+$strSQPBugUnknownPunctuation = 'Noma`lum punktuatsiya';
$strSave = 'Saqlash';
$strSaveOnServer = 'Serverdagi "%s" katalokka saqlash';
$strSavePosition = 'Jadvallar joylashishini saqlash';
@@ -788,7 +798,6 @@ $strSent = 'Yuborildi';
$strServer = 'Server';
$strServerChoice = 'Serverni tanlang';
$strServerNotResponding = 'Server javob bermayapti';
-$strServers = 'Serverlar';
$strServerStatus = 'MySQL-serverning hozirgi holati';
$strServerStatusDelayedInserts = 'Kechiktirilgan qo‘yilmalar';
$strServerStatusUptime = 'MySQL-server "%s" davomida ishlamoqda. Ishga tushirilgan vaqt: "%s".';
@@ -796,17 +805,19 @@ $strServerTabVariables = 'O‘zgaruvchilar';
$strServerTrafficNotes = 'Trafik: MySQL-server ishga tushirilgandan vaqtdan boshlab tarmoq trafiki statistikasi.';
$strServerVars = 'Server o‘zgaruvchilari va sozlanishlari';
$strServerVersion = 'Server versiyasi';
+$strServers = 'Serverlar';
$strSessionGCWarning = 'Serverdagi PHP konfiguratsiyasida "[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a]" parametrining qiymati phpMyAdmin dasturining "cookie" haqiqiyligi davomiyligidan kichikroq, shuning uchun login sessiyangiz phpMyAdmin dasturida konfiguratsiya qilganingizdan tezroq tugaydi.';
$strSessionStartupErrorGeneral = 'Sessiya mexanizmi ishida xatolik yuz berdi. PHP va/yoki Veb-server jurnali tekshirib ko‘ring va kerakli tuzatishlar kiriting.';
$strSessionValue = 'Sessiya qiymatlari';
$strSetEnumVal = '"enum" va "set" turidagi maydonlar tuzganda, ma`lumotlar quyidagi formatda bo‘lishi kerak: "a","b","c"... Teskari egri chiziq (\\) va bittalik qo‘shtirnoq (") belgilari oldidan teskari egri chiziq bo‘lishi kerak, masalan: "\\\\xyz" yoki "a\\"b".';
$strSetupAllowAnywhereRecoding_name = 'Kodirovka korvertatsiyasiga ruxsat berish';
+$strSetupAllowArbitraryServerMsg = '[a@?page=form&formset=features#tab_Security]Ushbu tanlov[/a] o‘chirilgan bo‘lishi kerak, chunki u hujumchilarga istalgan MySQL-serverga login qilish imkon beradi. Agar Sizga ushbu tanlov kerak bo‘lsa, [a@?page=form&formset=features#tab_Security]ishonarli proksi-serverlar ro‘yxatidan[/a] foydalaning. Ammo, agar Sizning IP-adresingiz minglab foydalanuvchilar ulangan provayderga tegishli bo‘lsa, IP-adresga asoslangan himoya usuli ishonarli bo‘lmasligi mumkin.';
$strSetupAllowArbitraryServer_desc = 'Agar yoqilgan bo‘lsa, foydalanuvchi cookie-autentifikatsiya vaqtida login formasiga istalgan MySQL-servernikiritishi mumkin.';
$strSetupAllowArbitraryServer_name = 'Istalgan MySQL-serverga login qilishga ruxsat berish';
-$strSetupAllowArbitraryServerMsg = '[a@?page=form&formset=features#tab_Security]Ushbu tanlov[/a] o‘chirilgan bo‘lishi kerak, chunki u hujumchilarga istalgan MySQL-serverga login qilish imkon beradi. Agar Sizga ushbu tanlov kerak bo‘lsa, [a@?page=form&formset=features#tab_Security]ishonarli proksi-serverlar ro‘yxatidan[/a] foydalaning. Ammo, agar Sizning IP-adresingiz minglab foydalanuvchilar ulangan provayderga tegishli bo‘lsa, IP-adresga asoslangan himoya usuli ishonarli bo‘lmasligi mumkin.';
$strSetupAllowUserDropDatabase_name = '"Ma`lumotlar bazasini o‘chirish" bog‘ini foydalanuvchilarga ko‘rsatish';
-$strSetupblowfish_secret_desc = '[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun ishlatiladigan sirli ibora';
-$strSetupblowfish_secret_name = 'Sirli kalit so‘z (Blowfish)';
+$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 yordamida siqish va tiklash[/a] uchun maxsus funksiyalar ("%s") kerak, lekin ular tizimingizda topilmadi.';
+$strSetupBZipDump_desc = 'Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] yordamida siqishni yoqish';
+$strSetupBZipDump_name = 'Bzip2';
$strSetupBlowfishSecretCharsMsg = 'Kalit harflar, raqamlar [em]va[/em] maxsus belgilarni olishi kerak';
$strSetupBlowfishSecretLengthMsg = 'Kalit juda qisqa, u kamida 8 ta belgidan iborat bo‘lishi kerak';
$strSetupBlowfishSecretMsg = 'Siz konfiguratsion faylda kalit so‘z(Blowfish)ni belgilamagansiz, lekin cookie-autentifikatsiya usulidan foydalanayapsiz, shuning uchun kalit so‘z avtomatik tarzda tuzildi. Ushbu kalit so‘z shifrlashda qo‘llaniladi, uni eslab qolishingiz shart emas.';
@@ -814,9 +825,6 @@ $strSetupBrowseMarkerEnable_desc = 'Tanlangan qatorlarni belgilash';
$strSetupBrowseMarkerEnable_name = 'Qator markeri';
$strSetupBrowsePointerEnable_desc = 'Sichqoncha kursori ko‘rsatib turgan qatorni belgilash';
$strSetupBrowsePointerEnable_name = 'Ko‘rsatgichni belgilash';
-$strSetupBZipDump_desc = 'Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] yordamida siqishni yoqish';
-$strSetupBZipDump_name = 'Bzip2';
-$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 yordamida siqish va tiklash[/a] uchun maxsus funksiyalar ("%s") kerak, lekin ular tizimingizda topilmadi.';
$strSetupCannotLoadConfig = 'Konfiguratsiyani yuklab yoki saqlab bo‘lmadi';
$strSetupCannotLoadConfigMsg = '[a@../Documentation.html#setup_script]Dokumentatsiya[/a]da ko‘rsatilganidek, phpMyAdmin joylashgan katalogda ver-server yozishi mumkin bo‘lgan [em]config[/em] nomli katalog oching. Aks holda, Siz uni faqat yuklab olishingiz yoki ko‘rishingiz mumkin bo‘ladi.';
$strSetupCharEditing_desc = 'CHAR va VARCHAR turidagi maydonlarda foydalaniladigan tahrirlash kontrollari turini belgilaydi; [kbd]input[/kbd] - kiritilayotgan ma`lumot uzunligini cheklashga imkon beradi, [kbd]textarea[/kbd] - maydonlarda bir necha qatorlar ishlatish imkonini beradi';
@@ -851,19 +859,6 @@ $strSetupDisplayServersList_name = 'Serverlar ro‘yxatini ko‘rsatish';
$strSetupDonateLink = 'Sadaqa';
$strSetupDownload = 'Yuklab olish';
$strSetupEndOfLine = 'Satr oxiri';
-$strSetuperror_connection = 'MySQL-serverga ulanib bo‘lmadi';
-$strSetuperror_empty_pmadb_password = 'pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida parol belgilanmagan';
-$strSetuperror_empty_pmadb_user = 'pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida foydalanuvchi belgilanmagan';
-$strSetuperror_empty_signon_session = 'signon autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida sessiya nomi belgilanmagan';
-$strSetuperror_empty_signon_url = 'signon autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida URL (unifikatsiya qilingan axborot resurs ko‘rsatgichi) belgilanmagan';
-$strSetuperror_empty_user_for_config_auth = 'config autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida foydalanuvchi nomi belgilanmagan';
-$strSetuperror_form = 'Berilgan formada xatolar mavjud';
-$strSetuperror_incorrect_ip_address = 'Noto‘g‘ri IP-adres: "%s"';
-$strSetuperror_incorrect_port = 'Noto‘g‘ri port nomeri';
-$strSetuperror_incorrect_value = 'Noto‘g‘ri qiymat';
-$strSetuperror_missing_field_data = '"%s" maydonida ma`lumot yo‘q';
-$strSetuperror_nan_nneg = 'Nomanfiy son emas';
-$strSetuperror_nan_p = 'Musbat son emas';
$strSetupExecTimeLimit_desc = 'Skript ishlashi mumkin bo‘lgan sekundlar soni (chegaramaslik uchun [kbd]0[/kbd] kiriting)';
$strSetupExecTimeLimit_name = 'Maksimum bajarilish vaqti';
$strSetupExport_asfile_name = 'Fayl shaklida saqlash';
@@ -877,9 +872,9 @@ $strSetupExport_onserver_name = 'Serverga saqlash';
$strSetupExport_onserver_overwrite_name = 'Mavjud fayl(lar) ustidan yozish';
$strSetupExport_remember_file_template_name = 'Fayl nomi shablonini yodda saqlash';
$strSetupFalse = 'yo‘q';
+$strSetupForceSSLMsg = 'Agar serverda ushbu xususiyat mavjud bo‘lsa, ushbu [a@?page=form&formset=features#tab_Security]tanlovni[/a] yoqish kerak';
$strSetupForceSSL_desc = 'phpMyAdmin ishlatilganda xavfsiz (SSL) ulanishga majbur qilish';
$strSetupForceSSL_name = 'Xavfsiz (SSL) ulanishga majbur qilish';
-$strSetupForceSSLMsg = 'Agar serverda ushbu xususiyat mavjud bo‘lsa, ushbu [a@?page=form&formset=features#tab_Security]tanlovni[/a] yoqish kerak';
$strSetupForeignKeyDropdownOrder_desc = 'Tashqi kalit menyusining tartiblash usuli: [kbd]content[/kbd] - murojaat ma`lumotlari bo‘yicha, [kbd]id[/kbd] - kalit qiymatlar bo‘yicha';
$strSetupForeignKeyDropdownOrder_name = 'Tashqi kalit menyusi tartibi';
$strSetupForeignKeyMaxLimit_desc = 'Agar kamroq qiymat bo‘lsa, pastga tushuvchi menyu ishlatiladi';
@@ -931,9 +926,9 @@ $strSetupFormset_features = 'Funksiyalar';
$strSetupFormset_import = 'Import tanlovlarini moslashtirish';
$strSetupFormset_left_frame = 'Navigatsiya panelini moslashtirish';
$strSetupFormset_main_frame = 'Asosiy ramkani moslashtirish';
+$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip yordamida siqish va tiklash[/a] uchun maxsus funksiyalar ("%s") kerak, lekin ular tizimingizda topilmadi.';
$strSetupGZipDump_desc = 'Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] yordamida siqishni yoqish';
$strSetupGZipDump_name = 'GZip';
-$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip yordamida siqish va tiklash[/a] uchun maxsus funksiyalar ("%s") kerak, lekin ular tizimingizda topilmadi.';
$strSetupHomepageLink = 'phpMyAdmin sayti';
$strSetupIconvExtraParams_name = 'iconv uchun qo‘shimcha parametrlar';
$strSetupIgnoreErrors = 'Xatolarga e`tibor bermaslik';
@@ -964,9 +959,9 @@ $strSetupLeftFrameLight_name = 'Yengil versiyadan foydalanish';
$strSetupLeftFrameTableLevel_name = 'Jadvallar daraxtining maksimum chuqurligi';
$strSetupLeftFrameTableSeparator_desc = 'Jadvallarni daraxtning turli darajalariga bo‘luvchi satr';
$strSetupLeftFrameTableSeparator_name = 'Jadval daraxtining bo‘luvchisi';
-$strSetupLeftLogoLink_name = 'Logotip bog‘langan URL';
$strSetupLeftLogoLinkWindow_desc = 'Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada ([kbd]yangi[/kbd]) ochish';
$strSetupLeftLogoLinkWindow_name = 'Logotip bog‘langan nishon';
+$strSetupLeftLogoLink_name = 'Logotip bog‘langan URL';
$strSetupLeftPointerEnable_desc = 'Sichqoncha kursori turgan serverni belgilash';
$strSetupLeftPointerEnable_name = 'Belgilashni yoqish';
$strSetupLetUserChoose = 'foydalanuvchiga tanlash imkonini berish';
@@ -979,9 +974,9 @@ $strSetupLoginCookieRecall_desc = 'cookie-autentifikatsiya usulidan foydalanilga
$strSetupLoginCookieRecall_name = 'Foydalanuvchi nomini chaqirib olish';
$strSetupLoginCookieStore_desc = ' cookie-login usuli qancha vaqt (sekundlarda) brauzerda saqlanishi kerakligini belgilang. Asl qiymati 0 bo‘lib, unga ko‘ra cookie faqat joriy sessiya uchun saqlanadi va brauzer oynasi yopilgan zahoti o‘chiriladi. Bu qiymat ishonchsiz muhitlar uchun tavsiya etiladi.';
$strSetupLoginCookieStore_name = 'Login ma`lumotini cookie-da saqlash';
+$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]cookie-login yaroqligi[/a] ko‘pi bilan 1800 sekund (30 minut) bo‘lishi kerak. 1800 dan katta qiymatlar xavfsizlik riskiga va huquqlar o‘zlashtirilishiga olib kelishi mumkin.';
$strSetupLoginCookieValidity_desc = 'cookie-login usuli qancha vaqt (sekundlarda) yaroqli bo‘lishini belgilang';
$strSetupLoginCookieValidity_name = 'cookie-login yaroqligi';
-$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]cookie-login yaroqligi[/a] ko‘pi bilan 1800 sekund (30 minut) bo‘lishi kerak. 1800 dan katta qiymatlar xavfsizlik riskiga va huquqlar o‘zlashtirilishiga olib kelishi mumkin.';
$strSetupMaxCharactersInDisplayedSQL_desc = 'SQL so‘rovi ko‘rsatilganda ishlatiladigan belgilarning maksimal soni';
$strSetupMaxCharactersInDisplayedSQL_name = 'SQL so‘rovining maksimal uzunligi';
$strSetupMaxDbList_desc = 'Chap ramkada va bazalar ro‘yxatida ko‘rsatiladigan ma`lumotlar bazalarining maksimal soni';
@@ -1018,16 +1013,35 @@ $strSetupRecodingEngine_desc = 'Kodirovkalarni bir-biriga o‘tkazishda foydalan
$strSetupRecodingEngine_name = 'Kodirovkalash funksiyasi';
$strSetupRestoreDefaultValue = 'Asl qiymatlarni tiklash';
$strSetupRevertErroneousFields = 'Yanglish maydonlarni asl qiymatiga qaytarishga urinish';
+$strSetupSQLQuery_Edit_name = 'Tahrirlash';
+$strSetupSQLQuery_Explain_name = 'SQL tahlili';
+$strSetupSQLQuery_Refresh_name = 'Yangilash';
+$strSetupSQLQuery_ShowAsPHP_name = 'PHP kod tuzish';
+$strSetupSQLQuery_Validate_name = 'SQL to‘g‘riligini tekshirish';
$strSetupSaveDir_desc = 'Serverdagi eksport fayllar saqlanadigan direktoriya';
$strSetupSaveDir_name = 'Saqlash direktoriyasi';
$strSetupServerAuthConfigMsg = 'Siz [kbd]config[/kbd] autentifikatsiya usulini tanlab, o‘z loginva parolingizni konfiguratsion faylga yozib qo‘ydingiz va u Sizga avtomatik tarzda phpMyAdmin dasturiga kirish imkonini beradi. Lekin bu usulni qo‘llash real xostlar uchun tavsiya etilmaydi. Serverdagi phpMyAdmin turgan katalog adresini bilgan yoki taxmin qilgan har kim ushbu dasturga bemalol kirib, serverdagi ma`lumotlar bazalari bilan istalgan operatsiyalarni amalga oshirishi mumkin. Server [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http[/kbd] deb belgilash tavsiya etiladi.';
$strSetupServerExtensionMsg = 'Unumdorlikni oshirish maqsadida "mysqli"dan foydalaning';
$strSetupServerNoPasswordMsg = 'Serverga parolsiz ulanishga ruxsat berasizmi?';
+$strSetupServerSecurityInfoMsg = 'Agar kerak deb bilsangiz, qo‘shimcha himoya sozlanishlari - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host autentifikatsiya[/a] sozlanishlari va [a@?page=form&formset=features#tab_Security]ishonarli proksi-serverlar ro‘yxati[/a]dan foydalanishingiz mumkin. Ammo, agar Sizning IP-adresingiz minglab foydalanuvchilar ulangan provayderga tegishli bo‘lsa, IP-adresga asoslangan himoya usuli ishonarli bo‘lmasligi mumkin.';
+$strSetupServerSslMsg = 'Agar veb-serveringiz imkon bersa, SSL-ulanishdan foydalaning';
+$strSetupServersAdd = 'Yangi foydalanuvchi qo‘shish';
+$strSetupServersEdit = 'Serverlarni tahrirlash';
$strSetupServers_AllowDeny_order_desc = 'Agar ishlatilmasa bo‘sh qoldiring';
$strSetupServers_AllowDeny_order_name = 'Autentifikatsiya tartibi';
$strSetupServers_AllowDeny_rules_desc = 'Asl qoidalarni ishlatish uchun bo‘sh qoldiring';
$strSetupServers_AllowDeny_rules_name = 'Autentifikatsiya qoidalari';
$strSetupServers_AllowRoot_name = '"root"ga kirishga ruxsat berish';
+$strSetupServers_CountTables_desc = 'Ma`lumotlar bazalari ro‘yxati ko‘rsatilganda jadvallarni sanash';
+$strSetupServers_CountTables_name = 'Jadvallarni sanash';
+$strSetupServers_DisableIS_desc = 'Ko‘proq ma`lumot uchun [a@http://sf.net/support/tracker.php?aid=1849494]"PMA bug tracker"[/a] va [a@http://bugs.mysql.com/19588]"MySQL Bugs"[/a]larga qarang';
+$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA ishlatishni o‘chirish';
+$strSetupServers_LogoutURL_name = 'Chiqish URL';
+$strSetupServers_ShowDatabasesCommand_desc = 'Mavjud jadvallarni ko‘rsatish uchun ishlatiladigan SQL buyrug‘i';
+$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES buyrug‘i';
+$strSetupServers_SignonSession_desc = 'Namuna uchun [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentifikatsiya usullari[/a]ga qarang';
+$strSetupServers_SignonSession_name = 'Kirish sessiyasi nomi';
+$strSetupServers_SignonURL_name = 'Kirish URL';
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]"SweKey" auyentifikatsiya[/a] usuli uchun konfiguratsion fayl yo‘li (hujjatlar katalogiga joylashtirilmagan; tavsiya etiladi: /etc/swekey.conf)';
$strSetupServers_auth_swekey_config_name = '"SweKey" konfiguratsiya fayli';
$strSetupServers_auth_type_desc = 'Foydalaniladigan autentifikatsiya usuli';
@@ -1043,12 +1057,8 @@ $strSetupServers_connect_type_name = 'Ulanish turi';
$strSetupServers_controlpass_name = 'Nazorat foydalanuvchisi paroli';
$strSetupServers_controluser_desc = 'Cheklangan huquqlarga ega bo‘lgan maxsus "MySQL" foydalanuvchisi tuzilgan, batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]"wiki"[/a]da mavjud';
$strSetupServers_controluser_name = 'Nazorat foydalanuvchisi';
-$strSetupServers_CountTables_desc = 'Ma`lumotlar bazalari ro‘yxati ko‘rsatilganda jadvallarni sanash';
-$strSetupServers_CountTables_name = 'Jadvallarni sanash';
$strSetupServers_designer_coords_desc = 'Dizayner ishlatmaslik uchun bo‘sh qoldiring, asl qiymati: [kbd]pma_designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Dizayner jadvali';
-$strSetupServers_DisableIS_desc = 'Ko‘proq ma`lumot uchun [a@http://sf.net/support/tracker.php?aid=1849494]"PMA bug tracker"[/a] va [a@http://bugs.mysql.com/19588]"MySQL Bugs"[/a]larga qarang';
-$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA ishlatishni o‘chirish';
$strSetupServers_extension_desc = 'Qaysi PHP kengaytmasidan foydalanmoqchisiz; iloji bo‘lsa, "mysqli" kengaytmasidan foydalaning';
$strSetupServers_extension_name = 'Foydalaniladigan PHP kengaytmasi';
$strSetupServers_hide_db_desc = 'Muntazam iboralar(PCRE)ga to‘g‘ri keladigan ma`lumotlar bazalarini yashirish';
@@ -1057,7 +1067,6 @@ $strSetupServers_history_desc = 'Agar SQL so‘rovlar tarixidan foydalanmoqchi b
$strSetupServers_history_name = 'SQL so‘rovlari tarixi jadvali';
$strSetupServers_host_desc = '';
$strSetupServers_host_name = 'Server xost nomi';
-$strSetupServers_LogoutURL_name = 'Chiqish URL';
$strSetupServers_nopassword_desc = 'Parolsiz ulanishga harakat qilish';
$strSetupServers_nopassword_name = 'Parolsiz ulanish';
$strSetupServers_only_db_desc = 'Maxsus MySQL belgilardan (% va _) foydalanishingiz mumkin, buning uchun ular oldiga teskari egri chiziq (\) qo‘yishingiz kerak, masalan \"my\_db\" (lekin "my_db" emas)';
@@ -1072,11 +1081,6 @@ $strSetupServers_port_desc = 'MySQL serveri tinglaydigan port, asl qiymatni qold
$strSetupServers_port_name = 'Server porti';
$strSetupServers_relation_desc = '[a@http://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni ishlatmaslik uchun, bo‘sh qoldiring, asl qiymati: [kbd]"pma_relation"[/kbd]';
$strSetupServers_relation_name = 'Aloqalar jadvali';
-$strSetupServers_ShowDatabasesCommand_desc = 'Mavjud jadvallarni ko‘rsatish uchun ishlatiladigan SQL buyrug‘i';
-$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES buyrug‘i';
-$strSetupServers_SignonSession_desc = 'Namuna uchun [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentifikatsiya usullari[/a]ga qarang';
-$strSetupServers_SignonSession_name = 'Kirish sessiyasi nomi';
-$strSetupServers_SignonURL_name = 'Kirish URL';
$strSetupServers_socket_desc = 'MySQL serveri tinglaydigan soket, asl qiymati uchun bo‘sh qoldiring';
$strSetupServers_socket_name = 'Server soketi';
$strSetupServers_ssl_desc = 'SSL (Secure Sockets Layer - himoyalangan soketlar protokoli) ulanishdan foydalanish';
@@ -1091,10 +1095,6 @@ $strSetupServers_verbose_check_desc = 'Agar "pma_*" jadvallaringizdagi ma`lumotl
$strSetupServers_verbose_check_name = 'Kengaytirilgan tekshiruv';
$strSetupServers_verbose_desc = 'MySQL serveri ishlayotgan xost server nomi';
$strSetupServers_verbose_name = 'Ushbu serverning kengaytirilgan nomi';
-$strSetupServersAdd = 'Yangi foydalanuvchi qo‘shish';
-$strSetupServerSecurityInfoMsg = 'Agar kerak deb bilsangiz, qo‘shimcha himoya sozlanishlari - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host autentifikatsiya[/a] sozlanishlari va [a@?page=form&formset=features#tab_Security]ishonarli proksi-serverlar ro‘yxati[/a]dan foydalanishingiz mumkin. Ammo, agar Sizning IP-adresingiz minglab foydalanuvchilar ulangan provayderga tegishli bo‘lsa, IP-adresga asoslangan himoya usuli ishonarli bo‘lmasligi mumkin.';
-$strSetupServersEdit = 'Serverlarni tahrirlash';
-$strSetupServerSslMsg = 'Agar veb-serveringiz imkon bersa, SSL-ulanishdan foydalaning';
$strSetupSetValue = 'Quyidagi qiymatni o‘rnatish: "%s"';
$strSetupShowAll_desc = 'Foydalanuvchiga "barcha (yozuvlar)ni ko‘rsatish" tugmasi ko‘rsatilsinmi?';
$strSetupShowAll_name = 'Barcha qatorlarni ko‘rsatishga ruxsat berish';
@@ -1107,23 +1107,18 @@ $strSetupShowFunctionFields_name = 'Fuknsiyalarmaydonini ko‘rsatish';
$strSetupShowHiddenMessages = 'Yashirin xabarlarni ko‘rsatish (#MSG_COUNT)';
$strSetupShowPhpInfo_desc = '[a@http://php.net/manual/function.phpinfo.php]"phpinfo()"[/a] funksiyasi natijasiga bog‘ ko‘rsatish';
$strSetupShowPhpInfo_name = '"phpinfo()" funksiyasiga bog‘ ko‘rsatish';
-$strSetupShowServerInfo_name = 'MySQL serveri haqida batafsil ma`lumot ko‘rsatish';
$strSetupShowSQL_desc = 'phpMyAdmin tomonidan generatsiya qilingan SQL so‘rovlarini ko‘rsatish kerakmi?';
$strSetupShowSQL_name = 'Show SQL so‘rovlarini ko‘rsatish';
+$strSetupShowServerInfo_name = 'MySQL serveri haqida batafsil ma`lumot ko‘rsatish';
$strSetupShowStats_desc = 'Ma`lumotlar bazalari va jadvallar statiskasini (masalan, diskda egallagan joyi) ko‘rsatish';
$strSetupShowStats_name = 'Statiskani ko‘rsatish';
-$strSetupShowTooltip_name = 'Jadval sharhlarini ko‘rsatgich kontekst oynasida ko‘rsatish';
$strSetupShowTooltipAliasDB_desc = 'Agar ko‘rsatgich kontekst oynasi yoqilgan bo‘lsa va ma`lumotlar bazalarida sharh o‘rnatilgan bo‘lsa, ushbu tanlov baza sharhi va haqiqiy nomi o‘rnini almashtiradi';
$strSetupShowTooltipAliasDB_name = 'Baza nomi o‘rniga uning sharhini ko‘rsatish';
$strSetupShowTooltipAliasTB_desc = 'Agar ushbu tanlovni [kbd]"nested"[/kbd] deb belgilasangiz, faqat jadval nomining taxallusi konfiguratsion fayldagi $cfg["LeftFrameTableSeparator"] direktivasida ko‘rsatilgan usulda jadvallar bo‘linadi, lekin jadval nomlari o‘zgarishsiz qoladi';
$strSetupShowTooltipAliasTB_name = 'Jadval nomi o‘rniga uning sharhini ko‘rsatish';
+$strSetupShowTooltip_name = 'Jadval sharhlarini ko‘rsatgich kontekst oynasida ko‘rsatish';
$strSetupSkipLockedTables_desc = 'Ishlatilayotgan jadvallarni belgilash va qulflangan jadvallari mavjud bo‘lgan ma`lumotlar bazalarini ko‘rishga imkon berish';
$strSetupSkipLockedTables_name = 'Qulflangan jadvallarni tashlab ketishlik';
-$strSetupSQLQuery_Edit_name = 'Tahrirlash';
-$strSetupSQLQuery_Explain_name = 'SQL tahlili';
-$strSetupSQLQuery_Refresh_name = 'Yangilash';
-$strSetupSQLQuery_ShowAsPHP_name = 'PHP kod tuzish';
-$strSetupSQLQuery_Validate_name = 'SQL to‘g‘riligini tekshirish';
$strSetupSuggestDBName_desc = '"Baza tuzish" formasida ma`lumotlar bazasi nomini taklif eting yoki matn maydonini bo‘sh qoldiring';
$strSetupSuggestDBName_name = 'Yangi baza nomini taklif etish';
$strSetupTrue = 'to‘g‘ri';
@@ -1145,23 +1140,34 @@ $strSetupVersionCheckNone = 'Yangiroq versiya hali mavjud emas';
$strSetupVersionCheckUnparsable = 'Versiya haqida tushunarsiz ma`lumot';
$strSetupVersionCheckWrapperError = 'Na URL qodoqlagich va na CURL mavjud. Versiyani tekshirib bo‘lmadi.';
$strSetupWarning = 'Ogohlantirish';
-$strSetupZipDump_desc = 'Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] qisishni yoqish';
-$strSetupZipDump_name = 'ZIP';
$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]ZIP yordamida qisish[/a] tizimda mavjud bo‘lmagan ("%s") funksiyalarini talab etadi.';
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]ZIP yordamida ochish [/a] tizimda mavjud bo‘lmagan ("%s") funksiyalarini talab etadi.';
+$strSetupZipDump_desc = 'Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] qisishni yoqish';
+$strSetupZipDump_name = 'ZIP';
+$strSetupblowfish_secret_desc = '[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun ishlatiladigan sirli ibora';
+$strSetupblowfish_secret_name = 'Sirli kalit so‘z (Blowfish)';
+$strSetuperror_connection = 'MySQL-serverga ulanib bo‘lmadi';
+$strSetuperror_empty_pmadb_password = 'pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida parol belgilanmagan';
+$strSetuperror_empty_pmadb_user = 'pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida foydalanuvchi belgilanmagan';
+$strSetuperror_empty_signon_session = 'signon autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida sessiya nomi belgilanmagan';
+$strSetuperror_empty_signon_url = 'signon autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida URL (unifikatsiya qilingan axborot resurs ko‘rsatgichi) belgilanmagan';
+$strSetuperror_empty_user_for_config_auth = 'config autentifikatsiya usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida foydalanuvchi nomi belgilanmagan';
+$strSetuperror_form = 'Berilgan formada xatolar mavjud';
+$strSetuperror_incorrect_ip_address = 'Noto‘g‘ri IP-adres: "%s"';
+$strSetuperror_incorrect_port = 'Noto‘g‘ri port nomeri';
+$strSetuperror_incorrect_value = 'Noto‘g‘ri qiymat';
+$strSetuperror_missing_field_data = '"%s" maydonida ma`lumot yo‘q';
+$strSetuperror_nan_nneg = 'Nomanfiy son emas';
+$strSetuperror_nan_p = 'Musbat son emas';
$strShow = 'Ko‘rsatish';
$strShowAll = 'Barchasini ko‘rsatish';
-$strShowBinaryContents = 'Ikkilik ma`lumotlarni ko‘rsatish';
$strShowBLOBContents = 'BLOB turidagi ma`lumotlarni ko‘rsatish';
+$strShowBinaryContents = 'Ikkilik ma`lumotlarni ko‘rsatish';
$strShowColor = 'Rangda ko‘rsatish';
$strShowDatadictAs = 'Ma`lumotlar lug‘ati sahifasi yo‘nalishi';
$strShowFullQueries = 'So‘rovlarning kengaytirilgan ko‘rinishi';
$strShowGrid = 'To‘rni ko‘rsatish';
$strShowHideLeftMenu = 'Chap menyuni ko‘rsatish/yashirish';
-$strShowingBookmark = 'Xatcho‘plarni ko‘rsatish';
-$strShowingPhp = 'PHP-kod sifatida ko‘rsatish';
-$strShowingRecords = 'Yozuvlarni ko‘rsatish';
-$strShowingSQL = 'SQL-so‘rovni ko‘rsatish';
$strShowKeys = 'Faqat kalitlarni ko‘rsatish';
$strShowOpenTables = 'Ochiq jadvallar ro‘yxati';
$strShowPHPInfo = 'PHP haqida ma`lumotni ko‘rsatish';
@@ -1183,8 +1189,8 @@ $strShowStatusHandler_read_firstDescr = 'Indeksdan birinchi yozuvni o‘qishga b
$strShowStatusHandler_read_keyDescr = 'Kalit qiymatlari asosida tuzilgan yozuvlarni o‘qishga bo‘lgan so‘rovlar soni. O‘zgaruvchining qiymati kattaligi so‘rov va jadvallar to‘g‘ri indekslanganidan dalolat beradi.';
$strShowStatusHandler_read_nextDescr = 'Indekslar joylashuvi tartibida keyingi yozuvni o‘qishga bo‘lgan so‘rovlar soni. Hajmi cheklangan indeks ustuniga bo‘lgan so‘rov yoki indeksni ko‘rib chiqish vaqtida o‘zgaruvchi qiymati oshadi.';
$strShowStatusHandler_read_prevDescr = 'Indeksni kamayib borish tartibida sortirovka qilinganda oldingi yozuvni o‘qishga bo‘lgan so‘rovlar soni. Odatda optimallashtirish uchun qo‘llaniladi: ORDER BY ... DESC.';
-$strShowStatusHandler_read_rnd_nextDescr = 'Ma`lumotlar faylidan keyingi qatorni o‘qishga bo‘lgan so‘rovlar soni. Jadvalni tez-tez ko‘rib chiqishda ushbu qiymat katta bo‘ladi. Bu hol jadvallar noto‘g‘ri indekslanganligini yoki so‘rovlar indekslarning afzalliklaridan foydalanmayotganligini bildiradi.';
$strShowStatusHandler_read_rndDescr = 'Satrning joylashuviga asoslangan o‘qish uchun so‘rovlar soni. O‘zgaruvchining katta qiymatiga quyidagilar sabab bo‘lishi mumkin: natijani sortirovkasidan foydalanadigan so‘rovlarning tez-tez bajarilishi; jadvalni to‘laligicha ko‘rib chiqishni talab etadigan so‘rovlarning tez-yez bajarilishi; indekslardan noto‘g‘ri foydalanadigan birlashmalarning mavjudligi.';
+$strShowStatusHandler_read_rnd_nextDescr = 'Ma`lumotlar faylidan keyingi qatorni o‘qishga bo‘lgan so‘rovlar soni. Jadvalni tez-tez ko‘rib chiqishda ushbu qiymat katta bo‘ladi. Bu hol jadvallar noto‘g‘ri indekslanganligini yoki so‘rovlar indekslarning afzalliklaridan foydalanmayotganligini bildiradi.';
$strShowStatusHandler_rollbackDescr = 'ROLLBACK ichki buyruqlar soni.';
$strShowStatusHandler_updateDescr = 'Jadvaldagi yozuvlarni yangilashga bo‘lgan so‘rovlar soni.';
$strShowStatusHandler_writeDescr = 'Jadvalga yozuv qo‘yishga bo‘lgan so‘rovlar soni.';
@@ -1223,9 +1229,9 @@ $strShowStatusInnodb_pages_createdDescr = 'Tuzilgan sahifalar soni.';
$strShowStatusInnodb_pages_readDescr = 'O‘qilgan sahifalar soni.';
$strShowStatusInnodb_pages_writtenDescr = 'Yozilgan sahifalar soni.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Hozirda kutilayotgan qator blokirovkalari soni.';
+$strShowStatusInnodb_row_lock_timeDescr = 'Qator blokirovkasini kutishning umumiy vaqti (millisekundlarda).';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Qator blokirovkasini kutishning o‘rtacha vaqti (millisekundlarda).';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Qator blokirovkasini kutishning maksimal vaqti (millisekundlarda).';
-$strShowStatusInnodb_row_lock_timeDescr = 'Qator blokirovkasini kutishning umumiy vaqti (millisekundlarda).';
$strShowStatusInnodb_row_lock_waitsDescr = 'Umumiy kutilayotgan qator blokirovkalari soni.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB jadvalidan o‘chirilgan qatorlar soni.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB jadvaliga yozilgan qatorlar soni.';
@@ -1256,8 +1262,8 @@ $strShowStatusReset = 'Bekor qilish';
$strShowStatusRpl_statusDescr = 'Barqaror replikatsiyalar soni (hali amalga oshirilmagan).';
$strShowStatusSelect_full_joinDescr = 'Indeks ishlatmasdan bajarilgan birlashma so‘rovlar soni. Agar o‘zgaruvchi qiymati 0 bo‘lmasa, jadval indekslarini tekshirish tavsiya etiladi.';
$strShowStatusSelect_full_range_joinDescr = 'Bog‘lanish mavjud bo‘lgan jadvalda diapazon bo‘yicha qidiruv ishlatgan holda bajarilgan birlashma so‘rovlar soni.';
-$strShowStatusSelect_range_checkDescr = 'Ikkilamchi jadvaldan qatorlarga murojaat etish uchun diapazon bo‘yicha qidiruv ishlatgan holda bajarilgan birlashma so‘rovlar soni. Agar o‘zgaruvchi qiymati 0 bo‘lmasa, jadval indekslarini tekshirish tavsiya etiladi.';
$strShowStatusSelect_rangeDescr = 'Birinchi jadvalda diapazon bo‘yicha qidiruv ishlatgan holda bajarilgan birlashma so‘rovlar soni. Odatda, ushbu o‘zgaruvchining qiymati, hatto juda katta bo‘lsa ham, unchalik muhim emas.';
+$strShowStatusSelect_range_checkDescr = 'Ikkilamchi jadvaldan qatorlarga murojaat etish uchun diapazon bo‘yicha qidiruv ishlatgan holda bajarilgan birlashma so‘rovlar soni. Agar o‘zgaruvchi qiymati 0 bo‘lmasa, jadval indekslarini tekshirish tavsiya etiladi.';
$strShowStatusSelect_scanDescr = 'Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan birlashma so‘rovlar soni.';
$strShowStatusSlave_open_temp_tablesDescr = 'Tobe oqim tomonidan joriy vaqtda ochilgan vaqtinchalik jadvallar soni.';
$strShowStatusSlave_retried_transactionsDescr = 'Ishga tushirilgandan buyon replikatsiyaning tobe oqimi tomonidan bajarilgan qayta tranzaksiyalarning umumiy soni.';
@@ -1277,6 +1283,10 @@ $strShowStatusThreads_runningDescr = 'Faol holatda bo‘lgan jarayonlar soni.';
$strShowTableDimension = 'Jadval o‘lchamlarini ko‘rsatish';
$strShowTables = 'Jadvallarni ko‘rsatish';
$strShowThisQuery = 'Ushbu so‘rovni qayta ko‘rsatish';
+$strShowingBookmark = 'Xatcho‘plarni ko‘rsatish';
+$strShowingPhp = 'PHP-kod sifatida ko‘rsatish';
+$strShowingRecords = 'Yozuvlarni ko‘rsatish';
+$strShowingSQL = 'SQL-so‘rovni ko‘rsatish';
$strSimplifiedChinese = 'Soddalashtirilgan xitoycha';
$strSingly = '(ustun)';
$strSize = 'Hajmi';
@@ -1292,23 +1302,13 @@ $strSorting = 'Sortirovka';
$strSpaceUsage = 'Foydalanilayotgan joy';
$strSpanish = 'Ispancha';
$strSplitWordsWithSpace = 'So‘zlar bo‘sh joy (" ") yordamida bo‘lingan.';
-$strSQL = 'SQL';
-$strSQLCompatibility = 'SQL bilan moslik rejimi';
-$strSQLExportType = 'Eskport turi';
-$strSQLParserBugMessage = 'SQL ishida xatolik yuz berdi. So‘rov to‘g‘ri tuzilganligiga, unda xato va yopilmagan qavs(lar) yoki qo‘shtirnoq(lar) yo‘qligiga ishonch hosil qiling. Shuningdek, agar fayl yuklangan bo‘lsa, uning matnida qo‘shtirnoq ichiga olinmagan binar (ikkilik) ma`lumotlar bo‘lishi mumkin. So‘rovni MySQL buyruqlar satridan bajarib ko‘ring. Agar xato mavjud bo‘lsa, pastda MySQL server xatolikni ko‘rsatadi va o‘sha xabar muammo yechimini topishga yordam beradi. Agar muammo hal bo‘lmasa, xatolikka olib kelayotgan so‘rov qismini aniqlang va quyida CUT seksiyasidagi ma`lumotlar bilan qo‘shib, xato tavsiflarini ishlab chiqaruvchilarga yuboring:';
-$strSQLParserUserError = 'Ehtimol, SQL so‘rovida xatolik mavjud. Agar xato mavjud bo‘lsa, pastda MySQL server xatolikni ko‘rsatadi va o‘sha xabar muammo yechimini topishga yordam beradi.';
-$strSQLQuery = 'SQL so‘rovi';
-$strSQLResult = 'SQL so‘rovi natijasi';
-$strSQPBugInvalidIdentifer = 'Noto‘g‘ri identifikator';
-$strSQPBugUnclosedQuote = 'Yopilmagan qo‘shtirnoq';
-$strSQPBugUnknownPunctuation = 'Noma`lum punktuatsiya';
$strStandInStructureForView = 'Namoyish etish uchun tuzilma';
$strStatCheckTime = 'Oxirgi tekshiruv';
$strStatCreateTime = 'Tuzish';
+$strStatUpdateTime = 'Oxirgi yangilanish';
$strStatement = 'Tavsif';
$strStatic = 'statik';
$strStatisticsOverrun = 'Yuqori yuklamaga ega bo‘lgan serverlarda hisoblagich to‘lib qolishi mumkin, shuning uchun, MySQL serveri bergan statistik ma`lumotlar noto‘g‘ri bo‘lishi mumkin.';
-$strStatUpdateTime = 'Oxirgi yangilanish';
$strStatus = 'Holat';
$strStorageEngine = 'Jadval turi';
$strStorageEngines = 'Jadval turlari';
@@ -1325,8 +1325,8 @@ $strSuccess = 'SQL so‘rovi muvaffaqiyatli bajarildi';
$strSuhosin = 'Server "Suhosin" himoya tizimadan foydalanmoqda. Yuzaga kelgan muammolar yechimi uchun "%s"dokumentatsiya"%s" ga qarang.';
$strSum = 'Jami';
$strSwedish = 'Shvedcha';
-$strSwekeyAuthenticating = 'Autentifikatsiya...';
$strSwekeyAuthFailed = 'Uskunaviy autentifikatsiya muvaffaqiyatsiz yakunlandi';
+$strSwekeyAuthenticating = 'Autentifikatsiya...';
$strSwekeyNoKey = 'To‘g‘ri autentifikatsiya kaliti ulanmagan';
$strSwekeyNoKeyId = '"%s" faylida kalit identifikatori mavjud emas';
$strSwitchToDatabase = 'Nusxa olingan ma`lumotlar bazasiga o‘tish';
@@ -1346,8 +1346,8 @@ $strTableMaintenance = 'Jadvalga xizmat ko‘rsatish';
$strTableName = 'Jadval nomi';
$strTableOfContents = 'Mundarija';
$strTableOptions = 'Jadval parametrlari';
-$strTables = 'Jadvallar soni: "%s"';
$strTableStructure = 'Jadval tuzilishi';
+$strTables = 'Jadvallar soni: "%s"';
$strTakeIt = 'Tadbiq qilish';
$strTblPrivileges = 'Jadval darajasijagi privilegiyalar';
$strTempData = 'Vaqtinchalik ma`lumotlar';
@@ -1357,20 +1357,20 @@ $strThai = 'Taycha';
$strTheme = 'Mavzu / Uslub';
$strThemeDefaultNotFound = ' "%s" asl mavzusi topilmadi!';
$strThemeNoPreviewAvailable = 'Oldindan ko‘rish mumkin emas.';
-$strThemeNotFound = ' "%s" mavzusi topilmadi!';
$strThemeNoValidImgPath = ' "%s" mavzusi rasmlariga to‘g‘ri yo‘l topilmadi!';
+$strThemeNotFound = ' "%s" mavzusi topilmadi!';
$strThemePathNotFound = ' "%s" mavzusi fayllariga yo‘l topilmadi!';
$strThisHost = 'Ushbu xost';
-$strThreads = 'Oqimlar';
$strThreadSuccessfullyKilled = ' "%s" jarayoni muvaffaqiyatli yakunlandi.';
+$strThreads = 'Oqimlar';
$strTime = 'Vaqt';
$strTimeoutInfo = 'Chegaralangan vaqt yaqinlashganligi sababli, import jarayoni uzildi. Qayta ishga tushirilganda, import jarayoni %d pozitsiyadandavom etadi.';
$strTimeoutNothingParsed = 'Oxirgi ishga tushirish bo‘lishiga qaramasdan, ma`lumotlar qayta ishlanmadi. Odatda, bu hol, php-ssenariylar uchun ajratilgan vaqt oshirilmaguncha phpMyAdmin dasturi import jarayonini yakunla olmasligini bildiradi.';
$strTimeoutPassed = 'Chegaralangan vaqt bo‘ldi. Agar import jarayonini yakunlamoqchi bo‘lsangiz, unda o‘sha faylni tanlagan holda uni qayta ishga tushiring va jarayon uzilgan joydan boshlab davom etadi.';
$strToFromPage = 'Sahifa';
+$strToSelectRelation = 'Aloqani tanlash uchun rasmda ko‘rsatilganikabi ulanish nuqtasiga bosing:';
$strToggleScratchboard = 'Ko‘rsatish';
$strToggleSmallBig = 'Teskari ko‘rsatish';
-$strToSelectRelation = 'Aloqani tanlash uchun rasmda ko‘rsatilganikabi ulanish nuqtasiga bosing:';
$strTotal = 'jami';
$strTotalUC = 'Jami';
$strTraditionalChinese = 'An`anaviy xitoycha';
@@ -1401,10 +1401,10 @@ $strUnique = 'Unikal';
$strUnknown = 'noma`lum';
$strUnselectAll = 'Belgilashni bekor qilish';
$strUnsupportedCompressionDetected = 'Yuklanayotgan fayl ("%s") yordamida qisilgan. Lekin u dastur tizimda mavjud emas, shuning uchun ushbu faylni import qilib bo‘lmaydi. Agar dastur mavjud bo‘lsa, demak u konfiguratsiya vaqtida o‘chirib qo‘yilgan.';
+$strUpdComTab = '"column_comments" jadvalini yangilash zarur. Batafsil ma`lumot uchun dokumentatsiyaga qarang.';
$strUpdatePrivMessage = ' "%s" uchun privilegiyalar o‘zgartirildi.';
$strUpdateProfileMessage = 'Profil yangilandi.';
$strUpdateQuery = 'So‘rovni yangilash';
-$strUpdComTab = '"column_comments" jadvalini yangilash zarur. Batafsil ma`lumot uchun dokumentatsiyaga qarang.';
$strUpgrade = ' "%s" ni "%s" versiyaga yoki kattaroq versiyaga yangilash zarur.';
$strUploadErrorCantWrite = 'Faylni diskka yozishdaxatolik yuz berdi.';
$strUploadErrorExtension = 'Faylning yuklanishi uning kengaytmasi sabali to‘xtatildi.';
@@ -1418,6 +1418,10 @@ $strUploadsNotAllowed = 'Fayllarni serverga yuklab bo‘lmadi.';
$strUsage = 'Ishlatilish';
$strUseBackquotes = 'Jadval va maydon nomlarini teskari qo‘shtirnoqqa olish';
$strUseHostTable = 'Xostlar jadvalidan foydalanish';
+$strUseTabKey = 'Maydonlararo o‘tish uchun TAB tugmasi yoki CTRL+strelka tugmalaridan foydalaning';
+$strUseTables = 'Jadvallarni ishlatish';
+$strUseTextField = 'Matnmaydonini ishlatish';
+$strUseThisValue = 'Ushbu qiymatni ishlatish';
$strUser = 'Foydalanuvchi';
$strUserAlreadyExists = ' "%s" nomli foydalanuvchi mavjud!';
$strUserEmpty = 'Foydalanuvchi nomi belgilanmagan!';
@@ -1426,10 +1430,6 @@ $strUserNotFound = 'Belgilangan foydalanuvchi privilegiyalar jadvalida topilmadi
$strUserOverview = 'Foydalanuvchilar hisobini ko‘rib chiqish';
$strUsersDeleted = 'Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi.';
$strUsersHavingAccessToDb = '"%s"ga ruxsati bo‘lgan foydalanuvchilar';
-$strUseTabKey = 'Maydonlararo o‘tish uchun TAB tugmasi yoki CTRL+strelka tugmalaridan foydalaning';
-$strUseTables = 'Jadvallarni ishlatish';
-$strUseTextField = 'Matnmaydonini ishlatish';
-$strUseThisValue = 'Ushbu qiymatni ishlatish';
$strValidateSQL = 'SQL sintaksisini tekshirish';
$strValidatorError = 'SQL sintaksisini tekshirib bo‘lmadi. PHP uchun zarur kengaytmalar o‘rnatilganligini tekshiring, batafsil ma`lumot uchun dokumentatsiyaga qarang.';
@@ -1438,8 +1438,8 @@ $strVar = 'O‘zgaruvchi';
$strVersionInformation = 'Versiya haqida ma`lumot';
$strView = 'Namoyish';
$strViewDump = 'Jadval dampini (sxemasini) namoyish etish';
-$strViewDumpDatabases = 'Ma`lumotlar bazalari dampini (sxemasini) namoyish etish';
$strViewDumpDB = 'Ma`lumotlar bazasi dampini (sxemasini) namoyish etish';
+$strViewDumpDatabases = 'Ma`lumotlar bazalari dampini (sxemasini) namoyish etish';
$strViewHasAtLeast = 'Ushbu namoyish kamida ko‘rsatilgan miqdorda qatorlarga ega. Batafsil ma`lumot uchun dokumentatsiyaga qarang.';
$strViewHasBeenDropped = ' "%s" namoyishi o‘chirildi';
$strViewImage = 'VIEW rasm';
@@ -1465,23 +1465,161 @@ $strYes = 'Ha';
$strZeroRemovesTheLimit = 'IZOH: parametr qiymatlarini 0 (nol) deb belgilash mavjud cheklashlarni bekor qiladi.';
$strZip = 'zip';
-$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
-$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
-$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
+// To translate:
+$strApplyChanges='Apply Selected Changes'; //to translate
+
+$strClickToSelect = 'Click to select'; //to translate
+$strClickToUnselect = 'Click to unselect'; //to translate
+$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
+$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
+$strCurrentServer = 'Current server'; //to translate
+
+$strDataDiff = 'Data Difference'; //to translate
+$strDataSyn = 'Data Synchronization'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabase_src = 'Source database'; //to translate
+$strDatabase_trg = 'Target database'; //to translate
+$strDifference = 'Difference'; //to translate
+$strDumpAllRows = 'Dump all rows'; //to translate
+
+$strFullStart = 'Full start'; //to translate
+$strFullStop = 'Full stop'; //to translate
+
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
-$strStructureLC = 'structure'; //to translate
-$strSettings = 'settings'; //to translate
-$strImportODS = 'Open Document Spreadsheet'; //to translate
+
+$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
+
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
-$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
-$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
-$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
+$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
+$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
+$strImportODS = 'Open Document Spreadsheet'; //to translate
+$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
+$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
+$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
+
+$strMediaWiki = 'MediaWiki Table'; //to translate
+
+$strNoDatabaseAvailable = 'No database available'; //to translate
+$strNotPresent = 'not present'; //to translate
+
+$strPort = 'Port'; //to translate
+
+$strQueriesExecuted = 'The following queries have been executed:'; //to translate
+
+$strRemoteServer = 'Remote server'; //to translate
+$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
+$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
+$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
+$strReplicationControlSlave = 'Control slave:'; //to translate
+$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
+$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationMaster = 'Master replication'; //to translate
+$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
+$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
+$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
+$strReplicationMasterConfiguration = 'Master configuration'; //to translate
+$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
+$strReplicationSelectDatabases = 'Please select databases:'; //to translate
+$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
+$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
+$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
+$strReplicationShowMasterStatus = 'Show master status'; //to translate
+$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
+$strReplicationSlave = 'Slave replication'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
+$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
+$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
+$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
+$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
+$strReplicationSlaveReset = 'Reset slave'; //to translate
+$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
+$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
+$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
+$strReplicationSlaveSkipNext = 'Skip next'; //to translate
+$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
+$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
+$strReplicationUnableToChange = 'Unable to change master'; //to translate
+$strReplicationUnknownError = 'Unknown error'; //to translate
+
+$strSettings = 'settings'; //to translate
+$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
+$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
+$strShowMasterStatus = 'Show master status'; //to translate
+$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
+$strSocket = 'Socket'; //to translate
+$strStart = 'Start'; //to translate
+$strStop = 'Stop'; //to translate
+$strStructureDiff = 'Structure Difference' ; //to translate
+$strStructureLC = 'structure'; //to translate
+$strStructureSyn = 'Structure Synchronization'; //to translate
+$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
+$strSynchronize = 'Synchronize'; //to translate
+$strSynchronizeDb= 'Synchronize Databases'; //to translate
+
+$strTableAddColumn = 'Add column(s)'; //to translate
+$strTableAlterColumn = 'Alter column(s)'; //to translate
+$strTableAlterIndex = 'Alter index(s)'; //to translate
+$strTableApplyIndex = 'Apply index(s)'; //to translate
+$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
+$strTableInsertRow = 'Insert row(s)'; //to translate
+$strTableRemoveColumn = 'Remove column(s)'; //to translate
+$strTableRemoveIndex = 'Remove index(s)'; //to translate
+$strTableUpdateRow = 'Update row(s)'; //to translate
+$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+$strTracking = 'Tracking'; //to translate
+$strTrackingActivateNow = 'Activate now'; //to translate
+$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
+$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
+$strTrackingCreateVersion = 'Create version'; //to translate
+$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
+$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
+$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
+$strTrackingDatabaseLog = 'Database Log'; //to translate
+$strTrackingDate = 'Date'; //to translate
+$strTrackingDeactivateNow = 'Deactivate now'; //to translate
+$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
+$strTrackingExportAs = 'Export as %s'; //to translate
+$strTrackingIsActive = 'Tracking is active.'; //to translate
+$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
+$strTrackingMechanism = 'Tracking Mechanism'; //to translate
+$strTrackingReport = 'Tracking report'; //to translate
+$strTrackingReportClose = 'Close'; //to translate
+$strTrackingSQLDump = 'SQL dump'; //to translate
+$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
+$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
+$strTrackingSQLExecution = 'SQL execution'; //to translate
+$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
+$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
+$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
+$strTrackingShowVersions = 'Show versions'; //to translate
+$strTrackingStatements = 'Tracking statements'; //to translate
+$strTrackingStatusActive = 'active'; //to translate
+$strTrackingStatusNotActive = 'not active'; //to translate
+$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
+$strTrackingThCreated = 'Created'; //to translate
+$strTrackingThLastVersion = 'Last version'; //to translate
+$strTrackingThUpdated = 'Updated'; //to translate
+$strTrackingThVersion = 'Version'; //to translate
+$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
+$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
+$strTrackingTrackTable = 'Track table'; //to translate
+$strTrackingTrackedTables = 'Tracked tables'; //to translate
+$strTrackingUntrackedTables = 'Untracked tables'; //to translate
+$strTrackingUsername = 'Username'; //to translate
+$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
+$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
+$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
+$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
+$strTrackingVersions = 'Versions'; //to translate
+
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
@@ -1490,126 +1628,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
-$strTracking = 'Tracking'; //to translate
-$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
-$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
-$strTrackingActivateNow = 'Activate now'; //to translate
-$strTrackingCreateVersion = 'Create version'; //to translate
-$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
-$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
-$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
-$strTrackingDate = 'Date'; //to translate
-$strTrackingDeactivateNow = 'Deactivate now'; //to translate
-$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
-$strTrackingExportAs = 'Export as %s'; //to translate
-$strTrackingIsActive = 'Tracking is active.'; //to translate
-$strTrackingMechanism = 'Tracking Mechanism'; //to translate
-$strTrackingReport = 'Tracking report'; //to translate
-$strTrackingReportClose = 'Close'; //to translate
-$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
-$strTrackingShowVersions = 'Show versions'; //to translate
-$strTrackingSQLDump = 'SQL dump'; //to translate
-$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
-$strTrackingSQLExecution = 'SQL execution'; //to translate
-$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
-$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
-$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
-$strTrackingStatements = 'Tracking statements'; //to translate
-$strTrackingStatusActive = 'active'; //to translate
-$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
-$strTrackingThLastVersion = 'Last version'; //to translate
-$strTrackingThVersion = 'Version'; //to translate
-$strTrackingThCreated = 'Created'; //to translate
-$strTrackingThUpdated = 'Updated'; //to translate
-$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
-$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
-$strTrackingTrackTable = 'Track table'; //to translate
-$strTrackingTrackedTables = 'Tracked tables'; //to translate
-$strTrackingUntrackedTables = 'Untracked tables'; //to translate
-$strTrackingUsername = 'Username'; //to translate
-$strTrackingVersions = 'Versions'; //to translate
-$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
-$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
-$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
-$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
-$strTrackingDatabaseLog = 'Database Log'; //to translate
-$strSynchronize = 'Synchronize'; //to translate
-$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
-$strSynchronizeDb= 'Synchronize Databases'; //to translate
-$strApplyChanges='Apply Selected Changes'; //to translate
-$strStructureSyn = 'Structure Synchronization'; //to translate
-$strDataSyn = 'Data Synchronization'; //to translate
-$strStructureDiff = 'Structure Difference' ; //to translate
-$strDataDiff = 'Data Difference'; //to translate
-$strTableAddColumn = 'Add column(s)'; //to translate
-$strTableRemoveColumn = 'Remove column(s)'; //to translate
-$strTableAlterColumn = 'Alter column(s)'; //to translate
-$strTableRemoveIndex = 'Remove index(s)'; //to translate
-$strTableAlterIndex = 'Alter index(s)'; //to translate
-$strTableApplyIndex = 'Apply index(s)'; //to translate
-$strTableUpdateRow = 'Update row(s)'; //to translate
-$strTableInsertRow = 'Insert row(s)'; //to translate
-$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
-$strPort = 'Port'; //to translate
-$strSocket = 'Socket'; //to translate
-$strCouldNotConnectSource = 'Could not connect to the source'; //to translate
-$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
-$strDatabase_src = 'Source database'; //to translate
-$strDatabase_trg = 'Target database'; //to translate
-$strRemoteServer = 'Remote server'; //to translate
-$strCurrentServer = 'Current server'; //to translate
-$strReplicationSelectDatabases = 'Please select databases:'; //to translate
-$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
-$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
-$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
-$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
-$strReplicationControlSlave = 'Control slave:'; //to translate
-$strReplicationMaster = 'Master replication'; //to translate
-$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
-$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
-$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
-$strReplicationMasterConfiguration = 'Master configuration'; //to translate
-$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master'; //to translate
-$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to configure it?'; //to translate
-$strReplicationShowMasterStatus = 'Show master status'; //to translate
-$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlave = 'Slave replication'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
-$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
-$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //to translate
-$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
-$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
-$strReplicationSlaveReset = 'Reset slave'; //to translate
-$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
-$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
-$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
-$strReplicationSlaveSkipNext = 'Skip next'; //to translate
-$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
-$strShowMasterStatus = 'Show master status'; //to translate
-$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strReplicationUnknownError = 'Unknown error'; //to translate
-$strReplicationUnableToChange = 'Unable to change master'; //to translate
-$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
-$strTrackingStatusNotActive = 'not active'; //to translate
-$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
-$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
-$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
-$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
-$strFullStart = 'Full start'; //to translate
-$strFullStop = 'Full stop'; //to translate
-$strStart = 'Start'; //to translate
-$strStop = 'Stop'; //to translate
-$strMediaWiki = 'MediaWiki Table'; //to translate
-$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
-$strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
-$strQueriesExecuted = 'The following queries have been executed:'; //to translate
-$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
-$strDumpAllRows = 'Dump all rows'; //to translate
-$strDifference = 'Difference'; //to translate
-$strNotPresent = 'not present'; //to translate
-$strClickToSelect = 'Click to select'; //to translate
-$strClickToUnselect = 'Click to unselect'; //to translate
-$strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
+
?>
diff --git a/libraries/replication_gui.lib.php b/libraries/replication_gui.lib.php
index 08bbce9d4..0e2f722ef 100644
--- a/libraries/replication_gui.lib.php
+++ b/libraries/replication_gui.lib.php
@@ -283,6 +283,7 @@ function PMA_replication_gui_master_addslaveuser() {
. '' . "\n"
. ''. "\n"
. ''. "\n"
+ . '' . "\n"
. ''. "\n"
. '